Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-08-19 Thread Wenyou.Yang
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Sent: 2016年8月19日 19:36 > To: Wenyou Yang - A41535 > Cc: Wenyou Yang - A41535 ; u- > b...@lists.denx.de > Subject: Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support fo

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-08-19 Thread Jagan Teki
On 19 August 2016 at 18:26, Andreas Bießmann wrote: > On 2016-08-19 14:48, Jagan Teki wrote: >> > > It would be hard to verify it, if you would have taken that task ... So I'll > do it, with a lower priority sometime next months. OK. thanks! -- Jagan.

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-08-19 Thread Andreas Bießmann
On 2016-08-19 14:48, Jagan Teki wrote: On 19 August 2016 at 18:16, Andreas Bießmann wrote: non-dm code has to live for some time since this is a shared driver for avr32 and arm architecture of atmel SoC. Unfortunately avr32 still lacks dm support in u-boot. I have some prepared patches bu

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-08-19 Thread Jagan Teki
-08-19 13:35, Jagan Teki wrote: >>>> >>>> >>>> On 8 August 2016 at 06:14, wrote: >>>>> >>>>> >>>>> Hi Jagan, >>>>> >>>>>> -Original Message----- >>>>>> From:

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-08-19 Thread Andreas Bießmann
] Sent: 2016年8月6日 21:00 To: Wenyou Yang Cc: U-Boot Mailing List Subject: Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver On 31 July 2016 at 17:05, Jagan Teki wrote: > On 29 July 2016 at 06:08, Wenyou Yang wrote: >> Add driver model support while reta

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-08-19 Thread Jagan Teki
On 8 August 2016 at 06:14, wrote: > Hi Jagan, > >> -Original Message- >> From: Jagan Teki [mailto:jagannadh.t...@gmail.com] >> Sent: 2016年8月6日 21:00 >> To: Wenyou Yang >> Cc: U-Boot Mailing List >> Subject: Re: [U-Boot] [PATCH v7] dm: at91

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-08-18 Thread Andreas Bießmann
Hi Wenyou, On 2016-08-18 03:16, wenyou.y...@microchip.com wrote: Hi Andreas, -Original Message- From: Andreas Bießmann [mailto:andr...@biessmann.org] Sent: 2016年8月16日 5:15 To: Wenyou Yang ; U-Boot Mailing List Cc: Simon Glass ; Jagan Teki Subject: Re: [PATCH v7] dm: at91: Add driver

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-08-17 Thread Wenyou.Yang
Hi Andreas, > -Original Message- > From: Andreas Bießmann [mailto:andr...@biessmann.org] > Sent: 2016年8月16日 5:15 > To: Wenyou Yang ; U-Boot Mailing List b...@lists.denx.de> > Cc: Simon Glass ; Jagan Teki > Subject: Re: [PATCH v7] dm: at91: Add driver model support for the spi driver > >

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-08-15 Thread Andreas Bießmann
Hi Wenyou, On 29.07.16 02:38, Wenyou Yang wrote: > Add driver model support while retaining the existing legacy code. > This allows the driver to support boards that have converted to > driver model as well as those that have not. > > Signed-off-by: Wenyou Yang > Reviewed-by: Simon Glass This

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-08-08 Thread Wenyou.Yang
Hi Jagan, > -Original Message- > From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Sent: 2016年8月6日 21:00 > To: Wenyou Yang > Cc: U-Boot Mailing List > Subject: Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the > spi > driver > > On 31

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-08-06 Thread Jagan Teki
On 31 July 2016 at 17:05, Jagan Teki wrote: > On 29 July 2016 at 06:08, Wenyou Yang wrote: >> Add driver model support while retaining the existing legacy code. >> This allows the driver to support boards that have converted to >> driver model as well as those that have not. Need some info - how

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-07-31 Thread Jagan Teki
On 29 July 2016 at 06:08, Wenyou Yang wrote: > Add driver model support while retaining the existing legacy code. > This allows the driver to support boards that have converted to > driver model as well as those that have not. > > Signed-off-by: Wenyou Yang > Reviewed-by: Simon Glass > --- Appl

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-07-28 Thread Jagan Teki
On 29 July 2016 at 09:10, Heiko Schocher wrote: > Hello Wenyou, > > > Am 29.07.2016 um 02:38 schrieb Wenyou Yang: >> >> Add driver model support while retaining the existing legacy code. >> This allows the driver to support boards that have converted to >> driver model as well as those that have n

Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-07-28 Thread Heiko Schocher
Hello Wenyou, Am 29.07.2016 um 02:38 schrieb Wenyou Yang: Add driver model support while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that have not. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass --- Ch

[U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver

2016-07-28 Thread Wenyou Yang
Add driver model support while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that have not. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass --- Changes in v7: - Move gpio_request_list_by_name() to _probe(),