
This series converts (hopefully) all drivers used in socfpga to livetree so that none of them references 'gd' any more (with the exception of some a10/s10 drivers that should be fixed).
Simon Goldschmidt (6): timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTR spi: cadence_qspi: convert to livetree spi: designware: convert to livetree serial: altera_uart: convert to livetree reset: socfpga: covnert to livetree gpio: dwapb_gpio: convert to livetree
drivers/gpio/dwapb_gpio.c | 25 ++++++++++------------ drivers/reset/reset-socfpga.c | 4 +--- drivers/serial/altera_uart.c | 5 +---- drivers/spi/cadence_qspi.c | 39 +++++++++++++++++------------------ drivers/spi/designware_spi.c | 8 ++----- drivers/timer/dw-apb-timer.c | 2 -- 6 files changed, 34 insertions(+), 49 deletions(-)