1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/media/platform/amphion
Rob Herring 7c7e33b799 media: Explicitly include correct DT includes
The DT of_device.h and of_platform.h date back to the separate
of_platform_bus_type before it as merged into the regular platform bus.
As part of that merge prepping Arm DT support 13 years ago, they
"temporarily" include each other. They also include platform_device.h
and of.h. As a result, there's a pretty much random mix of those include
files used throughout the tree. In order to detangle these headers and
replace the implicit includes with struct declarations, users need to
explicitly include the correct includes.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2023-07-19 12:57:51 +02:00
..
Kconfig media: platform: amphion: Fix build error without MAILBOX 2022-03-18 06:03:40 +01:00
Makefile media: amphion: add amphion vpu device driver 2022-03-07 17:13:33 +01:00
vdec.c media: amphion: initiate a drain of the capture queue in dynamic resolution change 2023-05-25 16:21:20 +02:00
venc.c media: amphion: initiate a drain of the capture queue in dynamic resolution change 2023-05-25 16:21:20 +02:00
vpu.h media: amphion: try to wakeup vpu core to avoid failure 2022-11-25 11:25:51 +00:00
vpu_cmds.c media: Explicitly include correct DT includes 2023-07-19 12:57:51 +02:00
vpu_cmds.h media: amphion: implement vpu core communication based on mailbox 2022-03-07 17:13:33 +01:00
vpu_codec.h media: amphion: decoder implement display delay enable 2023-03-19 22:54:56 +01:00
vpu_color.c media: amphion: correct the unspecified color space 2023-02-08 07:32:31 +01:00
vpu_core.c media: Explicitly include correct DT includes 2023-07-19 12:57:51 +02:00
vpu_core.h media: amphion: fix a bug that vpu core may not resume after suspend 2022-08-30 15:27:51 +02:00
vpu_dbg.c media: amphion: tell and handle contiguous and non contiguous format 2022-11-25 11:02:35 +00:00
vpu_defs.h media: amphion: handle picture skipped event 2022-05-13 11:02:19 +02:00
vpu_drv.c media: Explicitly include correct DT includes 2023-07-19 12:57:51 +02:00
vpu_helpers.c media: amphion: tell and handle contiguous and non contiguous format 2022-11-25 11:02:35 +00:00
vpu_helpers.h media: amphion: tell and handle contiguous and non contiguous format 2022-11-25 11:02:35 +00:00
vpu_imx8q.c media: amphion: fix some issues to improve robust 2022-03-18 07:32:10 +01:00
vpu_imx8q.h media: amphion: fix some issues to improve robust 2022-03-18 07:32:10 +01:00
vpu_malone.c media: Explicitly include correct DT includes 2023-07-19 12:57:51 +02:00
vpu_malone.h media: amphion: support to decode RealVideo video 2023-04-10 14:09:35 +01:00
vpu_mbox.c media: Explicitly include correct DT includes 2023-07-19 12:57:51 +02:00
vpu_mbox.h media: amphion: implement vpu core communication based on mailbox 2022-03-07 17:13:33 +01:00
vpu_msgs.c media: amphion: lock and check m2m_ctx in event handler 2022-11-25 11:27:04 +00:00
vpu_msgs.h media: amphion: implement vpu core communication based on mailbox 2022-03-07 17:13:33 +01:00
vpu_rpc.c media: Explicitly include correct DT includes 2023-07-19 12:57:51 +02:00
vpu_rpc.h media: amphion: only insert the first sequence startcode for vc1l format 2022-07-08 18:18:49 +01:00
vpu_v4l2.c media updates for v6.5-rc1 2023-07-05 10:42:32 -07:00
vpu_v4l2.h media: amphion: initiate a drain of the capture queue in dynamic resolution change 2023-05-25 16:21:20 +02:00
vpu_windsor.c media: Explicitly include correct DT includes 2023-07-19 12:57:51 +02:00
vpu_windsor.h media: amphion: implement windsor encoder rpc interface 2022-03-07 17:13:33 +01:00