summaryrefslogtreecommitdiff
path: root/drivers/media/platform/mxc/capture/Makefile
AgeCommit message (Collapse)Author
2020-08-13drivers: media: Add new ov5640 driverTomasz Gorochowik
This driver is a copy of a driver by nVidia. It was improved by Antmicro for the TK1 board. Additionally there are some changes which were required to make it compatible with iMX8. (cherry picked from commit 8746c5c44e5405f09cf5f4568c2e71f402b11933) (cherry picked from commit 3d1a424b1014f195525fc9e7cf6fe7a7e047ce56) (cherry picked from commit 0b621d9cd8df6967fbfa659d9cf34f336f5afc98) (cherry picked from commit 7fdb65b2a670f3bd62ad9ac484791c87a7c60e6e) (cherry picked from commit 4650f0e877335d59cbd3bf43323fad097dce474b)
2020-08-13media: Add support for ADV7280 decoder driverSanchayan Maity
Add support for ADV7280 decoder found on Toradex Analogue Camera Adapter V2.0A Signed-off-by: Sanchayan Maity <sanchayan.maity@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 481bf320816c56c726197d6155341c2f94aeb6be) (cherry picked from commit 7df8a0f4065f1085ec1765ddfc65b0106ba3faad) (cherry picked from commit 10c6d073f280b831fc6d28db037a210fd1667650)
2020-08-13max9526: add initial MXC camera sensor codeMax Krummenacher
Add initial support for Maxim Integrated MAX9526 video decoder for use with an Freescale i.MX 6. PAL works, NTSC does not lock on VSYNC. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 6763d5ab9496099ec2b74d3a7c2034e87a7cb70e) (cherry picked from commit b89b64b4757f5154548d5cb9706fcc08fbc43274) Conflicts: drivers/media/platform/mxc/capture/Makefile Conflicts with 3.14 headers: Change different location for include v4l2-int-device.h While at it remove unused auto variables which causes compile time warnings. (cherry picked from commit c5954c2c4fab0d4464d27711c0f60b3252a46315) (cherry picked from commit f3bdb70071cc7c0ff474443c28d9ffc1ceea78ae)
2020-08-13add tc358743_h2c driverTroy Kisky
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 832cf98e8925634793f98709843b1e9f390cbbb0) (cherry picked from commit cb8232eefc0f5096211dc8100b40bf8eeb63be30) (cherry picked from commit a703a6343878bd0b74b8334107b6d308dc9fabb4)
2019-11-25media: add Kconfig and Makefile for the capture driverRobby Cai
add Kconfig/Makefile for IPU CSI, camera, and V4L2 captures drivers etc. Signed-off-by: Robby Cai <robby.cai@nxp.com>