Re: [PATCH] ARM: S3C24XX: add support for second irq set of S3C2416

2012-05-19 Thread Kukjin Kim
On 03/04/12 06:19, Heiko Stübner wrote: The S3C2416 has a separate second interrupt register-set to support additional irqs. This patch adds the necessary constants and registers the irq handlers for it. Signed-off-by: Heiko Stuebnerhe...@sntech.de --- Patch should go on top of the current

Re: [PATCH 1/2] ARM: s3c64xx: cpuidle - declare the states with the new api

2012-05-19 Thread Kukjin Kim
On 05/17/12 21:28, Mark Brown wrote: On Mon, May 14, 2012 at 04:06:16PM +0200, Daniel Lezcano wrote: The states are now part of the cpuidle_driver structure, so we can declare the states in this structure directly. That saves us an extra variable declaration and a memcpy. Tested-by: Mark

[GIT PULL] Samsung cleanup-2 for v3.5

2012-05-19 Thread Kukjin Kim
Hi Arnd, Olof Please pull Samsung cleanup-2 for v3.5 from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/cleanup-samsung-2 It is including cleanup of s3c64xx-cpuidle to use new api and has no dependency with other branches. If any problems, please let me know.

[GIT PULL] Samsung devel-2 for v3.5

2012-05-19 Thread Kukjin Kim
Hi Arnd, Olof Here is second development of Samsung stuff for v3.5: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2 It is adding support second irq set for s3c2416, suspend/resume for exynos5250 and none of interrupt combiner controller for

[GIT PULL] Samsung board-2 for v3.5

2012-05-19 Thread Kukjin Kim
Hi Arnd, Olof, Please pull 2nd Samsung board stuff from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/board-samsung-2 It includes updating of Cragganmore board(S3C64XX). If any problems, please let me know. Thanks. Best regards, Kgene. -- Kukjin Kim

Re: [GIT PULL] Samsung cleanup-2 for v3.5

2012-05-19 Thread Olof Johansson
Hi, On Sat, May 19, 2012 at 10:26 PM, Kukjin Kim kgene@samsung.com wrote: Hi Arnd, Olof Please pull Samsung cleanup-2 for v3.5 from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/cleanup-samsung-2 It is including cleanup of s3c64xx-cpuidle to use new api

Re: [GIT PULL] Samsung devel-2 for v3.5

2012-05-19 Thread Olof Johansson
On Sat, May 19, 2012 at 3:39 PM, Kukjin Kim kgene@samsung.com wrote: Hi Arnd, Olof Here is second development of Samsung stuff for v3.5: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/devel-samsung-2 It is adding support second irq set for s3c2416,

Re: [GIT PULL] Samsung board-2 for v3.5

2012-05-19 Thread Olof Johansson
Hi, On Sat, May 19, 2012 at 3:43 PM, Kukjin Kim kgene@samsung.com wrote: Hi Arnd, Olof, Please pull 2nd Samsung board stuff from: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git next/board-samsung-2 It includes updating of Cragganmore board(S3C64XX). If any

Re: [PATCH 01/10] spi: s3c64xx: remove unused S3C64XX_SPI_ST_TRLCNTZ macro

2012-05-19 Thread Grant Likely
On Wed, 09 May 2012 03:34:45 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: The macro S3C64XX_SPI_ST_TRLCNTZ is not used and hence it is removed. Cc: Jaswinder Singh jaswinder.si...@linaro.org Signed-off-by: Thomas Abraham thomas.abra...@linaro.org Acked-by: Grant Likely

Re: [PATCH 02/10] spi: s3c64xx: move controller information into driver data

2012-05-19 Thread Grant Likely
On Wed, 09 May 2012 03:34:46 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: Platform data is used to specify controller hardware specific information such as the tx/rx fifo level mask and bit offset of rx fifo level. Such information is not suitable to be supplied from device tree.

Re: [PATCH 05/10] ARM: Samsung: Update the device names for spi clock lookup

2012-05-19 Thread Grant Likely
On Sun, 13 May 2012 15:51:35 +0100, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Thu, May 10, 2012 at 01:17:32AM +0800, Thomas Abraham wrote: On 9 May 2012 22:28, Mark Brown broo...@opensource.wolfsonmicro.com wrote: This means that bisection will be broken - anything with

Re: [PATCH 07/10] spi: s3c64xx: Remove the 'set_level' callback from controller data

2012-05-19 Thread Grant Likely
On Wed, 09 May 2012 03:34:51 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: The set_level callback in the controller data, which is used to configure the slave select line, cannot be supported when migrating the driver to device tree based discovery. Since all the platforms currently

Re: [PATCH v2 0/6] spi: s3c64xx: add support for device tree

2012-05-19 Thread Grant Likely
On Fri, 18 May 2012 15:03:27 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: Changes since v1: Heh, I really should look further down my inbox before I start replying to old patches. I'll recheck this version of the changes, but I'm still happy for this stuff to go via arm-soc or

Re: [PATCH v2 1/6] spi: s3c64xx: remove unused S3C64XX_SPI_ST_TRLCNTZ macro

2012-05-19 Thread Grant Likely
On Fri, 18 May 2012 15:03:28 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: The macro S3C64XX_SPI_ST_TRLCNTZ is not used and hence it is removed. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org Acked-by: Jaswinder Singh jaswinder.si...@linaro.org Acked-by: Grant Likely

Re: [PATCH v2 2/6] spi: s3c64xx: move controller information into driver data

2012-05-19 Thread Grant Likely
On Fri, 18 May 2012 15:03:29 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: Platform data is used to specify controller hardware specific information such as the tx/rx fifo level mask and bit offset of rx fifo level. Such information is not suitable to be supplied from device tree.

Re: [PATCH v2 5/6] spi: s3c64xx: Remove the 'set_level' callback from controller data

2012-05-19 Thread Grant Likely
On Fri, 18 May 2012 15:03:32 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: The set_level callback in the controller data, which is used to configure the slave select line, cannot be supported when migrating the driver to device tree based discovery. Since all the platforms currently

Re: [PATCH v2 6/6] spi: s3c64xx: add device tree support

2012-05-19 Thread Grant Likely
On Fri, 18 May 2012 15:03:33 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: Add support for device based discovery. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org Acked-by: Jaswinder Singh jaswinder.si...@linaro.org Acked-by: Grant Likely grant.lik...@secretlab.ca ... but