Re: [U-Boot] [RFC PATCH v1 0/2] Convert ls1021aqds to use driver model for serial ports

2016-02-21 Thread Huan Wang
Hi, York, > On 02/08/2016 04:57 PM, York Sun wrote: > > Since a recent merge 5160def "dm: lpuart: Drop the legacy code", > > ls1021aqds_ddr4_nor_lpuart and ls1021aqds_nor_lpuart failed to compile > > because they are using legacy driver for lpuart. Following ls1021atwr, > > ls1021aqds should be co

Re: [U-Boot] [RFC PATCH v1 0/2] Convert ls1021aqds to use driver model for serial ports

2016-02-09 Thread york sun
On 02/08/2016 04:57 PM, York Sun wrote: > Since a recent merge 5160def "dm: lpuart: Drop the legacy code", > ls1021aqds_ddr4_nor_lpuart and ls1021aqds_nor_lpuart failed to > compile because they are using legacy driver for lpuart. Following > ls1021atwr, ls1021aqds should be converted as well. > >

[U-Boot] [RFC PATCH v1 0/2] Convert ls1021aqds to use driver model for serial ports

2016-02-08 Thread York Sun
Since a recent merge 5160def "dm: lpuart: Drop the legacy code", ls1021aqds_ddr4_nor_lpuart and ls1021aqds_nor_lpuart failed to compile because they are using legacy driver for lpuart. Following ls1021atwr, ls1021aqds should be converted as well. Not tested on boards yet. Serial DM driver is not e