Re: [PATCH 00/27] add pm_runtime_last_busy_and_autosuspend() helper

2014-09-25 Thread Vinod Koul
On Wed, Sep 24, 2014 at 10:28:07PM +0200, Rafael J. Wysocki wrote: OK, I guess this is as good as it gets. What tree would you like it go through? Since rest of the patches are dependent upon 1st patch which should go thru your tree, we should merge this thru your tree Thanks -- ~Vinod

Re: [PATCH v2 2/2] mmc, sdhci, bcm-kona, LLVMLinux: Remove use of __initconst

2014-09-25 Thread Linus Walleij
On Wed, Sep 24, 2014 at 8:21 PM, Behan Webster beh...@converseincode.com wrote: On 09/24/14 02:22, Arnd Bergmann wrote: but the first one seems easier to read for someone familiar with kernel code. No worries. Happy to post a v3. Linus Walleij: Would you like me to respin the gpio,

Re: [PATCH 3/6] mmc: It is not an error for the card to be removed while suspended

2014-09-25 Thread Ulf Hansson
On 23 September 2014 22:00, Adrian Hunter adrian.hun...@intel.com wrote: A removable card can be removed while it is runtime suspended. Do not print an error message. Signed-off-by: Adrian Hunter adrian.hun...@intel.com --- drivers/mmc/core/mmc.c | 2 +- drivers/mmc/core/sd.c | 2 +- 2

Re: [PATCH 4/6] mmc: block: Fix error recovery stop cmd timeout calculation

2014-09-25 Thread Ulf Hansson
On 23 September 2014 22:00, Adrian Hunter adrian.hun...@intel.com wrote: Data timeout has two components: one in nanoseconds and one in clock cycles. Clock cycles were not being added when using the data timeout for the error recovery stop cmd timeout. Signed-off-by: Adrian Hunter

Re: [PATCH 5/6] mmc: block: Fix SD card stop cmd response type

2014-09-25 Thread Ulf Hansson
On 23 September 2014 22:00, Adrian Hunter adrian.hun...@intel.com wrote: Nowhere in the SD Association Specifications does it state that the stop command has an R1 response type. It is always R1B. Change accordingly. It depends on how detailed you read the spec. :-) First, R1B is the same

Re: [PATCH 3/6] mmc: It is not an error for the card to be removed while suspended

2014-09-25 Thread Adrian Hunter
On 25/09/2014 11:27 a.m., Ulf Hansson wrote: On 23 September 2014 22:00, Adrian Hunter adrian.hun...@intel.com wrote: A removable card can be removed while it is runtime suspended. Do not print an error message. Signed-off-by: Adrian Hunter adrian.hun...@intel.com --- drivers/mmc/core/mmc.c

Re: [PATCH 00/27] add pm_runtime_last_busy_and_autosuspend() helper

2014-09-25 Thread Rafael J. Wysocki
On Thursday, September 25, 2014 04:27:58 PM Wolfram Sang wrote: --Bn2rw/3z4jIqBvZU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 25, 2014 at 09:22:01AM -0500, Felipe Balbi wrote: On Thu, Sep 25, 2014 at

[PATCH v3] mmc, sdhci, bcm-kona, LLVMLinux: Remove use of __initconst

2014-09-25 Thread Behan Webster
The __initconst is in the wrong place, and when moved to the correct place it uncovers an error where the variable is used by non-init data structures. Instead merely make them const and put the const in the right spot. Signed-off-by: Behan Webster beh...@converseincode.com Reviewed-by: Mark