linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] usb: add CSR SiRFSoC usb controller and phy support
@ 2013-06-09  3:25 Barry Song
  2013-06-09  3:25 ` [PATCH 1/3] usb: chipidea: add CSR SiRFSoC ci13xxx usb driver Barry Song
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Barry Song @ 2013-06-09  3:25 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset adds CSR SiRFSoC usb controller and phy support.
For USB controller, CSR licensed chipidea IP core.

Rong Wang (3):
  usb: chipidea: add CSR SiRFSoC ci13xxx usb driver
  usb: phy: add driver for CSR SiRFSoC internal phy
  arm/dts: atlas6: fix the stuff of USB controller and phy

 arch/arm/boot/dts/atlas6.dtsi       |   18 ++--
 drivers/usb/Kconfig                 |    1 +
 drivers/usb/chipidea/Kconfig        |   25 ++++
 drivers/usb/chipidea/Makefile       |    5 +-
 drivers/usb/chipidea/ci13xxx_sirf.c |  223 +++++++++++++++++++++++++++++++++++
 drivers/usb/phy/Kconfig             |   10 ++
 drivers/usb/phy/Makefile            |    1 +
 drivers/usb/phy/phy-sirf-usb.c      |  198 +++++++++++++++++++++++++++++++
 8 files changed, 471 insertions(+), 10 deletions(-)
 create mode 100644 drivers/usb/chipidea/ci13xxx_sirf.c
 create mode 100644 drivers/usb/phy/phy-sirf-usb.c

-- 
1.7.5.4

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

end of thread, other threads:[~2013-06-14 14:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09  3:25 [PATCH 0/3] usb: add CSR SiRFSoC usb controller and phy support Barry Song
2013-06-09  3:25 ` [PATCH 1/3] usb: chipidea: add CSR SiRFSoC ci13xxx usb driver Barry Song
2013-06-09 11:28   ` Arnd Bergmann
2013-06-09 12:56     ` Barry Song
2013-06-12  1:19   ` Felipe Balbi
2013-06-12 12:28   ` Andy Shevchenko
2013-06-14 11:45   ` Alexander Shishkin
2013-06-14 12:19     ` Barry Song
2013-06-14 12:40       ` Alexander Shishkin
2013-06-14 14:19         ` Barry Song
2013-06-09  3:25 ` [PATCH 2/3] usb: phy: add driver for CSR SiRFSoC internal phy Barry Song
2013-06-09  3:25 ` [PATCH 3/3] arm/dts: atlas6: fix the stuff of USB controller and phy Barry Song

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