[PATCH 4.9 11/93] mmc: core: Fix access to HS400-ES devices

2017-08-09 Thread Greg Kroah-Hartman
4.9-stable review patch. If anyone has any objections, please let me know. -- From: Guenter Roeck commit 773dc118756b1f38766063e90e582016be868f09 upstream. HS400-ES devices fail to initialize with the following error messages. mmc1: power class selection to bus width 8 ddr 0

Re: [PATCH] mmc: core: Fix access to HS400-ES devices

2017-07-19 Thread Greg Kroah-Hartman
t; Cc: Brian Norris > >> Fixes: 3d4ef329757c ("mmc: core: fix multi-bit bus width ...") > >> Signed-off-by: Guenter Roeck > > > > Sorry for the delay. Been traveling. > > > > Applied for fixes, thanks! > > +stable > > The commit 3d4

Re: [PATCH] mmc: core: Fix access to HS400-ES devices

2017-07-19 Thread Doug Anderson
Sorry for the delay. Been traveling. > > Applied for fixes, thanks! +stable The commit 3d4ef329757c ("mmc: core: fix multi-bit bus width without high-speed mode") got backported to many stable branches, so probably this commit 773dc118756b ("mmc: core: Fix access to HS400-ES

[PATCH 4.10 058/111] mmc: core: Fix access to HS400-ES devices

2017-03-28 Thread Greg Kroah-Hartman
4.10-stable review patch. If anyone has any objections, please let me know. -- From: Guenter Roeck commit 773dc118756b1f38766063e90e582016be868f09 upstream. HS400-ES devices fail to initialize with the following error messages. mmc1: power class selection to bus width 8 ddr 0

Re: [PATCH] mmc: core: Fix access to HS400-ES devices

2017-03-14 Thread Ulf Hansson
On 1 March 2017 at 23:11, Guenter Roeck wrote: > HS400-ES devices fail to initialize with the following error messages. > > mmc1: power class selection to bus width 8 ddr 0 failed > mmc1: error -110 whilst initialising MMC card > > This was seen on Samsung Chromebook Plus. Code analysis points to

Re: mmc: core: Fix access to HS400-ES devices

2017-03-10 Thread Heiko Stübner
Am Mittwoch, 1. März 2017, 14:11:47 CET schrieb Guenter Roeck: > HS400-ES devices fail to initialize with the following error messages. > > mmc1: power class selection to bus width 8 ddr 0 failed > mmc1: error -110 whilst initialising MMC card > > This was seen on Samsung Chromebook Plus. Code an

Re: [PATCH] mmc: core: Fix access to HS400-ES devices

2017-03-06 Thread Guenter Roeck
ping ... Ulf, I know it is early for a ping. However, the patch causing all HS400-ES devices to fail already made it into various stable releases, and I think it would be very desirable to get those back to working. Thanks, Guenter On Wed, Mar 01, 2017 at 02:11:47PM -0800, Guenter Roeck wrote:

Re: [PATCH] mmc: core: Fix access to HS400-ES devices

2017-03-01 Thread Shawn Lin
On 2017/3/2 6:11, Guenter Roeck wrote: HS400-ES devices fail to initialize with the following error messages. mmc1: power class selection to bus width 8 ddr 0 failed mmc1: error -110 whilst initialising MMC card This was seen on Samsung Chromebook Plus. Code analysis points to commit 3d4ef32975

Re: [PATCH] mmc: core: Fix access to HS400-ES devices

2017-03-01 Thread Doug Anderson
Hi, On Wed, Mar 1, 2017 at 2:11 PM, Guenter Roeck wrote: > HS400-ES devices fail to initialize with the following error messages. > > mmc1: power class selection to bus width 8 ddr 0 failed > mmc1: error -110 whilst initialising MMC card > > This was seen on Samsung Chromebook Plus. Code analysis

[PATCH] mmc: core: Fix access to HS400-ES devices

2017-03-01 Thread Guenter Roeck
HS400-ES devices fail to initialize with the following error messages. mmc1: power class selection to bus width 8 ddr 0 failed mmc1: error -110 whilst initialising MMC card This was seen on Samsung Chromebook Plus. Code analysis points to commit 3d4ef329757c ("mmc: core: fix multi-bit bus width w