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
> > >
> >
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
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
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
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
--
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
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
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'
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
* 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
10 matches
Mail list logo