Skip to content

Commit 92e50c0

Browse files
committed
merge: Rpmsg gpiodrv
fixes: beagleboard/linux#247 Signed-off-by: Robert Nelson <[email protected]>
1 parent 912de1f commit 92e50c0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

patch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ drivers () {
617617
dir 'drivers/uio_pruss_shmem'
618618
dir 'drivers/greybus'
619619
dir 'RPi'
620+
dir 'gsoc'
620621
dir 'fixes'
621622
}
622623

patches/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5472,6 +5472,7 @@ CONFIG_RPMSG=y
54725472
CONFIG_RPMSG_VIRTIO=m
54735473
CONFIG_RPMSG_RPC=m
54745474
CONFIG_RPMSG_PRU=m
5475+
CONFIG_CONFIG_RPMSG_GPIOHIP_INTERFACE=m
54755476

54765477
#
54775478
# Rpmsg virtual device drivers

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ KERNEL_REL=4.19
3939
KERNEL_TAG=${KERNEL_REL}.94
4040
kernel_rt=".94-rt39"
4141
#Kernel Build
42-
BUILD=${build_prefix}50
42+
BUILD=${build_prefix}50.1
4343

4444
#v5.X-rcX + upto SHA
4545
#prev_KERNEL_SHA=""

0 commit comments

Comments
 (0)