commit | fa7dd9b70b980028e617d47af18f702ca4a96f52 | [log] [tgz] |
---|---|---|
author | Peng Fan <van.freenix@gmail.com> | Tue May 03 10:02:20 2016 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 80da87bf4b21aa9a3959f98ab96e6d1164bed4e3 | |
parent | 38b82d54c6224d5103e5991dd596c961f33d6dda [diff] |
dm: spi: soft_spi bug fix 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>