Re: [PATCH v5 0/3] imx: add usbmisc support

2012-08-03 Thread Sascha Hauer
On Wed, Aug 01, 2012 at 03:12:18PM +0800, Richard Zhao wrote:
> usbmisc driver handles the SoC specific non-core usb registers.
> 
> Changes since last version:
>  - add missing ci13xxx_imx.h
> 
> Changes v3 -> v4:
>  - rebase onto torvalds latest git tree
>  - use phandle linke usb controllers and usbmisc device.
>It also make usbmisc driver possible to be kernel modules.
> 
> Richard Zhao (3):
>   USB: chipidea: add imx usbmisc support
>   ARM: imx6q: clk_register_clkdev usbmisc clock
>   ARM: dts: imx6q-sabrelite: add usbmisc device

I think this is good enough to go now.

Acked-by: Sascha Hauer 


> 
>  .../devicetree/bindings/usb/ci13xxx-imx.txt|5 +
>  .../devicetree/bindings/usb/usbmisc-imx.txt|   14 ++
>  arch/arm/boot/dts/imx6q-sabrelite.dts  |1 +
>  arch/arm/boot/dts/imx6q.dtsi   |   10 ++
>  arch/arm/mach-imx/clk-imx6q.c  |1 +
>  drivers/usb/chipidea/Makefile  |2 +-
>  drivers/usb/chipidea/ci13xxx_imx.c |   64 
>  drivers/usb/chipidea/ci13xxx_imx.h |   28 
>  drivers/usb/chipidea/usbmisc_imx6q.c   |  162 
> 
>  9 files changed, 286 insertions(+), 1 deletion(-)
>  create mode 100644 Documentation/devicetree/bindings/usb/usbmisc-imx.txt
>  create mode 100644 drivers/usb/chipidea/ci13xxx_imx.h
>  create mode 100644 drivers/usb/chipidea/usbmisc_imx6q.c
> 
> -- 
> 1.7.9.5
> 
> 
> 

-- 
Pengutronix e.K.   | |
Industrial Linux Solutions | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0|
Amtsgericht Hildesheim, HRA 2686   | Fax:   +49-5121-206917- |
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v5 0/3] imx: add usbmisc support

2012-08-01 Thread Richard Zhao
usbmisc driver handles the SoC specific non-core usb registers.

Changes since last version:
 - add missing ci13xxx_imx.h

Changes v3 -> v4:
 - rebase onto torvalds latest git tree
 - use phandle linke usb controllers and usbmisc device.
   It also make usbmisc driver possible to be kernel modules.

Richard Zhao (3):
  USB: chipidea: add imx usbmisc support
  ARM: imx6q: clk_register_clkdev usbmisc clock
  ARM: dts: imx6q-sabrelite: add usbmisc device

 .../devicetree/bindings/usb/ci13xxx-imx.txt|5 +
 .../devicetree/bindings/usb/usbmisc-imx.txt|   14 ++
 arch/arm/boot/dts/imx6q-sabrelite.dts  |1 +
 arch/arm/boot/dts/imx6q.dtsi   |   10 ++
 arch/arm/mach-imx/clk-imx6q.c  |1 +
 drivers/usb/chipidea/Makefile  |2 +-
 drivers/usb/chipidea/ci13xxx_imx.c |   64 
 drivers/usb/chipidea/ci13xxx_imx.h |   28 
 drivers/usb/chipidea/usbmisc_imx6q.c   |  162 
 9 files changed, 286 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/usb/usbmisc-imx.txt
 create mode 100644 drivers/usb/chipidea/ci13xxx_imx.h
 create mode 100644 drivers/usb/chipidea/usbmisc_imx6q.c

-- 
1.7.9.5


--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html