Re: [PATCH 3/4 v2] spi: sh-msiof: Add device tree parsing to driver

2012-12-17 Thread Bastian Hecht
Hi Nobuhiro, 2012/12/17 Nobuhiro Iwamatsu iwama...@nigauri.org: Hi, Bastian. On Wed, Dec 12, 2012 at 8:54 PM, Bastian Hecht hec...@gmail.com wrote: From: Bastian Hecht hec...@gmail.com This adds the capability to retrieve setup data from the device tree node. The usage of platform data

Re: [PATCH 4/4] devicetree: Add Renesas SH Mobile MSIOF spi controller binding doc

2012-12-12 Thread Bastian Hecht
Hello Grant, +Renesas MSIOF spi controller + +Required properties: +- compatible : renesas,sh-msiof for SuperH or + renesas,sh-mobile-msiof for SH Mobile series +- reg : Offset and length of the register set for the device +- interrupts : interrupt line used by MSIOF +

[PATCH 1/4 v2] spi: sh-msiof: Remove unneeded clock name

2012-12-12 Thread Bastian Hecht
From: Bastian Hecht hec...@gmail.com clk_get() no longer needs a character string for associating the right clock as this is done via the device struct now. Signed-off-by: Bastian Hecht hechtb+rene...@gmail.com --- v2: no changes drivers/spi/spi-sh-msiof.c |6 ++ 1 file changed, 2

[PATCH 2/4 v2] spi: Add SH Mobile series as dependency to MSIOF controller

2012-12-12 Thread Bastian Hecht
From: Bastian Hecht hec...@gmail.com The MSIOF hardware block is used in the SH Mobile series as well, so we add it here. Signed-off-by: Bastian Hecht hechtb+rene...@gmail.com --- v2: no changes drivers/spi/Kconfig |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 4/4 v2] devicetree: Add Renesas SH Mobile MSIOF spi controller binding doc

2012-12-12 Thread Bastian Hecht
From: Bastian Hecht hec...@gmail.com Add binding documentation for Renesas' MSIOF SPI controller. Signed-off-by: Bastian Hecht hechtb+rene...@gmail.com --- v2: - renamed property chip_select to num-cs - renamed property tx_fifo_size to renesas,tx-fifo-size - renamed

[PATCH 3/4 v2] spi: sh-msiof: Add device tree parsing to driver

2012-12-12 Thread Bastian Hecht
From: Bastian Hecht hec...@gmail.com This adds the capability to retrieve setup data from the device tree node. The usage of platform data is still available. Signed-off-by: Bastian Hecht hechtb+rene...@gmail.com --- v2: - renamed property chip_select to num-cs - renamed property

[PATCH RESEND 0/4] spi: sh-msiof: Add DT support

2012-11-07 Thread Bastian Hecht
patchset. Bastian Hecht (4): spi: sh-msiof: Remove unneeded clock name spi: Add SH Mobile series as dependency to MSIOF controller spi: sh-msiof: Add device tree parsing to driver devicetree: Add Renesas SH Mobile MSIOF spi controller binding doc Documentation/devicetree/bindings/spi/sh

[PATCH 4/4] devicetree: Add Renesas SH Mobile MSIOF spi controller binding doc

2012-11-07 Thread Bastian Hecht
Add binding documentation for Renesas' MSIOF SPI controller. Signed-off-by: Bastian Hecht hec...@gmail.com --- Documentation/devicetree/bindings/spi/sh-msiof.txt | 12 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/spi/sh

[PATCH 1/4] spi: sh-msiof: Remove unneeded clock name

2012-11-07 Thread Bastian Hecht
clk_get() no longer needs a character string for associating the right clock as this is done via the device struct now. Signed-off-by: Bastian Hecht hec...@gmail.com --- drivers/spi/spi-sh-msiof.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/spi/spi-sh

[PATCH 3/4] spi: sh-msiof: Add device tree parsing to driver

2012-11-07 Thread Bastian Hecht
This adds the capability to retrieve setup data from the device tree node. The usage of platform data is still available. Signed-off-by: Bastian Hecht hec...@gmail.com --- drivers/spi/spi-sh-msiof.c | 54 +++- 1 files changed, 53 insertions(+), 1

[PATCH 2/4] spi: Add SH Mobile series as dependency to MSIOF controller

2012-11-07 Thread Bastian Hecht
The MSIOF hardware block is used in the SH Mobile series as well, so we add it here. Signed-off-by: Bastian Hecht hec...@gmail.com --- drivers/spi/Kconfig |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 1acae35..d0c0ae6

[PATCH 2/4] spi: Add SH Mobile series as dependency to MSIOF controller

2012-09-21 Thread Bastian Hecht
The MSIOF hardware block is used in the SH Mobile series as well, so we add it here. Signed-off-by: Bastian Hecht hec...@gmail.com --- drivers/spi/Kconfig |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index cd2fe35..cf77a4b

[PATCH 1/4] spi: sh-msiof: Remove unneeded clock name

2012-09-21 Thread Bastian Hecht
clk_get() no longer needs a character string for associating the right clock as this is done via the device struct now. Signed-off-by: Bastian Hecht hec...@gmail.com --- drivers/spi/spi-sh-msiof.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/spi/spi-sh

[PATCH 4/4] devicetree: Add Renesas SH Mobile MSIOF spi controller binding doc

2012-09-21 Thread Bastian Hecht
Add binding documentation for Renesas' MSIOF SPI controller. Signed-off-by: Bastian Hecht hec...@gmail.com --- Documentation/devicetree/bindings/spi/sh-msiof.txt | 12 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/spi/sh