Re: [PATCH 2/11] memory: tegra: add mc flush support

2015-01-07 Thread Thierry Reding
On Wed, Jan 07, 2015 at 12:08:05PM +0200, Peter De Schrijver wrote: > On Tue, Jan 06, 2015 at 03:18:22PM +0100, Thierry Reding wrote: > > * PGP Signed by an unknown key > > > > On Tue, Dec 23, 2014 at 06:39:55PM +0800, Vince Hsu wrote: > > > The flush operation of memory clients is needed for vari

Re: [PATCH 2/11] memory: tegra: add mc flush support

2015-01-07 Thread Peter De Schrijver
On Tue, Jan 06, 2015 at 03:18:22PM +0100, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Tue, Dec 23, 2014 at 06:39:55PM +0800, Vince Hsu wrote: > > The flush operation of memory clients is needed for various IP blocks in > > the Tegra SoCs to perform a clean reset. > > > > Signed-

Re: [PATCH 2/11] memory: tegra: add mc flush support

2015-01-06 Thread Thierry Reding
On Tue, Dec 23, 2014 at 06:39:55PM +0800, Vince Hsu wrote: > The flush operation of memory clients is needed for various IP blocks in > the Tegra SoCs to perform a clean reset. > > Signed-off-by: Vince Hsu > --- > drivers/memory/tegra/mc.c | 21 + > include/soc/tegra/mc.h

[PATCH 2/11] memory: tegra: add mc flush support

2014-12-23 Thread Vince Hsu
The flush operation of memory clients is needed for various IP blocks in the Tegra SoCs to perform a clean reset. Signed-off-by: Vince Hsu --- drivers/memory/tegra/mc.c | 21 + include/soc/tegra/mc.h| 23 ++- 2 files changed, 43 insertions(+), 1 deleti