Skip to content

Commit bd10aca

Browse files
jailuthragregkh
authored andcommitted
platform/raspberrypi: Destage VCHIQ MMAL driver
Destage the VCHIQ MMAL driver to drivers/platform/raspberrypi. Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com> Link: https://patch.msgid.link/20251029-vchiq-destage-v3-7-da8d6c83c2c5@ideasonboard.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent aa12518 commit bd10aca

15 files changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/platform/raspberrypi/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ config VCHIQ_CDEV
4747

4848
endif
4949

50+
source "drivers/platform/raspberrypi/vchiq-mmal/Kconfig"
51+
5052
endif

drivers/platform/raspberrypi/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ ifdef CONFIG_VCHIQ_CDEV
1212
vchiq-objs += vchiq-interface/vchiq_dev.o
1313
endif
1414

15+
obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += vchiq-mmal/
File renamed without changes.
File renamed without changes.

drivers/staging/vc04_services/vchiq-mmal/mmal-common.h renamed to drivers/platform/raspberrypi/vchiq-mmal/mmal-common.h

File renamed without changes.

drivers/staging/vc04_services/vchiq-mmal/mmal-encodings.h renamed to drivers/platform/raspberrypi/vchiq-mmal/mmal-encodings.h

File renamed without changes.

drivers/staging/vc04_services/vchiq-mmal/mmal-msg-common.h renamed to drivers/platform/raspberrypi/vchiq-mmal/mmal-msg-common.h

File renamed without changes.

drivers/staging/vc04_services/vchiq-mmal/mmal-msg-format.h renamed to drivers/platform/raspberrypi/vchiq-mmal/mmal-msg-format.h

File renamed without changes.

drivers/staging/vc04_services/vchiq-mmal/mmal-msg-port.h renamed to drivers/platform/raspberrypi/vchiq-mmal/mmal-msg-port.h

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)