05 Apr, 2017

1 commit

  • This patch adds the flags parameter to device_remove() and changes all
    calls to this function to provide the default value of DM_REMOVE_NORMAL
    for "normal" device removal.

    This is in preparation for the driver specific pre-OS (e.g. DMA
    cancelling) remove support.

    Signed-off-by: Stefan Roese
    Cc: Simon Glass
    Acked-by: Simon Glass

    Stefan Roese
     

12 Sep, 2016

1 commit

  • This patch fixes the "sf probe" command. The very first SPI flash probe
    passes, for instance when u-boot tries to read its environment settings
    from a (Q)SPI memory but next "sf probe" commands fail because the flash
    memory node is unbound from the SPI controller children nodes.

    Signed-off-by: Cyrille Pitchen
    Signed-off-by: Wenyou Yang
    Tested-by: Stefan Roese
    Tested-by: Hannes Schmelzer
    Reviewed-by: Simon Glass

    Cyrille Pitchen
     

09 Jul, 2016

1 commit

  • In case of DT boot, don't read default speed and mode for SPI from
    CONFIG_*, instead read from DT node. This will make sure that boards
    with multiple SPI/QSPI controllers can be probed at different
    bus frequencies and SPI modes.

    Signed-off-by: Vignesh R
    Reviewed-by: Simon Glass
    Reviewed-by: Mugunthan V N
    Reviewed-by: Jagan Teki

    Vignesh R
     

25 Jan, 2016

1 commit

  • Now that they are in their own directory, we can remove this prefix.
    This makes it easier to find a file since the prefix does not get in the
    way.

    Signed-off-by: Simon Glass
    Reviewed-by: Bin Meng
    Reviewed-by: Heiko Schocher
    Acked-by: Stefan Roese
    Acked-by: Przemyslaw Marczak

    Simon Glass