Re: [PATCH] powerpc: Add cpu family documentation

2014-01-31 Thread Michael Ellerman
On Fri, 2014-01-31 at 07:32 -0600, Kumar Gala wrote: > On Jan 29, 2014, at 8:38 PM, Michael Ellerman wrote: > > +Freescale BookE > > +--- > > + > > + - Software loaded TLB. > > + - e6500 adds HW loaded indirect TLB entries. > > + - Mix of 32 & 64 bit > > + > > + e200 --- e500 --- e500

Re: [PATCH] powerpc: Add cpu family documentation

2014-01-31 Thread Michael Ellerman
On Thu, 2014-01-30 at 14:32 +1100, Stephen Rothwell wrote: > Hi Michael, > > Nice. > > On Thu, 30 Jan 2014 13:38:00 +1100 Michael Ellerman > wrote: > > > > +++ b/Documentation/powerpc/cpu_families.txt > > @@ -0,0 +1,76 @@ > > +CPU Families > > + > > + > > +This doco tries to summari

Re: [PATCH] powerpc: Add cpu family documentation

2014-01-31 Thread Kumar Gala
On Jan 29, 2014, at 8:38 PM, Michael Ellerman wrote: > This patch adds some documentation on the different cpu families > supported by arch/powerpc. > > Signed-off-by: Michael Ellerman > --- > Documentation/powerpc/cpu_families.txt | 76 ++ > 1 file changed, 76 i

Re: [PATCH] powerpc: Add cpu family documentation

2014-01-29 Thread Stephen Rothwell
Hi Michael, Nice. On Thu, 30 Jan 2014 13:38:00 +1100 Michael Ellerman wrote: > > +++ b/Documentation/powerpc/cpu_families.txt > @@ -0,0 +1,76 @@ > +CPU Families > + > + > +This doco tries to summarise some of the different cpu families that exist > and document > + |

[PATCH] powerpc: Add cpu family documentation

2014-01-29 Thread Michael Ellerman
This patch adds some documentation on the different cpu families supported by arch/powerpc. Signed-off-by: Michael Ellerman --- Documentation/powerpc/cpu_families.txt | 76 ++ 1 file changed, 76 insertions(+) create mode 100644 Documentation/powerpc/cpu_families.