[U-Boot] [PATCH V2 1/3] dm: spi: soft_spi bug fix
Simon Glass
sjg at chromium.org
Wed Apr 20 16:40:38 CEST 2016
On 13 April 2016 at 01:18, Peng Fan <van.freenix at 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 at gmail.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
>
> 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 at chromium.org>
More information about the U-Boot
mailing list