Re: [PATCH] clean up of netif_rx_reschedule() changes in drivers

2008-12-29 Thread David Miller
From: Neil Horman Date: Mon, 29 Dec 2008 10:37:57 -0500 > On Mon, Dec 29, 2008 at 09:41:44PM +1100, Stephen Rothwell wrote: > > Hi Kamalesh, > > > > On Mon, 29 Dec 2008 15:55:29 +0530 Kamalesh Babulal > > wrote: > > > greping through the sources for the changes missed out, we have > > > > >

Re: 2.6.28-rc9 panics with crashkernel=256M while booting

2008-12-29 Thread Dave Hansen
On Fri, 2008-12-26 at 11:59 +1100, Paul Mackerras wrote: > > > diff -puN > > arch/powerpc/mm/numa.c~2628-rc9-panics-with-crashkernel=256m-while-booting > > arch/powerpc/mm/numa.c > > --- > > a/arch/powerpc/mm/numa.c~2628-rc9-panics-with-crashkernel=256m-while-booting > > +++ a/arch/powerpc/mm/n

[PATCH v2 3/4] powerpc/fsl_pci: Add MPC83xx PCI-E controller RC mode support

2008-12-29 Thread Anton Vorontsov
This patch adds support for PCI-Express controllers as found on the newer MPC83xx chips. The work is loosely based on the Tony Li's patch[1], but unlike the original patch, this patch implements sliding window for the Type 1 transactions using outbound window translations, so we don't have to iore

Re: [PATCH 3/4] powerpc/fsl_pci: Add MPC83xx PCI-E controller RC mode support

2008-12-29 Thread Kumar Gala
On Dec 29, 2008, at 10:40 AM, Anton Vorontsov wrote: This patch adds support for PCI-Express controllers as found on the newer MPC83xx chips. The work is losely based on the Tony Li's patch[1], but unlike the original patch, this patch implements sliding window for the Type 1 configuration tra

[PATCH 2/4] powerpc/32: Make clear_fixmap actually work

2008-12-29 Thread Anton Vorontsov
The clear_fixmap() routine issues map_page() with flags set to 0. Currently this causes a BUG_ON() inside the map_page(), as it assumes that a PTE should be clear before mapping. This patch makes the map_page() to trigger the BUG_ON() only if the flags were set. Signed-off-by: Anton Vorontsov --

[PATCH 4/4] powerpc/83xx: Add PCI-E support for all MPC83xx boards with PCI-E

2008-12-29 Thread Anton Vorontsov
This patch adds pcie nodes to the appropriate dts files, plus adds some probing code for the boards. Note that the nodes are disabled by default (via status property), since old (community) U-Boots don't configure PCI-E controllers. Also, remove of_device_is_avaliable() check from the mpc837x_mds

[PATCH 3/4] powerpc/fsl_pci: Add MPC83xx PCI-E controller RC mode support

2008-12-29 Thread Anton Vorontsov
This patch adds support for PCI-Express controllers as found on the newer MPC83xx chips. The work is losely based on the Tony Li's patch[1], but unlike the original patch, this patch implements sliding window for the Type 1 configuration transactions, so we don't have to ioremap the whole PCI-E co

[PATCH 1/4] powerpc/fsl_pci: Fix sparse warnings

2008-12-29 Thread Anton Vorontsov
This patch fixes following sparse warnings: CHECK fsl_pci.c fsl_pci.c:32:13: warning: symbol 'setup_pci_atmu' was not declared. Should it be static? fsl_pci.c:89:13: warning: symbol 'setup_pci_cmd' was not declared. Should it be static? fsl_pci.c:133:12: warning: symbol 'fsl_pcie_check_link'

Re: [PATCH] clean up of netif_rx_reschedule() changes in drivers

2008-12-29 Thread Stephen Rothwell
Hi Kamalesh, On Mon, 29 Dec 2008 15:55:29 +0530 Kamalesh Babulal wrote: > > I hit similar build failure due to the change in the netif_rx_reschedule() > > drivers/net/ehea/ehea_main.c: In function 'ehea_poll': > drivers/net/ehea/ehea_main.c:844: warning: passing argument 1 of > 'netif_rx_resch

[PATCH] clean up of netif_rx_reschedule() changes in drivers

2008-12-29 Thread Kamalesh Babulal
* Stephen Rothwell [2008-12-29 11:00:41]: > Hi Dave, Neil, > > Today's linux-next build (powerpc ppc64_defconfig) failed like this: > > drivers/net/ibmveth.c: In function 'ibmveth_poll': > drivers/net/ibmveth.c:1034: warning: passing argument 1 of > 'netif_rx_reschedule' from incompatible poin