13 Jun, 2018

1 commit


20 Aug, 2017

1 commit

  • The function blk_dread will return -ENOSYS on failure or on success the
    number of blocks read, which must be the number asked to read (otherwise
    it failed somewhere). Correct this check.

    Reported-by: Coverity (CID: 166335)
    Cc: Philipp Tomsich
    Cc: Simon Glass
    Cc: Bin Meng
    Signed-off-by: Tom Rini

    Tom Rini
     

12 Aug, 2017

1 commit


15 Mar, 2016

4 commits


25 Jan, 2016

1 commit

  • Now that they are in their own directory, we can remove this prefix.
    This makes it easier to find a file since the prefix does not get in the
    way.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Reviewed-by: Heiko Schocher
    Acked-by: Stefan Roese
    Acked-by: Przemyslaw Marczak

    Simon Glass