linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/6] support other fsl SoCs with usbmisc + small fixes
@ 2012-11-27 16:16 Michael Grzeschik
  2012-11-27 16:16 ` [PATCH v4 1/6] usb: chipidea: usbmisc: rename file, struct and functions to usbmisc_imx Michael Grzeschik
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: Michael Grzeschik @ 2012-11-27 16:16 UTC (permalink / raw)
  To: linux-arm-kernel

Nearly every SoC from Freescale has this non-core usb registers. This series
adds support for more users of this driver.

This series is based on Peter Chen's work. Its needed to merge his master branch
before applying this series:

https://github.com/hzpeterchen/linux-usb.git

Changes since v3:
* removed [PATCH v3 5/7] usb: chipidea: usbmisc: add support for ahb, ipg and per clock


Marc Kleine-Budde (3):
  usb: chipidea: usbmisc: unset global varibale usbmisc on driver remove
  usb: chipidea: usbmisc: fix a potential race condition
  usb: chipidea: usbmisc: prepare driver to handle more than one soc

Michael Grzeschik (3):
  usb: chipidea: usbmisc: rename file, struct and functions to usbmisc_imx
  usb: chipidea: usbmisc: add mx53 support
  usb: chipidea: usbmisc: add post handling and errata fix for mx25

 .../devicetree/bindings/usb/ci13xxx-imx.txt        |    2 +
 drivers/usb/chipidea/Makefile                      |    2 +-
 drivers/usb/chipidea/ci13xxx_imx.c                 |   12 +
 drivers/usb/chipidea/ci13xxx_imx.h                 |    3 +
 drivers/usb/chipidea/usbmisc_imx.c                 |  252 ++++++++++++++++++++
 drivers/usb/chipidea/usbmisc_imx6q.c               |  162 -------------
 6 files changed, 270 insertions(+), 163 deletions(-)
 create mode 100644 drivers/usb/chipidea/usbmisc_imx.c
 delete mode 100644 drivers/usb/chipidea/usbmisc_imx6q.c

-- 
1.7.10.4

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

end of thread, other threads:[~2013-03-29 16:16 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 16:16 [PATCH v4 0/6] support other fsl SoCs with usbmisc + small fixes Michael Grzeschik
2012-11-27 16:16 ` [PATCH v4 1/6] usb: chipidea: usbmisc: rename file, struct and functions to usbmisc_imx Michael Grzeschik
2012-11-27 16:16 ` [PATCH v4 2/6] usb: chipidea: usbmisc: unset global varibale usbmisc on driver remove Michael Grzeschik
2012-11-27 16:16 ` [PATCH v4 3/6] usb: chipidea: usbmisc: fix a potential race condition Michael Grzeschik
2012-11-27 16:16 ` [PATCH v4 4/6] usb: chipidea: usbmisc: prepare driver to handle more than one soc Michael Grzeschik
2012-11-27 16:17 ` [PATCH v4 5/6] usb: chipidea: usbmisc: add mx53 support Michael Grzeschik
2012-11-27 16:17 ` [PATCH v4 6/6] usb: chipidea: usbmisc: add post handling and errata fix for mx25 Michael Grzeschik
2012-11-28  2:52 ` [PATCH v4 0/6] support other fsl SoCs with usbmisc + small fixes Peter Chen
2013-01-07 17:31   ` Fabio Estevam
2013-01-24  9:42   ` Alexander Shishkin
2013-03-07 22:54     ` Michael Grzeschik
2013-03-18 13:30       ` Michael Grzeschik
2013-03-27  1:26         ` Alexander Shishkin
2013-03-22 17:12       ` Michael Grzeschik
2013-03-25 13:11     ` Fabio Estevam
2013-03-25 16:29       ` Michael Grzeschik
2013-03-25 17:30         ` Greg KH
2013-03-26 12:53           ` Alexander Shishkin
2013-03-29 16:00           ` Alexander Shishkin
2013-03-29 16:16             ` Greg KH
2013-03-26 12:08         ` Alexander Shishkin
2013-03-26 12:09           ` Felipe Balbi
2013-03-27 11:05           ` Michael Grzeschik
2013-03-27 13:57             ` Alexander Shishkin
2013-03-26 12:29         ` Alexander Shishkin
2013-03-26 13:34           ` Michael Grzeschik

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