
1 May
2016
1 May
'16
8:54 p.m.
On 25 April 2016 at 19:20, Peng Fan van.freenix@gmail.com 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 van.freenix@gmail.com Cc: Simon Glass sjg@chromium.org Cc: Jagan Teki jteki@openedev.com Reviewed-by: Simon Glass sjg@chromium.org
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 sjg@chromium.org