RE: [PATCH] mmc: core: fix changing bus witdh in hs400es mode

2017-03-02 Thread Piotr Sroka
Hi Shawn Thanks for the information. Best Regards Piotr Sroka > -Original Message- > From: Shawn Lin [mailto:shawn@rock-chips.com] > Sent: 03 March, 2017 4:43 AM > Subject: Re: [PATCH] mmc: core: fix changing bus witdh in hs400es mode > > Hi Poitr, > >

RE: [PATCH] mmc: core: fix changing bus witdh in hs400es mode

2017-03-02 Thread Piotr Sroka
Hi Shawn Thanks for the information. Best Regards Piotr Sroka > -Original Message- > From: Shawn Lin [mailto:shawn@rock-chips.com] > Sent: 03 March, 2017 4:43 AM > Subject: Re: [PATCH] mmc: core: fix changing bus witdh in hs400es mode > > Hi Poitr, > >

Re: [PATCH] mmc: core: fix changing bus witdh in hs400es mode

2017-03-02 Thread Shawn Lin
Hi Poitr, On 2017/3/2 21:47, Piotr Sroka wrote: Fix the code to avoid changing bus width if HS400ES mode is selected. Thanks for catching this, but Guenter posted a fix[1] already. :) [1]: https://patchwork.kernel.org/patch/9599261/ Signed-off-by: Piotr Sroka ---

Re: [PATCH] mmc: core: fix changing bus witdh in hs400es mode

2017-03-02 Thread Shawn Lin
Hi Poitr, On 2017/3/2 21:47, Piotr Sroka wrote: Fix the code to avoid changing bus width if HS400ES mode is selected. Thanks for catching this, but Guenter posted a fix[1] already. :) [1]: https://patchwork.kernel.org/patch/9599261/ Signed-off-by: Piotr Sroka --- drivers/mmc/core/mmc.c

[PATCH] mmc: core: fix changing bus witdh in hs400es mode

2017-03-02 Thread Piotr Sroka
Fix the code to avoid changing bus width if HS400ES mode is selected. Signed-off-by: Piotr Sroka --- drivers/mmc/core/mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c index 7fd7228..c7d9c9f 100644 ---

[PATCH] mmc: core: fix changing bus witdh in hs400es mode

2017-03-02 Thread Piotr Sroka
Fix the code to avoid changing bus width if HS400ES mode is selected. Signed-off-by: Piotr Sroka --- drivers/mmc/core/mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c index 7fd7228..c7d9c9f 100644 ---