[U-Boot] [PATCH V4 1/4] dm: spi: soft_spi bug fix

Simon Glass sjg at chromium.org
Sat May 7 21:03:08 CEST 2016


On 2 May 2016 at 19:59, 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>
> Cc: Jagan Teki <jteki at openedev.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> V4:
>  None
>
> 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(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list