01 Mar, 2019

1 commit


10 Dec, 2018

1 commit


31 May, 2018

1 commit

  • After importing linux v4.16-rc1 commit 2c37e08464a8 ("kconfig: Warn if
    choice default is not in choice"), Kconfig complains:

    scripts/kconfig/conf --syncconfig Kconfig
    board/eets/pdu001/Kconfig:22:warning: \
    choice default symbol 'PDU001_RUN_LED_RED' \
    is not contained in the choice

    This looks to be caused by a typo. Fix it.

    Fixes: 85ab0452fefc ("arm: add support for PDU001")
    Signed-off-by: Eugeniu Rosca
    Reviewed-by: Masahiro Yamada
    Reviewed-by: Felix Brack
    Tested-by: Felix Brack

    Eugeniu Rosca
     

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
     

16 Mar, 2018

1 commit

  • This converts the following to Kconfig:
    CONFIG_CONS_INDEX

    We have existing entries for this option in a number of places, with
    different guards on them. They're also sometimes used for things not
    directly inside of the serial driver. First, introduce a new symbol to
    guard the use of CONFIG_CONS_INDEX, so that in the case where we don't
    need this for the serial driver, but for some other use, we can still do
    it. Next, consolidate all of these into the single entry in
    drivers/serial/Kconfig. Finally, introduce CONS_INDEX_[023456] so that
    we can imply a correct value here to make the defconfig side of this
    smaller.

    Signed-off-by: Adam Ford
    [trini: Rework a lot of the logic here, such that I took authorship from
    Adam, but kept his S-o-B line]
    Signed-off-by: Tom Rini

    Tom Rini
     

29 Jan, 2018

1 commit