Hi Peng, On 25 April 2016 at 19:20, Peng Fan <[email protected]> wrote: > Introduce dm_spi_claim_bus, dm_spi_release_bus and dm_spi_xfer > > Signed-off-by: Peng Fan <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Jagan Teki <[email protected]> > --- > > V3: > As Simon suggested, introduce new API. New patch.
This looks great. But can you please adjust the legacy functions to call your new ones? E.g. spi_claim_bus() should call your function. > > drivers/spi/spi-uclass.c | 48 ++++++++++++++++++++++++++++++++++++++++++++ > include/spi.h | 52 > ++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 100 insertions(+) > [snip] _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

