Re: [PATCH v6 1/2] memory: add Atmel EBI (External Bus Interface) driver

2016-04-28 Thread Jean-Jacques Hiblot
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 assigned a CS line and an address range and can have its > own configuration (timings, a

Re: [PATCH v6 1/2] memory: add Atmel EBI (External Bus Interface) driver

2016-04-28 Thread Boris Brezillon
On Thu, 28 Apr 2016 10:47:24 +0200 Jean-Jacques Hiblot wrote: > > +static int at91_ebi_probe(struct platform_device *pdev) > > +{ > > + const struct of_device_id *match; > > + struct device_node *child; > > + struct at91_ebi *ebi; > > + struct clk *clk; > > + int ret

[PATCH v6 1/2] memory: add Atmel EBI (External Bus Interface) driver

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