[PATCH 07/12] mtd: gpmi: move to use generic DMA helper
Shawn Guo
shawn.guo at linaro.org
Thu Feb 28 20:14:04 EST 2013
On Thu, Feb 28, 2013 at 04:39:12PM +0800, Huang Shijie wrote:
> 于 2013年02月27日 23:25, Shawn Guo 写道:
> > +++ b/Documentation/devicetree/bindings/mtd/gpmi-nand.txt
> > @@ -7,10 +7,12 @@ Required properties:
> > - compatible : should be "fsl,<chip>-gpmi-nand"
> > - reg : should contain registers location and length for gpmi and bch.
> > - reg-names: Should contain the reg names "gpmi-nand" and "bch"
> > - - interrupts : The first is the DMA interrupt number for GPMI.
> > - The second is the BCH interrupt number.
> > - - interrupt-names : The interrupt names "gpmi-dma", "bch";
> > - - fsl,gpmi-dma-channel : Should contain the dma channel it uses.
> > + - interrupts : BCH interrupt number.
> > + - interrupt-names : Should be "bch".
> why split out the bch interrupt? It seems no use to do it.
>
The real change here is to remove gpmi-dma interrupt, since we have all
dma interrupts defined in dma controller node.
Shawn
More information about the linux-mtd
mailing list