This patch series improves the sensor device support/code. The changes include - splitting sensor detection, board hints and sensor initialization/configuration (patches 1 and 2) - moving the sensor specific code to a separate source code file (patch 4) - improving/extending sensor probing and identification (patches 5, 7 and 8) - adding (basic) support for the OmniVision OV2640 sensor (patch 9) Frank Schäfer (9): em28xx: fix and separate the board hints for sensor devices em28xx: separate sensor detection and initialization/configuration em28xx: rename em28xx_hint_sensor() to em28xx_detect_sensor() em28xx: move sensor code to a separate source code file em28xx-camera.c em28xx: detect further Micron sensors em28xx: move the probing of Micron sensors to a separate function em28xx: add probing procedure for OmniVision sensors em28xx: add comment about Samsung and Kodak sensor probing addresses em28xx: add basic support for OmniVision OV2640 sensors drivers/media/usb/em28xx/Makefile | 2 +- drivers/media/usb/em28xx/em28xx-camera.c | 424 ++++++++++++++++++++++++++++++ drivers/media/usb/em28xx/em28xx-cards.c | 183 ++----------- drivers/media/usb/em28xx/em28xx.h | 5 + 4 Dateien geändert, 451 Zeilen hinzugefügt(+), 163 Zeilen entfernt(-) create mode 100644 drivers/media/usb/em28xx/em28xx-camera.c -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html