Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation

2016-04-28 Thread Jean-Jacques Hiblot
2016-04-28 10:49 GMT+02:00 Boris Brezillon : > Hi Jean-Jacques, > > On Thu, 28 Apr 2016 10:32:49 +0200 > Jean-Jacques Hiblot wrote: > >> Hi Boris, >> >> i haven't seen this code in a while :) I'm glad you're working on it >> >> 2016-04-27 16:35 GMT+02:00 Boris Brezillon >> : >> > The EBI (Externa

Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation

2016-04-28 Thread Boris Brezillon
On Thu, 28 Apr 2016 14:54:39 +0200 Jean-Jacques Hiblot wrote: > 2016-04-28 14:46 GMT+02:00 Boris Brezillon > : > > On Thu, 28 Apr 2016 14:18:25 +0200 > > Jean-Jacques Hiblot wrote: > >> >> > + > >> >> > +- atmel,ncs-rd-setup-ns > >> >> > +- atmel,nrd-setup-ns > >> >> > +- atmel,ncs-wr-setup-n

Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation

2016-04-28 Thread Jean-Jacques Hiblot
2016-04-28 14:46 GMT+02:00 Boris Brezillon : > On Thu, 28 Apr 2016 14:18:25 +0200 > Jean-Jacques Hiblot wrote: >> >> > + >> >> > +- atmel,ncs-rd-setup-ns >> >> > +- atmel,nrd-setup-ns >> >> > +- atmel,ncs-wr-setup-ns >> >> > +- atmel,nwe-setup-ns >> >> > +- atmel,ncs-rd-pulse-ns >> >> > +- atmel,n

Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation

2016-04-28 Thread Boris Brezillon
On Thu, 28 Apr 2016 14:18:25 +0200 Jean-Jacques Hiblot wrote: > >> > + > >> > +- atmel,ncs-rd-setup-ns > >> > +- atmel,nrd-setup-ns > >> > +- atmel,ncs-wr-setup-ns > >> > +- atmel,nwe-setup-ns > >> > +- atmel,ncs-rd-pulse-ns > >> > +- atmel,nrd-pulse-ns > >> > +- atmel,ncs-wr-pulse-ns > >> > +- at

Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation

2016-04-28 Thread Mark Rutland
Hi, On Thu, Apr 28, 2016 at 08:44:05AM +0200, Boris Brezillon wrote: > On Wed, 27 Apr 2016 16:07:38 +0100 > Mark Rutland wrote: > > On Wed, Apr 27, 2016 at 04:35:54PM +0200, Boris Brezillon wrote: > > > + ebi: ebi@1000 { > > > + compatible = "atmel,sama5d3-ebi", "simple-bus"; > > >

Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation

2016-04-28 Thread Jean-Jacques Hiblot
Hi Boris, i haven't seen this code in a while :) I'm glad you're working on it 2016-04-27 16:35 GMT+02:00 Boris Brezillon : > The EBI (External Bus Interface) is used to access external peripherals > (NOR, SRAM, NAND, and other specific devices like ethernet controllers). > Each device is assigne

Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation

2016-04-28 Thread Boris Brezillon
Hi Jean-Jacques, On Thu, 28 Apr 2016 10:32:49 +0200 Jean-Jacques Hiblot wrote: > Hi Boris, > > i haven't seen this code in a while :) I'm glad you're working on it > > 2016-04-27 16:35 GMT+02:00 Boris Brezillon > : > > The EBI (External Bus Interface) is used to access external peripherals >

Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation

2016-04-27 Thread Boris Brezillon
Hi Mark, On Wed, 27 Apr 2016 16:07:38 +0100 Mark Rutland wrote: > On Wed, Apr 27, 2016 at 04:35:54PM +0200, Boris Brezillon wrote: > > The EBI (External Bus Interface) is used to access external peripherals > > (NOR, SRAM, NAND, and other specific devices like ethernet controllers). > > Each dev

Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation

2016-04-27 Thread Boris Brezillon
Hi Mark, On Wed, 27 Apr 2016 16:07:38 +0100 Mark Rutland wrote: > On Wed, Apr 27, 2016 at 04:35:54PM +0200, Boris Brezillon wrote: > > The EBI (External Bus Interface) is used to access external peripherals > > (NOR, SRAM, NAND, and other specific devices like ethernet controllers). > > Each dev

Re: [PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation

2016-04-27 Thread Mark Rutland
On Wed, Apr 27, 2016 at 04:35:54PM +0200, Boris Brezillon wrote: > The EBI (External Bus Interface) is used to access external peripherals > (NOR, SRAM, NAND, and other specific devices like ethernet controllers). > Each device is assigned a CS line and an address range and can have its > own confi

[PATCH v6 2/2] memory: atmel-ebi: add DT bindings documentation

2016-04-27 Thread Boris Brezillon
The EBI (External Bus Interface) is used to access external peripherals (NOR, SRAM, NAND, and other specific devices like ethernet controllers). Each device is assigned a CS line and an address range and can have its own configuration (timings, access mode, bus width, ...). This driver provides a g