[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 +++

[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

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

2014-03-05 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com Signed-off-by: Daniel Tang dt.ta...@gmail.com --- .../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

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

2014-03-05 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com Signed-off-by: Daniel Tang dt.ta...@gmail.com --- 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 ---

[PATCH 1/3] leds: add support for LSI Zevio LED controller

2013-12-15 Thread dt . tangr
From: Daniel Tang This adds initial support for the LED controller found on the LSI Zevio SoC. Signed-off-by: Daniel Tang --- drivers/leds/Kconfig |7 ++ drivers/leds/Makefile |1 + drivers/leds/leds-zevio.c | 168 + 3 files

[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 +++

[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

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

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

[PATCH 1/3] leds: add support for LSI Zevio LED controller

2013-12-15 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com This adds initial support for the LED controller found on the LSI Zevio SoC. Signed-off-by: Daniel Tang dt.ta...@gmail.com --- drivers/leds/Kconfig |7 ++ drivers/leds/Makefile |1 + drivers/leds/leds-zevio.c | 168

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

2013-12-15 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com Signed-off-by: Daniel Tang dt.ta...@gmail.com --- 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 ---

[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

[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 +++

[PATCH 1/3] usb: chipidea: add support for USB OTG controller on LSI Zevio SoCs

2013-12-14 Thread dt . tangr
From: Daniel Tang The USB controller in TI-NSPIRE calculators (LSI Zevio SoC) 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

[PATCH 1/3] usb: chipidea: add support for USB OTG controller on LSI Zevio SoCs

2013-12-14 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com The USB controller in TI-NSPIRE calculators (LSI Zevio SoC) 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.

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

2013-12-14 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com Signed-off-by: Daniel Tang dt.ta...@gmail.com --- 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 ---

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

2013-12-14 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com Signed-off-by: Daniel Tang dt.ta...@gmail.com --- .../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

[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

[PATCHv3] irqchip: Add support for TI-NSPIRE irqchip

2013-12-04 Thread dt . tangr
From: Daniel Tang This patch adds support for the interrupt controllers found in some TI-Nspire models. FIQ support was taken out to simplify the driver code and may be added in later. Since Linux on this platform doesn't really use FIQs, this wasn't really that important in the first place.

[PATCHv2 2/2] arm: nspire: fix compile-time warnings

2013-12-04 Thread dt . tangr
From: Daniel Tang Fix nspire_restart to take enum reboot_mode instead of a char so the correct function pointer is passed to DT_MACHINE_START. Signed-off-by: Daniel Tang --- arch/arm/mach-nspire/nspire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCHv2 1/2] clocksource: zevio-timer: fix compile-time warnings

2013-12-04 Thread dt . tangr
From: Daniel Tang Fix incorrect function definition of zevio_timer_add so the correct function pointer is passed to CLOCKSOURCE_OF_DECLARE. Signed-off-by: Daniel Tang --- drivers/clocksource/zevio-timer.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git

[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

[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 ++--

[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 dt.ta...@gmail.com 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 dt.ta...@gmail.com ---

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

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

[PATCHv2 1/2] clocksource: zevio-timer: fix compile-time warnings

2013-12-04 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com Fix incorrect function definition of zevio_timer_add so the correct function pointer is passed to CLOCKSOURCE_OF_DECLARE. Signed-off-by: Daniel Tang dt.ta...@gmail.com --- drivers/clocksource/zevio-timer.c | 19 +-- 1 file changed, 9

[PATCHv2 2/2] arm: nspire: fix compile-time warnings

2013-12-04 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com Fix nspire_restart to take enum reboot_mode instead of a char so the correct function pointer is passed to DT_MACHINE_START. Signed-off-by: Daniel Tang dt.ta...@gmail.com --- arch/arm/mach-nspire/nspire.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCHv3] irqchip: Add support for TI-NSPIRE irqchip

2013-12-04 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com This patch adds support for the interrupt controllers found in some TI-Nspire models. FIQ support was taken out to simplify the driver code and may be added in later. Since Linux on this platform doesn't really use FIQs, this wasn't really that important in

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

2013-12-04 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com 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 dt.ta...@gmail.com ---

[PATCH 2/2] arm: nspire: fix nspire_restart to take enum reboot_mode instead of a char so the correct function pointer is passed to DT_MACHINE_START

2013-11-24 Thread dt . tangr
From: Daniel Tang Signed-off-by: Daniel Tang --- arch/arm/mach-nspire/nspire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-nspire/nspire.c b/arch/arm/mach-nspire/nspire.c index 4b2ed2e..3d24ebf 100644 --- a/arch/arm/mach-nspire/nspire.c +++

[PATCH 1/2] clocksource: zevio-timer: fix incorrect function definition so the correct function pointer is passed to CLOCKSOURCE_OF_DECLARE

2013-11-24 Thread dt . tangr
From: Daniel Tang Signed-off-by: Daniel Tang --- drivers/clocksource/zevio-timer.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/drivers/clocksource/zevio-timer.c b/drivers/clocksource/zevio-timer.c index ca81809..a1bd107 100644 ---

[PATCHv2 RESEND] irqchip: Add support for TI-NSPIRE irqchip

2013-11-24 Thread dt . tangr
From: Daniel Tang This patch adds support for the interrupt controllers found in some TI-Nspire models. FIQ support was taken out to simplify the driver code and may be added in later. Since Linux on this platform doesn't really use FIQs, this wasn't really that important in the first place.

[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 ---

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

2013-11-24 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com 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

[PATCHv2 RESEND] irqchip: Add support for TI-NSPIRE irqchip

2013-11-24 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com This patch adds support for the interrupt controllers found in some TI-Nspire models. FIQ support was taken out to simplify the driver code and may be added in later. Since Linux on this platform doesn't really use FIQs, this wasn't really that important in

[PATCH 1/2] clocksource: zevio-timer: fix incorrect function definition so the correct function pointer is passed to CLOCKSOURCE_OF_DECLARE

2013-11-24 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com Signed-off-by: Daniel Tang dt.ta...@gmail.com --- drivers/clocksource/zevio-timer.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/drivers/clocksource/zevio-timer.c b/drivers/clocksource/zevio-timer.c index

[PATCH 2/2] arm: nspire: fix nspire_restart to take enum reboot_mode instead of a char so the correct function pointer is passed to DT_MACHINE_START

2013-11-24 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com Signed-off-by: Daniel Tang dt.ta...@gmail.com --- arch/arm/mach-nspire/nspire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-nspire/nspire.c b/arch/arm/mach-nspire/nspire.c index 4b2ed2e..3d24ebf 100644 ---

[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

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

2013-11-23 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com 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

[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 ---

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

2013-11-22 Thread dt . tangr
From: Daniel Tang dt.ta...@gmail.com 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