Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

2013-10-11 Thread Jingoo Han
On Tuesday, October 08, 2013 8:45 PM, Yuvaraj Kumar wrote: On Fri, Oct 4, 2013 at 6:03 AM, Jingoo Han jg1@samsung.com wrote: On Thursday, October 03, 2013 8:32 PM, Bartlomiej Zolnierkiewicz wrote: On Tuesday, October 01, 2013 12:03:01 PM Yuvaraj Kumar C D wrote: Exynos5250 contains one

Re: [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

2013-10-11 Thread Tomasz Figa
Hi, On Friday 11 of October 2013 15:49:04 Jingoo Han wrote: On Tuesday, October 08, 2013 8:45 PM, Yuvaraj Kumar wrote: On Fri, Oct 4, 2013 at 6:03 AM, Jingoo Han jg1@samsung.com wrote: On Thursday, October 03, 2013 8:32 PM, Bartlomiej Zolnierkiewicz wrote: On Tuesday, October 01,

Re: [PATCH V2] ARM: EXYNOS: Move arm core power down clock to exynos5250 common clock

2013-10-11 Thread Tomasz Figa
Hi Amit, On Friday 11 of October 2013 11:12:14 Amit Daniel Kachhap wrote: Now with common clock support added for exynos5250 it is necessary to move this code to exynos5250 common clock driver as clock registers should be handled there. This change is tested in exynos5250 based arndale

[PATCH v3] iio: exynos_adc: use wait_for_completion_timeout instead of interruptible

2013-10-11 Thread Naveen Krishna Chatradhi
This patch does the following 1. use wait_for_completion_timeout instead of wait_for_completion_interruptible_timeout 2. Reset software if a timeout happens. 3. Also reduce the timeout to 100milli secs Note: submitted for review at https://patchwork.kernel.org/patch/2279591/ Signed-off-by:

[PATCH RESEND 0/3] ARM: S3C24XX: add missing dma-devices and warning fix

2013-10-11 Thread Heiko Stübner
[I messed up the linux-arm-kernel list address yesterday, so I resend it with a fixed address, sorry for the noise] When Olof reported the warning about the unused s3c2410_dma_resource, I thought the best way forward would be to simply implement the missing pieces and so it has users :-) .

[PATCH RESEND 1/3] ARM: S3C24XX: Fix possible dma selection warning

2013-10-11 Thread Heiko Stübner
Currently the s3c sound support selects CONFIG_S3C2410_DMA on s3c24xx architectures while the generic dma config is enabled by CONFIG_S3C24XX_DMA. With the way the Kconfig options are layed out currently it is possible to enable Samsung sound support without enabling the necessary dma support

[PATCH RESEND 3/3] ARM: S3C24XX: add dma pdata for s3c2410, s3c2440 and s3c2442

2013-10-11 Thread Heiko Stübner
s3c2410 and s3c2442 share the same dma channels while s3c2440 has slight differences. But on all three the reachable sources per dma channel has constraints attached and thus encodes the usable combinations using the S3C24XX_DMA_CHANREQ macro. This also fixes the warning about

[PATCH RESEND 2/3] dmaengine: s3c24xx-dma: add support for the s3c2410 type of controller

2013-10-11 Thread Heiko Stübner
The earliest variants of the dma controller did not contain support for controlling clocks. Signed-off-by: Heiko Stuebner he...@sntech.de --- drivers/dma/s3c24xx-dma.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c index

Re: [RFC/PATCH V3] spi: s3c64xx: Enable Word transfer

2013-10-11 Thread Mark Brown
On Fri, Oct 11, 2013 at 10:17:48AM +0530, Rajeshwari S Shinde wrote: This patch enables word transfer for s3c64xx spi driver. User can set bits_per_word to 32 before calling spi_setup, which would enable the word transfer mode. As someone mentioned on previous reviews there's nothing in this

[PATCH] i2c: s3c2410: dont need CPU_FREQ transitions for exynos series

2013-10-11 Thread Naveen Krishna Chatradhi
The exynos5 i2c clock is based on a fixed 66 MHz peripheral clock, and therefore is completely independent of the cpu frequency. Thus, registering for a CPU freq notifier is very wasteful. This patch modifes the code such that, i2c bus registers to cpu_freq_transition only for non Exynos SoCs.

Re: [PATCH] i2c: exynos5: add High Speed I2C controller driver

2013-10-11 Thread Naveen Krishna Ch
On 8 September 2013 22:33, Wolfram Sang w...@the-dreams.de wrote: On Wed, Aug 21, 2013 at 02:54:37PM +0530, Naveen Krishna Ch wrote: Adds support for High Speed I2C driver found in Exynos5 and later SoCs from Samsung. Highspeed mode is a minor change in the i2c protocol. Starts with 1.

Re: [PATCH 3/5] [media] s3c-camif: Use CONFIG_ARCH_S3C64XX to check for S3C64xx support

2013-10-11 Thread Sylwester Nawrocki
On 09/28/2013 08:21 PM, Tomasz Figa wrote: Since CONFIG_PLAT_S3C64XX is going to be removed, this patch modifies the Kconfig entry of s3c-camif driver to use the proper way of checking for S3C64xx support - CONFIG_ARCH_S3C64XX. Signed-off-by: Tomasz Figatomasz.f...@gmail.com Acked-by:

Re: [PATCH v3] iio: exynos_adc: use wait_for_completion_timeout instead of interruptible

2013-10-11 Thread Lars-Peter Clausen
On 10/11/2013 10:23 AM, Naveen Krishna Chatradhi wrote: This patch does the following 1. use wait_for_completion_timeout instead of wait_for_completion_interruptible_timeout 2. Reset software if a timeout happens. 3. Also reduce the timeout to 100milli secs It is always good to have a

Re: [PATCH 1/3 v4] thermal: samsung: correct the fall interrupt en, status bit fields

2013-10-11 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday, October 11, 2013 11:10:38 AM Eduardo Valentin wrote: Hi Naveen, On 09-10-2013 10:03, Bartlomiej Zolnierkiewicz wrote: Hi, All patches (#1-#3) look good to me, FWIW you can add: Reviewed-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Please note

Re: [PATCH V2 4/5] USB: ohci-exynos: Add missing usb_put_hcd()

2013-10-11 Thread 'Greg Kroah-Hartman'
On Thu, Oct 10, 2013 at 04:42:22PM +0900, Jingoo Han wrote: When devm_usb_get_phy() fails, usb_put_hcd() should be called to prevent memory leak. Signed-off-by: Jingoo Han jg1@samsung.com Already applied this one, thanks. greg k-h -- To unsubscribe from this list: send the line

Re: [PATCH V2 3/5] USB: ohci-exynos: Remove non-DT support

2013-10-11 Thread 'Greg Kroah-Hartman'
On Thu, Oct 10, 2013 at 04:41:49PM +0900, Jingoo Han wrote: The non-DT for EXYNOS SoCs is not supported from v3.11. Thus, there is no need to support non-DT for Exynos OHCI driver. The 'include/linux/platform_data/usb-ohci-exynos.h' file has been used for non-DT support. Thus, the

Re: [PATCH] clk: samsung: Fix PLL35XX lock time

2013-10-11 Thread Tomasz Figa
On Friday 11 of October 2013 08:14:03 Doug Anderson wrote: Tomasz, On Wed, Oct 9, 2013 at 10:20 PM, Tomasz Figa t.f...@samsung.com wrote: I don't think this is right. I believe that it needs to be passed in by the SoC. On exynos5250 I see 250 in both the manual and in our code. On

Re: [PATCH] i2c: s3c2410: dont need CPU_FREQ transitions for exynos series

2013-10-11 Thread Tomasz Figa
Hi Naveen, On Friday 11 of October 2013 16:56:54 Naveen Krishna Chatradhi wrote: The exynos5 i2c clock is based on a fixed 66 MHz peripheral clock, and therefore is completely independent of the cpu frequency. Thus, registering for a CPU freq notifier is very wasteful. This patch modifes

Re: [PATCH] i2c: s3c2410: dont need CPU_FREQ transitions for exynos series

2013-10-11 Thread Tomasz Figa
[Fixing incorrent mail addresses and dropping the old DT ML.] On Saturday 12 of October 2013 04:22:04 Tomasz Figa wrote: Hi Naveen, On Friday 11 of October 2013 16:56:54 Naveen Krishna Chatradhi wrote: The exynos5 i2c clock is based on a fixed 66 MHz peripheral clock, and therefore is

[PATCH] ARM: SAMSUNG: remove IRQF_DISABLED

2013-10-11 Thread Michael Opdenacker
This patch proposes to remove the use of the IRQF_DISABLED flag It's a NOOP since 2.6.35 and it will be removed one day. Signed-off-by: Michael Opdenacker michael.opdenac...@free-electrons.com --- arch/arm/mach-s3c24xx/dma.c | 2 +- arch/arm/mach-s3c24xx/simtec-usb.c | 3 +--

Re: [PATCH RESEND 0/3] ARM: S3C24XX: add missing dma-devices and warning fix

2013-10-11 Thread Tomasz Figa
Hi Heiko, [Resending, due to my e-mail client enabling HTML formatting. Sorry for the noise.] On Friday 11 of October 2013 10:59:19 Heiko Stübner wrote: [I messed up the linux-arm-kernel list address yesterday, so I resend it with a fixed address, sorry for the noise] When Olof reported the

Re: [PATCH] i2c: s3c2410: dont need CPU_FREQ transitions for exynos series

2013-10-11 Thread Tomasz Figa
On Saturday 12 of October 2013 04:28:51 Tomasz Figa wrote: [Fixing incorrent mail addresses and dropping the old DT ML.] On Saturday 12 of October 2013 04:22:04 Tomasz Figa wrote: Hi Naveen, On Friday 11 of October 2013 16:56:54 Naveen Krishna Chatradhi wrote: The exynos5 i2c clock