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

2016-08-19 Thread Wenyou.Yang
gmail.com] > >> Sent: 2016年8月6日 21:00 > >> To: Wenyou Yang <wenyou.y...@atmel.com> > >> Cc: U-Boot Mailing List <u-boot@lists.denx.de> > >> Subject: Re: [U-Boot] [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-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

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

2016-08-19 Thread Jagan Teki
>>>>>> -Original Message- >>>>>> From: Jagan Teki [mailto:jagannadh.t...@gmail.com] >>>>>> Sent: 2016年8月6日 21:00 >>>>>> To: Wenyou Yang <wenyou.y...@atmel.com> >>>>>> Cc: U-Boot Mailing Li

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

2016-08-19 Thread Andreas Bießmann
inal Message- From: Jagan Teki [mailto:jagannadh.t...@gmail.com] Sent: 2016年8月6日 21:00 To: Wenyou Yang <wenyou.y...@atmel.com> Cc: U-Boot Mailing List <u-boot@lists.denx.de> Subject: Re: [U-Boot] [PATCH v7] dm: at91: Add driver model support for the spi driver On 31 July 2016 at 17:05,

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

2016-08-19 Thread Jagan Teki
g List <u-boot@lists.denx.de> >> 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 <jagannadh.t...@gmail.com> wrote: >> > On 29 July 2016 at 06:08, Wenyou Yang <

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

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

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 >

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 <wenyou.y...@atmel.com> > Cc: U-Boot Mailing List <u-boot@lists.denx.de> > Subject: Re: [U-Boot] [PATCH v7] dm: at91: Add drive

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

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

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

2016-07-29 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

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

[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: -