1
0
Fork 0
remarkable-uboot/include/dm
Masahiro Yamada d064cbffff dm: serial: use Driver Model for UniPhier serial driver
This commit converts UniPhier on-chip serial driver to driver model.

Since UniPhier SoCs do not have Device Tree support, some board files
should be added under arch/arm/cpu/armv7/uniphier/ph1-*/ directories.
(Device Tree support for UniPhier platform is still under way.)

Now the base address and master clock frequency are passed from
platform data, so CONFIG_SYS_UNIPHIER_SERIAL_BASE* and
CONFIG_SYS_UNIPHIER_UART_CLK should be removed.

Tested on UniPhier PH1-LD4 ref board.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
2014-10-23 21:43:09 -06:00
..
platform_data dm: serial: use Driver Model for UniPhier serial driver 2014-10-23 21:43:09 -06:00
device-internal.h dm: core: Allow parents to pass data to children during probe 2014-10-22 10:36:46 -06:00
device.h dm: core: Add a clarifying comment on struct udevice's seq member 2014-10-22 10:36:46 -06:00
lists.h dm: fix comments 2014-10-22 10:32:16 -06:00
platdata.h dm: core: Allow a list of devices to be declared in one step 2014-10-22 10:36:54 -06:00
root.h dm: Add dm_scan_other() to locate board-specific devices 2014-07-23 14:08:37 +01:00
test.h test: dm: Support memory leak checking as a core feature 2014-10-23 19:29:53 -06:00
uclass-id.h dm: core: Add support for simple-bus 2014-10-22 10:36:56 -06:00
uclass-internal.h dm: Introduce device sequence numbering 2014-07-23 14:07:25 +01:00
uclass.h dm: include <linker_lists.h> from platdata.h and uclass.h 2014-10-22 10:32:17 -06:00
ut.h dm: Add basic tests 2014-03-04 12:15:29 -05:00
util.h dm: fix include guard 2014-10-22 10:32:17 -06:00