| b91a110b | 15-Jan-2018 |
Mario Six <mario.six@gdsys.cc> |
UPSTREAM: spi: Remove obsolete spi_base_setup_slave_fdt
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
UPSTREAM: spi: Remove obsolete spi_base_setup_slave_fdt
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 <sjg@chromium.org> Reviewed-by: Jagan Teki <jagan@openedev.com> Change-Id: I2a5bd866fda6d65b908c1f71160da59ab5332a15 Signed-off-by: Mario Six <mario.six@gdsys.cc> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit c5b88f29ba46997e1cae39153980cae475b87b82)
show more ...
|
| 73251fc2 | 20-Jun-2019 |
Joseph Chen <chenjh@rock-chips.com> |
scripts: stacktrace: support parse spl/tpl stacktrace info
Usage: ./scripts/stacktrace.sh ./dump.txt ./scripts/stacktrace.sh ./dump.txt tpl ./scripts/stacktrace.sh ./dump.txt spl
Change-Id: I6a4
scripts: stacktrace: support parse spl/tpl stacktrace info
Usage: ./scripts/stacktrace.sh ./dump.txt ./scripts/stacktrace.sh ./dump.txt tpl ./scripts/stacktrace.sh ./dump.txt spl
Change-Id: I6a496109206d26917d5677c076aa770388c36ae6 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|