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

2016-10-18 Thread Wenyou.Yang
Hi Jagan, I am sorry for late answer. > -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Jagan Teki > Sent: 2016年9月21日 16:24 > To: Wenyou Yang > Cc: U-Boot Mailing List ; Stephen Warren > > Subject: Re: [U-Boot] [PATCH v10] dm: a

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

2016-09-21 Thread Jagan Teki
On Sun, Sep 18, 2016 at 12:28 PM, 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 > A

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

2016-09-18 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 Acked-by: Stephen Warren --- Changes in v10: - Add Acked-by tag.