10 Jan, 2018

1 commit

  • Given gcc-6.1 and later we can now safely have strings discarded when
    the functions are unused. This lets us drop certain cases of not
    building something so that we don't have the strings brought in when the
    code was discarded. Simplify the code now by dropping guards we don't
    need now.

    Cc: Stefano Babic
    Cc: Fabio Estevam
    Cc: Chander Kashyap
    Cc: Thomas Abraham
    Cc: Vipin Kumar
    Cc: Wenyou Yang
    Signed-off-by: Tom Rini

    Tom Rini
     

04 Dec, 2017

1 commit

  • This header was renamed to rawnand.h in Linux.

    The following is the corresponding commit in Linux.

    commit d4092d76a4a4e57b65910899948a83cc8646c5a5
    Author: Boris Brezillon
    Date: Fri Aug 4 17:29:10 2017 +0200

    mtd: nand: Rename nand.h into rawnand.h

    We are planning to share more code between different NAND based
    devices (SPI NAND, OneNAND and raw NANDs), but before doing that
    we need to move the existing include/linux/mtd/nand.h file into
    include/linux/mtd/rawnand.h so we can later create a nand.h header
    containing all common structure and function prototypes.

    Signed-off-by: Masahiro Yamada

    Masahiro Yamada
     

30 Nov, 2017

1 commit


06 Nov, 2017

1 commit

  • As part of my usual round of build testing, output about missing
    MAINTAINERS information was not logged, and thus often overlooked.
    Correct that mistake by ensuring that I log the output of
    genboardscfg.py every time. As part of that, address a number of
    missing MAINTAINERS entires. In the case of a missing file, I have put
    the original submitter down. In the rest of the cases I have added the
    config (and sometimes relevant header file) to the existing set of file
    globs.

    Signed-off-by: Tom Rini

    Tom Rini
     

16 Oct, 2017

1 commit


29 Sep, 2017

5 commits


15 Sep, 2017

4 commits


12 Sep, 2017

3 commits


16 Aug, 2017

3 commits


05 Aug, 2017

4 commits


12 Jul, 2017

1 commit


07 Jul, 2017

1 commit

  • AVR32 is gone. It's already more than two years for no support in Buildroot,
    even longer there is no support in GCC (last version is heavily patched 4.2.4).

    Linux kernel v4.12 got rid of it (and v4.11 didn't build successfully).

    There is no good point to keep this support in U-Boot either.

    Reviewed-by: Simon Glass
    Reviewed-by: Tom Rini
    Reviewed-by: Heiko Schocher
    Signed-off-by: Andy Shevchenko

    Andy Shevchenko
     

05 Jun, 2017

1 commit


15 May, 2017

1 commit


10 May, 2017

12 commits