linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/4] USB: OHCI-HCD: Support for LPC32xx
@ 2012-03-12 21:54 Roland Stigge
  2012-03-12 21:54 ` [PATCH v8 1/4] USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxp Roland Stigge
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Roland Stigge @ 2012-03-12 21:54 UTC (permalink / raw)
  To: linux-arm-kernel

These patches add support for the LPC32xx to the ohci-pnx4008 driver and make
the driver use smbus functions.

As discussed with Greg-KH on the USB mailing list, the ohci-pnx4008 driver is
first renamed to reflect its multi-platform support. The second patch also
renames the respective pnx4008_* symbols accordingly.

The third patch adds the actual lpc32xx support.

The fourth patch removes the re-coded i2c_write() by using an existing smbus
function. You can leave out this very single patch to still have the desired
LPC32xx support. It just fixes existing kernel code to only use smbus calls in
this driver.

Applies to v3.3-rc7

Changes since v7:

* Removed pnx4008 filename reference
* Rename via git format-patch -M

Thanks to Arnd Bergmann and Wolfram Sang for reviewing!

Signed-off-by: Roland Stigge <stigge@antcom.de>

---

Roland Stigge (4):
  USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxp
  USB: ohci-nxp: Rename symbols from pnx4008 to nxp
  USB: ohci-nxp: Support for LPC32xx
  USB: ohci-nxp: Remove i2c_write(), use smbus

 Documentation/i2c/instantiating-devices         |    6 +-
 drivers/usb/host/ohci-hcd.c                     |    6 +-
 drivers/usb/host/{ohci-pnx4008.c => ohci-nxp.c} |  253 +++++++++++++++--------
 3 files changed, 170 insertions(+), 95 deletions(-)
 rename drivers/usb/host/{ohci-pnx4008.c => ohci-nxp.c} (57%)

-- 
1.7.9

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-13 13:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 21:54 [PATCH v8 0/4] USB: OHCI-HCD: Support for LPC32xx Roland Stigge
2012-03-12 21:54 ` [PATCH v8 1/4] USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxp Roland Stigge
2012-03-12 21:54 ` [PATCH v8 2/4] USB: ohci-nxp: Rename symbols from pnx4008 to nxp Roland Stigge
2012-03-12 21:54 ` [PATCH v8 3/4] USB: ohci-nxp: Support for LPC32xx Roland Stigge
2012-03-12 21:54 ` [PATCH v8 4/4] USB: ohci-nxp: Remove i2c_write(), use smbus Roland Stigge
2012-03-13 13:09 ` [PATCH v8 0/4] USB: OHCI-HCD: Support for LPC32xx Arnd Bergmann

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).