[PATCH] mmc: core: Fix setting power notify state variable for non eMMC

2011-11-04 Thread Girish K S
This patch skips the setting of the power notify state variable for non eMMC 4.5 devices. Also fixes the problem of omap_hsmmc noisy/broken for suspend resume reported by kevin Hilman. cc: Chris Ball c...@laptop.org Signed-off-by: Girish K S girish.shivananja...@linaro.org ---

Re: [PATCH 6/6] ARM: S3C64XX: Modified according to SPI consolidation work.

2011-11-04 Thread Mark Brown
On Fri, Nov 04, 2011 at 08:43:54AM -0400, Padmavathi Venna wrote: +#ifdef CONFIG_S3C64XX_DEV_SPI0 +static struct s3c64xx_spi_info crag6410_spi0_pdata __initdata = { + .cfg_gpio = s3c64xx_spi0_cfg_gpio, + .fifo_lvl_mask = 0x7f, + .rx_lvl_offset = 13, + .tx_st_done

Re: [PATCH] mmc: core: Fix setting power notify state variable for non eMMC

2011-11-04 Thread Girish K S
On 4 November 2011 06:52, Girish K S girish.shivananja...@linaro.org wrote: This patch skips the setting of the power notify state variable for non eMMC 4.5 devices. Also fixes the problem of omap_hsmmc noisy/broken for suspend resume reported by kevin Hilman. cc: Chris Ball c...@laptop.org

Re: [RFC][PATCH] Consolidate Samsung MAINTAINERS

2011-11-04 Thread Heiko Stübner
Am Sonntag 23 Oktober 2011, 00:12:14 schrieb Heiko Stübner: These days most Samsung stuff gets in the kernel through Kukjin Kim. This patch changes MAINTAINERS to reflect this. By adding Kukjin Kim to the maintainers for S3C2410, S3C244x and S3C64xx alongside Ben Dooks the extra entries

[PATCH 0/3] ARM: S5P64X0: Add SDMMC support

2011-11-04 Thread Rajeshwari Shinde
This patchset adds support for sdhci controller on S5P6440 and S5P6450. Since this patchset is based on mmc: sdhci-s3c: Rework platform data and add device tree support clk_type member has been removed from platform data. This patchset depends on the patchs: ARM: S5P64X0: Modified files for SPI

[PATCH 1/3] ARM: S5P64X0: Add HSMMC setup for host Controller

2011-11-04 Thread Rajeshwari Shinde
Adds support for HSMMC for S5P64X0 platform, performs setup for host controller and related GPIO. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- arch/arm/mach-s5p64x0/Kconfig | 24 +++ arch/arm/mach-s5p64x0/Makefile |1 +

[PATCH 3/3] ARM: S5P64X0: Enable SDHCI support

2011-11-04 Thread Rajeshwari Shinde
Enables SDHCI supports for SMDK6440 and SMDK6450. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- arch/arm/mach-s5p64x0/mach-smdk6440.c | 25 + arch/arm/mach-s5p64x0/mach-smdk6450.c | 26 +- 2 files changed, 50 insertions(+), 1

[PATCH 2/3] ARM: S5P64X0: Add lookup of sdhci-s3c clocks using generic names

2011-11-04 Thread Rajeshwari Shinde
Add support for lookup of sdhci-s3c controller clocks using generic names for s5p64x0 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com --- arch/arm/mach-s5p64x0/clock-s5p6440.c | 72 +++-- arch/arm/mach-s5p64x0/clock-s5p6450.c | 72

Re: [PATCH 2/2] mmc: core: Support packed command for eMMC4.5 device

2011-11-04 Thread S, Venkatraman
On Thu, Nov 3, 2011 at 7:23 AM, Seungwon Jeon tgih@samsung.com wrote: S, Venkatraman svenk...@ti.com wrote: On Wed, Nov 2, 2011 at 1:33 PM, Seungwon Jeon tgih@samsung.com wrote: This patch supports packed command of eMMC4.5 device. Several reads(or writes) can be grouped in packed

[PATCH 0/4]ARM: exynos4: Add l2 retention mode cpuidle state

2011-11-04 Thread amit . kachhap
From: Amit Daniel Kachhap amit.kach...@linaro.org This Patch series adds support for AFTR mode cpuidle state based on patch (http://www.spinics.net/lists/arm-kernel/msg132243.html) earlier submitted by Jaecheol Lee jc@samsung.com. This patch uses CPU PM notifiers , common l2 save/restore

[PATCH 1/4] ARM: exynos4: Add support for AFTR mode cpuidle state

2011-11-04 Thread amit . kachhap
From: Amit Daniel Kachhap amit.kach...@linaro.org This patch adds support for AFTR(ARM OFF TOP RUNNING) mode in cpuidle driver for EXYNOS4210. 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

[PATCH 2/4] ARM: exynos4: remove useless churn in sleep.S

2011-11-04 Thread amit . kachhap
From: Lorenzo Pieralisi lorenzo.pieral...@arm.com This patch cleans up sleep code in preparation for L2 resume code and hotplug functions Signed-off-by: Lorenzo Pieralisi lorenzo.pieral...@arm.com --- arch/arm/mach-exynos4/sleep.S |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)

[PATCH 3/4] ARM: exynos4: add L2 early resume code

2011-11-04 Thread amit . kachhap
From: Amit Daniel Kachhap amit.kach...@linaro.org This patch adds code to save L2 register configuration at boot, and to resume L2 before MMU is enabled in suspend and cpuidle resume paths. Signed-off-by: Lorenzo Pieralisi lorenzo.pieral...@arm.com Signed-off-by: Amit Daniel Kachhap

[PATCH 4/4] ARM: exynos4: remove useless code to save/restore L2 and GIC state

2011-11-04 Thread amit . kachhap
From: Amit Daniel Kachhap amit.kach...@linaro.org Following the merge of CPU PM notifiers and L2 resume code, this patch removes useless code to save and restore L2 and GIC registers. This is now automatically covered by suspend calls which integrated CPU PM notifiers and new sleep code that

Re: [PATCH 4/4] ARM: exynos4: remove useless code to save/restore L2 and GIC state

2011-11-04 Thread Sylwester Nawrocki
On 11/04/2011 06:03 PM, amit.kach...@linaro.org wrote: From: Amit Daniel Kachhap amit.kach...@linaro.org Following the merge of CPU PM notifiers and L2 resume code, this patch removes useless code to save and restore L2 and GIC registers. This is now automatically covered by suspend calls

Re: [PATCH 5/6] mmc: Add OF bindings support for mmc host controller capabilities

2011-11-04 Thread Olof Johansson
On Thu, Nov 03, 2011 at 02:06:02AM +0530, Thomas Abraham wrote: Device nodes representing sd/mmc controllers in a device tree would include mmc host controller capabilities. Add support for parsing of mmc host controller capabilities included in device nodes. Signed-off-by: Thomas Abraham

Re: [GIT PULL] Samsung devel-4 for v3.2

2011-11-04 Thread Arnd Bergmann
On Friday 04 November 2011, Kukjin Kim wrote: As we talked in Prague, I'm sending 'pull request for v3.2' Samsung-devel4 which includes supporting EXYNOS4 DT, SPI clkdev and reorganization arch/arm/mach-exynos and small things. Please pull from: git://github.com/kgene/linux-samsung.git

RE: [GIT PULL] Samsung devel-4 for v3.2

2011-11-04 Thread Kukjin Kim
Arnd Bergmann wrote: On Friday 04 November 2011, Kukjin Kim wrote: As we talked in Prague, I'm sending 'pull request for v3.2' Samsung-devel4 which includes supporting EXYNOS4 DT, SPI clkdev and reorganization arch/arm/mach-exynos and small things. Please pull from:

Re: [GIT PULL] Samsung devel-4 for v3.2

2011-11-04 Thread Arnd Bergmann
On Saturday 05 November 2011, Kukjin Kim wrote: Arnd Bergmann wrote: Please send the contents split up into separate branches (dt, spi, clkdev, rename, devel) for 3.3. I think it's ok if you want to send just the rename patch for 3.2 the way we had discussed earlier, because this kind of

[GIT PULL] Samsung Exynos for v3.2

2011-11-04 Thread Kukjin Kim
Hi Arnd, As you suggested, I made reorganization mach-exynos branch, next-samsung-exynos in my tree and it has been tested on some boards. Please pull from: git://github.com/kgene/linux-samsung.git next-samsung-exynos As a note, will finish other separate branch today. If any problems,

RE: [RFC][PATCH] Consolidate Samsung MAINTAINERS

2011-11-04 Thread Kukjin Kim
Heiko Stübner wrote: Am Sonntag 23 Oktober 2011, 00:12:14 schrieb Heiko Stübner: These days most Samsung stuff gets in the kernel through Kukjin Kim. This patch changes MAINTAINERS to reflect this. By adding Kukjin Kim to the maintainers for S3C2410, S3C244x and S3C64xx alongside Ben

RE: [PATCH 5/5] [CPUFREQ] EXYNOS4210: Add support ASV feature

2011-11-04 Thread Kukjin Kim
MyungJoo Ham wrote: Hello, Hi, I got the comments from Jaecheol Lee but his mail client has some problem so I'm sending instead. On Wed, Nov 2, 2011 at 9:43 PM, Kukjin Kim kgene@samsung.com wrote: [] +static void __init set_volt_table(void) +{ +       unsigned int tmp, i,

RE: [PATCH 4/5] [CPUFREQ] EXYNOS4210: Add DVS lock feature for other driver

2011-11-04 Thread Kukjin Kim
MyungJoo Ham wrote: On Wed, Nov 2, 2011 at 9:43 PM, Kukjin Kim kgene@samsung.com wrote: From: Jongpill Lee boyko@samsung.com This patch adds DVS lock feature for other driver and pm/ reboot notifier to enhance stability. (snip) Same, following is from Jaecheol Lee. Except

RE: [PATCH 1/5] [CPUFREQ] EXYNOS4210: Remove code about bus on cpufreq

2011-11-04 Thread Kukjin Kim
MyungJoo Ham wrote: On Wed, Nov 2, 2011 at 9:42 PM, Kukjin Kim kgene@samsung.com wrote: From: Jongpill Lee boyko@samsung.com This patch removes code for bus on cpufreq because the code for bus frequency changing moves to busfreq driver. So code about bus on cpufreq is not

RE: [PATCH 0/6] SPI platform device consolidation

2011-11-04 Thread Kukjin Kim
Padmavathi Venna wrote: SPI platform devices are defined in respective machine folder of Samsung S3C64XX and S5P series SoCs.This patchset moves S3C64XX and S5P series of SPI platform devices to a common place plat-samsung. This patchset also creates SPI setup files for GPIO configurations

RE: [PATCH] ARM: EXYNOS4: Add SPI support

2011-11-04 Thread Kukjin Kim
Padmavathi Venna wrote: Add SPI setup files for GPIO configurations. Add SPI clkdev support. Initialize SPI platform specific code in the machine file. Signed-off-by: Padmavathi Venna padm...@samsung.com --- arch/arm/mach-exynos4/Kconfig |5 ++

RE: [PATCH 0/3] ARM: S5P64X0: Add SDMMC support

2011-11-04 Thread Kukjin Kim
Rajeshwari Shinde wrote: This patchset adds support for sdhci controller on S5P6440 and S5P6450. Since this patchset is based on mmc: sdhci-s3c: Rework platform data and add device tree support clk_type member has been removed from platform data. This patchset depends on the patchs: