* [PATCH 0/7] Enable most media drivers to build on ARM
@ 2018-04-20 17:42 Mauro Carvalho Chehab
0 siblings, 0 replies; only message in thread
From: Mauro Carvalho Chehab @ 2018-04-20 17:42 UTC (permalink / raw)
Cc: linux-fbdev, Mans Rullgard, Sean Young, Stanimir Varbanov,
dri-devel, platform-driver-x86, Mattia Dongili, Yong Zhi,
linux-arch, Ladislav Michl, Geert Uytterhoeven,
Florian Tobias Schandinat, Mauro Carvalho Chehab, Jacob Chen,
Hans Verkuil, Linux Media Mailing List, Arnd Bergmann,
Bartlomiej Zolnierkiewicz, Mauro Carvalho Chehab, mjpeg-users,
Al Viro, Devin Heitmueller, Stephe
Right now, all media drivers build successfully with COMPILE_TEST on x86,
on both i386 and x86_64. Yet, several drivers there don't build on other
archs.
I don't need myself to build all drivers outside x86, but others could
find it useful. It also relps spreading COMPILE_TEST builds, with sounds
a good idea, as more developers may be seeing issues and submiting
us patches.
So, this patch series makes most of them to be built elsewhere (tested
only with ARM with allyesconfig). The only two media drivers that don't build
on such conditions are:
1) media/staging/atomisp: it uses several ACPI bits that no other media
driver requires (including Intel IPU3);
2) radio-miropcm20: This device depnds on ISA_DMA_API, with is available only
for a few non-Intel architectures.
In other words, the following symbols aren't enabled with allyesconfig:
INTEL_ATOMISP VIDEO_ATOMISP
VIDEO_ATOMISP_MSRLIST_HELPER VIDEO_ATOMISP_MT9M114
VIDEO_ATOMISP_GC0310 VIDEO_ATOMISP_GC2235
VIDEO_ATOMISP_OV2722 VIDEO_ATOMISP_OV5693
VIDEO_ATOMISP_OV2680 VIDEO_ATOMISP_LM3554
RADIO_MIROPCM20
All patches in this series are available at:
https://git.linuxtv.org/mchehab/experimental.git/log/?h=compile_test_v7
Mauro Carvalho Chehab (7):
asm-generic, media: allow COMPILE_TEST with virt_to_bus
media: meye: allow building it with COMPILE_TEST on non-x86
media: rc: allow build pnp-dependent drivers with COMPILE_TEST
media: ipu3: allow building it with COMPILE_TEST on non-x86 archs
omapfb: omapfb_dss.h: add stubs to build with COMPILE_TEST && DRM_OMAP
media: omap2: allow building it with COMPILE_TEST && DRM_OMAP
media: via-camera: allow build on non-x86 archs with COMPILE_TEST
drivers/media/pci/intel/ipu3/Kconfig | 3 +-
drivers/media/pci/meye/Kconfig | 3 +-
drivers/media/pci/sta2x11/Kconfig | 4 +--
drivers/media/pci/zoran/Kconfig | 3 +-
drivers/media/platform/Kconfig | 2 +-
drivers/media/platform/omap/Kconfig | 3 +-
drivers/media/platform/via-camera.c | 10 ++++++-
drivers/media/rc/Kconfig | 10 +++----
include/asm-generic/io.h | 2 +-
include/linux/sony-laptop.h | 4 +++
include/linux/via-core.h | 17 ++++++++++++
include/linux/via-gpio.h | 4 +++
include/linux/via_i2c.h | 5 ++++
include/video/omapfb_dss.h | 54 ++++++++++++++++++++++++++++++++++--
14 files changed, 107 insertions(+), 17 deletions(-)
--
2.14.3
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-20 17:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-20 17:42 [PATCH 0/7] Enable most media drivers to build on ARM Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).