RE: [PATCH V3 00/13] To use DMA generic APIs for Samsung DMA

2011-07-20 Thread Boojin Kim
Jassi Brar wrote: Sent: Monday, July 18, 2011 8:36 PM To: Kukjin Kim Cc: linux-arm-ker...@lists.infradead.org; linux-samsung-soc@vger.kernel.org; Vinod Koul; Dan Williams; Grant Likely; Liam Girdwood; Mark Brown; Linus Walleij Subject: Re: [PATCH V3 00/13] To use DMA generic APIs for Samsung

Re: [PATCH v2 2/3] ARM: EXYNOS4: Add sclk_spdif clocks.

2011-07-20 Thread Naveen Krishna Ch
Hi Everyone, Any suggestions regarding this below problem. On 18 July 2011 16:55, Naveen Krishna Ch naveenkrishna...@gmail.com wrote: Hi Every one, On 18 July 2011 11:03, Kukjin Kim kgene@samsung.com wrote: Naveen Krishna Chatradhi wrote: Add the sclk_spdif clock is of type 'struct

[PATCH V4 03-2/13] DMA: PL330: Add DMA_CYCLIC capability

2011-07-20 Thread Boojin Kim
This patch adds DMA_CYCLIC capability that is used for audio driver. DMA driver activated with it reuses the dma requests that were submitted through tx_submit(). Signed-off-by: Boojin Kim boojin@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- drivers/dma/pl330.c | 111

[PATCH V4 03-1/13] DMA: PL330: Support DMA_SLAVE_CONFIG command

2011-07-20 Thread Boojin Kim
Signed-off-by: Boojin Kim boojin@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com --- drivers/dma/pl330.c | 53 +- 1 files changed, 39 insertions(+), 14 deletions(-) diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index

RE: [PATCH 0/8] ARM: SAMSUNG: Add common PWM Backlight support

2011-07-20 Thread Kukjin Kim
Banajit Goswami wrote: The patches are created against for-next branch of Kukjin Kim's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git Patch [1/8] -- add a common infrastructure to support PWM backlight for various Samsung boards. Patch [2/8]

[PATCH 0/3] ARM: SAMSUNG: Cleanup mach/regs-fb.h from various machines

2011-07-20 Thread Ajay Kumar
This patchset cleans up mach/regs-fb.h from S3C64XX, S5PC100, and S5PV210. plat/regs-fb-v4.h is used instead to provide the same support. Display testing done on SMDK6410, SMDKC100 and SMDKV210. For other machines, its compile tested. o To Kukjin Kim, Jingoo Han, Marek Szyprowski. ARM:

[PATCH 2/3] ARM: S5PV210: Cleanup mach/regs-fb.h from mach-s5pv210

2011-07-20 Thread Ajay Kumar
Use plat/regs-fb-v4.h in machine files instead of mach/regs-fb.h. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com --- arch/arm/mach-s5pv210/include/mach/regs-fb.h | 21 - arch/arm/mach-s5pv210/mach-aquila.c |2 +- arch/arm/mach-s5pv210/mach-goni.c

[PATCH 3/3] ARM: S3C64XX: Cleanup mach/regs-fb.h from mach-s3c64xx

2011-07-20 Thread Ajay Kumar
Use plat/regs-fb-v4.h in machine files instead of mach/regs-fb.h. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com --- arch/arm/mach-s3c64xx/include/mach/regs-fb.h | 21 - arch/arm/mach-s3c64xx/mach-anw6410.c |2 +- arch/arm/mach-s3c64xx/mach-crag6410.c

RE: [PATCH v3 0/6] ARM: EXYNOS4: NURI Board Configuration Update

2011-07-20 Thread Kukjin Kim
MyungJoo Ham wrote: 1/6: Increase NR_IRQS for MAX8997 2/6: Add MAX8997 PMIC 3/6: Add MAX17042 Fuel Gauge 4/6: Add ADC 5/6: Add MAX8903 Secondary Charger 6/6: Add RTC-S3C ps. Tushar, I didn't seperated MAX8997 support code out of mach-nuri.c, yet because I still have no idea about how

RE: [PATCH v3] ARM: EXYNOS4: Add platform device for dwmci driver.

2011-07-20 Thread Kukjin Kim
Seungwon Jeon wrote: This patch adds platform device for Synopsys DesignWare Multimedia Card Interface driver. Signed-off-by: Seungwon Jeon tgih@samsung.com --- arch/arm/mach-exynos4/Kconfig |5 ++ arch/arm/mach-exynos4/Makefile |1 +

RE: [PATCH v3 2/6] Exynos4 NURI: configure regulators and PMIC (MAX8997)

2011-07-20 Thread Kukjin Kim
MyungJoo Ham wrote: Signed-off-by: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com (snip) +#include linux/mfd/max8997.h (snip) +static void __init nuri_power_init(void) +{ + int gpio; + int irq_base = IRQ_GPIO_END + 1; + +

RE: [PATCH v3 1/6] ARM: EXYNOS4: Increase NR_IRQS for devices with more IRQs

2011-07-20 Thread Kukjin Kim
MyungJoo Ham wrote: MAX8997/17042, which are used by Exynos4-NURI, use additional IRQ numbers after GPIO's IRQs. The patch creates some room for those devices. Signed-off-by: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

RE: [PATCH 0/7] ARM: SAMSUNG: Code cleanup for various devices

2011-07-20 Thread Kukjin Kim
Banajit Goswami wrote: Use generic s3c_set_platdata to perform the same job. Saves a few lines of code. The patches are created against for-next branch of Kukjin Kim's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git These patches are only compile

RE: [PATCH 0/3] ARM: SAMSUNG: Cleanup mach/regs-fb.h from various machines

2011-07-20 Thread Kukjin Kim
Ajay Kumar wrote: This patchset cleans up mach/regs-fb.h from S3C64XX, S5PC100, and S5PV210. plat/regs-fb-v4.h is used instead to provide the same support. Display testing done on SMDK6410, SMDKC100 and SMDKV210. For other machines, its compile tested. o To Kukjin Kim, Jingoo Han, Marek

RE: [PATCH] ARM: S5P64X0: External Interrupt Support

2011-07-20 Thread Kukjin Kim
padma venkat wrote: Hi Russell, On Fri, Jul 15, 2011 at 6:04 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Fri, Jul 15, 2011 at 05:23:33PM +0530, padma venkat wrote: Hi Russell, On Fri, Jul 15, 2011 at 2:30 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote:

RE: [PATCH 1/8] ARM: Samsung: add i2c8 controller definitions

2011-07-20 Thread Kukjin Kim
Marek Szyprowski wrote: From: Tomasz Stanislawski t.stanisl...@samsung.com This patch adds generic i2c8 controller definitions. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Signed-off-by: Marek Szyprowski

RE: [PATCH 7/8] ARM: S5PV210: add support for TV device

2011-07-20 Thread Kukjin Kim
Marek Szyprowski wrote: From: Tomasz Stanislawski t.stanisl...@samsung.com This patch adds clocks and definitions needed by TV driver infrastructure for Samsung S5PV210 platform. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park

RE: [PATCH 6/8] ARM: Exynos4: enable TV support on Universal_C210 board

2011-07-20 Thread Kukjin Kim
Marek Szyprowski wrote: From: Tomasz Stanislawski t.stanisl...@samsung.com This patch adds platform devices and regulators for TV devices on Samsung Universal C210 board. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

RE: [PATCH 5/8] ARM: Exynos4: add support for TV device

2011-07-20 Thread Kukjin Kim
Marek Szyprowski wrote: From: Tomasz Stanislawski t.stanisl...@samsung.com This patch adds clocks and definitions needed by TV driver infrastructure for Samsung Exynos4 platform. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park

RE: [PATCH 4/8] ARM: S5P: add support for tv device

2011-07-20 Thread Kukjin Kim
Marek Szyprowski wrote: From: Tomasz Stanislawski t.stanisl...@samsung.com This patch adds: - resources for TV drivers and devices - setters for names of TV devices Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com

RE: [PATCH v2 2/2] ARM: EXYNOS4: Add more registers to be saved and restored for PM

2011-07-20 Thread Kukjin Kim
MyungJoo Ham wrote: We need more registers to be saved and restored for PM of Exynos4210. Otherwise, with additional drivers running, suspend-to-RAM fails to wake up properly. This patch adds registers omitted in the initial PM patches. Signed-off-by: MyungJoo Ham myungjoo@samsung.com

Re: [PATCH V4 01/13] DMA: PL330: Add support runtime PM for PL330 DMAC

2011-07-20 Thread Jassi Brar
On Wed, Jul 20, 2011 at 4:16 PM, Boojin Kim boojin@samsung.com wrote: Signed-off-by: Boojin Kim boojin@samsung.com Cc: Vinod Koul vinod.k...@intel.com Cc: Dan Williams dan.j.willi...@intel.com Signed-off-by: Kukjin Kim kgene@samsung.com Acked-by: Jassi Brar

Re: [PATCH V4 03-1/13] DMA: PL330: Support DMA_SLAVE_CONFIG command

2011-07-20 Thread Jassi Brar
On Wed, Jul 20, 2011 at 4:16 PM, Boojin Kim boojin@samsung.com wrote: Signed-off-by: Boojin Kim boojin@samsung.com Signed-off-by: Kukjin Kim kgene@samsung.com ---  drivers/dma/pl330.c |   53 +-  1 files changed, 39 insertions(+), 14

RE: [PATCH 1/4] ARM: Add support for MFC device to plat-s5p, mach-s5pv210 and mach-exynos4

2011-07-20 Thread Kukjin Kim
Marek Szyprowski wrote: From: Kamil Debski k.deb...@samsung.com Add support for MFC device to plat-s5p, mach-exynos4, mach-s5pv210: - clock support - memory mapping and reserving - s5p_device_mfc platform device Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Marek

[PATCH V8 0/5] ARM: EXYNOS4: Add support EXYNOS4 FIMD

2011-07-20 Thread Jingoo Han
The patches are created against for-next branch of Kukjin Kim's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git This was originally submitted by Jonghun Han jonghun@samsung.com http://www.spinics.net/lists/arm-kernel/msg101781.html This patch adds support

[PATCH V8 1/5] ARM: EXYNOS4: Change clock name for FIMD

2011-07-20 Thread Jingoo Han
This patch changes clock for FIMD from 'fimd' to 'lcd'. Also, devname for FIMD is changed from 's5pv310-fb' to 'exynos4-fb'. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/mach-exynos4/clock.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH V8 2/5] ARM: EXYNOS4: Add resource definition for FIMD

2011-07-20 Thread Jingoo Han
From: Jonghun Han jonghun@samsung.com This patch adds resource definitions for EXYNOS4 FIMD. IRQ and SFR definitions are added. Signed-off-by: Jonghun Han jonghun@samsung.com Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/mach-exynos4/include/mach/irqs.h |4

[PATCH V8 3/5] ARM: EXYNOS4: Add platform device and helper functions for FIMD

2011-07-20 Thread Jingoo Han
From: Jonghun Han jonghun@samsung.com This patch adds platform device s5p_device_fimd0 for EXYNOS4 FIMD0. EXYNOS4 has two FIMDs(FIMD0, FIMD1). FIMD1 will be added later. Some definitions used to enable EXYNOS4 FIMD0 are added. Signed-off-by: Jonghun Han jonghun@samsung.com Signed-off-by:

[PATCH V8 4/5] video: s3c-fb: Add support EXYNOS4 FIMD

2011-07-20 Thread Jingoo Han
This patch adds struct s3c_fb_driverdata s3c_fb_data_exynos4 for EXYNOS4 and adds lcd clock gating support. FIMD driver needs two clocks for FIMD IP and LCD pixel clock. Previously, both clocks are provided by using bus clock such as HCLK. However, EXYNOS4 can not select HCLK for LCD pixel clock

[PATCH V8 5/5] ARM: EXYNOS4: Add platform data for EXYNOS4 FIMD and LTE480WV platform-lcd on SMDKC210

2011-07-20 Thread Jingoo Han
This patch adds support EXYNOS4 FIMD0 and LTE480WV LCD pannel on SMDKC210 board. Signed-off-by: Jonghun Han jonghun@samsung.com Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/mach-exynos4/mach-smdkc210.c | 71 + 1 files changed, 71 insertions(+),

RE: [PATCH 2/6] ARM: S5P64X0: Add register base and IRQ for Framebuffer

2011-07-20 Thread Kukjin Kim
Ajay Kumar wrote: This patch adds: o Framebuffer related register mappings and bit fields. o IRQ number being used. Signed-off-by: Ajay Kumar ajaykumar...@samsung.com --- arch/arm/mach-s5p64x0/include/mach/irqs.h|4 arch/arm/mach-s5p64x0/include/mach/map.h |3 +++

RE: [PATCH 4/6] ARM: S5P64X0: Add GPIO and SPCON settings for LCD

2011-07-20 Thread Kukjin Kim
Ajay Kumar wrote: This patch adds: o GPIO lines settings(HSYNC, VSYNC, VCLK and VD) for LCD. o Function to select type of LCD interface (RGB/i80) Signed-off-by: Ajay Kumar ajaykumar...@samsung.com --- arch/arm/mach-s5p64x0/Kconfig |6 +++

RE: [PATCH 0/3] ARM: Add SDMMC support for S5P64X0

2011-07-20 Thread Kukjin Kim
Rajeshwari Shinde wrote: From: rajeshwari.s rajeshwar...@samsung.com S5P64X0 supports 3 Channel MMC/SDHC/SDIO. This patchset adds the setup files, gpio configs and enables the HSMMC device for S5P64X0. o To Kukjin Kim and Sangbeom Kim [PATCH 1/3] ARM: S5P64X0: Add HSMMC setup for

[PATCH] ARM: EXYNOS4: Add more register addresses of CMU.

2011-07-20 Thread MyungJoo Ham
These registers are crucial for PM to work properly. Signed-off-by: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos4/include/mach/regs-clock.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

Re: [PATCH v3 1/6] ARM: EXYNOS4: Increase NR_IRQS for devices with more IRQs

2011-07-20 Thread MyungJoo Ham
On Thu, Jul 21, 2011 at 2:04 AM, Kukjin Kim kgene@samsung.com wrote: MyungJoo Ham wrote: MAX8997/17042, which are used by Exynos4-NURI, use additional IRQ numbers after GPIO's IRQs. The patch creates some room for those devices. Signed-off-by: MyungJoo Ham myungjoo@samsung.com

RE: [PATCH] ARM: EXYNOS4: Add more register addresses of CMU.

2011-07-20 Thread Kukjin Kim
MyungJoo Ham wrote: These registers are crucial for PM to work properly. Signed-off-by: MyungJoo Ham myungjoo@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos4/include/mach/regs-clock.h |3 +++ 1 files changed, 3 insertions(+), 0

[PATCH V2] ARM: EXYNOS4: Add support for ORIGEN board

2011-07-20 Thread Tushar Behera
From: JeongHyeon Kim jh...@insignal.co.kr Insignal's ORIGEN board is based Samsung EXYNOS4210 SoC. Signed-off-by: JeongHyeon Kim jh...@insignal.co.kr Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- Changes for V2: - Reworked based on Kukjin's comments and rebased to kgene/for-next

[PATCH] ARM: S5P64X0: External Interrupt Support

2011-07-20 Thread Padmavathi Venna
Add external interrupt support for S5P64X0.The external interrupt group 0(0 to 15) is used for wake-up source in stop and sleep mode. Add generic irq chip support Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/mach-s5p64x0/Makefile |2 +-

RE: [PATCH V4 03-1/13] DMA: PL330: Support DMA_SLAVE_CONFIG command

2011-07-20 Thread Boojin Kim
Jassi Brar wrote: Sent: Thursday, July 21, 2011 4:18 AM To: Boojin Kim Cc: linux-arm-ker...@lists.infradead.org; linux-samsung-soc@vger.kernel.org; Vinod Koul; Dan Williams; Kukjin Kim Subject: Re: [PATCH V4 03-1/13] DMA: PL330: Support DMA_SLAVE_CONFIG command On Wed, Jul 20, 2011 at 4:16

Re: [PATCH V2] ARM: EXYNOS4: Add support for ORIGEN board

2011-07-20 Thread Tushar Behera
On Thursday 21 July 2011 10:02 AM, Sachin Kamat wrote: On 21 July 2011 09:27, Tushar Beheratushar.beh...@linaro.org wrote: From: JeongHyeon Kimjh...@insignal.co.kr Insignal's ORIGEN board is based Samsung EXYNOS4210 SoC. Signed-off-by: JeongHyeon Kimjh...@insignal.co.kr Signed-off-by:

Re: [PATCH V4 03-1/13] DMA: PL330: Support DMA_SLAVE_CONFIG command

2011-07-20 Thread Jassi Brar
On Thu, Jul 21, 2011 at 9:43 AM, Boojin Kim boojin@samsung.com wrote: -       pl330_tasklet((unsigned long) pch); +               list_splice_tail_init(list, pdmac-desc_pool); +               spin_unlock_irqrestore(pch-lock, flags); +               break; +       case

[no subject]

2011-07-20 Thread Padmavathi Venna
Add external interrupt support for S5P64X0.The external interrupt group 0(0 to 15) is used for wake-up source in stop and sleep mode. Add generic irq chip support Signed-off-by: Padmavathi Venna padm...@samsung.com --- Please ignore my previous patch due to wrong return value.

Re:

2011-07-20 Thread Tushar Behera
On Thursday 21 July 2011 04:42 PM, Padmavathi Venna wrote: Add external interrupt support for S5P64X0.The external interrupt group 0(0 to 15) is used for wake-up source in stop and sleep mode. Add generic irq chip support Comment looks incomplete. Signed-off-by: Padmavathi

[PATCH][RESEND] ARM: S5P64X0: External Interrupt Support

2011-07-20 Thread Padmavathi Venna
Add external interrupt support for S5P64X0.The external interrupt group 0(0 to 15) is used for wake-up source in stop and sleep mode. Add generic irq chip support Signed-off-by: Padmavathi Venna padm...@samsung.com --- Please ignore my previous patch due to wrong return value.

Re: [PATCH 0/3] ARM: Add SDMMC support for S5P64X0

2011-07-20 Thread Rajeshwari Birje
Hi Kukjin Kim, Currently working on updating the SDMMC patches. Working on rebasing the SDMMC patches for the Clkdev support. Will update the same and send the patches for review. Regards, Rajeshwari Shinde. On Thu, Jul 21, 2011 at 7:04 AM, Kukjin Kim kgene@samsung.com wrote: Rajeshwari

Re: [PATCH v3 1/6] ARM: EXYNOS4: Increase NR_IRQS for devices with more IRQs

2011-07-20 Thread MyungJoo Ham
On Thu, Jul 21, 2011 at 2:04 AM, Kukjin Kim kgene@samsung.com wrote: MyungJoo Ham wrote: MAX8997/17042, which are used by Exynos4-NURI, use additional IRQ numbers after GPIO's IRQs. The patch creates some room for those devices. Signed-off-by: MyungJoo Ham myungjoo@samsung.com

Re:

2011-07-20 Thread padma venkat
Hi Tushar, On Thu, Jul 21, 2011 at 10:58 AM, Tushar Behera tushar.beh...@linaro.org wrote: On Thursday 21 July 2011 04:42 PM, Padmavathi Venna wrote: Add external interrupt support for S5P64X0.The external interrupt group 0(0 to 15) is used for wake-up source in stop and sleep mode. Add