Hi, This is a patchset to get Display, Touchscreen and USB working on the N900 platlform.
All patches have been reviewed in mailing lists and are already in some maintainers tree. Appropriate references are provided in each patch. The only new Kconfig option that will affect existing x86 platforms is CONFIG_TOUCHSCREEN_TSC2005. This must be set in config-generic to avoid breaking the OBS build. cheers, -roger --- Aaro Koskinen (1): omap: rx-51: enable tsc2005 Felipe Balbi (2): USB: gadget: introduce g_nokia gadget driver USB: otg: add notifier support Lauri Leukkunen (1): input: touchscreen: introduce tsc2005 driver Roger Quadros (7): OMAP: DSS2: Add Kconfig option for DPI display type OMAP: DSS2: Use vdds_sdi regulator supply in SDI OMAP: RX51: Add LCD Panel support OMAP: RX51: Add "vdds_sdi" supply voltage for SDI OMAP: RX51: Add Touch Controller in SPI board info OMAP: DSS2: Add ACX565AKM Panel Driver arch/arm/mach-omap2/Makefile | 1 + arch/arm/mach-omap2/board-rx51-peripherals.c | 85 +++ arch/arm/mach-omap2/board-rx51-video.c | 107 ++++ arch/arm/mach-omap2/board-rx51.c | 2 + drivers/input/touchscreen/Kconfig | 11 + drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/tsc2005.c | 678 +++++++++++++++++++++ drivers/usb/gadget/Kconfig | 10 + drivers/usb/gadget/Makefile | 2 + drivers/usb/gadget/nokia.c | 259 ++++++++ drivers/video/omap2/displays/Kconfig | 6 + drivers/video/omap2/displays/Makefile | 1 + drivers/video/omap2/displays/panel-acx565akm.c | 760 ++++++++++++++++++++++++ drivers/video/omap2/dss/Kconfig | 6 + drivers/video/omap2/dss/Makefile | 3 +- drivers/video/omap2/dss/core.c | 6 +- drivers/video/omap2/dss/display.c | 4 + drivers/video/omap2/dss/dss.h | 2 +- drivers/video/omap2/dss/sdi.c | 17 +- include/linux/spi/tsc2005.h | 41 ++ include/linux/usb/otg.h | 25 + 22 files changed, 2071 insertions(+), 7 deletions(-) create mode 100644 arch/arm/mach-omap2/board-rx51-video.c create mode 100644 drivers/input/touchscreen/tsc2005.c create mode 100644 drivers/usb/gadget/nokia.c create mode 100644 drivers/video/omap2/displays/panel-acx565akm.c create mode 100644 include/linux/spi/tsc2005.h _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
