Re: [PATCH] arm: Fix missing api-change from subsys_interface change

2012-01-27 Thread Heiko Stübner
Am Freitag, 13. Januar 2012, 02:05:08 schrieb Kukjin Kim: Greg KH wrote: On Thu, Jan 12, 2012 at 02:30:48PM +0100, Heiko Stübner wrote: Commit 4a858cfc9a (arm: convert sysdev_class to a regular subsystem) converted the samsung sysdevs into subsys_interface instances. While the

RE: [PATCH] arm: Fix missing api-change from subsys_interface change

2012-01-27 Thread Kukjin Kim
Heiko Stübner wrote: Am Freitag, 13. Januar 2012, 02:05:08 schrieb Kukjin Kim: Greg KH wrote: On Thu, Jan 12, 2012 at 02:30:48PM +0100, Heiko Stübner wrote: Commit 4a858cfc9a (arm: convert sysdev_class to a regular subsystem) converted the samsung sysdevs into subsys_interface

RE: [PATCH 0/2] S3C24XX: remove some spi left overs

2012-01-27 Thread Kukjin Kim
Heiko Stübner wrote: This series removes unused setup-code of the s3c24xx spi driver. It has no current in kernel users and also no development activity trying to change this. I also checked the upstream git of the only board including the spi.h file (the gta02 at http://git.openmoko.org).

RE: [PATCH] ARM: EXYNOS: Fix warning: initialization from incompatible pointer type

2012-01-27 Thread Kukjin Kim
jhbird.c...@samsung.com wrote: From: Jonghwan Choi jhbird.c...@samsung.com Fix the wrong function prototype. Signed-off-by: Jonghwan Choi jhbird.c...@samsung.com --- arch/arm/mach-exynos/pm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH] ARM: EXYNOS: Adds Samsung TRATS board support

2012-01-27 Thread HeungJun, Kim
This patch adds Samsung Mobile TRATS board support. Signed-off-by: HeungJun, Kim riverful@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/Kconfig | 11 ++ arch/arm/mach-exynos/Makefile |1 + arch/arm/mach-exynos/mach-trats.c | 344

RE: [PATCH V1] ARM: EXYNOS: Adds Samsung TRATS board support

2012-01-27 Thread HeungJun, Kim
Hi Kukjin Kim, Sure. I submitted the patch rebased on v3.3_rc1. The patch's version prefix was some vague, so I just did not use to increment the version. Thank you. Regards, Heungjun Kim -Original Message- From: linux-arm-kernel-boun...@lists.infradead.org

Re: [PATCH 0/6] ARM: SAMSUNG: Board updates and minor fixes

2012-01-27 Thread Sylwester Nawrocki
On 01/27/2012 02:34 AM, Kukjin Kim wrote: OK, looks good to me, will apply in my v3.3-samsung-fixes-2 for 6/6 and next/board-samsung for others. Thank you, it would be good to also get patches 4/6, 5/6, ARM: SAMSUNG: Correct M-5MOLS sensor clock frequency on Nuri board ARM: SAMSUNG: Correct

[PATCH v2 2/2] S3C24XX: move spi-s3c24xx platdata out of mach

2012-01-27 Thread Heiko Stübner
spi.h now only contains the definition of the platform data structure for the driver in spi-s3c24xx.c . Therefore it does not need to stay in include/mach but can instead live in linux/spi/s3c24xx.h . Signed-off-by: Heiko Stuebner he...@sntech.de --- Sorry for messing up, but it seems I forgot to

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

2012-01-27 Thread Karol Lewandowski
On 25.01.2012 12:22, Mark Brown wrote: The big problem there seems like specifying voltages in the first place, if we know what device it is we should already know what's going on. Driver which handles said regulator might know what's going on, but that might not be case for its consumers.

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

2012-01-27 Thread Mark Brown
On Fri, Jan 27, 2012 at 10:58:08AM +0100, Karol Lewandowski wrote: On 25.01.2012 12:22, Mark Brown wrote: I'm sorry, this makes no sense. Setting a value in the constraints is not going to have any impact on the value reported by the driver, it never has. ... with the exception of fixed

Re: [PATCH 0/4] Pending S3C64xx updates

2012-01-27 Thread Mark Brown
On Fri, Jan 27, 2012 at 10:33:24AM +0900, Kukjin Kim wrote: Mark Brown wrote: ARM: S3C64XX: Define some additional always off clocks Hmm, I know there were discussions about this with Tomasz Figa and I was waiting for his submitting. But now this looks ok to me so will apply this.

Re: [PATCH v2] S3C24XX DMA resume regression fix

2012-01-27 Thread Sergey Lapin
On Fri, Jan 20, 2012 at 05:13:04PM +0400, Gusakov Andrey wrote: In commit bb072c3cf21d1c9a5a2eeb5a00679ee7bf39675b (Use struct syscore_ops for core power management) suspend/resume hooks for each DMA channels were replaced with hooks that suspend/resume all channels. s3c2410_dma_suspend