Re: RFC[PATCH 3/6] ARM: S5P64X0: Add pin-mux setup support for SDHCI

2011-08-09 Thread Subash Patel
Hi Rajeshwari, Please find my comments below: On 08/08/2011 02:17 PM, Rajeshwari Shinde wrote: This patch provides pin-mux setup files for HSMMC support on S5P6440 and S5P6450 platforms. Signed-off-by: Rajeshwari Shinderajeshwar...@samsung.com --- arch/arm/mach-s5p64x0/Makefile |

Re: RFC[PATCH 6/6] ARM: S5P64X0: Add clkdev bus lookup support

2011-08-09 Thread Subash Patel
Hello, On 08/08/2011 03:51 PM, Sylwester Nawrocki wrote: Hello, On 08/08/2011 10:47 AM, Rajeshwari Shinde wrote: Bus clock alias names created and added to clkdev which will be used by HSMMC driver. Signed-off-by: Rajeshwari Shinderajeshwar...@samsung.com ---

[RFC][PATCH 1/2] S5PV210: SPI: Add clkdev support

2011-08-09 Thread Padmavathi Venna
Create a clkdev alias for spi bus clock and modify the spi driver to lookup the clock using the alias name instead of passing clock name and clock number from SPI platform data. Signed-off-by: Padmavathi Venna padm...@samsung.com --- This patch is tested for S5PV210 platform and similar changes

[RFC][PATCH 2/2] spi: s3c64xx: Use clkdev for bus clock lookup

2011-08-09 Thread Padmavathi Venna
SPI driver is modified to lookup the bus clock using the alias name instead of getting clock name and clock number from platform data. Driver is modified to get the best source clock among the available source clocks for the required frequency. Signed-off-by: Padmavathi Venna padm...@samsung.com

[PATCH 00/13] Clean up mach/gpio.h headers

2011-08-09 Thread Russell King - ARM Linux
This is a preliminary posting of my gpio patch set. This patch series moves the trivial gpiolib implementations out of mach/gpio.h and into asm/gpio.h. As a side effect of that, most of this patch series is about fixing up direct includes of mach/gpio.h - this is something I've been on at people

[PATCH 01/13] ARM: gpio: at91: remove redundant include of mach/gpio.h

2011-08-09 Thread Russell King - ARM Linux
asm/gpio.h already directly includes mach/gpio.h. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- arch/arm/mach-at91/gpio.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-at91/gpio.c b/arch/arm/mach-at91/gpio.c index 4615528..2225042 100644 ---

[PATCH 05/13] ARM: gpio: nomadik: convert drivers to use asm/gpio.h rather than mach/gpio.h

2011-08-09 Thread Russell King - ARM Linux
Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- drivers/gpio/gpio-nomadik.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/gpio-nomadik.c b/drivers/gpio/gpio-nomadik.c index 2c212c7..f7f0406 100644 --- a/drivers/gpio/gpio-nomadik.c +++

[PATCH 06/13] ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.h

2011-08-09 Thread Russell King - ARM Linux
Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- drivers/usb/musb/davinci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index 8bdf25a..f9a3f62 100644 --- a/drivers/usb/musb/davinci.c +++

[PATCH 07/13] ARM: gpio: pnx4008: convert drivers to use asm/gpio.h rather than mach/gpio.h

2011-08-09 Thread Russell King - ARM Linux
Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- drivers/usb/host/ohci-pnx4008.c |2 +- drivers/video/pnx4008/sdum.c|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ohci-pnx4008.c b/drivers/usb/host/ohci-pnx4008.c index 653d6a6..d1b4193

[PATCH 08/13] ARM: gpio: ixp2000: convert drivers to use asm/gpio.h rather than mach/gpio.h

2011-08-09 Thread Russell King - ARM Linux
Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- drivers/i2c/busses/i2c-ixp2000.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/busses/i2c-ixp2000.c b/drivers/i2c/busses/i2c-ixp2000.c index 5d8aed5..be9991b 100644 ---

[PATCH 09/13] ARM: gpio: tegra: convert drivers to use asm/gpio.h rather than mach/gpio.h

2011-08-09 Thread Russell King - ARM Linux
Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- drivers/mmc/host/sdhci-tegra.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index 18b0bd3..e9094f1 100644 --- a/drivers/mmc/host/sdhci-tegra.c

[PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations

2011-08-09 Thread Russell King - ARM Linux
Consolidate 24 trivial gpiolib implementions out of mach/gpio.h into asm/gpio.h. This is basically the include of asm-generic/gpio.h and the definition of gpio_get_value, gpio_set_value, and gpio_cansleep as described in Documentation/gpio.txt Signed-off-by: Russell King

[PATCH 12/13] ARM: gpio: consolidate gpio_to_irq

2011-08-09 Thread Russell King - ARM Linux
Many of the gpio_to_irq implementations use the gpiolib version of this function. Provide the standard gpiolib gpio_to_irq() for everyone, but allow platforms to override it if they wish. Add the neccessary overrides for those platforms which do not use the standard definition. Signed-off-by:

[PATCH 13/13] ARM: gpio: make trivial GPIOLIB implementation the default

2011-08-09 Thread Russell King - ARM Linux
Rather than marking the mach/gpio.h header files which want to use the trivial GPIOLIB implementation, mark those which do not want to use it instead. This means that by default, you get the trivial implementation and only have to do something extra if you need to. This should encourage the use

Re: [PATCH 00/13] Clean up mach/gpio.h headers

2011-08-09 Thread Jamie Iles
Hi Russell, On Tue, Aug 09, 2011 at 09:04:12AM +0100, Russell King - ARM Linux wrote: This is a preliminary posting of my gpio patch set. This patch series moves the trivial gpiolib implementations out of mach/gpio.h and into asm/gpio.h. As a side effect of that, most of this patch series

Re: [PATCH] ARM: EXYNOS4: Fix the IRQ definitions for MIPI CSIS device

2011-08-09 Thread Sergei Shtylyov
Hello. On 08-08-2011 17:11, Sylwester Nawrocki wrote: This is a regression fix after migration to the external GIC. The breakage has been introduced in commit: ARM: EXYNOS4: modify interrupt mappings for external GIC Would be good to also cite that commit's ID for gitweb. Signed-off-by:

Re: [PATCH 06/13] ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.h

2011-08-09 Thread Sergei Shtylyov
Hello. On 09-08-2011 12:06, Russell King - ARM Linux wrote: CCing linux-usb and Felipe... Signed-off-by: Russell Kingrmk+ker...@arm.linux.org.uk --- drivers/usb/musb/davinci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/davinci.c

Re: [RFC][PATCH 2/2] spi: s3c64xx: Use clkdev for bus clock lookup

2011-08-09 Thread Jassi Brar
On Tue, Aug 9, 2011 at 7:28 PM, Padmavathi Venna padm...@samsung.com wrote: SPI driver is modified to lookup the bus clock using the alias name instead of getting clock name and clock number from platform data. Cool. Driver is modified to get the best source clock among the available source

RE: [PATCH 13/13] ARM: gpio: make trivial GPIOLIB implementation the default

2011-08-09 Thread H Hartley Sweeten
On Tuesday, August 09, 2011 1:09 AM, Russell King wrote: Rather than marking the mach/gpio.h header files which want to use the trivial GPIOLIB implementation, mark those which do not want to use it instead. This means that by default, you get the trivial implementation and only have to do

Re: [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations

2011-08-09 Thread David Brown
On Tue, Aug 09, 2011 at 09:08:01AM +0100, Russell King - ARM Linux wrote: Consolidate 24 trivial gpiolib implementions out of mach/gpio.h into asm/gpio.h. This is basically the include of asm-generic/gpio.h and the definition of gpio_get_value, gpio_set_value, and gpio_cansleep as described

Re: [PATCH 00/13] Clean up mach/gpio.h headers

2011-08-09 Thread Grant Likely
On Tue, Aug 09, 2011 at 09:04:12AM +0100, Russell King - ARM Linux wrote: This is a preliminary posting of my gpio patch set. This patch series moves the trivial gpiolib implementations out of mach/gpio.h and into asm/gpio.h. As a side effect of that, most of this patch series is about

Re: [PATCH 00/13] Clean up mach/gpio.h headers

2011-08-09 Thread Russell King - ARM Linux
On Tue, Aug 09, 2011 at 03:00:55PM -0600, Grant Likely wrote: On Tue, Aug 09, 2011 at 09:04:12AM +0100, Russell King - ARM Linux wrote: This is a preliminary posting of my gpio patch set. This patch series moves the trivial gpiolib implementations out of mach/gpio.h and into asm/gpio.h.

Re: [PATCH 00/13] Clean up mach/gpio.h headers

2011-08-09 Thread Grant Likely
On Tue, Aug 09, 2011 at 10:32:30PM +0100, Russell King - ARM Linux wrote: On Tue, Aug 09, 2011 at 03:00:55PM -0600, Grant Likely wrote: On Tue, Aug 09, 2011 at 09:04:12AM +0100, Russell King - ARM Linux wrote: This is a preliminary posting of my gpio patch set. This patch series moves