15 Jul, 2015

2 commits

  • On DRA7, pcf chip present at address 0x21 on i2c1, is used to
    switch between cpsw slave0 and slave1. Hence, enable pcf
    driver for the same.

    Signed-off-by: Vignesh R

    Vignesh R
     
  • TI's pcf8575 is a 16-bit I2C based GPIO expander.The device features a
    16-bit quasi-bidirectional I/O ports. Each quasi-bidirectional I/O can
    be used as an input or output without the use of a data-direction
    control signal. The I/Os should be high before being used as inputs.
    This driver is based on pcf857x driver available in Linux 4.0 kernel.
    It supports basic reading and writing of gpio pins.

    Signed-off-by: Vignesh R

    Vignesh R
     

10 Jul, 2015

8 commits


09 Jul, 2015

10 commits


03 Jul, 2015

2 commits


02 Jul, 2015

1 commit


01 Jul, 2015

2 commits


30 Jun, 2015

3 commits

  • Move common functions from cmd_nand.c (for calculating offset
    and size from cmdline paramter) to common place, so they could
    used from other commands which use mtd partitions.

    For onenand the arg_off_size() is left in common/cmd_onenand.c.
    It should use now the common arg_off() function, but as I could
    not test onenand I let it there ...

    Signed-off-by: Heiko Schocher
    Acked-by: Scott Wood
    Reviewed-by: Jagannadh Teki

    Heiko Schocher
     
  • Enable Driver Model SPI for ls1021atwr board.
    DSPI and QSPI only be enabled when boot from QSPI.
    DSPI and QSPI are compatible under Driver Model SPI.

    Signed-off-by: Haikun Wang
    Tested-by: Review Code-CDREVIEW
    Tested-by: Haikun Wang
    Reviewed-by: Prabhakar Kushwaha
    Reviewed-by: Jagan Teki

    Haikun Wang
     
  • Enable Driver Model SPI for ls1021aqds board.
    DSPI and QSPI is enabled only when boot from QSPI.
    DSPI and QSPI are compatible under Driver Model SPI.

    Signed-off-by: Haikun Wang
    Tested-by: Haikun Wang
    Reviewed-by: Jagan Teki

    Haikun Wang
     

29 Jun, 2015

1 commit


28 Jun, 2015

5 commits


27 Jun, 2015

1 commit


26 Jun, 2015

2 commits

  • This sets the default commands Kconfig to match
    include/config_cmd_default.h commands in the common/Kconfig and removes
    them from include/configs.

    Signed-off-by: Joe Hershberger
    [trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates]
    Signed-off-by: Tom Rini

    Joe Hershberger
     
  • Some archs/boards specify their own default by pre-defining the config
    which causes the Kconfig system to mix up the order of the configs in
    the defconfigs... This will cause merge pain if allowed to proliferate.

    Remove the configs that behave this way from the archs.

    A few configs still remain, but that is because they only exist as
    defaults and do not have a proper Kconfig entry. Those appear to be:

    SPIFLASH
    DISPLAY_BOARDINFO

    Signed-off-by: Joe Hershberger
    [trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates,
    drop DM_USB from MSI_Primo81 as USB_MUSB_SUNXI isn't converted yet to DM]
    Signed-off-by: Tom Rini

    Joe Hershberger
     

20 Jun, 2015

3 commits