29 Jan, 2018

2 commits


28 Jan, 2018

1 commit


26 Jan, 2018

1 commit


25 Jan, 2018

1 commit


24 Jan, 2018

2 commits

  • Previous patches removed the last usages of this config variable, so
    that it is now obsolete.

    This patch removes it from the whitelist.

    Reviewed-by: Simon Glass
    Reviewed-by: Jagan Teki
    Signed-off-by: Mario Six

    Mario Six
     
  • 0efc024 ("spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT
    node") added a helper function spi_base_setup_slave_fdt to to set up a
    SPI slave from a given FDT blob. The only user was the exynos SPI
    driver.

    But commit 73186c9 ("dm: exynos: Convert SPI to driver model") removed
    the use of this function, hence rendering it obsolete.

    Remove this function, as well as the CONFIG_OF_SPI option, which guarded
    only this function.

    Reviewed-by: Simon Glass
    Reviewed-by: Jagan Teki
    Signed-off-by: Mario Six

    Mario Six
     

23 Jan, 2018

9 commits


20 Jan, 2018

4 commits

  • The following config symbols are only defined once and never referenced
    anywhere else:

    CONFIG_CYRUS
    CONFIG_IDS8313
    CONFIG_MPC8308_P1M
    CONFIG_MPC8308RDB
    CONFIG_MPC8349EMDS
    CONFIG_MPC8349ITXGP
    CONFIG_SBC8349
    CONFIG_SBC8548
    CONFIG_SBC8641D
    CONFIG_TQM834X
    CONFIG_VE8313
    CONFIG_XPEDITE5140
    CONFIG_XPEDITE5200
    CONFIG_XPEDITE550X

    Most of them are config symbols named after the respective boards which
    seems to have been a standard practice at some point.

    Signed-off-by: Tuomas Tynkkynen
    Acked-by: Mario Six

    Tuomas Tynkkynen
     
  • The following config symbols are only defined once and never referenced
    anywhere else:

    CONFIG_AMCORE
    CONFIG_ASTRO5373L
    CONFIG_M52277EVB
    CONFIG_M5253DEMO
    CONFIG_M5253EVBE
    CONFIG_M5275EVB
    CONFIG_M54418TWR
    CONFIG_STMARK2

    Most of them are config symbols named after the respective boards which
    seems to have been a standard practice at some point.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     
  • Seems to be again one of those CONFIG_ symbols named after a board, with
    nothing referencing it.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     
  • Last users of the following macros (for n = 0..7) were removed in
    commit 5b8e76c35ec312a ("powerpc, 8xx: remove support for 8xx"):

    CONFIG_SYS_PCMCIA_PBRn
    CONFIG_SYS_PCMCIA_PORn

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     

16 Jan, 2018

1 commit


10 Jan, 2018

2 commits

  • The following config symbols are only defined once and never referenced
    anywhere else:

    CONFIG_AP325RXA
    CONFIG_AP_SH4A_4A
    CONFIG_CPU_SH_TYPE_R
    CONFIG_ECOVEC
    CONFIG_ESPT
    CONFIG_MIGO_R
    CONFIG_MPR2
    CONFIG_MS7720SE
    CONFIG_MS7722SE
    CONFIG_MS7750SE
    CONFIG_R0P7734
    CONFIG_R2DPLUS
    CONFIG_RSK7203
    CONFIG_RSK7264
    CONFIG_RSK7269
    CONFIG_SH7752EVB
    CONFIG_SH7753EVB
    CONFIG_SH7757LCR
    CONFIG_SH7763RDP
    CONFIG_SH7785LCR

    Most of them are config symbols named after the respective boards which
    seems to have been a standard practice at some point.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     
  • These macros are all defined once and never checked or used anywhere:

    CONFIG_MACH_ASPENITE
    CONFIG_MACH_DAVINCI_CALIMAIN
    CONFIG_MACH_DOCKSTAR
    CONFIG_MACH_EDMINIV2
    CONFIG_MACH_GOFLEXHOME
    CONFIG_MACH_GONI
    CONFIG_MACH_GURUPLUG
    CONFIG_MACH_KM_KIRKWOOD
    CONFIG_MACH_OPENRD_BASE
    CONFIG_MACH_SHEEVAPLUG

    Almost all of them were only used for the mach_is_foo() logic in
    arch/arm/asm/mach-types.h that were dropped in
    commit f9dadaef8b75fa ("arm: Re-sync asm/mach-types.h with
    Linux Kernel v4.9")

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     

09 Jan, 2018

1 commit


03 Jan, 2018

1 commit

  • This is a virtual "board" that uses configuration files and
    Kconfig to define the memory layout used by a real board during
    the board bring-up process.

    It generates an SPL image that can be loaded using imx_usb or
    SB_LOADER.exe.

    When run, it will generate a set of calibration constants for
    use in either or both a DCD configuration file for boards that
    use u-boot.imx or struct mx6_mmdc_calibration for boards that
    boot via SPL.

    In essence, it is a configurable, open-source variant of the
    Freescale ddr-stress tool.

    https://community.nxp.com/docs/DOC-105652

    File mx6memcal_defconfig configures the board for use with
    mx6sabresd or mx6qsabreauto.

    Signed-off-by: Eric Nelson
    Signed-off-by: Fabio Estevam

    Eric Nelson
     

19 Dec, 2017

1 commit


13 Dec, 2017

9 commits


08 Dec, 2017

1 commit


04 Dec, 2017

1 commit


30 Nov, 2017

3 commits