Re: [PATCH v3 1/3] ARM: uniphier: add outer cache support

2015-09-26 Thread Masahiro Yamada
2015-09-22 14:27 GMT+09:00 Masahiro Yamada : > Hi Russell, > > > 2015-09-22 4:38 GMT+09:00 Russell King - ARM Linux : >> On Fri, Sep 18, 2015 at 01:37:32PM +0900, Masahiro Yamada wrote: >>> +/** >>> + * __uniphier_cache_maint_common - run a queue operation for a particular >>> level >>> + * >>> +

Re: [PATCH v3 1/3] ARM: uniphier: add outer cache support

2015-09-26 Thread Masahiro Yamada
2015-09-22 14:27 GMT+09:00 Masahiro Yamada : > Hi Russell, > > > 2015-09-22 4:38 GMT+09:00 Russell King - ARM Linux : >> On Fri, Sep 18, 2015 at 01:37:32PM +0900, Masahiro Yamada wrote: >>> +/** >>> + * __uniphier_cache_maint_common - run a

Re: [PATCH v3 1/3] ARM: uniphier: add outer cache support

2015-09-21 Thread Masahiro Yamada
Hi Russell, 2015-09-22 4:38 GMT+09:00 Russell King - ARM Linux : > On Fri, Sep 18, 2015 at 01:37:32PM +0900, Masahiro Yamada wrote: >> +/** >> + * __uniphier_cache_maint_common - run a queue operation for a particular >> level >> + * >> + * @data: cache controller specific data >> + * @start:

Re: [PATCH v3 1/3] ARM: uniphier: add outer cache support

2015-09-21 Thread Russell King - ARM Linux
On Fri, Sep 18, 2015 at 01:37:32PM +0900, Masahiro Yamada wrote: > +/** > + * __uniphier_cache_maint_common - run a queue operation for a particular > level > + * > + * @data: cache controller specific data > + * @start: start address of range operation (don't care for "all" operation) > + *

Re: [PATCH v3 1/3] ARM: uniphier: add outer cache support

2015-09-21 Thread Rob Herring
On 09/17/2015 11:37 PM, Masahiro Yamada wrote: > This commit adds support for UniPhier outer cache controller. > All the UniPhier SoCs are equipped with the L2 cache, while the L3 > cache is currently only integrated on PH1-Pro5 SoC. > > Signed-off-by: Masahiro Yamada > --- > >

Re: [PATCH v3 1/3] ARM: uniphier: add outer cache support

2015-09-21 Thread Masahiro Yamada
Hi Russell, 2015-09-22 4:38 GMT+09:00 Russell King - ARM Linux : > On Fri, Sep 18, 2015 at 01:37:32PM +0900, Masahiro Yamada wrote: >> +/** >> + * __uniphier_cache_maint_common - run a queue operation for a particular >> level >> + * >> + * @data: cache controller

Re: [PATCH v3 1/3] ARM: uniphier: add outer cache support

2015-09-21 Thread Russell King - ARM Linux
On Fri, Sep 18, 2015 at 01:37:32PM +0900, Masahiro Yamada wrote: > +/** > + * __uniphier_cache_maint_common - run a queue operation for a particular > level > + * > + * @data: cache controller specific data > + * @start: start address of range operation (don't care for "all" operation) > + *

Re: [PATCH v3 1/3] ARM: uniphier: add outer cache support

2015-09-21 Thread Rob Herring
On 09/17/2015 11:37 PM, Masahiro Yamada wrote: > This commit adds support for UniPhier outer cache controller. > All the UniPhier SoCs are equipped with the L2 cache, while the L3 > cache is currently only integrated on PH1-Pro5 SoC. > > Signed-off-by: Masahiro Yamada

[PATCH v3 1/3] ARM: uniphier: add outer cache support

2015-09-17 Thread Masahiro Yamada
This commit adds support for UniPhier outer cache controller. All the UniPhier SoCs are equipped with the L2 cache, while the L3 cache is currently only integrated on PH1-Pro5 SoC. Signed-off-by: Masahiro Yamada --- .../bindings/arm/uniphier/cache-uniphier.txt | 48 ++ MAINTAINERS

[PATCH v3 1/3] ARM: uniphier: add outer cache support

2015-09-17 Thread Masahiro Yamada
This commit adds support for UniPhier outer cache controller. All the UniPhier SoCs are equipped with the L2 cache, while the L3 cache is currently only integrated on PH1-Pro5 SoC. Signed-off-by: Masahiro Yamada --- .../bindings/arm/uniphier/cache-uniphier.txt