Re: [RFC 4/4] [powerpc] Implement a p1010rdb clock source.

2011-08-06 Thread Kumar Gala
On Aug 6, 2011, at 3:50 PM, Robin Holt wrote: > On Sat, Aug 06, 2011 at 11:52:45AM -0500, Kumar Gala wrote: >> >> On Aug 6, 2011, at 8:58 AM, Marc Kleine-Budde wrote: >> >>> On 08/06/2011 06:05 AM, Robin Holt wrote: flexcan driver needs the clk_get, clk_get_rate, etc functions to work

Re: [RFC 4/4] [powerpc] Implement a p1010rdb clock source.

2011-08-06 Thread Robin Holt
On Sat, Aug 06, 2011 at 11:52:45AM -0500, Kumar Gala wrote: > > On Aug 6, 2011, at 8:58 AM, Marc Kleine-Budde wrote: > > > On 08/06/2011 06:05 AM, Robin Holt wrote: > >> flexcan driver needs the clk_get, clk_get_rate, etc functions > >> to work. This patch provides the minimum functionality. > >

Re: [RFC 4/4] [powerpc] Implement a p1010rdb clock source.

2011-08-06 Thread Kumar Gala
On Aug 6, 2011, at 8:58 AM, Marc Kleine-Budde wrote: > On 08/06/2011 06:05 AM, Robin Holt wrote: >> flexcan driver needs the clk_get, clk_get_rate, etc functions >> to work. This patch provides the minimum functionality. > > This patch has to go via the powerpc git tree. Added > linuxppc-dev@li

Re: [RFC 4/4] [powerpc] Implement a p1010rdb clock source.

2011-08-06 Thread Marc Kleine-Budde
On 08/06/2011 06:05 AM, Robin Holt wrote: > flexcan driver needs the clk_get, clk_get_rate, etc functions > to work. This patch provides the minimum functionality. This patch has to go via the powerpc git tree. Added linuxppc-dev@lists.ozlabs.org on CC. > Signed-off-by: Robin Holt > To: Marc Kl

Re: [Cbe-oss-dev] [PATCH 09/15] ps3: Limit the number of regions per storage device

2011-08-06 Thread Andre Heider
On Sat, Aug 6, 2011 at 2:28 PM, Andre Heider wrote: > On Mon, Aug 1, 2011 at 10:58 PM, Andre Heider wrote: >> On Mon, Aug 1, 2011 at 10:30 PM, Geert Uytterhoeven >> wrote: >>> On Mon, Aug 1, 2011 at 22:03, Andre Heider wrote: There can be only 8 regions, add a sanity check >>> >>> Why can

Re: [Cbe-oss-dev] [PATCH 07/15] ps3flash: Refuse to work in lpars other than OtherOS

2011-08-06 Thread Andre Heider
On Thu, Aug 4, 2011 at 9:27 PM, Geert Uytterhoeven wrote: > On Thu, Aug 4, 2011 at 18:40, Andre Heider wrote: >> On Thu, Aug 4, 2011 at 12:34 AM, Geoff Levand wrote: >>> On 08/01/2011 01:02 PM, Andre Heider wrote: --- a/drivers/char/ps3flash.c +++ b/drivers/char/ps3flash.c @@ -25,

Re: [Cbe-oss-dev] [PATCH 09/15] ps3: Limit the number of regions per storage device

2011-08-06 Thread Andre Heider
On Mon, Aug 1, 2011 at 10:58 PM, Andre Heider wrote: > On Mon, Aug 1, 2011 at 10:30 PM, Geert Uytterhoeven > wrote: >> On Mon, Aug 1, 2011 at 22:03, Andre Heider wrote: >>> There can be only 8 regions, add a sanity check >> >> Why can there be only 8 regions? > > I believe lv1 limits it to 8? I

Re: [PATCH 02/15] [PS3] Get lv1 high memory region from devtree

2011-08-06 Thread Andre Heider
On Thu, Aug 4, 2011 at 9:24 PM, Geoff Levand wrote: > Also, it needs to be considered that a lot of kernels are out > there will be confused if started with high mem already allocated. True, but is there anything we can do about that? Isn't is okay to tell users of first stage boot loaders utiliz