* [PATCH] dma: atmel-dma: correct typo in the device tree bindings documentation @ 2013-10-04 8:46 ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w [not found] ` <1380876411-706-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w @ 2013-10-04 8:46 UTC (permalink / raw) To: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Cc: nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w, vinod.koul-ral2JQCrhuEAvxtiuMwx3w, plagnioj-sclMFOaUSTBWk0Htik3J/w, Ludovic Desroches From: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> The value to set ASAP mode for FIFO configuration is 2 instead of 1. Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> --- Documentation/devicetree/bindings/dma/atmel-dma.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/dma/atmel-dma.txt b/Documentation/devicetree/bindings/dma/atmel-dma.txt index c280a0e..434f74e 100644 --- a/Documentation/devicetree/bindings/dma/atmel-dma.txt +++ b/Documentation/devicetree/bindings/dma/atmel-dma.txt @@ -28,7 +28,7 @@ The three cells in order are: dependant: - bit 7-0: peripheral identifier for the hardware handshaking interface. The identifier can be different for tx and rx. - - bit 11-8: FIFO configuration. 0 for half FIFO, 1 for ALAP, 1 for ASAP. + - bit 11-8: FIFO configuration. 0 for half FIFO, 1 for ALAP, 2 for ASAP. Example: -- 1.7.11.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1380876411-706-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] dma: atmel-dma: correct typo in the device tree bindings documentation [not found] ` <1380876411-706-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> @ 2013-10-04 8:50 ` Nicolas Ferre [not found] ` <524E8169.6010801-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> 2013-10-20 13:18 ` Vinod Koul 1 sibling, 1 reply; 4+ messages in thread From: Nicolas Ferre @ 2013-10-04 8:50 UTC (permalink / raw) To: ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, vinod.koul-ral2JQCrhuEAvxtiuMwx3w Cc: plagnioj-sclMFOaUSTBWk0Htik3J/w On 04/10/2013 10:46, ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org : > From: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> > > The value to set ASAP mode for FIFO configuration is 2 instead of 1. > > Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> Yes, sure: thanks for having corrected it! Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> > --- > Documentation/devicetree/bindings/dma/atmel-dma.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/dma/atmel-dma.txt b/Documentation/devicetree/bindings/dma/atmel-dma.txt > index c280a0e..434f74e 100644 > --- a/Documentation/devicetree/bindings/dma/atmel-dma.txt > +++ b/Documentation/devicetree/bindings/dma/atmel-dma.txt > @@ -28,7 +28,7 @@ The three cells in order are: > dependant: > - bit 7-0: peripheral identifier for the hardware handshaking interface. The > identifier can be different for tx and rx. > - - bit 11-8: FIFO configuration. 0 for half FIFO, 1 for ALAP, 1 for ASAP. > + - bit 11-8: FIFO configuration. 0 for half FIFO, 1 for ALAP, 2 for ASAP. > > Example: > > -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <524E8169.6010801-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] dma: atmel-dma: correct typo in the device tree bindings documentation [not found] ` <524E8169.6010801-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> @ 2013-10-18 14:42 ` Nicolas Ferre 0 siblings, 0 replies; 4+ messages in thread From: Nicolas Ferre @ 2013-10-18 14:42 UTC (permalink / raw) To: devicetree-u79uwXL29TY76Z2rM5mHXA, vinod.koul-ral2JQCrhuEAvxtiuMwx3w Cc: Nicolas Ferre, ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, plagnioj-sclMFOaUSTBWk0Htik3J/w On 04/10/2013 10:50, Nicolas Ferre : > On 04/10/2013 10:46, ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org : >> From: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> >> >> The value to set ASAP mode for FIFO configuration is 2 instead of 1. >> >> Signed-off-by: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> > > Yes, sure: thanks for having corrected it! > > Acked-by: Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> Vinod, ping? > >> --- >> Documentation/devicetree/bindings/dma/atmel-dma.txt | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/Documentation/devicetree/bindings/dma/atmel-dma.txt b/Documentation/devicetree/bindings/dma/atmel-dma.txt >> index c280a0e..434f74e 100644 >> --- a/Documentation/devicetree/bindings/dma/atmel-dma.txt >> +++ b/Documentation/devicetree/bindings/dma/atmel-dma.txt >> @@ -28,7 +28,7 @@ The three cells in order are: >> dependant: >> - bit 7-0: peripheral identifier for the hardware handshaking interface. The >> identifier can be different for tx and rx. >> - - bit 11-8: FIFO configuration. 0 for half FIFO, 1 for ALAP, 1 for ASAP. >> + - bit 11-8: FIFO configuration. 0 for half FIFO, 1 for ALAP, 2 for ASAP. >> >> Example: >> >> > > -- Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dma: atmel-dma: correct typo in the device tree bindings documentation [not found] ` <1380876411-706-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> 2013-10-04 8:50 ` Nicolas Ferre @ 2013-10-20 13:18 ` Vinod Koul 1 sibling, 0 replies; 4+ messages in thread From: Vinod Koul @ 2013-10-20 13:18 UTC (permalink / raw) To: ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w, plagnioj-sclMFOaUSTBWk0Htik3J/w On Fri, Oct 04, 2013 at 10:46:51AM +0200, ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org wrote: > From: Ludovic Desroches <ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> > > The value to set ASAP mode for FIFO configuration is 2 instead of 1. Applied, thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-10-20 13:18 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-10-04 8:46 [PATCH] dma: atmel-dma: correct typo in the device tree bindings documentation ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w [not found] ` <1380876411-706-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> 2013-10-04 8:50 ` Nicolas Ferre [not found] ` <524E8169.6010801-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> 2013-10-18 14:42 ` Nicolas Ferre 2013-10-20 13:18 ` Vinod Koul
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).