04 Mar, 2020

1 commit


23 Jan, 2020

8 commits


18 Jan, 2020

2 commits


10 Jan, 2020

3 commits


23 Dec, 2019

2 commits


03 Dec, 2019

2 commits


13 Aug, 2019

1 commit


12 Aug, 2019

8 commits


11 Jul, 2019

4 commits

  • KM Kirkwood boards now implement the driver model for its SPI flash
    interface. Therefore, the old board specific claim and release functions
    can be deleted. The preprocessor definition CONFIG_SYS_KW_SPI_MPP is yet
    unused as well. All its appearances and dependencies are removed in the
    kirkwood_spi driver, header files and finally the configuration whitelist.

    Signed-off-by: Pascal Linder
    Signed-off-by: Holger Brunck
    Signed-off-by: Stefan Roese

    Pascal Linder
     
  • The corresponding configurations are selected in the common Kconfig file.
    This is easier than changing every affected board default configuration
    file. The default configuration for the PORTL2 board, however, still needs
    some modifications to correctly use the driver model.

    Signed-off-by: Pascal Linder
    Signed-off-by: Holger Brunck
    Signed-off-by: Stefan Roese

    Pascal Linder
     
  • As the SPI NOR and NAND devices share the same hardware pins, the MPP
    configuration has to be changed when claiming/releasing the bus. The
    current configuration is saved when claiming and restored when releasing.
    Furthermore, a general-purpose output is used to switch the chip-select
    signal. This is now also implemented for the DM part of the kirkwood_spi
    driver.

    Signed-off-by: Pascal Linder
    Signed-off-by: Holger Brunck
    Signed-off-by: Stefan Roese

    Pascal Linder
     
  • As preparation for the upcoming transferring of configurations from header
    files to Kconfig, a common Kconfig file for all KM boards was created. For
    the moment, it only sources the other three, more specific, Kconfig files.
    Therefore, the architecture Kconfig files now include the common Kconfig
    file. Also, the configuration selection for KM boards was moved from the
    architecture Kconfig files to the board specific Kconfig files.

    Signed-off-by: Pascal Linder
    Signed-off-by: Holger Brunck
    Cc: Mario Six
    Cc: Prabhakar Kushwaha
    Signed-off-by: Stefan Roese

    Pascal Linder
     

06 Jun, 2019

1 commit


21 May, 2019

1 commit


20 May, 2019

5 commits


07 May, 2018

1 commit

  • When U-Boot started using SPDX tags we were among the early adopters and
    there weren't a lot of other examples to borrow from. So we picked the
    area of the file that usually had a full license text and replaced it
    with an appropriate SPDX-License-Identifier: entry. Since then, the
    Linux Kernel has adopted SPDX tags and they place it as the very first
    line in a file (except where shebangs are used, then it's second line)
    and with slightly different comment styles than us.

    In part due to community overlap, in part due to better tag visibility
    and in part for other minor reasons, switch over to that style.

    This commit changes all instances where we have a single declared
    license in the tag as both the before and after are identical in tag
    contents. There's also a few places where I found we did not have a tag
    and have introduced one.

    Signed-off-by: Tom Rini

    Tom Rini
     

28 Apr, 2018

1 commit