Re: [U-Boot] [PATCHv5 0/6] dm: cache: add dm cache driver

2019-04-24 Thread Tom Rini
On Wed, Apr 24, 2019 at 06:50:30PM -0500, Dinh Nguyen wrote: > > > On 4/24/19 7:58 AM, Tom Rini wrote: > > On Wed, Apr 24, 2019 at 07:32:14AM -0500, Dinh Nguyen wrote: > >> > >> > >> On 4/23/19 5:02 PM, Tom Rini wrote: > >>> On Tue, Apr 23, 2019 at 04:55:00PM -0500, Dinh Nguyen wrote: > Hi,

Re: [U-Boot] [PATCHv5 0/6] dm: cache: add dm cache driver

2019-04-24 Thread Dinh Nguyen
On 4/24/19 7:58 AM, Tom Rini wrote: > On Wed, Apr 24, 2019 at 07:32:14AM -0500, Dinh Nguyen wrote: >> >> >> On 4/23/19 5:02 PM, Tom Rini wrote: >>> On Tue, Apr 23, 2019 at 04:55:00PM -0500, Dinh Nguyen wrote: Hi, This is V4 of the series to add a UCLASS_CACHE dm driver to handling

Re: [U-Boot] [PATCHv5 0/6] dm: cache: add dm cache driver

2019-04-24 Thread Tom Rini
On Wed, Apr 24, 2019 at 07:32:14AM -0500, Dinh Nguyen wrote: > > > On 4/23/19 5:02 PM, Tom Rini wrote: > > On Tue, Apr 23, 2019 at 04:55:00PM -0500, Dinh Nguyen wrote: > >> Hi, > >> > >> This is V4 of the series to add a UCLASS_CACHE dm driver to handling > >> the configuration of cache settings.

Re: [U-Boot] [PATCHv5 0/6] dm: cache: add dm cache driver

2019-04-24 Thread Dinh Nguyen
On 4/23/19 5:02 PM, Tom Rini wrote: > On Tue, Apr 23, 2019 at 04:55:00PM -0500, Dinh Nguyen wrote: >> Hi, >> >> This is V4 of the series to add a UCLASS_CACHE dm driver to handling >> the configuration of cache settings. Place this new driver under >> /drivers/cache. In this initial revision, the

Re: [U-Boot] [PATCHv5 0/6] dm: cache: add dm cache driver

2019-04-23 Thread Tom Rini
On Tue, Apr 23, 2019 at 04:55:00PM -0500, Dinh Nguyen wrote: > Hi, > > This is V4 of the series to add a UCLASS_CACHE dm driver to handling > the configuration of cache settings. Place this new driver under > /drivers/cache. In this initial revision, the driver is only configuring > what I think a

[U-Boot] [PATCHv5 0/6] dm: cache: add dm cache driver

2019-04-23 Thread Dinh Nguyen
Hi, This is V4 of the series to add a UCLASS_CACHE dm driver to handling the configuration of cache settings. Place this new driver under /drivers/cache. In this initial revision, the driver is only configuring what I think are essential cache settings. The more comprehensive cache settings can be