Re: [U-Boot] [PATCH v2 11/56] spl: dm: Kconfig: split CLK support for SPL and TPL

2017-07-27 Thread Simon Glass
On 26 July 2017 at 04:40, Philipp Tomsich wrote: > Introduce TPL_CLK to allow finer-grained selection of TPL features > for feature-rich (i.e. DM-based) TPL stages. > > Signed-off-by: Philipp Tomsich > --- > > Changes in v2: None > > drivers/clk/Kconfig | 10 ++ > drivers/clk/Makefile |

Re: [U-Boot] [PATCH v2 11/56] spl: dm: Kconfig: split CLK support for SPL and TPL

2017-07-26 Thread Tom Rini
On Wed, Jul 26, 2017 at 12:40:15PM +0200, Philipp Tomsich wrote: > Introduce TPL_CLK to allow finer-grained selection of TPL features > for feature-rich (i.e. DM-based) TPL stages. > > Signed-off-by: Philipp Tomsich Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH v2 11/56] spl: dm: Kconfig: split CLK support for SPL and TPL

2017-07-26 Thread Philipp Tomsich
Introduce TPL_CLK to allow finer-grained selection of TPL features for feature-rich (i.e. DM-based) TPL stages. Signed-off-by: Philipp Tomsich --- Changes in v2: None drivers/clk/Kconfig | 10 ++ drivers/clk/Makefile | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --gi