Re: [PATCH] i2c-s3c2410: Convert to devm_request_and_ioremap()

2012-07-09 Thread Wolfram Sang
On Thu, Jun 28, 2012 at 01:55:38PM +0100, Mark Brown wrote: A small code saving and less error handling to worry about. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com What about devm for the clocks, too? Thanks, Wolfram -- Pengutronix e.K. |

Re: [PATCH] i2c-s3c2410: Convert to devm_request_and_ioremap()

2012-07-09 Thread Mark Brown
On Mon, Jul 09, 2012 at 03:52:29PM +0200, Wolfram Sang wrote: On Thu, Jun 28, 2012 at 01:55:38PM +0100, Mark Brown wrote: A small code saving and less error handling to worry about. Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com What about devm for the clocks, too? The

[GIT PULL] Samsung cleanup-1 for v3.6

2012-07-09 Thread Kukjin Kim
Hi Arnd, Olof Please pull samsung cleanup patches for v3.6 and most of them are removing useless codes. If any problems, please kindly let me know. Thanks. Best regards, Kgene. -- Kukjin Kim kgene@samsung.com, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd.

[GIT PULL] Samsung devel-dma ops for v3.6

2012-07-09 Thread Kukjin Kim
Hi Arnd, Olof, Here is updating DMA common operation for Samsung SoCs. Since some DMA client driver such as spi needs to change the configuration after dma_request() so this branch adds dma_config() can configure DMA transmit option which is included in dma_request() after that. Note, according

[GIT PULL] Samsung board-1 for v3.6

2012-07-09 Thread Kukjin Kim
Hi Arnd, Olof Please pull Samsung boards update for v3.6. If any problems, please let me know. Thanks. Best regards, Kgene. -- Kukjin Kim kgene@samsung.com, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. The following changes since commit

Re: [PATCH v4 1/5] thermal: Add generic cpufreq cooling implementation

2012-07-09 Thread amit kachhap
Hi Rob/Eduardo, As these patches have still not made into mainline. I will rebase the whole set along with your suggestion and send them shortly. Sorry for late reply. Thanks, Amit Daniel On Tue, Jun 26, 2012 at 1:12 PM, Valentin, Eduardo eduardo.valen...@ti.com wrote: Hey Rob and Amit, On

[PATCH 1/1] ARM: EXYNOS: Fix compilation warning in setup-usb-phy.c file

2012-07-09 Thread Sachin Kamat
Fixes the following warning: arch/arm/mach-exynos/setup-usb-phy.c: In function ‘exynos4210_usb_phy_clkset’: arch/arm/mach-exynos/setup-usb-phy.c:83:2: warning: ‘phyclk’ may be used uninitialized in this function [-Wuninitialized] Signed-off-by: Sachin Kamat sachin.ka...@linaro.org ---