mbox series

[U-Boot,0/6] arm: socfpga: convert drivers to dm livetree

Message ID 20190509201200.10336-1-simon.k.r.goldschmidt@gmail.com
Headers show
Series arm: socfpga: convert drivers to dm livetree | expand

Message

Simon Goldschmidt May 9, 2019, 8:11 p.m. UTC
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(-)

Comments

Marek Vasut May 9, 2019, 8:17 p.m. UTC | #1
On 5/9/19 10:11 PM, Simon Goldschmidt wrote:
> 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(-)
> 
Applied, thanks