Re: [PATCH] fs_enet: convert to netdev_ops

2009-04-11 Thread David Miller
From: Subrata Modak Date: Thu, 09 Apr 2009 20:19:48 +0530 > On Thu, 2009-04-09 at 18:46 +0400, Alexander Beregalov wrote: >> Reported-by: Subrata Modak >> Signed-off-by: Alexander Beregalov > > Thanks. Adding Sachin in Cc: I've applied this patch. _

Re: [BUILD FAILURE 04] Next April 9 : PPC64 randconfig [drivers/net/ibm_newemac/core.c]

2009-04-11 Thread David Miller
From: Alexander Beregalov Date: Fri, 10 Apr 2009 05:56:14 +0400 > Subject: [PATCH] ibm_newemac: convert to netdev_ops > > > Reported-by: Subrata Modak > Signed-off-by: Alexander Beregalov Applied. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.o

Re: [PATCH 1/4 v2] mtd: physmap_of: Add multiple regions and concatenation support

2009-04-11 Thread Grant Likely
On Tue, Apr 7, 2009 at 2:39 AM, Stefan Roese wrote: > This patch adds support to handle multiple non-identical chips in one > flash device tree node. It also adds concat support to physmap_of. This > makes it possible to support e.g. the Intel P30 48F4400 chips which > internally consists of 2 non

Re: [PATCH 3/4 v2] mtd/powerpc: Remove unused "device-width" property

2009-04-11 Thread Grant Likely
On Tue, Apr 7, 2009 at 10:54 AM, Stefan Roese wrote: > On Tuesday 07 April 2009, Scott Wood wrote: >> Stefan Roese wrote: >> > This property is unused. It's not handled as all by the physmap_of >> > driver. So let's remove it from the documentation. >> > >> > Signed-off-by: Stefan Roese >> > CC:

Re: [PATCH 4/4 v2] mtd/powerpc: Describe multiple "reg" tuples usage

2009-04-11 Thread Grant Likely
On Tue, Apr 7, 2009 at 2:39 AM, Stefan Roese wrote: > Signed-off-by: Stefan Roese > CC: Grant Likely > --- >  Documentation/powerpc/dts-bindings/mtd-physmap.txt |   20 > +++- >  1 files changed, 19 insertions(+), 1 deletions(-) > > diff --git a/Documentation/powerpc/dts-bindings

Re: [PATCH 2/4 v2] mtd/powerpc: Factor out MTD physmap bindings into mtd-physmap.txt

2009-04-11 Thread Grant Likely
On Tue, Apr 7, 2009 at 2:39 AM, Stefan Roese wrote: > Signed-off-by: Stefan Roese Acked-by: Grant Likely But you should really have a commit message of some sort describing the reason for the change. g. > --- >  Documentation/powerpc/booting-without-of.txt       |   89 > +++-

Re: [PATCH] [V2] Xilinx : Framebuffer Driver: Add PLB support (non-DCR)

2009-04-11 Thread Grant Likely
What tree is this patch prepared against? The version in mainline already does PLB access, and doesn't support DCR at all. It appears that this driver is based on something that does the opposite. g. On Fri, Apr 10, 2009 at 3:17 PM, John Linn wrote: > From: Suneel > > Added support for the ne

Re: [PATCH] Powerpc: Xilinx: Intc: Fix level irqs which have duplicates

2009-04-11 Thread Grant Likely
I think this looks good. I'll need to pull it into my tree and try it out. g. On Fri, Apr 3, 2009 at 4:55 PM, John Linn wrote: > The interrupt controller was not handling level interrupts correctly > such that duplicate interrupts were happening. This fixes the problem > and adds edge type inte