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
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
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
3 matches
Mail list logo