Re: [U-Boot] [PATCH 06/10] spi: sun4i: Add CLK support

2019-02-13 Thread Jagan Teki
On Wed, Feb 13, 2019 at 6:51 AM André Przywara wrote: > > On 09/02/2019 13:14, Jagan Teki wrote: > > Add CLK support to enable AHB and MOD SPI clocks on sun4i_spi driver. > > > > Note, that the code will enable and disable clock in claim and release > > calls to make proper clock and reset

Re: [U-Boot] [PATCH 06/10] spi: sun4i: Add CLK support

2019-02-12 Thread André Przywara
On 09/02/2019 13:14, Jagan Teki wrote: > Add CLK support to enable AHB and MOD SPI clocks on sun4i_spi driver. > > Note, that the code will enable and disable clock in claim and release > calls to make proper clock and reset handling between claiming and > releasing SPI bus. > > Signed-off-by:

[U-Boot] [PATCH 06/10] spi: sun4i: Add CLK support

2019-02-09 Thread Jagan Teki
Add CLK support to enable AHB and MOD SPI clocks on sun4i_spi driver. Note, that the code will enable and disable clock in claim and release calls to make proper clock and reset handling between claiming and releasing SPI bus. Signed-off-by: Jagan Teki --- drivers/spi/sun4i_spi.c | 56