From: darkstar6262@gmail.com (Cory Maccarrone)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] HTC Herald various device support
Date: Mon, 2 Aug 2010 08:29:31 -0700 [thread overview]
Message-ID: <1280762976-17284-1-git-send-email-darkstar6262@gmail.com> (raw)
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
next reply other threads:[~2010-08-02 15:29 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-02 15:29 Cory Maccarrone [this message]
2010-08-02 15:29 ` [PATCH 1/5] [OMAP] HTCHERALD: MMC, I2C, HTCPLD and related devices Cory Maccarrone
2010-08-04 10:10 ` Tony Lindgren
2010-08-08 17:39 ` [PATCH 1/5 v2] " Cory Maccarrone
2010-08-02 15:29 ` [PATCH 2/5] [OMAP] htcherald: SPI register config, TSC2046 touchscreen Cory Maccarrone
2010-08-04 10:12 ` Tony Lindgren
2010-08-02 15:29 ` [PATCH 3/5] [omap1] omap7xx clocks, mux, serial fixes Cory Maccarrone
2010-08-04 10:13 ` Tony Lindgren
2010-08-02 15:29 ` [PATCH 4/5] [omap1] Bluetooth device code common to HTC smartphones Cory Maccarrone
2010-08-04 10:15 ` Tony Lindgren
2010-08-08 17:28 ` Cory Maccarrone
2018-06-19 20:24 ` Tony Lindgren
2010-08-09 17:28 ` Cory Maccarrone
2010-08-10 6:36 ` Tony Lindgren
2010-08-02 15:29 ` [PATCH 5/5] [htcherald] Add board support for UARTs, bluetooth Cory Maccarrone
2010-08-04 10:16 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1280762976-17284-1-git-send-email-darkstar6262@gmail.com \
--to=darkstar6262@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).