]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: xhci: dm: convert fdt_get to dev_read
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 7 Jun 2017 16:45:59 +0000 (18:45 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 11 Jul 2017 10:13:43 +0000 (12:13 +0200)
commit869632209741ec3a22056ec1b4aa7ac2450552d0
treeaa65e4d5235532c665b2dd389276f431efbe3318
parente2cd41c5ca7417350daf12fa974df006b597cad1
rockchip: xhci: dm: convert fdt_get to dev_read

With the new dev_read functions available, we can convert the rockchip
architecture-specific drivers and common drivers used by these devices
over to the dev_read family of calls.

This change covers the USB3 (xhci) driver for the Rockchip devices.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/usb/host/xhci-rockchip.c