ok, so apparently I had the wrong address for the linux-arm-kernel list, so I'll be resubmitting the series again, with the correct address. Sorry for the spam... - Cory On Mon, Aug 2, 2010 at 8:23 AM, Cory Maccarrone <darkstar6262@xxxxxxxxx> wrote: > This patch set is an updated version of a series of patches I submitted > a while ago. It's built against the latest linux-omap master branch, and > removes all defconfig updates. Other comments were put in place as well. > > This patch set implements the following drivers and support for them into > the HTC Herald: > > * MMC card support > * I2C and HTCPLD drivers > * TSC2046 touchscreen support > * Serial port fixes for omap7xx > * Bluetooth common code for HTC omap7xx smartphones > > The bluetooth drivers are implemented with the expectation that they will > be used by other devices once the board files are submitted (Elf/Elfin, > Opal, etc). > > Cory Maccarrone (5): > [OMAP] HTCHERALD: MMC, I2C, HTCPLD and related devices > [OMAP] htcherald: SPI register config, TSC2046 touchscreen > [omap1] omap7xx clocks, mux, serial fixes > [omap1] Bluetooth device code common to HTC smartphones > [htcherald] Add board support for UARTs, bluetooth > > arch/arm/mach-omap1/Kconfig | 2 + > arch/arm/mach-omap1/Makefile | 2 +- > arch/arm/mach-omap1/board-htcherald.c | 346 ++++++++++++++++++++++++++++- > arch/arm/mach-omap1/clock_data.c | 20 ++ > arch/arm/mach-omap1/htc-bt.c | 183 +++++++++++++++ > arch/arm/mach-omap1/include/mach/htc-bt.h | 22 ++ > arch/arm/mach-omap1/mux.c | 4 + > arch/arm/mach-omap1/serial.c | 7 + > arch/arm/plat-omap/include/plat/mux.h | 4 + > 9 files changed, 583 insertions(+), 7 deletions(-) > create mode 100644 arch/arm/mach-omap1/htc-bt.c > create mode 100644 arch/arm/mach-omap1/include/mach/htc-bt.h > > -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html