Re: [PATCH 2/2] i2c-s3c2410: Add HDMIPHY quirk for S3C2440

2012-03-12 Thread Thomas Abraham
On 9 March 2012 22:34, Karol Lewandowski k.lewando...@samsung.com wrote: From: Tomasz Stanislawski t.stanisl...@samsung.com This patch adds support for s3c2440 I2C bus controller dedicated HDMIPHY device on Exynos4 platform. Some quirks are introduced due to differences between HDMIPHY

RE: [PATCH 1/4] thermal: exynos: Add thermal interface support for linux thermal layer

2012-03-12 Thread R, Durgadoss
Hi Amit, Thanks for keeping this up. And Sorry for late reply. -Original Message- From: amit kachhap [mailto:amitdani...@gmail.com] On Behalf Of Amit Daniel Kachhap Sent: Saturday, March 03, 2012 4:36 PM To: linux...@lists.linux-foundation.org; linux-samsung-soc@vger.kernel.org Cc:

Re: [PATCH 1/2] i2c-s3c2410: Rework device type handling

2012-03-12 Thread Karol Lewandowski
On 12.03.2012 06:58, Thomas Abraham wrote: Hi Thomas! On 9 March 2012 22:34, Karol Lewandowski k.lewando...@samsung.com wrote: Reorganize driver a bit to better handle device tree-based systems: - move machine type to driver's private structure instead of quering platform device variants

Re: [PATCH 5/5] mmc: sdhci-s3c: setup pins using pinctrl interface

2012-03-12 Thread Mark Brown
On Sun, Mar 11, 2012 at 06:16:05PM +0530, Thomas Abraham wrote: The platform specific callback to setup the sdhci pin mux and pin config is removed and the pinctrl subsystem interface is used to setup the mux and config. You've only added pinctrl support for Exynos but this driver is also used

Re: [PATCH 1/2] i2c-s3c2410: Rework device type handling

2012-03-12 Thread Thomas Abraham
On 12 March 2012 18:46, Karol Lewandowski k.lewando...@samsung.com wrote: On 12.03.2012 06:58, Thomas Abraham wrote: Hi Thomas! On 9 March 2012 22:34, Karol Lewandowski k.lewando...@samsung.com wrote: Reorganize driver a bit to better handle device tree-based systems:  - move machine type

Re: [PATCH 5/5] mmc: sdhci-s3c: setup pins using pinctrl interface

2012-03-12 Thread Thomas Abraham
On 12 March 2012 19:51, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Sun, Mar 11, 2012 at 06:16:05PM +0530, Thomas Abraham wrote: The platform specific callback to setup the sdhci pin mux and pin config is removed and the pinctrl subsystem interface is used to setup the mux and

Re: [PATCH 5/5] mmc: sdhci-s3c: setup pins using pinctrl interface

2012-03-12 Thread Mark Brown
On Mon, Mar 12, 2012 at 08:01:34PM +0530, Thomas Abraham wrote: Yes, I agree with your comment. I did refer to manuals of s3c24xx to Exynos to ensure that the samsung pinctrl driver is generic and reusable on all samsung soc's. I hope I have not missed out something important that would

Re: [PATCH v2 3/3] gpio/samsung: use ioremap() for EXYNOS4 GPIOlib

2012-03-12 Thread Grant Likely
On Thu, 16 Feb 2012 06:37:09 +0900, Kukjin Kim kgene@samsung.com wrote: From: Sangsu Park sangsu4u.p...@samsung.com This patch changes to use ioremap() for EXYNOS4210 so that we can drop the static mapping for EXYNOS SoCs. Note: Will be updated for all of Samsung GPIOlibs to use

[PATCH 0/6] S3C24XX: Add support for HSSPI on S3C2416/S3C2443

2012-03-12 Thread Heiko Stübner
The S3C2416/S3C2443/S3C2450 SoCs contain HSSPI controllers compatible with the ones in the S3C64xx and later. The second patch modifying the dma selection depends on the series enabling the dma support on the S3C2416, but as the whole s3c64xx-spi driver needs dma support this should be ok.

[PATCH 1/6] ARM: S3C24XX: Add forgotten clock lookup table to S3C2443

2012-03-12 Thread Heiko Stübner
When the hsmmc clock lookup was changed to be lookup tables based, it seems the S3C2443 was forgotten. As subsequent patches will want to add more lookups to it, this patch adds the base table with the missing hsmmc lookup. Signed-off-by: Heiko Stuebner he...@sntech.de ---

[PATCH 2/6] ARM: S3C24XX: claim spi channels for hsspi in dma-s3c2443

2012-03-12 Thread Heiko Stübner
SoCs starting with the S3C2443 contain SPI controllers compatible with the spi-s3c64xx driver and therefore need separate dma channels for rx and tx. This patch introduces dma channel declarations for these and changes the dma-s3c2443.c accordingly. None of the older SoCs use the spi-dma at all.

[PATCH 3/6] ARM: S3C24XX: Add map entries needed by the s3c64xx-spi devices

2012-03-12 Thread Heiko Stübner
The S3C_PA_SPIx constants are only used by the s3c64xx-spi driver and don't conflict with the older SoCs as they don't support hsspi. Signed-off-by: Heiko Stuebner he...@sntech.de --- arch/arm/mach-s3c24xx/include/mach/map.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff

[PATCH 4/6] ARM: S3C24XX: Add clock-lookup entries required by s3c64xx-spi

2012-03-12 Thread Heiko Stübner
Currently usable are busclk0 and busclk2. Signed-off-by: Heiko Stuebner he...@sntech.de --- arch/arm/mach-s3c24xx/clock-s3c2416.c |1 + arch/arm/mach-s3c24xx/clock-s3c2443.c |1 + arch/arm/mach-s3c24xx/common-s3c2443.c | 15 ++- 3 files changed, 12 insertions(+), 5

[PATCH v2 5/6] ARM: S3C24XX: Add HSSPI setup callback for s3c64xx-spi driver

2012-03-12 Thread Heiko Stübner
This lets the s3c64xx-spi driver know the specifics of the controller- variant and also setups the gpios and the misccr bit. This setup is valid for all S3C24XX SoCs containing a HSSPI controller (i.e. S3C2416/2450 and S3C2443) Signed-off-by: Heiko Stuebner he...@sntech.de --- changes since v1:

[PATCH 6/6] spi/s3c64xx: Allow usage for ARCH_S3C24XX

2012-03-12 Thread Heiko Stübner
Newer SoCs from the S3C24XX line, namely S3C2416/2443/2450 contain hsspi-controllers compatible with the s3c64xx type. The previous patches enabled platform support for it, so make the driver also usable for the S3C24xx architecture. Signed-off-by: Heiko Stuebner he...@sntech.de Acked-by: Grant

[PATCH v2 2/3] video: s3c-fb: remove 'default_win' element from platform data

2012-03-12 Thread Thomas Abraham
The decision to enable or disable the data output to the lcd panel from the controller need not be based on the value of 'default_win' element in the platform data. Instead, the data output to the panel is enabled if any of the windows are active, else data output is disabled. Cc: Ben Dooks

[PATCH v2 3/3] ARM: Samsung: Rework platform data of s3c-fb driver

2012-03-12 Thread Thomas Abraham
For all the Samsung SoC based boards which have the platform data for s3c-fb driver, the 'default_win' element in the platform data is removed and the lcd panel video timing values are moved out of individual window configuration data. Cc: Jingoo Han jg1@samsung.com Cc: Kyungmin Park

Re: [PATCH v4 0/2] ARM: Exynos: Add irq_domain and device tree support for combiner

2012-03-12 Thread Thomas Abraham
Hi Rob/Grant, On 21 February 2012 10:03, Thomas Abraham thomas.abra...@linaro.org wrote: Changes since v3: - In dt case, the use of fixed gic linux irq number to map the combiner  interrupt output is removed. This is replaced with the interrupt number  obtained from the gic irq domain.

Re: [PATCH v3 0/2] regulator: add irq domain and device tree support for MAX8997

2012-03-12 Thread Thomas Abraham
Hi Rob/Grant, On 23 February 2012 18:08, Thomas Abraham thomas.abra...@linaro.org wrote: Changes since v2: - Atleast one voltage level has to be specfied for Buck 1/2/5 even if GPIO  DVS option is not used (suggested by MyungJoo Ham). - Reworked the irq_domain support based the v5 of

Re: [PATCH v4 0/2] ARM: Exynos: Add irq_domain and device tree support for combiner

2012-03-12 Thread Rob Herring
On 02/20/2012 10:33 PM, Thomas Abraham wrote: Changes since v3: - In dt case, the use of fixed gic linux irq number to map the combiner interrupt output is removed. This is replaced with the interrupt number obtained from the gic irq domain. (Thanks to Rob Herring and Grant Likely for

Re: [PATCH v3 1/2] mfd: add irq domain support for max8997 interrupts

2012-03-12 Thread Grant Likely
On Thu, 23 Feb 2012 18:08:07 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: Add irq domain support for max8997 interrupts. The reverse mapping method used is linear mapping since the sub-drivers of max8997 such as regulator and charger drivers can use the max8997 irq_domain to get the

Re: [PATCH v3 2/2] regulator: add device tree support for max8997

2012-03-12 Thread Grant Likely
On Thu, 23 Feb 2012 18:08:08 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: Add device tree based discovery support for max8997. Cc: MyungJoo Ham myungjoo@samsung.com Cc: Rajendra Nayak rna...@ti.com Cc: Rob Herring rob.herr...@calxeda.com Cc: Grant Likely

Re: [PATCH v4 2/2] ARM: Exynos: Add device tree support for interrupt combiner

2012-03-12 Thread Grant Likely
On Tue, 21 Feb 2012 10:03:26 +0530, Thomas Abraham thomas.abra...@linaro.org wrote: Add device tree based instantiation of the interrupt combiner controller. Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr...@calxeda.com Signed-off-by: Thomas Abraham

Re: [PATCH 1/4] thermal: exynos: Add thermal interface support for linux thermal layer

2012-03-12 Thread Amit Kachhap
Hi Durgadoss, Thanks for the detailed review. On 12 March 2012 16:21, R, Durgadoss durgados...@intel.com wrote: Hi Amit, Thanks for keeping this up. And Sorry for late reply. -Original Message- From: amit kachhap [mailto:amitdani...@gmail.com] On Behalf Of Amit Daniel Kachhap

Re: [PATCH 2/3] ARM: Exynos: Add DRM core device support for Universal C210 board

2012-03-12 Thread Sachin Kamat
Hi Marek, Thanks for the patch. On 09/03/2012, Marek Szyprowski m.szyprow...@samsung.com wrote: Add core DRM device and alternative platform device data for FIMD DRM subdriver. Based on the initial patch by Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Marek Szyprowski

Re: [PATCH 3/3] ARM: Exynos: Add DRM core support for NURI board

2012-03-12 Thread Sachin Kamat
Hi Marek, On 09/03/2012, Marek Szyprowski m.szyprow...@samsung.com wrote: Add core DRM device and alternative platform device data for FIMD DRM subdriver. Based on the initial patch by Joonyoung Shim jy0922.s...@samsung.com Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com

Re: [PATCH 2/3] ARM: Exynos: Add DRM core device support for Universal C210 board

2012-03-12 Thread Kyungmin Park
On 3/13/12, Sachin Kamat sachin.ka...@linaro.org wrote: Hi Marek, Thanks for the patch. On 09/03/2012, Marek Szyprowski m.szyprow...@samsung.com wrote: Add core DRM device and alternative platform device data for FIMD DRM subdriver. Based on the initial patch by Joonyoung Shim

RE: [PATCH 1/4] thermal: exynos: Add thermal interface support for linux thermal layer

2012-03-12 Thread R, Durgadoss
Hi Amit, [snip.] + +     kobject_uevent(th_zone-therm_dev-device.kobj, KOBJ_CHANGE); Wouldn't it make more sense to pass the trip point id also as an 'env' parameter ? This way, the user space can easily figure out which trip point has been crossed. Its a good suggestion. I will