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
     

16 Oct, 2017

1 commit


05 Jun, 2017

1 commit


06 Apr, 2017

1 commit


29 Jan, 2017

1 commit


15 Jan, 2017

1 commit

  • Before we can sync with the latest mach-types.h file from the Linux
    Kernel we need to remove some instances of MACH_TYPE_xxx from our
    sources. As these values have been removed from the canonical upstream
    source we should not be using them either, so drop.

    Cc: Tom Warren
    Cc: Lucas Stach
    Cc: Luka Perkov
    Cc: Stephen Warren
    Cc: Heiko Schocher
    Cc: Thomas Weber
    Cc: Lucile Quirion
    Cc: Matthias Weisser
    Cc: Suriyan Ramasami
    Cc: Nobuhiro Iwamatsu
    Cc: Bo Shen
    Cc: Nick Thompson
    Cc: Stefano Babic
    Cc: Erik van Luijk
    Cc: Lokesh Vutla
    Signed-off-by: Tom Rini

    Tom Rini
     

19 Feb, 2016

1 commit


02 Feb, 2016

1 commit


21 Aug, 2015

1 commit

  • Bootlog:
    U-Boot SPL 2015.10-rc1-00452-g96a7ed1 (Aug 17 2015 - 10:32:21)
    mci: setting clock 258000 Hz, block size 512
    mci: setting clock 258000 Hz, block size 512
    mci: setting clock 258000 Hz, block size 512
    mci: setting clock 33024000 Hz, block size 512
    reading u-boot.img
    reading u-boot.img

    U-Boot 2015.10-rc1-00452-g96a7ed1 (Aug 17 2015 - 10:32:21 +0000)

    CPU: AT91SAM9G45
    Crystal frequency: 12 MHz
    CPU clock : 400 MHz
    Master clock : 133.333 MHz
    Watchdog enabled
    DRAM: 256 MiB
    WARNING: Caches not enabled
    MMC: mci: 0
    mci: setting clock 260416 Hz, block size 512
    mci: setting clock 260416 Hz, block size 512
    mci: setting clock 260416 Hz, block size 512
    mci: setting clock 33333333 Hz, block size 512
    reading uboot.env
    In: serial
    Out: serial
    Err: serial
    Net: macb0
    Error: macb0 address not set.

    Hit any key to stop autoboot: 0
    U-Boot>

    Signed-off-by: Erik van Luijk
    [add 'picosam9g45_defconfig' to MAINTAINERS]
    Signed-off-by: Andreas Bießmann

    Erik van Luijk