Commits added to powerpc.git next and master branches

2008-12-20 Thread Paul Mackerras
Anton Vorontsov (3): of: Minor simplification for the of_parse_phandles_with_args() of: of_parse_phandles_with_args() learns to differentiate 'hole' cells of/gpio: Implement of_gpio_count() Benjamin Herrenschmidt (10): powerpc/4xx: Extended DCR support v2 powerpc/mm:

Re: [PATCH 2/6] ucc_geth: Fix TX watchdog timeout handling

2008-12-20 Thread Anton Vorontsov
On Sat, Dec 20, 2008 at 09:19:23PM -0600, Timur Tabi wrote: > On Thu, Dec 18, 2008 at 12:23 PM, Anton Vorontsov > wrote: > > +static int ucc_geth_close(struct net_device *dev); > > +static int ucc_geth_open(struct net_device *dev); > > I would prefer that you reorder the functions to eliminate th

Re: [PATCH 3/7] powerpc/32: Setup OF properties for kdump

2008-12-20 Thread Anton Vorontsov
On Sun, Dec 21, 2008 at 12:44:21PM +1100, Paul Mackerras wrote: > Anton Vorontsov writes: > > > From: Dale Farnsworth > > > > Refactor the setting of kexec OF properties, moving the common code > > from machine_kexec_64.c to machine_kexec.c where it can be used on > > both ppc64 and ppc32. This

Re: [PATCH] powerpc: Update 8641hpcn dts file to match latest u-boot

2008-12-20 Thread Timur Tabi
On Fri, Dec 19, 2008 at 4:05 PM, Becky Bruce wrote: > --- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts > +++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts > @@ -26,7 +26,7 @@ >serial1 = &serial1; >pci0 = &pci0; >pci1 = &pci1; > - rapidio0 = &rap

Re: [PATCH 6/6] ucc_geth: Remove UGETH_FILTERING dead code

2008-12-20 Thread Timur Tabi
On Thu, Dec 18, 2008 at 12:23 PM, Anton Vorontsov wrote: > The code appears to be dead: nobody call these functions, plus build > breaks when UGETH_FILTERING is enabled: I general, I agree with patches like this, but I'd like to hear from Leo first why this code was written in the first place bef

Re: [PATCH 2/6] ucc_geth: Fix TX watchdog timeout handling

2008-12-20 Thread Timur Tabi
On Thu, Dec 18, 2008 at 12:23 PM, Anton Vorontsov wrote: > +static int ucc_geth_close(struct net_device *dev); > +static int ucc_geth_open(struct net_device *dev); I would prefer that you reorder the functions to eliminate the need for forward references. -- Timur Tabi Linux kernel developer at

Re: [PATCH 3/7] powerpc/32: Setup OF properties for kdump

2008-12-20 Thread Paul Mackerras
Anton Vorontsov writes: > From: Dale Farnsworth > > Refactor the setting of kexec OF properties, moving the common code > from machine_kexec_64.c to machine_kexec.c where it can be used on > both ppc64 and ppc32. This will be needed for kdump to work on ppc32 > platforms. > > Signed-off-by: Da

Re: [PATCH] powerpc 44x: support for 256KB PAGE_SIZE

2008-12-20 Thread Milton Miller
On Dec 19, 2008, at 12:39 AM, Yuri Tikhonov wrote: This patch adds support for 256KB pages on ppc44x-based boards. Hi. A couple of small comments. diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index cd8ff7c..348702c 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @