Re: sama5d: using the ebi interface from another driver

2018-11-07 Thread Jean-Michel Hautbois
Hi there ! Le mar. 6 nov. 2018 à 10:57, Alexander Dahl a écrit : > > Hei hei, > > Am Freitag, 2. November 2018, 14:35:26 CET schrieb Jean-Michel Hautbois: > > Then, after looking into deeper details in the datasheet I understand > > it is connected through EBI and it sounds not so easy :D. > >

Re: sama5d: using the ebi interface from another driver

2018-11-07 Thread Jean-Michel Hautbois
Hi there ! Le mar. 6 nov. 2018 à 10:57, Alexander Dahl a écrit : > > Hei hei, > > Am Freitag, 2. November 2018, 14:35:26 CET schrieb Jean-Michel Hautbois: > > Then, after looking into deeper details in the datasheet I understand > > it is connected through EBI and it sounds not so easy :D. > >

Re: sama5d: using the ebi interface from another driver

2018-11-06 Thread Alexander Dahl
Hei hei, Am Freitag, 2. November 2018, 14:35:26 CET schrieb Jean-Michel Hautbois: > Then, after looking into deeper details in the datasheet I understand > it is connected through EBI and it sounds not so easy :D. Did you read docs on that? You'll find the binding docs here:

Re: sama5d: using the ebi interface from another driver

2018-11-06 Thread Alexander Dahl
Hei hei, Am Freitag, 2. November 2018, 14:35:26 CET schrieb Jean-Michel Hautbois: > Then, after looking into deeper details in the datasheet I understand > it is connected through EBI and it sounds not so easy :D. Did you read docs on that? You'll find the binding docs here:

Re: sama5d: using the ebi interface from another driver

2018-11-05 Thread Ludovic Desroches
Hi Jean-Michel, On Fri, Nov 02, 2018 at 02:35:26PM +0100, Jean-Michel Hautbois wrote: > Hi all, > > I have a custom board based on a sama5d3 chip. The SoC is connected to > 2 pef24628 SHDSL transceivers, the first one on ebi@4000 and the > second one on ebi@5000. > I tried to write a

Re: sama5d: using the ebi interface from another driver

2018-11-05 Thread Ludovic Desroches
Hi Jean-Michel, On Fri, Nov 02, 2018 at 02:35:26PM +0100, Jean-Michel Hautbois wrote: > Hi all, > > I have a custom board based on a sama5d3 chip. The SoC is connected to > 2 pef24628 SHDSL transceivers, the first one on ebi@4000 and the > second one on ebi@5000. > I tried to write a

sama5d: using the ebi interface from another driver

2018-11-02 Thread Jean-Michel Hautbois
Hi all, I have a custom board based on a sama5d3 chip. The SoC is connected to 2 pef24628 SHDSL transceivers, the first one on ebi@4000 and the second one on ebi@5000. I tried to write a basic char driver, using request_mem_region and ioremap but I can't read or write into the device. I

sama5d: using the ebi interface from another driver

2018-11-02 Thread Jean-Michel Hautbois
Hi all, I have a custom board based on a sama5d3 chip. The SoC is connected to 2 pef24628 SHDSL transceivers, the first one on ebi@4000 and the second one on ebi@5000. I tried to write a basic char driver, using request_mem_region and ioremap but I can't read or write into the device. I