RE: [PATCH v4 0/3] ARM: l2c: add l2c support for RZ/A1

2017-03-08 Thread Chris Brandt
On Wednesday, March 08, 2017, Russell King wrote: > > Was there something wrong with them that they would not go into 4.11? > > They were submitted way too late. > > * The merge window opened on Sunday, 19th February. > > * The patches were submitted on Thursday, 16th February just before 6pm >

Re: [PATCH v4 0/3] ARM: l2c: add l2c support for RZ/A1

2017-03-08 Thread Russell King - ARM Linux
On Wed, Mar 08, 2017 at 06:53:37PM +, Chris Brandt wrote: > On Thursday, February 16, 2017, Russell King wrote: > > On Thu, Feb 16, 2017 at 05:57:53PM +0100, Arnd Bergmann wrote: > > > On Thu, Feb 16, 2017 at 5:44 PM, Russell King - ARM Linux > > > wrote: > > > > On

RE: [PATCH v4 0/3] ARM: l2c: add l2c support for RZ/A1

2017-02-16 Thread Chris Brandt
On Thursday, February 16, 2017, Russell King wrote: > Chris, can you put all three in the patch system, preferably with Arnd's > ack for the last two please? Yes, I will do that now. Thank you. Chris

Re: [PATCH v4 0/3] ARM: l2c: add l2c support for RZ/A1

2017-02-16 Thread Russell King - ARM Linux
On Thu, Feb 16, 2017 at 05:57:53PM +0100, Arnd Bergmann wrote: > On Thu, Feb 16, 2017 at 5:44 PM, Russell King - ARM Linux > wrote: > > On Thu, Feb 16, 2017 at 11:17:39AM -0500, Chris Brandt wrote: > >> The PL310 in the Renesas RZ/A1 SoC (R7S72100) does not have the

Re: [PATCH v4 0/3] ARM: l2c: add l2c support for RZ/A1

2017-02-16 Thread Arnd Bergmann
On Thu, Feb 16, 2017 at 5:44 PM, Russell King - ARM Linux wrote: > On Thu, Feb 16, 2017 at 11:17:39AM -0500, Chris Brandt wrote: >> The PL310 in the Renesas RZ/A1 SoC (R7S72100) does not have the sideband >> signals connected between the CPU and L2C. According the PL310

Re: [PATCH v4 0/3] ARM: l2c: add l2c support for RZ/A1

2017-02-16 Thread Russell King - ARM Linux
On Thu, Feb 16, 2017 at 11:17:39AM -0500, Chris Brandt wrote: > The PL310 in the Renesas RZ/A1 SoC (R7S72100) does not have the sideband > signals connected between the CPU and L2C. According the PL310 TRM, > sideband signals are optional. > > If a PL310 is added to a system, but the sideband

[PATCH v4 0/3] ARM: l2c: add l2c support for RZ/A1

2017-02-16 Thread Chris Brandt
The PL310 in the Renesas RZ/A1 SoC (R7S72100) does not have the sideband signals connected between the CPU and L2C. According the PL310 TRM, sideband signals are optional. If a PL310 is added to a system, but the sideband signals are not connected, some Cortex A9 optimizations cannot be used. In