Re: [PATCH V9 5/5] mmc: host: sdhci-pci: Add Genesys Logic GL975x support

2019-09-27 Thread Ulf Hansson
On Mon, 23 Sep 2019 at 23:39, Michael K. Johnson wrote: > > On Wed, Sep 18, 2019 at 02:07:51PM +0300, Adrian Hunter wrote: > > On 18/09/19 1:47 PM, Michael K. Johnson wrote: > > > I see that the first four patches made it into Linus's kernel > > > yesterday. Is there any chance of this final

Re: [PATCH V9 5/5] mmc: host: sdhci-pci: Add Genesys Logic GL975x support

2019-09-23 Thread Michael K. Johnson
On Wed, Sep 18, 2019 at 02:07:51PM +0300, Adrian Hunter wrote: > On 18/09/19 1:47 PM, Michael K. Johnson wrote: > > I see that the first four patches made it into Linus's kernel > > yesterday. Is there any chance of this final patch that actually > > enables the hardware making it into another

Re: [PATCH V9 5/5] mmc: host: sdhci-pci: Add Genesys Logic GL975x support

2019-09-18 Thread Ben Chuang
On Wed, Sep 18, 2019 at 7:09 PM Adrian Hunter wrote: > > On 18/09/19 1:47 PM, Michael K. Johnson wrote: > > I see that the first four patches made it into Linus's kernel > > yesterday. Is there any chance of this final patch that actually > > enables the hardware making it into another pull

Re: [PATCH V9 5/5] mmc: host: sdhci-pci: Add Genesys Logic GL975x support

2019-09-18 Thread Adrian Hunter
On 18/09/19 1:47 PM, Michael K. Johnson wrote: > I see that the first four patches made it into Linus's kernel > yesterday. Is there any chance of this final patch that actually > enables the hardware making it into another pull request still > intended for 5.4? Waiting on additional acked-by on

Re: [PATCH V9 5/5] mmc: host: sdhci-pci: Add Genesys Logic GL975x support

2019-09-18 Thread Michael K. Johnson
I see that the first four patches made it into Linus's kernel yesterday. Is there any chance of this final patch that actually enables the hardware making it into another pull request still intended for 5.4? Waiting on additional acked-by on Ben's work addressing all the review comments? Thanks.

[PATCH V9 5/5] mmc: host: sdhci-pci: Add Genesys Logic GL975x support

2019-09-11 Thread Ben Chuang
From: Ben Chuang Add support for the GL9750 and GL9755 chipsets. Enable v4 mode and wait 5ms after set 1.8V signal enable for GL9750/ GL9755. Fix the value of SDHCI_MAX_CURRENT register and use the vendor tuning flow for GL9750. Co-developed-by: Michael K Johnson Signed-off-by: Michael K