RE: [GIT PULL] Samsung Exynos for v3.2

2011-11-07 Thread Kukjin Kim
Arnd Bergmann wrote: > > On Sunday 06 November 2011, Kukjin Kim wrote: > > As I replied, I re-based 'next-samsung-exynos' based on latest mainline. > > > > So changes since previous pull request: > > > > The following changes since commit > c861cd3e92d92ae946e19099f198018fcb4fd887: > > > >Merg

Re: Pet Peaves about Platform code, and arch_reset

2011-11-07 Thread Tony Lindgren
* Russell King - ARM Linux [06 05:18]: > Here's a list of my peaves about current platform code - which are > causing me great issue when trying to clean up the arch_reset() stuff: > > 1. Lack of trailing ',' on structure initializers >This makes it much harder to add additional initializ

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

2011-11-07 Thread Grant Likely
On Thu, Nov 03, 2011 at 02:06:03AM +0530, Thomas Abraham wrote: > Add device tree based discovery support for Samsung's sdhci controller > > Cc: Ben Dooks > Signed-off-by: Thomas Abraham > --- > +Example: > + sdhci@1253 { > + compatible = "samsung,exynos4210-sdhci"; > +

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

2011-11-07 Thread Grant Likely
On Mon, Nov 07, 2011 at 07:51:26PM +0530, Thomas Abraham wrote: > On 5 November 2011 01:27, Olof Johansson wrote: > > 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 capabiliti

[PATCH 2/2] mmc: sdhci-s3c: Add pm_caps into SD/MMC host

2011-11-07 Thread Sangwook Lee
sdhci-s3c updates pm_caps from platform data for SDIO PM. Signed-off-by: Sangwook Lee --- drivers/mmc/host/sdhci-s3c.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index fe886d6..f10dd52 100644 --- a/driver

[PATCH 1/2] ARM: SAMSUNG: Add pm_caps into platform data

2011-11-07 Thread Sangwook Lee
Add pm_caps into platform_data. This is power management, usually for SDIO device such as SDIO WLAN. Signed-off-by: Sangwook Lee --- arch/arm/plat-samsung/dev-hsmmc3.c |2 ++ arch/arm/plat-samsung/include/plat/sdhci.h |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff

[PATCH 0/2] ARM: SAMSUNG: Add pm_caps

2011-11-07 Thread Sangwook Lee
Add pm_caps into platform data and update it in SD/MMC driver This field can be used with SDIO device such as SDIO WLAN. Sangwook Lee (2): ARM: SAMSUNG: Add pm_caps into platform data mmc: sdhci-s3c: Add pm_caps into SD/MMC host arch/arm/plat-samsung/dev-hsmmc3.c |2 ++ arch/arm/

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

2011-11-07 Thread Thomas Abraham
On 5 November 2011 01:27, Olof Johansson wrote: > 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 inclu

Re: [PATCH v2] ARM: pl330: Fix a race condition

2011-11-07 Thread Thomas Abraham
On 7 November 2011 16:18, Javi Merino wrote: > On 05/11/11 19:05, Thomas Abraham wrote: >> Hi Javi, >> >> On 6 October 2011 05:10, Javi Merino wrote: >>> If two requests have been submitted and one of them is running, if you >>> call pl330_chan_ctrl(ch_id, PL330_OP_START), there's a window of tim

Re: [PATCH v2] ARM: pl330: Fix a race condition

2011-11-07 Thread Javi Merino
On 05/11/11 19:05, Thomas Abraham wrote: > Hi Javi, > > On 6 October 2011 05:10, Javi Merino wrote: >> If two requests have been submitted and one of them is running, if you >> call pl330_chan_ctrl(ch_id, PL330_OP_START), there's a window of time >> between the spin_lock_irqsave() and the _state(