Re: [PATCH 5/9] ARM: EXYNOS: add board file for SMDK5250

2012-02-01 Thread Olof Johansson
Hi, On Tue, Jan 31, 2012 at 8:20 PM, Kyungmin Park kmp...@infradead.org wrote: As I remember only DT based board file is acceptable for mainline? For a new SoC family like 5250 it would be much preferred to only add device-tree enabled boards. -Olof -- To unsubscribe from this list: send the

Re: [PATCH v2] ARM: Exynos: JPEG board definition and device register

2012-02-01 Thread Tushar Behera
On 01/31/2012 03:50 PM, Andrzej Pietrasiewicz wrote: Add JPEG board definition and device register Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Dear All, This patch adds board definition code and device registration

Re: [PATCH 5/9] ARM: EXYNOS: add board file for SMDK5250

2012-02-01 Thread Will Deacon
On Wed, Feb 01, 2012 at 08:50:23AM +, Olof Johansson wrote: On Tue, Jan 31, 2012 at 8:20 PM, Kyungmin Park kmp...@infradead.org wrote: As I remember only DT based board file is acceptable for mainline? For a new SoC family like 5250 it would be much preferred to only add device-tree

Re: [PATCH] [CPUFREQ] EXYNOS: Initialize locking_frequency with initial frequency

2012-02-01 Thread Tushar Behera
Ping On 01/25/2012 10:15 AM, Tushar Behera wrote: As per definition, locking_frequency is the initial frequency which is set by boot-loader. Hence the value is updated with the initial value during boot time init call. This code was present in exynos210-cpufreq.c before this consolidation

[PATCHv3 0/3] ARM: Exynos: JPEG board definition and device register

2012-02-01 Thread Andrzej Pietrasiewicz
Dear All, This patch series adds board definition code and device registration code for JPEG IP found in Exynos4 SoC on universal_c210 and nuri boards. It includes changes after Tushar's review - thanks, Tushar. Andrzej Pietrasiewicz (3): ARM: Exynos: JPEG board definition ARM: Exynos:

[PATCHv3 1/3] ARM: Exynos: JPEG board definition

2012-02-01 Thread Andrzej Pietrasiewicz
ARM: Exynos: JPEG board definition Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/clock.c |5 + arch/arm/mach-exynos/include/mach/map.h |3 +++ arch/arm/plat-s5p/Kconfig

[PATCHv3 2/3] ARM: Exynos: Register JPEG on universal_c210

2012-02-01 Thread Andrzej Pietrasiewicz
ARM: Exynos: Register JPEG on universal_c210 Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-universal_c210.c |2 ++ 2 files changed, 3

[PATCHv3 3/3] ARM: Exynos: Register JPEG on nuri

2012-02-01 Thread Andrzej Pietrasiewicz
ARM: Exynos: Register JPEG on nuri Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-nuri.c |2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff

Re: [PATCH V5 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210

2012-02-01 Thread Tushar Behera
Hi Amit, On 01/05/2012 09:55 AM, Amit Daniel Kachhap wrote: This patch adds support AFTR(ARM OFF TOP RUNNING) mode in cpuidle driver. L2 cache keeps their data in this mode. This patch ports the code to the latest interfaces to save/restore CPU state inclusive of CPU PM notifiers, l2 resume

Re: [PATCH] mmc: core: Fix PowerOff Notify suspend/resume

2012-02-01 Thread Saugata Das
On 31 January 2012 15:44, Girish K S girish.shivananja...@linaro.org wrote: Modified the mmc_poweroff to resume before sending the poweroff notification command. In sleep mode only AWAKE and RESET commands are allowed, so before sending the poweroff notification command resume from sleep mode

Re: [PATCH v3 6/6] mmc: sdhci-s3c: Add device tree support

2012-02-01 Thread Karol Lewandowski
On 31.01.2012 18:56, Thomas Abraham wrote: Add device tree based discovery support for Samsung's sdhci controller Works fine on nuri hardware using exynos4-dt (with custom dts). Thanks -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to

Re: [PATCH] gpio: samsung: adapt to changes in gpio specifier translator function declaration

2012-02-01 Thread Karol Lewandowski
On 01.02.2012 14:02, Thomas Abraham wrote: Commit 15c9a0acc3f7 (of: create of_phandle_args to simplify return of phandle parsing data) modifies the parameter list of of_xlate function pointer declaration in gpio_chip. Adapt the gpio specifier translate function for this change. Reported-by:

Re: [PATCH v2 1/2] PM / Domains: Add OF support

2012-02-01 Thread Rafael J. Wysocki
On Tuesday, January 31, 2012, Kukjin Kim wrote: Rafael J. Wysocki wrote: On Tuesday, January 17, 2012, Kukjin Kim wrote: Rafael J. Wysocki wrote: On Saturday, January 07, 2012, Thomas Abraham wrote: A device node pointer is added to generic pm domain structure to

[PATCH 0/4] [SCSI] ufshcd: UFS Host Controller Driver

2012-02-01 Thread Vinayak Holikatti
From: Santosh Yaraganavi santos...@gmail.com UFS is designed to be the most advanced specification for both embedded and removable flash memory-based storage in mobile devices such as smart phones and tablet computers. The UFS standard represents an evolutionary progression of JEDEC standards in

[PATCH 3/4] [SCSI] ufshcd: UFSHCI error handling

2012-02-01 Thread Vinayak Holikatti
From: Santosh Yaraganavi santos...@gmail.com UFSHCI error handling includes support for: - UFS host controller errors - System bus errors - Unipro errors Signed-off-by: Santosh Yaraganavi santos...@gmail.com Signed-off-by: Vinayak Holikatti vinholika...@gmail.com Reviewed-by: Arnd Bergmann

[PATCH 2/4] [SCSI] ufshcd: UFS UTP Transfer requests handling

2012-02-01 Thread Vinayak Holikatti
From: Santosh Yaraganavi santos...@gmail.com This patch adds support for Transfer request handling. ufshcd includes following implementations: - SCSI queuecommand - Compose UPIU(UFS Protocol information unit) - Issue commands to UFS host controller - Handle completed commands Signed-off-by: