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
* 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
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";
> +
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
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
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
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/
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
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
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(
10 matches
Mail list logo