Re: [PATCH v3] MMC/SDIO: enable SDIO device to suspend/resume asynchronously

2015-11-17 Thread Fu, Zhonghui
On 11/16/2015 7:30 PM, Ulf Hansson wrote: > On 15 November 2015 at 14:53, Fu, Zhonghui > wrote: >> Now, PM core supports asynchronous suspend/resume mode for devices >> during system suspend/resume, and the power state transition of one >> device may be completed

Re: [PATCH] [media] move media platform data to linux/platform_data/media

2015-11-17 Thread Anton Bondarenko
On 17.11.2015 10:23, Arnd Bergmann wrote: On Tuesday 17 November 2015 07:15:59 Mauro Carvalho Chehab wrote: Now that media has its own subdirectory inside platform_data, let's move the headers that are already there to such subdir. Acked-by: Arnd Bergmann

Re: [PATCH] [media] move media platform data to linux/platform_data/media

2015-11-17 Thread Arnd Bergmann
On Tuesday 17 November 2015 11:43:27 Anton Bondarenko wrote: > On 17.11.2015 10:23, Arnd Bergmann wrote: > > On Tuesday 17 November 2015 07:15:59 Mauro Carvalho Chehab wrote: > >> Now that media has its own subdirectory inside platform_data, > >> let's move the headers that are already there to

Re: [PATCH] [media] move media platform data to linux/platform_data/media

2015-11-17 Thread Mark Brown
On Tue, Nov 17, 2015 at 07:15:59AM -0200, Mauro Carvalho Chehab wrote: > Now that media has its own subdirectory inside platform_data, > let's move the headers that are already there to such subdir. Acked-by: Mark Brown signature.asc Description: PGP signature

Re: [PATCH] mmc: dw_mmc: use resource_size_t to store physical address

2015-11-17 Thread Jaehoon Chung
Dear, Arnd. On 11/13/2015 06:35 PM, Arnd Bergmann wrote: > On Friday 13 November 2015 03:10:13 Andy Shevchenko wrote: >> On Thu, Nov 12, 2015 at 4:14 PM, Arnd Bergmann wrote: >>> The dw_mmc driver stores the physical address of the MMIO registers >>> in a pointer, which requires

Re: [PATCH v2] mmc: sdhci-msm: Boost controller core clock

2015-11-17 Thread Stephen Boyd
On 11/16, Ulf Hansson wrote: > [...] > > > > > > In case you're wondering, the max frequency for sdc1 on 8974ac is > > 400MHz. If it's just a plain 8974pro then the max frequency is > > 200MHz. Otherwise, sdc2 maxes out at 200Mhz and sdc3 and sdc4 max > > out at 100MHz. > > When you say that

Re: [PATCH] [media] move media platform data to linux/platform_data/media

2015-11-17 Thread Arnd Bergmann
On Tuesday 17 November 2015 07:15:59 Mauro Carvalho Chehab wrote: > Now that media has its own subdirectory inside platform_data, > let's move the headers that are already there to such subdir. > > Acked-by: Arnd Bergmann -- To unsubscribe from this list: send the line

[PATCH] [media] move media platform data to linux/platform_data/media

2015-11-17 Thread Mauro Carvalho Chehab
Now that media has its own subdirectory inside platform_data, let's move the headers that are already there to such subdir. After moving those files, the references were adjusted using this script: MAIN_DIR="linux/platform_data/" PREV_DIR="linux/platform_data/" DIRS="media/"

Re: [PATCH] [media] move media platform data to linux/platform_data/media

2015-11-17 Thread Robert Jarzmik
Mark Brown writes: > On Tue, Nov 17, 2015 at 07:15:59AM -0200, Mauro Carvalho Chehab wrote: >> Now that media has its own subdirectory inside platform_data, >> let's move the headers that are already there to such subdir. > > Acked-by: Mark Brown