u-boot-brain/drivers/usb/musb-new
Simon Glass a821c4af79 dm: Rename dev_addr..() functions
These support the flat device tree. We want to use the dev_read_..()
prefix for functions that support both flat tree and live tree. So rename
the existing functions to avoid confusion.

In the end we will have:

   1. dev_read_addr...()    - works on devices, supports flat/live tree
   2. devfdt_get_addr...()  - current functions, flat tree only
   3. of_get_address() etc. - new functions, live tree only

All drivers will be written to use 1. That function will in turn call
either 2 or 3 depending on whether the flat or live tree is in use.

Note this involves changing some dead code - the imx_lpi2c.c file.

Signed-off-by: Simon Glass <sjg@chromium.org>
2017-06-01 07:03:01 -06:00
..
am35x.c drivers: usb: musb: adopt musb backend driver to driver model 2016-12-02 21:04:48 -07:00
Kconfig drivers: usb: musb: add ti musb misc driver for wrapper 2016-12-02 21:03:56 -07:00
linux-compat.h omap4: Drop redundant CONFIG_OMAP4430 symbol 2017-05-15 10:39:59 -04:00
Makefile drivers: usb: musb: add ti musb misc driver for wrapper 2016-12-02 21:03:56 -07:00
musb_core.c Blackfin: Remove 2017-04-05 13:52:01 -04:00
musb_core.h Blackfin: Remove 2017-04-05 13:52:01 -04:00
musb_debug.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_dma.h Blackfin: Remove 2017-04-05 13:52:01 -04:00
musb_dsps.c drivers: usb: musb: adopt musb backend driver to driver model 2016-12-02 21:04:48 -07:00
musb_gadget_ep0.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_gadget.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_gadget.h treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
musb_host.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_host.h Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
musb_io.h Blackfin: Remove 2017-04-05 13:52:01 -04:00
musb_regs.h Blackfin: Remove 2017-04-05 13:52:01 -04:00
musb_uboot.c musb: properly detect failed initialization of controller 2017-04-25 12:50:11 +02:00
musb_uboot.h musb: Add device-model support to the musb-host u-boot glue 2015-07-21 17:39:38 -06:00
omap2430.c omap4: Drop redundant CONFIG_OMAP4430 symbol 2017-05-15 10:39:59 -04:00
omap2430.h usb: musb-new: omap2430: OMAP4 MUSB USB controller support 2016-03-15 15:12:51 -04:00
pic32.c dm: core: Replace of_offset with accessor 2017-02-08 06:12:14 -07:00
sunxi.c dm: Use dm.h header when driver mode is used 2017-06-01 06:57:52 -06:00
ti-musb.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
usb-compat.h usb: Move determination of TT hub address/port into separate function 2015-12-31 16:16:29 +01:00