The patch titled v4l2: timberdale: add Timberdale Logiwin driver in Kconfig and Makefile has been removed from the -mm tree. Its filename was v4l2-timberdale-add-timberdale-logiwin-driver-in-kconfig-and-makefile.patch This patch was dropped because of build problems due to the missing xilinx patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: v4l2: timberdale: add Timberdale Logiwin driver in Kconfig and Makefile From: Richard Röjfors <richard.rojfors.ext@xxxxxxxxxxxxxxx> Updates of Kconfig and Makefile for the Timberdale logiwin driver Signed-off-by: Richard Röjfors <richard.rojfors.ext@xxxxxxxxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/media/video/Kconfig | 7 +++++++ drivers/media/video/Makefile | 2 ++ 2 files changed, 9 insertions(+) diff -puN drivers/media/video/Kconfig~v4l2-timberdale-add-timberdale-logiwin-driver-in-kconfig-and-makefile drivers/media/video/Kconfig --- a/drivers/media/video/Kconfig~v4l2-timberdale-add-timberdale-logiwin-driver-in-kconfig-and-makefile +++ a/drivers/media/video/Kconfig @@ -808,6 +808,13 @@ config VIDEO_OMAP2 ---help--- This is a v4l2 driver for the TI OMAP2 camera capture interface +config VIDEO_TIMBERDALE + tristate "Support for timberdale Video In/LogiWIN" + depends on VIDEO_V4L2 && MFD_TIMBERDALE_DMA + select VIDEO_ADV7180 + ---help--- + Add support for the Video In peripherial of the timberdale FPGA. + # # USB Multimedia device configuration # diff -puN drivers/media/video/Makefile~v4l2-timberdale-add-timberdale-logiwin-driver-in-kconfig-and-makefile drivers/media/video/Makefile --- a/drivers/media/video/Makefile~v4l2-timberdale-add-timberdale-logiwin-driver-in-kconfig-and-makefile +++ a/drivers/media/video/Makefile @@ -153,6 +153,8 @@ obj-$(CONFIG_VIDEO_SH_MOBILE_CEU) += sh_ obj-$(CONFIG_VIDEO_AU0828) += au0828/ +obj-$(CONFIG_VIDEO_TIMBERDALE) += timblogiw.o + obj-$(CONFIG_USB_VIDEO_CLASS) += uvc/ EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core _ Patches currently in -mm which might be from richard.rojfors.ext@xxxxxxxxxxxxxxx are linux-next.patch v4l2-timberdale-add-timberdale-logiwin-driver-in-kconfig-and-makefile.patch mfd-timberdale-add-timberdale-driver.patch serial-timberdale-add-timberdale-uart-driver.patch gpio-timberdale-add-timbgpio.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html