On 25 April 2016 at 19:20, Peng Fan <[email protected]> wrote: > When doing xfer, should use device->parent, but not device > When doing bit xfer, should use "!!(tmpdout & 0x80)", but not > "(tmpdout & 0x80)" > > Signed-off-by: Peng Fan <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Jagan Teki <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > --- > > V3: > None > > V2: > Follow Simon's comments, split bug fix into seperate patch. > > drivers/spi/soft_spi.c | 19 ++++++++++++------- > 1 file changed, 12 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

