[PATCH v4 0/2] Kesytone II USB host and PHY drivers

2013-12-12 Thread WingMan Kwok
with dts changes. Cc: Felipe Balbi ba...@ti.com Cc: Santosh Shilimkar santosh.shilim...@ti.com WingMan Kwok (2): usb: dwc3: Add Keystone specific glue layer usb: phy: Add keystone usb phy driver drivers/usb/dwc3/Kconfig |7 ++ drivers/usb/dwc3/Makefile|1 + drivers

[PATCH v4 2/2] usb: phy: Add keystone usb phy driver

2013-12-12 Thread WingMan Kwok
...@linuxfoundation.org Acked-by: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: WingMan Kwok w-kw...@ti.com --- drivers/usb/phy/Kconfig|9 +++ drivers/usb/phy/Makefile |1 + drivers/usb/phy/phy-keystone.c | 142 3 files changed, 152 insertions

[PATCH v5 1/2] usb: dwc3: Add Keystone specific glue layer

2013-12-12 Thread WingMan Kwok
Add Keystone platform specific glue layer to support USB3 Host mode. Cc: Santosh Shilimkar santosh.shilim...@ti.com Cc: Felipe Balbi ba...@ti.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Acked-by: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: WingMan Kwok w-kw...@ti.com

[PATCH v3 2/2] usb: phy: Add keystone usb phy driver

2013-12-09 Thread WingMan Kwok
...@linuxfoundation.org Acked-by: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: WingMan Kwok w-kw...@ti.com --- drivers/usb/phy/Kconfig| 10 +++ drivers/usb/phy/Makefile |1 + drivers/usb/phy/phy-keystone.c | 142 3 files changed, 153 insertions

[PATCH v3 1/2] usb: dwc3: Add Keystone specific glue layer

2013-12-09 Thread WingMan Kwok
Add Keystone platform specific glue layer to support USB3 Host mode. Cc: Santosh Shilimkar santosh.shilim...@ti.com Cc: Felipe Balbi ba...@ti.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Acked-by: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: WingMan Kwok w-kw...@ti.com

[PATCH v3 0/2] Kesytone II USB host and PHY drivers

2013-12-09 Thread WingMan Kwok
. Patchset are tested on Keystone II EVM with USB2.0 and USB3.0 flash drives along with dts changes. Cc: Felipe Balbi ba...@ti.com Cc: Santosh Shilimkar santosh.shilim...@ti.com WingMan Kwok (2): usb: dwc3: Add Keystone specific glue layer usb: phy: Add keystone usb phy driver drivers/usb

[PATCH v2 2/5] usb: phy: Add keystone usb phy driver

2013-12-04 Thread WingMan Kwok
...@linuxfoundation.org Signed-off-by: WingMan Kwok w-kw...@ti.com --- drivers/usb/phy/Kconfig| 10 +++ drivers/usb/phy/Makefile |1 + drivers/usb/phy/phy-keystone.c | 142 3 files changed, 153 insertions(+) create mode 100644 drivers/usb/phy/phy-keystone.c

[PATCH v2 3/5] ARM: dts: keystone: Add usb phy devicetree bindings

2013-12-04 Thread WingMan Kwok
Added device tree support for TI's Keystone USB PHY driver and updated the Documentation with device tree binding information. Cc: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: WingMan Kwok w-kw...@ti.com --- .../devicetree/bindings/usb/keystone-phy.txt | 19

[PATCH v2 5/5] ARM: keystone: defconfig: enable USB support

2013-12-04 Thread WingMan Kwok
Enable the USB support (Host mode only) on TI's Keystone platform. It also enables the support of usb mass storage, FAT and Ext4 filesystems to test rootfs mount over an USB disk. Cc: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: WingMan Kwok w-kw...@ti.com --- arch/arm/configs

[PATCH v2 1/5] usb: dwc3: Add Keystone specific glue layer

2013-12-04 Thread WingMan Kwok
Add Keystone platform specific glue layer to support USB3 Host mode. Cc: Santosh Shilimkar santosh.shilim...@ti.com Cc: Felipe Balbi ba...@ti.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: WingMan Kwok w-kw...@ti.com --- drivers/usb/dwc3/Kconfig |7 ++ drivers

[PATCH v2 4/5] ARM: dts: keystone: Add usb devicetree bindings

2013-12-04 Thread WingMan Kwok
Added device tree support for TI's Keystone USB driver and updated the Documentation with device tree binding information. Cc: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: WingMan Kwok w-kw...@ti.com --- .../devicetree/bindings/usb/keystone-usb.txt | 41

[PATCH v2 0/5] Kesytone II USB support

2013-12-04 Thread WingMan Kwok
phy driver. All three patches are posted together just for completeness. Only first patch is expected to go via usb tree and other two via linux-keystone tree. Patchset are tested on Keystone II EVM with USB2.0 and USB3.0 flash drives. Cc: Santosh Shilimkar santosh.shilim...@ti.com WingMan Kwok

[PATCH 0/3] Kesytone II USB support

2013-11-25 Thread WingMan Kwok
tree. Patchset are tested on Keystone II EVM with USB2.0 and USB3.0 flash drives. Cc: Santosh Shilimkar santosh.shilim...@ti.com WingMan Kwok (3): usb: dwc3: Add Keystone specific glue layer ARM: dts: keystone: Add usb devicetree bindings ARM: keystone: defconfig: enable USB host mode support

[PATCH 2/3] ARM: dts: keystone: Add usb devicetree bindings

2013-11-25 Thread WingMan Kwok
Added device tree support for TI's Keystone USB driver and updated the Documentation with device tree binding information. On Keystone II platforms, we use no-op phy driver. Cc: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: WingMan Kwok w-kw...@ti.com --- .../devicetree/bindings/usb

[PATCH 1/3] usb: dwc3: Add Keystone specific glue layer

2013-11-25 Thread WingMan Kwok
Add Keystone platform specific glue layer to support USB3 Host mode. Cc: Santosh Shilimkar santosh.shilim...@ti.com Cc: Felipe Balbi ba...@ti.com Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by: WingMan Kwok w-kw...@ti.com --- drivers/usb/dwc3/Kconfig |7 + drivers

[PATCH 3/3] ARM: keystone: defconfig: enable USB host mode support

2013-11-25 Thread WingMan Kwok
Enable the USB host mode support on TI's Keystone platform. It also enables the support of usb mass storage, FAT and Ext4 filesystems to test rootfs mount over an USB disk. Cc: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: WingMan Kwok w-kw...@ti.com --- arch/arm/configs