[U-Boot] [PATCH v2 00/17] bmips: convert to use live-dt

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun May 6 19:36:54 UTC 2018



On 22.03.2018 19:39, Álvaro Fernández Rojas wrote:
> Convert bmips drivers to use live device tree instead of flattened device tree.
> 
> v2: Introduce changes suggested by Daniel Schwierzeck and Simon Glass:
>  - Add generic dev_remap_addr/dev_remap_addr_index functions.
>  - Fix bcm63xx_spi conversion.
>  - Convert remaining bmips drivers (cpu, usbh-phy).
> 
> Álvaro Fernández Rojas (17):
>   dm: core: add functions to get memory-mapped I/O addreses
>   watchdog: bcm6345: convert to use live dt
>   serial: bcm6345: convert to use live dt
>   clk: bcm6345: convert to use live dt
>   reset: bcm6345: convert to use live dt
>   gpio: bcm6345: convert to use live dt
>   led: bcm6358: convert to use live dt
>   led: bcm6328: convert to use live dt
>   power: domain: bcm6328: convert to use live dt
>   spi: bcm63xx_spi: convert to use live dt
>   spi: bcm63xx_hsspi: convert to use live dt
>   ram: bmips: convert to use live dt
>   cpu: bmips: convert to use live dt
>   phy: bcm6348-usbh: convert to use live dt
>   phy: bcm6358-usbh: convert to use live dt
>   phy: bcm6368-usbh: convert to use live dt
>   phy: bcm6318-usbh: convert to use live dt
> 
>  drivers/clk/clk_bcm6345.c                   |  8 ++---
>  drivers/core/fdtaddr.c                      | 12 +++++++
>  drivers/core/read.c                         | 12 +++++++
>  drivers/cpu/bmips_cpu.c                     | 12 ++-----
>  drivers/gpio/bcm6345_gpio.c                 | 18 +++-------
>  drivers/led/led_bcm6328.c                   | 52 ++++++++++-------------------
>  drivers/led/led_bcm6358.c                   | 44 +++++++++---------------
>  drivers/phy/bcm6318-usbh-phy.c              | 10 ++----
>  drivers/phy/bcm6348-usbh-phy.c              | 10 ++----
>  drivers/phy/bcm6358-usbh-phy.c              | 10 ++----
>  drivers/phy/bcm6368-usbh-phy.c              |  9 ++---
>  drivers/power/domain/bcm6328-power-domain.c |  8 ++---
>  drivers/ram/bmips_ram.c                     |  7 ++--
>  drivers/reset/reset-bcm6345.c               |  8 ++---
>  drivers/serial/serial_bcm6345.c             |  8 ++---
>  drivers/spi/bcm63xx_hsspi.c                 | 12 ++-----
>  drivers/spi/bcm63xx_spi.c                   | 12 ++-----
>  drivers/watchdog/bcm6345_wdt.c              |  8 ++---
>  include/dm/fdtaddr.h                        | 22 ++++++++++++
>  include/dm/read.h                           | 32 ++++++++++++++++++
>  20 files changed, 148 insertions(+), 166 deletions(-)
> 

applied to u-boot-mips/next and scheduled for 2018.07-rc1

Patch 01/17 has been replaced with
https://patchwork.ozlabs.org/patch/906412/

-- 
- Daniel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180506/0ca690ba/attachment.sig>


More information about the U-Boot mailing list