Re: [PATCH v6 4/4] mmc: mediatek: Add subsys clock control for MT8192 msdc

2020-10-14 Thread Nicolas Boichat
On Wed, Oct 14, 2020 at 10:29 AM Wenbin Mei wrote: > > On Tue, 2020-10-13 at 17:10 +0200, Matthias Brugger wrote: > > > > On 12/10/2020 14:45, Wenbin Mei wrote: > > > MT8192 msdc is an independent sub system, we need control more bus > > > clocks for it. > > > Add support for the additional

Re: [PATCH v6 4/4] mmc: mediatek: Add subsys clock control for MT8192 msdc

2020-10-14 Thread Nicolas Boichat
On Wed, Oct 14, 2020 at 3:44 PM Matthias Brugger wrote: > > > > On 14/10/2020 05:06, Nicolas Boichat wrote: > > On Wed, Oct 14, 2020 at 10:29 AM Wenbin Mei wrote: > >> > >> On Tue, 2020-10-13 at 17:10 +0200, Matthias Brugger wrote: > >>> > >>> On 12/10/2020 14:45, Wenbin Mei wrote: > MT8192

Re: [PATCH v6 4/4] mmc: mediatek: Add subsys clock control for MT8192 msdc

2020-10-14 Thread Matthias Brugger
On 14/10/2020 05:06, Nicolas Boichat wrote: On Wed, Oct 14, 2020 at 10:29 AM Wenbin Mei wrote: On Tue, 2020-10-13 at 17:10 +0200, Matthias Brugger wrote: On 12/10/2020 14:45, Wenbin Mei wrote: MT8192 msdc is an independent sub system, we need control more bus clocks for it. Add support

Re: [PATCH v6 4/4] mmc: mediatek: Add subsys clock control for MT8192 msdc

2020-10-13 Thread Wenbin Mei
On Tue, 2020-10-13 at 17:10 +0200, Matthias Brugger wrote: > > On 12/10/2020 14:45, Wenbin Mei wrote: > > MT8192 msdc is an independent sub system, we need control more bus > > clocks for it. > > Add support for the additional subsys clocks to allow it to be > > configured appropriately. > > > >

Re: [PATCH v6 4/4] mmc: mediatek: Add subsys clock control for MT8192 msdc

2020-10-13 Thread Matthias Brugger
On 12/10/2020 14:45, Wenbin Mei wrote: MT8192 msdc is an independent sub system, we need control more bus clocks for it. Add support for the additional subsys clocks to allow it to be configured appropriately. Signed-off-by: Wenbin Mei --- drivers/mmc/host/mtk-sd.c | 74

Re: [PATCH v6 4/4] mmc: mediatek: Add subsys clock control for MT8192 msdc

2020-10-13 Thread Nicolas Boichat
On Mon, Oct 12, 2020 at 8:46 PM Wenbin Mei wrote: > > MT8192 msdc is an independent sub system, we need control more bus > clocks for it. > Add support for the additional subsys clocks to allow it to be > configured appropriately. > Looks ok now, but I'd still like to see 1 or 2 follow-up

[PATCH v6 4/4] mmc: mediatek: Add subsys clock control for MT8192 msdc

2020-10-12 Thread Wenbin Mei
MT8192 msdc is an independent sub system, we need control more bus clocks for it. Add support for the additional subsys clocks to allow it to be configured appropriately. Signed-off-by: Wenbin Mei --- drivers/mmc/host/mtk-sd.c | 74 +-- 1 file changed, 56