RE: [PATCH 3/3] ARM: Exynos: Rework platform data for lcd controller for Origen board

2012-03-05 Thread Jingoo Han
> -Original Message- > From: Thomas Abraham [mailto:thomas.abra...@linaro.org] > Sent: Sunday, March 04, 2012 12:50 AM > To: linux-fb...@vger.kernel.org > Cc: florianschandi...@gmx.de; linux-samsung-soc@vger.kernel.org; > kgene@samsung.com; > jg1@samsung.com; ben-li...@fluff.org; p

RE: [PATCH 1/3] video: s3c-fb: move video interface timing out of window setup data

2012-03-05 Thread Jingoo Han
> -Original Message- > From: Thomas Abraham [mailto:thomas.abra...@linaro.org] > Sent: Tuesday, March 06, 2012 3:35 PM > To: Jingoo Han > Cc: linux-fb...@vger.kernel.org; florianschandi...@gmx.de; > linux-samsung-soc@vger.kernel.org; > kgene@samsung.com; ben-li...@fluff.org; patc...@li

[PATCH V2 RESEND] video: s3c-fb: Add support EXYNOS5 FIMD

2012-03-05 Thread Jingoo Han
This patch adds s3c_fb_driverdata s3c_fb_data_exynos5 for EXYNOS5 and adds extended timing control setting. EXYNOS5 FIMD needs extended setting for video timing control. Additional bits are added to VIDTCON2, VIDWxxADD2, VIDOSDxA and VIDOSDxB registers in order to set timing value for lager resolu

Re: [RESEND 0/4] onenand: OneNAND board dependent probe and fixes for Samsung targets

2012-03-05 Thread Lukasz Majewski
On Mon, 05 Mar 2012 17:41:27 +0100 Lukasz Majewski wrote: > This patch sets add board dependent onenand probes. > > Several fixes for GONI and Exynos4210 (C210_universal) targets have > been added. > > Tested at: > Samsung S5PC110 GONI > Samsung Exynos4210 (S5PC210 Universal) > >

Re: [PATCH 2/2] mmc: sdhci-s3c: Enable runtime power management

2012-03-05 Thread Jaehoon Chung
Acked-by: Jaehoon Chung On 03/05/2012 08:52 PM, Mark Brown wrote: > On Mon, Mar 05, 2012 at 07:48:42PM +0900, Jaehoon Chung wrote: >> On 03/03/2012 09:46 AM, Mark Brown wrote: > >>> + pm_runtime_set_autosuspend_delay(&pdev->dev, 50); > >> Could you explain why use 50ms? > > It's essential

Re: [PATCH 1/3] video: s3c-fb: move video interface timing out of window setup data

2012-03-05 Thread Thomas Abraham
On 6 March 2012 11:52, Jingoo Han wrote: >> -Original Message- >> From: Thomas Abraham [mailto:thomas.abra...@linaro.org] >> Sent: Tuesday, March 06, 2012 2:26 PM >> To: Jingoo Han >> Cc: linux-fb...@vger.kernel.org; florianschandi...@gmx.de; >> linux-samsung-soc@vger.kernel.org; >> kgen

RE: [PATCH 1/3] video: s3c-fb: move video interface timing out of window setup data

2012-03-05 Thread Jingoo Han
> -Original Message- > From: Thomas Abraham [mailto:thomas.abra...@linaro.org] > Sent: Tuesday, March 06, 2012 2:26 PM > To: Jingoo Han > Cc: linux-fb...@vger.kernel.org; florianschandi...@gmx.de; > linux-samsung-soc@vger.kernel.org; > kgene@samsung.com; ben-li...@fluff.org; patc...@li

[PATCH v3 4/4] ARM: SAMSUNG: move the mmc platdata header file to linux/mmc/

2012-03-05 Thread Jaehoon Chung
Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- arch/arm/plat-samsung/include/plat/sdhci.h | 53 +- include/linux/mmc/sdhci-s3c.h | 84 2 files changed, 85 insertions(+), 52 deletions(-) create mode 100644 include/linux

[PATCH v3 3/4] mmc: sdhci-s3c: use the sdhci-s3c.h instead of regs-sdhci.h

2012-03-05 Thread Jaehoon Chung
Using the sdhci-s3c.h Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- drivers/mmc/host/sdhci-s3c.c | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index 9d31331..edf1cd2 100644 --- a/dr

[PATCH v3 2/4] ARM: SAMSUNG: move the header file to driver directory

2012-03-05 Thread Jaehoon Chung
The header-file is moved to drivers/mmc/host from plat. Signed-off-by: Jaehoon Chung Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos/setup-sdhci-gpio.c |1 - arch/arm/mach-s5pc100/setup-sdhci-gpio.c|1 - arch/arm/mach-s5pv210/setup-sdhci-gpio.c|1 - arc

[PATCH v3 1/4] mmc: sdhci-s3c: use the sdhci-pltfm for Samsung-SoC

2012-03-05 Thread Jaehoon Chung
This patch is change to use the sdhci-pltfm.c Signed-off-by: Jaehoon Chung signed-off-by: Kyungmin Park --- drivers/mmc/host/Kconfig | 20 ++-- drivers/mmc/host/Makefile|2 +- drivers/mmc/host/sdhci-s3c.c | 252 ++ 3 files changed, 93 inser

[PATCH v3 0/4] mmc: sdhci-s3c: use the sdhci-pltfm.c and move the header file

2012-03-05 Thread Jaehoon Chung
This patchset is the purpose for using sdhci-pltfm.c and removing the arch dependency. The sdhci-s3c has too heavy arch dependency. For example, if work for sdhci-s3c.c at mmc-tree, sometime need to change sdhci.h for Samsung-Soc. But now we need to work at both mmc-next tree and Samsung-SoC tree

Re: [PATCH 1/3] video: s3c-fb: move video interface timing out of window setup data

2012-03-05 Thread Thomas Abraham
On 6 March 2012 10:15, Jingoo Han wrote: >> -Original Message- >> From: Thomas Abraham [mailto:thomas.abra...@linaro.org] >> Sent: Sunday, March 04, 2012 12:50 AM >> To: linux-fb...@vger.kernel.org >> Cc: florianschandi...@gmx.de; linux-samsung-soc@vger.kernel.org; >> kgene@samsung.c

RE: [PATCH 1/3] video: s3c-fb: move video interface timing out of window setup data

2012-03-05 Thread Jingoo Han
> -Original Message- > From: Thomas Abraham [mailto:thomas.abra...@linaro.org] > Sent: Sunday, March 04, 2012 12:50 AM > To: linux-fb...@vger.kernel.org > Cc: florianschandi...@gmx.de; linux-samsung-soc@vger.kernel.org; > kgene@samsung.com; > jg1@samsung.com; ben-li...@fluff.org; p

Re: [PATCH] ARM: SAMSUNG: change the name from s3c-sdhci to exynos4-sdhci

2012-03-05 Thread Jaehoon Chung
Hi Kukjin. Is it merged? Best Regards, Jaehoon Chung On 02/24/2012 06:56 PM, Thomas Abraham wrote: > On 23 February 2012 11:18, Jaehoon Chung wrote: >> Thomas Arbrahams's patchset have changed the device name in sdhci-s3c.c >> (mmc: sdhci-s3c: Rework platform data and add device tree support)

[RESEND 3/4] onenand: Replace ONENAND_IS_MLC() test with ONENAND_HAS_4KB()

2012-03-05 Thread Lukasz Majewski
This replacement is for causing 4KB page size devices to work properly with u-boot. The old ONENAND_IS_MLC() behavior has been preserved by explicitly setting ONENAND_HAS_4KB_PAGE for those devices. This change makes the onenand_base.c file more resembling the respective kernel sources. Tested a

[RESEND 1/4] onenand:samsung Target dependent OneNAND chip probe function

2012-03-05 Thread Lukasz Majewski
Separate callback for probing OneNAND memory chip. If no special function is defined, default implementation will be used. This approach gives more flexibility for OneNAND device probing. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park --- drivers/mtd/onenand/onenand_base.c | 43

[RESEND 2/4] onenand:samsung OneNAND chip probe functions added for GONI and Exynos4210

2012-03-05 Thread Lukasz Majewski
Separate callback for probing OneNAND memory chip. Tested at: Samsung S5PC110 GONI Samsung Exynos4210 (S5PC210 Universal) Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- board/samsung/goni/onenand.c |1 + board/samsung/universal_c210

[RESEND 0/4] onenand: OneNAND board dependent probe and fixes for Samsung targets

2012-03-05 Thread Lukasz Majewski
This patch sets add board dependent onenand probes. Several fixes for GONI and Exynos4210 (C210_universal) targets have been added. Tested at: Samsung S5PC110 GONI Samsung Exynos4210 (S5PC210 Universal) Lukasz Majewski (4): onenand:samsung Target dependent OneNAND chip probe fu

[RESEND 4/4] onenand: samsung: Enable support OneNAND support at Samsung's Exynos4210

2012-03-05 Thread Lukasz Majewski
Enable OneNAND support for Exynos4210 (C210 universal). Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- include/configs/s5pc210_universal.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/s5pc210_universal.h b/include/co

RE: [PATCHv7 9/9] ARM: dma-mapping: add support for IOMMU mapper

2012-03-05 Thread Marek Szyprowski
Hello, On Monday, March 05, 2012 12:47 PM Hiroshi Doyu wrote: > On Wed, 29 Feb 2012 16:04:22 +0100 > Marek Szyprowski wrote: > > > This patch add a complete implementation of DMA-mapping API for > > devices that have IOMMU support. All DMA-mapping calls are supported. > > > > This patch contain

Re: [PATCH 2/2] mmc: sdhci-s3c: Enable runtime power management

2012-03-05 Thread Mark Brown
On Mon, Mar 05, 2012 at 07:48:42PM +0900, Jaehoon Chung wrote: > On 03/03/2012 09:46 AM, Mark Brown wrote: > > + pm_runtime_set_autosuspend_delay(&pdev->dev, 50); > Could you explain why use 50ms? It's essentially a random number, some other devices use the same one. We're just trying to avoi

Re: [PATCHv7 9/9] ARM: dma-mapping: add support for IOMMU mapper

2012-03-05 Thread Hiroshi Doyu
Hi Marek, On Wed, 29 Feb 2012 16:04:22 +0100 Marek Szyprowski wrote: > This patch add a complete implementation of DMA-mapping API for > devices that have IOMMU support. All DMA-mapping calls are supported. > > This patch contains some of the code kindly provided by Krishna Reddy > and Andrzej

Re: [PATCH v2 0/4] mmc: sdhci-s3c: use the sdhci-pltfm.c and move the header file

2012-03-05 Thread Jaehoon Chung
Hi Chris. I want to reduce the least arch dependency. Now, we are working the twice for sdhci-s3c.c.(Samsung-SoC tree and mmc-tree) It's very inefficiency. There is no reason that the generic platdata & regs-sdhci.h can't move into mmc driver. (In other device driver's case, have maintained in mm

Re: [PATCH 2/2] mmc: sdhci-s3c: Enable runtime power management

2012-03-05 Thread Jaehoon Chung
Hi Mark, On 03/03/2012 09:46 AM, Mark Brown wrote: > Since most of the work is already done by the core we just need to add > runtime suspend methods and tell the PM core that runtime PM is enabled > for this device. > > Signed-off-by: Mark Brown > --- > drivers/mmc/host/sdhci-s3c.c | 28 +++

Re: [PATCH 1/2] mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspend

2012-03-05 Thread Jaehoon Chung
Acked-by: Jaehoon Chung On 03/03/2012 09:46 AM, Mark Brown wrote: > This matches current best practice as one can have runtime PM enabled > without system sleep and CONFIG_PM is defined for both. > > Signed-off-by: Mark Brown > --- > drivers/mmc/host/sdhci-s3c.c |9 + > 1 files ch

Re: [lm-sensors] [linux-pm] [PATCH 2/4] hwmon: exynos4: Move thermal sensor driver to driver/mfd directory

2012-03-05 Thread Amit Kachhap
On 3 March 2012 23:34, Guenter Roeck wrote: > On Sat, Mar 03, 2012 at 11:44:10AM -0500, Mark Brown wrote: >> On Sat, Mar 03, 2012 at 04:36:05PM +0530, Amit Daniel Kachhap wrote: >> > This movement is needed because the hwmon entries and corresponding >> > sysfs interface is a duplicate of utilitie

Re: [PATCH 2/4] hwmon: exynos4: Move thermal sensor driver to driver/mfd directory

2012-03-05 Thread Amit Kachhap
On 3 March 2012 17:51, Sylwester Nawrocki wrote: > On 03/03/2012 12:06 PM, Amit Daniel Kachhap wrote: >> >> This movement is needed because the hwmon entries and corresponding >> sysfs interface is a duplicate of utilities already provided by >> driver/thermal/thermal_sys.c. The goal is to place i

Re: [PATCH 0/3] video: s3c-fb: Rearrange the elements in platform data

2012-03-05 Thread Thomas Abraham
On 5 March 2012 12:59, Jingoo Han wrote: > > >> -Original Message- >> From: Thomas Abraham [mailto:thomas.abra...@linaro.org] >> Sent: Sunday, March 04, 2012 12:50 AM >> To: linux-fb...@vger.kernel.org >> Cc: florianschandi...@gmx.de; linux-samsung-soc@vger.kernel.org; >> kgene@samsun