[PATCH RESEND] arm: nspire: modify device tree to use the lsi,zevio-usb driver

2014-03-05 Thread dt . tangr
From: Daniel Tang Signed-off-by: Daniel Tang --- arch/arm/boot/dts/nspire.dtsi |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/nspire.dtsi b/arch/arm/boot/dts/nspire.dtsi index a22ffe6..012c6d1 100644 --- a/arch/arm/boot/dts/nspire.dtsi +++ b/arch/arm/boot/dts/nspire.d

[PATCHv2] devicetree: bindings: document lsi,zevio-usb

2014-03-05 Thread dt . tangr
From: Daniel Tang Signed-off-by: Daniel Tang --- .../devicetree/bindings/usb/ci-hdrc-zevio.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-zevio.txt diff --git a/Documentation/devicetree/bindings/usb/ci-h

[PATCH 2/3] arm: nspire: modify device tree to use the LSI Zevio LED driver

2013-12-15 Thread dt . tangr
From: Daniel Tang Signed-off-by: Daniel Tang --- arch/arm/boot/dts/nspire.dtsi |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/nspire.dtsi b/arch/arm/boot/dts/nspire.dtsi index a22ffe6..bb453bb 100644 --- a/arch/arm/boot/dts/nspire.dtsi +++ b/arch/

[PATCH 3/3] devicetree: bindings: document lsi,zevio-led

2013-12-15 Thread dt . tangr
From: Daniel Tang This describes the device tree bindings for the LSI Zevio LED Controller Signed-off-by: Daniel Tang --- Documentation/devicetree/bindings/leds/leds-zevio.txt | 13 + 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/leds

[PATCH 3/3] devicetree: bindings: document lsi,zevio-usb

2013-12-14 Thread dt . tangr
From: Daniel Tang Signed-off-by: Daniel Tang --- .../devicetree/bindings/usb/ci-hdrc-zevio.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-zevio.txt diff --git a/Documentation/devicetree/bindings/usb/ci-h

[PATCH 2/3] arm: nspire: modify device tree to use the lsi,zevio-usb driver

2013-12-14 Thread dt . tangr
From: Daniel Tang Signed-off-by: Daniel Tang --- arch/arm/boot/dts/nspire.dtsi |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/nspire.dtsi b/arch/arm/boot/dts/nspire.dtsi index a22ffe6..012c6d1 100644 --- a/arch/arm/boot/dts/nspire.dtsi +++ b/arch/arm/boot/dts/nspire.d

[PATCH] usb: chipidea: fix device tree binding for zevio/nspire usb driver

2013-12-04 Thread dt . tangr
From: Daniel Tang The device tree binding chosen for the nspire-usb driver was inappropriate and should be renamed to lsi,zevio-usb. References to nspire have been replaced with zevio (the SoC name) Signed-off-by: Daniel Tang --- .../devicetree/bindings/usb/ci-hdrc-nspire.txt | 17 -

[PATCH 2/2] arm: nspire: modify device tree to use the nspire-usb driver

2013-12-04 Thread dt . tangr
From: Daniel Tang This patch adds the needed compatible key to the device tree for TI-Nspires. Signed-off-by: Daniel Tang --- arch/arm/boot/dts/nspire.dtsi |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/nspire.dtsi b/arch/arm/boot/dts/nspire.dtsi index a22ffe6..baf715

[PATCH 1/2] usb: chipidea: fix mistake in device tree binding of nspire-usb to use vendor name 'lsi' instead of SoC name 'zevio'

2013-12-04 Thread dt . tangr
From: Daniel Tang The SoC name was mistakenly used instead of the vendor name in the device tree binding for nspire-usb. This patch fixes this before the driver becomes widely adopted. Signed-off-by: Daniel Tang --- Documentation/devicetree/bindings/usb/ci-hdrc-nspire.txt |4 ++-- drivers

[PATCHv3] usb: chipidea: add support for USB OTG controller on TI-NSPIRE

2013-11-24 Thread dt . tangr
From: Daniel Tang The USB controller in TI-NSPIRE calculators are based off either Freescale's USB OTG controller or the USB controller found in the IMX233, both of which are Chipidea compatible. This patch adds a device tree binding for the controller. Signed-off-by: Daniel Tang --- Changelo

[PATCHv2] usb: chipidea: add support for USB OTG controller on TI-NSPIRE

2013-11-23 Thread dt . tangr
From: Daniel Tang Changelog v2: * Rename ci13xxx to ci_hdrc * Fixed alignment issues The USB controller in TI-NSPIRE calculators are based off either Freescale's USB OTG controller or the USB controller found in the IMX233, both of which are Chipidea compatible. This patch adds a device tree

[PATCH] usb: chipidea: add support for USB OTG controller on TI-NSPIRE

2013-11-22 Thread dt . tangr
From: Daniel Tang The USB controller in TI-NSPIRE calculators are based off either Freescale's USB OTG controller or the USB controller found in the IMX233, both of which are Chipidea compatible. This patch adds a device tree binding for the controller. Signed-off-by: Daniel Tang --- .../devi