Re: [PATCH u-boot-marvell] mmc: mv_sdhci: call mmc_of_parse()

2021-02-08 Thread Stefan Roese
On 04.02.21 17:38, Marek Behún wrote: On Thu, 4 Feb 2021 07:18:23 +0900 Jaehoon Chung wrote: Commit da18c62b6e6a causes the regression. The Fixes tag, as I understand, should link to commit with which the regression first occured, so that if someone wanted to backport my patch to previous

Re: [PATCH u-boot-marvell] mmc: mv_sdhci: call mmc_of_parse()

2021-02-04 Thread Jaehoon Chung
Dear Marek, On 2/5/21 1:38 AM, Marek Behún wrote: > On Thu, 4 Feb 2021 07:18:23 +0900 > Jaehoon Chung wrote: > >>> Commit da18c62b6e6a causes the regression. The Fixes tag, as I >>> understand, should link to commit with which the regression first >>> occured, so that if someone wanted to

Re: [PATCH u-boot-marvell] mmc: mv_sdhci: call mmc_of_parse()

2021-02-04 Thread Marek Behún
On Thu, 4 Feb 2021 07:18:23 +0900 Jaehoon Chung wrote: > > Commit da18c62b6e6a causes the regression. The Fixes tag, as I > > understand, should link to commit with which the regression first > > occured, so that if someone wanted to backport my patch to previous > > version of U-Boot, they

Re: [PATCH u-boot-marvell] mmc: mv_sdhci: call mmc_of_parse()

2021-02-03 Thread Jaehoon Chung
On 2/3/21 10:41 PM, Marek Behun wrote: > On Wed, 3 Feb 2021 08:32:45 +0900 > Jaehoon Chung wrote: > >> On 2/3/21 2:37 AM, Marek Behún wrote: >>> This is needed to parse more capabilities such as `non-removable`. >>> >>> Commit da18c62b6e6a ("mmc: sdhci: Implement SDHCI card detect") caused >>> a

Re: [PATCH u-boot-marvell] mmc: mv_sdhci: call mmc_of_parse()

2021-02-03 Thread Marek Behun
On Wed, 3 Feb 2021 08:32:45 +0900 Jaehoon Chung wrote: > On 2/3/21 2:37 AM, Marek Behún wrote: > > This is needed to parse more capabilities such as `non-removable`. > > > > Commit da18c62b6e6a ("mmc: sdhci: Implement SDHCI card detect") caused > > a regression on Turris Omnia, because mv_sdhci

Re: [PATCH u-boot-marvell] mmc: mv_sdhci: call mmc_of_parse()

2021-02-02 Thread Jaehoon Chung
On 2/3/21 2:37 AM, Marek Behún wrote: > This is needed to parse more capabilities such as `non-removable`. > > Commit da18c62b6e6a ("mmc: sdhci: Implement SDHCI card detect") caused > a regression on Turris Omnia, because mv_sdhci driver did not fill out > host_caps from device-tree. > >

Re: [PATCH u-boot-marvell] mmc: mv_sdhci: call mmc_of_parse()

2021-02-02 Thread Marek Behún
> Hi Marek, > I posted a similar patch earlier today: > > Fixes: da18c62b6e6a ("mmc: sdhci: Implement SDHCI card detect") > My patch is missing this tag, though. > baruch OK, lets leave it on Stefan to decide which one to apply. Marek

Re: [PATCH u-boot-marvell] mmc: mv_sdhci: call mmc_of_parse()

2021-02-02 Thread Baruch Siach
Hi Marek, On Tue, Feb 02 2021, Marek Behún wrote: > This is needed to parse more capabilities such as `non-removable`. > > Commit da18c62b6e6a ("mmc: sdhci: Implement SDHCI card detect") caused > a regression on Turris Omnia, because mv_sdhci driver did not fill out > host_caps from device-tree.