Re: [PATCH] rtc: rtc-s3c: Add device tree support

2011-10-11 Thread Thomas Abraham
On 3 September 2011 21:19, Thomas Abraham wrote: > Add device tree based discovery support for Samsung's rtc controller. > > Cc: Ben Dooks > Signed-off-by: Thomas Abraham > --- >  Documentation/devicetree/bindings/rtc/s3c-rtc.txt |   20 >  drivers/rtc/rtc-s3c.c              

[PATCH] gpio: exynos4: Add device tree support

2011-10-11 Thread Thomas Abraham
As gpio chips get registered, a device tree node which represents the gpio chip is searched and attached to it. A translate function is also provided to convert the gpio specifier into actual platform settings for pin function selection, pull up/down and driver strength settings. Signed-off-by: Th

[PATCH V2 0/3] ARM: SAMSUNG: Add support for sdhci clock lookup using generic names

2011-10-11 Thread Rajeshwari Shinde
This patchset adds support for sdhci controller clock lookup using generic names. With this patchset, there will be no need to pass clock names in sdhci platform data. This patchset depends on the patchset: Add a common macro for creating struct clk_lookup entries V2 Changes: -Added HCLK

[PATCH V2 1/3] SDHCI: S3C: Use generic clock names for sdhci bus clock options

2011-10-11 Thread Rajeshwari Shinde
This patch modifies the driver to stop depending on the clock names being passed from the platform and switch over to bus clock lookup using generic clock names. Signed-off-by: Rajeshwari Shinde --- drivers/mmc/host/sdhci-s3c.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) dif

[PATCH V2 2/3] ARM: SAMSUNG: Remove SDHCI bus clocks from platform data

2011-10-11 Thread Rajeshwari Shinde
The bus clocks previously sent through platform data to SDHCI controller are removed. Signed-off-by: Rajeshwari Shinde --- arch/arm/mach-exynos4/Makefile |1 - arch/arm/mach-exynos4/setup-sdhci.c| 22 --- arch/arm/mach-s3c2416/Makefile |1

[PATCH V3 3/3] ARM: SAMSUNG: Add lookup of sdhci-s3c clocks using generic names

2011-10-11 Thread Rajeshwari Shinde
Add support for lookup of sdhci-s3c controller clocks using generic names for s3c2416, s3c64xx, s5pc100, s5pv210 and exynos4 SoC's. Signed-off-by: Rajeshwari Shinde --- arch/arm/mach-exynos4/clock.c | 88 +- arch/arm/mach-s3c2416/clock.c | 85 + arch/a

Re: [PATCH V3 3/3] ARM: SAMSUNG: Add lookup of sdhci-s3c clocks using generic names

2011-10-11 Thread Heiko Stübner
Hi, somehow this did not apply against linux-next for me: error: patch failed: arch/arm/mach-exynos4/clock.c:1250 error: arch/arm/mach-exynos4/clock.c: patch does not apply error: patch failed: arch/arm/mach-s3c64xx/clock.c:697 error: arch/arm/mach-s3c64xx/clock.c: patch does not apply error: pat

RE: [PATCH] rtc: rtc-s3c: Add device tree support

2011-10-11 Thread Kukjin Kim
Thomas Abraham wrote: > > On 3 September 2011 21:19, Thomas Abraham > wrote: > > Add device tree based discovery support for Samsung's rtc controller. > > > > Cc: Ben Dooks > > Signed-off-by: Thomas Abraham > > --- > >  Documentation/devicetree/bindings/rtc/s3c-rtc.txt |   20 >

RE: [PATCH RESEND] drivers: i2c: s3c2410: add support for HDMIPHY dedicated controller

2011-10-11 Thread Kukjin Kim
Marek Szyprowski wrote: > > From: Tomasz Stanislawski > > This patch adds support for I2C HDMIPHY dedicated controller. It has > different timeout handling and reset conditions. > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyungmin Park > Signed-off-by: Marek Szyprowski Acked-by:

[RESEND][PATCH V2 0/2] Add a common macro for creating struct clk_lookup entries

2011-10-11 Thread Padmavathi Venna
From: Padmavathi Venna This patchset consolidates the macro that creates 'struct clk_lookup' entries by introducing a common macro 'CLKDEV_INIT' as suggested by Russell King. Few of the platforms have been modified to use this new macro. I have done the replacement by using python script. I hav

[RESEND][PATCH V2 1/2] ARM: CLKDEV: Add Common Macro for clk_lookup

2011-10-11 Thread Padmavathi Venna
From: Padmavathi Venna Added a standardized macro CLKDEV_INIT which can used across all the platforms to support clkdev Suggested by: Russell King Acked-by: H Hartley Sweeten Signed-off-by: Padmavathi Venna Signed-off-by: Rajeshwari Shinde --- include/linux/clkdev.h |7 +++ 1 files

RE: [RESEND][PATCH V2 0/2] Add a common macro for creating struct clk_lookup entries

2011-10-11 Thread Kukjin Kim
Padmavathi Venna wrote: > > From: Padmavathi Venna > > This patchset consolidates the macro that creates 'struct clk_lookup' > entries by introducing a common macro 'CLKDEV_INIT' as suggested by > Russell King. Few of the platforms have been modified to use this new macro. > > I have done the r

RE: [PATCH v6 00/10] Add device tree support for PL330 dma controller driver

2011-10-11 Thread Kukjin Kim
Thomas Abraham wrote: > > Changes since v5: > - Added alias clocks for pdma clocks on Exynos4. > - Modified platform data for s5p64x0, s5pc100 and s5pv210. > - Rebased on the tip of for-next branch of linux-samsung kernel and tested. > > Changes since v4: > - Rebased with Samsung maintainer's for

RE: [PATCH v5 0/2] Add device tree support for Samsung's keypad controller driver

2011-10-11 Thread Kukjin Kim
Thomas Abraham wrote: > > Changes since v4: > - Tested with linux 3.1-rc9. No changes in code. > > Changes since v3: > - Addressed comments from Grant Likely. > - Set num_rows and num_cols to zero in samsung_keypad_parse_dt function. > - Fixed the wierd looking if-else block in samsung_keypad

[PATCH] ARM: EXYNOS4: JPEG: board definition and device registration

2011-10-11 Thread Andrzej Pietrasiewicz
Dear All, This patch adds board definition code and device registration code for JPEG IP found in Exynos4 SoC. Andrzej Pietrasiewicz Andrzej Pietrasiewicz (1): ARM: EXYNOS4: JPEG: board definition and device registration arch/arm/mach-exynos4/Kconfig |1 + arch/arm/mach-exy

[PATCH] ARM: EXYNOS4: JPEG: board definition and device registration

2011-10-11 Thread Andrzej Pietrasiewicz
Exynos4 JPEG IP board definition and device registration Signed-off-by: Andrzej Pietrasiewicz Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos4/Kconfig |1 + arch/arm/mach-exynos4/clock.c |5 +++ arch/arm/mach-exynos4/include/mach/map.h|3 ++ arc

RE: [PATCH 5/7] ARM: EXYNOS4: Add support external GIC

2011-10-11 Thread Changhwan Youn
Dear Marc and Will, On Monday, October 10, 2011 10:02 PM, Marc Zyngier wrote: > > On 07/10/11 16:16, Will Deacon wrote: > > Hi Marc, > > > > On Fri, Oct 07, 2011 at 10:44:59AM +0100, Marc Zyngier wrote: > >> So to make my suggestion completely clear, here's a patch I'm now > >> carrying in my tre

Re: [PATCH 5/7] ARM: EXYNOS4: Add support external GIC

2011-10-11 Thread Marc Zyngier
Hi Changwan, On 11/10/11 13:22, Changhwan Youn wrote: >> Kukjin, could you please comment on the presence of a common memory >> region for the distributor? This seem quite odd... > > Some registers in Distributor are banked for PPI and SGI support (banked > interrupts). > The register for pendin

Re: [PATCH V6 RESEND 2/2] mmc: core: Add Poweroff Notify handling eMMC 4.5

2011-10-11 Thread Chris Ball
Hi Girish, On Tue, Oct 11 2011, Girish K S wrote: > This is a very old version of the patch. My latest patch has been > merged with Mr Chung's branch (the one with PULL REQUEST). > These comments have been already taken care. No, that's not the case. Here is the version of the patch on the emmc4

Re: [PATCH RESEND V1] mmc: replace printk with appropriate display macro

2011-10-11 Thread Chris Ball
Hi, On Tue, Oct 11 2011, Girish K S wrote: > All the files using printk function for displaying kernel messages > in the mmc driver have been replaced with corresponding macro. Thanks, applied! I haven't been sure how to handle this patch; in general cosmetic patches that touch many parts of man

[PATCH 0/2] ARM: Samsung: Add basic device tree support for Exynos4 boards

2011-10-11 Thread Thomas Abraham
This patchset adds a new basic device tree enabled machine/board file which is based on the Samsung's Exynos4 family of SoC's. Also included in this patchset is the dts file for Exynos4210 SoC, Samsung's SMDKV310 board and Insignal's Origen board. The Exynos4210 dts file includes support for IRQ

[PATCH 1/2] ARM: Samsung: Add Exynos4 device tree enabled board file

2011-10-11 Thread Thomas Abraham
Add a new Exynos4 compatible device tree enabled board file. Boards based on the Exynos4 family of SoC's can use this as the machine/board file. When using this machine fike, a corresponding device tree blob which describes the board's properties should be supplied at boot time to the kernel. Sign

[PATCH 2/2] ARM: dts: Add intial dts file for Exynos4210 SoC, SMDKV310 and Origen board

2011-10-11 Thread Thomas Abraham
Add initial dts file for Exynos4210 SoC. This dts file describes the SoC specific devices and properties. Along with this, add dts file for Samsung's SMDKV310 board and Insignal's Origen board which uses the Exynos4210 dts file and extends it to describe the board specific properties. Signed-off-b

Re: [PATCH v6 00/10] Add device tree support for PL330 dma controller driver

2011-10-11 Thread Thomas Abraham
Hi Vinod, On 11 October 2011 17:36, Kukjin Kim wrote: > Thomas Abraham wrote: >> >> Changes since v5: >> - Added alias clocks for pdma clocks on Exynos4. >> - Modified platform data for s5p64x0, s5pc100 and s5pv210. >> - Rebased on the tip of for-next branch of linux-samsung kernel and > tested.

Re: [PATCH] gpio: exynos4: Add device tree support

2011-10-11 Thread Rob Herring
Thomas, On 10/11/2011 03:16 AM, Thomas Abraham wrote: > As gpio chips get registered, a device tree node which represents the > gpio chip is searched and attached to it. A translate function is also > provided to convert the gpio specifier into actual platform settings > for pin function selection

Re: [PATCH] gpio: exynos4: Add device tree support

2011-10-11 Thread Thomas Abraham
Hi Rob, On 11 October 2011 20:41, Rob Herring wrote: > Thomas, > > On 10/11/2011 03:16 AM, Thomas Abraham wrote: >> As gpio chips get registered, a device tree node which represents the >> gpio chip is searched and attached to it. A translate function is also >> provided to convert the gpio speci

Re: [PATCH] gpio: exynos4: Add device tree support

2011-10-11 Thread Rob Herring
On 10/11/2011 10:19 AM, Thomas Abraham wrote: > Hi Rob, > > On 11 October 2011 20:41, Rob Herring wrote: >> Thomas, >> >> On 10/11/2011 03:16 AM, Thomas Abraham wrote: >>> As gpio chips get registered, a device tree node which represents the >>> gpio chip is searched and attached to it. A transla

Re: [PATCH] gpio: exynos4: Add device tree support

2011-10-11 Thread Thomas Abraham
On 11 October 2011 21:00, Rob Herring wrote: > On 10/11/2011 10:19 AM, Thomas Abraham wrote: >> Hi Rob, >> >> On 11 October 2011 20:41, Rob Herring wrote: >>> Thomas, >>> >>> On 10/11/2011 03:16 AM, Thomas Abraham wrote: As gpio chips get registered, a device tree node which represents the >

RE: [PATCH 2/3] mmc: Add OF bindings support for mmc host controller capabilities

2011-10-11 Thread Stephen Warren
Thomas Abraham wrote at Sunday, October 09, 2011 12:58 AM: > On 5 October 2011 21:25, Stephen Warren wrote: > > Thomas Abraham wrote at Wednesday, October 05, 2011 8:28 AM: > >> On 5 October 2011 18:59, Rob Herring wrote: > >> > On 10/05/2011 05:13 AM, Thomas Abraham wrote: > >> >> Device nodes r

RE: [PATCH v6 00/10] Add device tree support for PL330 dma controller driver

2011-10-11 Thread Vinod Koul
On Tue, 2011-10-11 at 21:06 +0900, Kukjin Kim wrote: > Thomas Abraham wrote: > > Hi, > > Looks ok to me and if required, > Acked-by: Kukjin Kim > > And I hope since this includes many changes of arch/arm/Samsung stuff, this > would be sent to upstream via Samsung tree after ack from Vinod for d

Re: [PATCH 2/3] mmc: Add OF bindings support for mmc host controller capabilities

2011-10-11 Thread Thomas Abraham
On 11 October 2011 21:59, Stephen Warren wrote: > Thomas Abraham wrote at Sunday, October 09, 2011 12:58 AM: >> On 5 October 2011 21:25, Stephen Warren wrote: >> > Thomas Abraham wrote at Wednesday, October 05, 2011 8:28 AM: >> >> On 5 October 2011 18:59, Rob Herring wrote: >> >> > On 10/05/2011

RE: [PATCH v6 09/10] ARM: S5PC100: Modify platform data for pl330 driver

2011-10-11 Thread Boojin Kim
Thomas Abraham wrote: > Sent: Tuesday, October 11, 2011 3:16 AM > To: linux-arm-ker...@lists.infradead.org > Cc: linux-samsung-soc@vger.kernel.org; kgene@samsung.com; > vinod.k...@intel.com; Jassi Brar; Boojin Kim > Subject: [PATCH v6 09/10] ARM: S5PC100: Modify platform data for pl330 > driver

RE: [PATCH v6 10/10] ARM: S5PV210: Modify platform data for pl330 driver

2011-10-11 Thread Boojin Kim
Thomas Abraham wrote: > Sent: Tuesday, October 11, 2011 3:16 AM > To: linux-arm-ker...@lists.infradead.org > Cc: linux-samsung-soc@vger.kernel.org; kgene@samsung.com; > vinod.k...@intel.com; Jassi Brar; Boojin Kim > Subject: [PATCH v6 10/10] ARM: S5PV210: Modify platform data for pl330 > drive

RE: [PATCH v6 02/10] DMA: PL330: Infer transfer direction from transfer request instead of platform data

2011-10-11 Thread Boojin Kim
Thomas Abraham wrote: > Sent: Tuesday, October 11, 2011 3:16 AM > To: linux-arm-ker...@lists.infradead.org > Cc: linux-samsung-soc@vger.kernel.org; kgene@samsung.com; > vinod.k...@intel.com; Jassi Brar; Boojin Kim > Subject: [PATCH v6 02/10] DMA: PL330: Infer transfer direction from > transfer

RE: [PATCH v6 04/10] DMA: PL330: Add device tree support

2011-10-11 Thread Boojin Kim
Thomas Abraham wrote: > Sent: Tuesday, October 11, 2011 3:16 AM > To: linux-arm-ker...@lists.infradead.org > Cc: linux-samsung-soc@vger.kernel.org; kgene@samsung.com; > vinod.k...@intel.com; Jassi Brar; Boojin Kim > Subject: [PATCH v6 04/10] DMA: PL330: Add device tree support > > For PL330 dm

Re: [PATCH v6 09/10] ARM: S5PC100: Modify platform data for pl330 driver

2011-10-11 Thread Anca Emanuel
On Mon, Oct 10, 2011 at 9:15 PM, Thomas Abraham wrote: > +u8 pdma1_peri[] = { > +       DMACH_UART0_RX, > +       DMACH_UART0_TX, > +       DMACH_UART1_RX, > +       DMACH_UART1_TX, > +       DMACH_UART2_RX, > +       DMACH_UART2_TX, > +       DMACH_UART3_RX, > +       DMACH_UART3_TX, > +      

Re: [PATCH v6 09/10] ARM: S5PC100: Modify platform data for pl330 driver

2011-10-11 Thread Thomas Abraham
Hi Anca, On 12 October 2011 09:41, Anca Emanuel wrote: > On Mon, Oct 10, 2011 at 9:15 PM, Thomas Abraham > wrote: > > >> +u8 pdma1_peri[] = { >> +       DMACH_UART0_RX, >> +       DMACH_UART0_TX, >> +       DMACH_UART1_RX, >> +       DMACH_UART1_TX, >> +       DMACH_UART2_RX, >> +       DMACH_U

RE: [PATCH v6 09/10] ARM: S5PC100: Modify platform data for pl330 driver

2011-10-11 Thread Kukjin Kim
Thomas Abraham wrote: > > Hi Anca, > > On 12 October 2011 09:41, Anca Emanuel wrote: > > On Mon, Oct 10, 2011 at 9:15 PM, Thomas Abraham > > wrote: > > > > > >> +u8 pdma1_peri[] = { > >> +       DMACH_UART0_RX, > >> +       DMACH_UART0_TX, > >> +       DMACH_UART1_RX, > >> +       DMACH_UART1_

RE: [PATCH v6 00/10] Add device tree support for PL330 dma controller driver

2011-10-11 Thread Kukjin Kim
Vinod Koul wrote: > > On Tue, 2011-10-11 at 21:06 +0900, Kukjin Kim wrote: > > Thomas Abraham wrote: > > > > Hi, > > > > Looks ok to me and if required, > > Acked-by: Kukjin Kim > > > > And I hope since this includes many changes of arch/arm/Samsung stuff, this > > would be sent to upstream via S

RE: [PATCH 5/7] ARM: EXYNOS4: Add support external GIC

2011-10-11 Thread Kukjin Kim
Marc Zyngier wrote: > > Hi Changwan, > > On 11/10/11 13:22, Changhwan Youn wrote: > >> Kukjin, could you please comment on the presence of a common memory > >> region for the distributor? This seem quite odd... > > > > Some registers in Distributor are banked for PPI and SGI support (banked > int

RE: [PATCH v6 00/10] Add device tree support for PL330 dma controller driver

2011-10-11 Thread Vinod Koul
On Wed, 2011-10-12 at 14:03 +0900, Kukjin Kim wrote: > Vinod Koul wrote: > > > > On Tue, 2011-10-11 at 21:06 +0900, Kukjin Kim wrote: > > > Thomas Abraham wrote: > > > > > > Hi, > > > > > > Looks ok to me and if required, > > > Acked-by: Kukjin Kim > > > > > > And I hope since this includes many

Re: [PATCH V3 3/3] ARM: SAMSUNG: Add lookup of sdhci-s3c clocks using generic names

2011-10-11 Thread Rajeshwari Birje
Hi Heiko, As mentioned in the cover-letter, these patches are based on UART clkdev patches, hence you need to apply the same before applying these patches. I have made these patches on top of the For-next branch of Kgene's tree, following is the url for the same: git://github.com/kgene/linux-samsu

Re: [PATCH v6 03/10] ARM: EXYNOS4: Modify platform data for pl330 driver

2011-10-11 Thread Thomas Abraham
Dear Mr. Kim, On 10 October 2011 23:45, Thomas Abraham wrote: > With the 'struct dma_pl330_peri' removed, the platfrom data for dma > driver can be simplified to a simple list of peripheral request ids. > > Cc: Jassi Brar > Cc: Boojin Kim > Signed-off-by: Thomas Abraham > Acked-by: Kukjin Kim