Re: [PATCH 03/14] mmc: meson-gx: clean up some constants

2017-08-21 Thread Jerome Brunet
On Mon, 2017-08-07 at 14:06 -0700, Kevin Hilman wrote: > Jerome Brunet writes: > > > Remove useless clock rate defines. These should not be defined but > > To be more precise, they're also unused, so maybe s/useless/unused/ ? > > > equested from the clock framework. > >

Re: [PATCH 03/14] mmc: meson-gx: clean up some constants

2017-08-21 Thread Jerome Brunet
On Mon, 2017-08-07 at 14:06 -0700, Kevin Hilman wrote: > Jerome Brunet writes: > > > Remove useless clock rate defines. These should not be defined but > > To be more precise, they're also unused, so maybe s/useless/unused/ ? > > > equested from the clock framework. > > s/equested/requested/

Re: [PATCH 03/14] mmc: meson-gx: clean up some constants

2017-08-07 Thread Kevin Hilman
Jerome Brunet writes: > Remove useless clock rate defines. These should not be defined but To be more precise, they're also unused, so maybe s/useless/unused/ ? > equested from the clock framework. s/equested/requested/ > Also correct typo on the DELAY register > >

Re: [PATCH 03/14] mmc: meson-gx: clean up some constants

2017-08-07 Thread Kevin Hilman
Jerome Brunet writes: > Remove useless clock rate defines. These should not be defined but To be more precise, they're also unused, so maybe s/useless/unused/ ? > equested from the clock framework. s/equested/requested/ > Also correct typo on the DELAY register > > Signed-off-by: Jerome

[PATCH 03/14] mmc: meson-gx: clean up some constants

2017-08-04 Thread Jerome Brunet
Remove useless clock rate defines. These should not be defined but equested from the clock framework. Also correct typo on the DELAY register Signed-off-by: Jerome Brunet --- drivers/mmc/host/meson-gx-mmc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff

[PATCH 03/14] mmc: meson-gx: clean up some constants

2017-08-04 Thread Jerome Brunet
Remove useless clock rate defines. These should not be defined but equested from the clock framework. Also correct typo on the DELAY register Signed-off-by: Jerome Brunet --- drivers/mmc/host/meson-gx-mmc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git