Commit Graph

181 Commits (d66a10fc00407fda3c5091ca38c090dc055f7953)

Author SHA1 Message Date
Simon Glass 5a8a8045a9 dm: core: Ensure DMA regions start up with the cache clean 8 years ago
Alexandru Gagniuc ea168e3351 core/uclass: Print name of device in uclass_find_device_by_seq() 8 years ago
Simon Glass 5a6f06f696 dm: core: Allow driver model to be disabled for TPL 8 years ago
Stefan Roese bc85aa4030 dm: core: Add dm_remove_devices_flags() and hook it into device_remove() 8 years ago
Stefan Roese 706865afe5 dm: core: Add flags parameter to device_remove() 8 years ago
Jean-Jacques Hiblot 5c8ef35980 regmap: use fdt address translation 8 years ago
Lokesh Vutla d666558042 dm: core: Fix Handling of global_data moving in SPL 8 years ago
Jean-Jacques Hiblot 1804044f30 regmap: use fdt address translation 8 years ago
Lokesh Vutla b0d9512ab0 dm: core: Fix Handling of global_data moving in SPL 8 years ago
Heiko Stübner d905cf7365 dm: Return actual bools in dm_fdt_pre_reloc 8 years ago
Heiko Stübner 27326c7ee2 dm: allow limiting pre-reloc markings to spl or tpl 8 years ago
Kever Yang 6943ee14e5 simple-bus: enable support for of-platdata 8 years ago
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 8 years ago
Stefan Roese 13f3fcac53 dm: core: Add dev_get_addr_size_index() to retrieve addr and size 8 years ago
Simon Glass 2f11cd9121 dm: core: Handle global_data moving in SPL 8 years ago
Masahiro Yamada 6e67f176bb Fix codying style broken by recent libfdt sync 8 years ago
Simon Glass b02e4044ff libfdt: Bring in upstream stringlist functions 8 years ago
Simon Glass 0a5f6f869f dm: core: Add a function to get a uclass name 8 years ago
Paul Burton 8291bc8747 dm: syscon: Provide a generic syscon driver 9 years ago
Paul Burton ce70172159 dm: core: Match compatible strings in order of priority 9 years ago
Paul Burton 3bfb8cb43b dm: regmap: Implement simple regmap_read & regmap_write 9 years ago
Stephen Warren 6e06acb732 fdt: allow fdtdec_get_addr_size_*() to translate addresses 9 years ago
Simon Glass 2e3f1ff63f dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() 9 years ago
Simon Glass cc7f66f70c dm: core: Add a function to bind child devices 9 years ago
Simon Glass c57f806bf2 dm: core: Add a way to find a device by its driver 9 years ago
Simon Glass 1e6ca1a6ad dm: core: Add an implementation of regmap_init_mem_platdata() 9 years ago
Simon Glass a951431e82 dm: core: Move regmap allocation into a separate function 9 years ago
Simon Glass 9fa2819009 dm: core: Expand platdata for of-platdata devices 9 years ago
Simon Glass fd1c2d9b6a dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED 9 years ago
Simon Glass 04ecf36ba6 dm: syscon: Add support for of-platdata 9 years ago
Simon Glass 3b2a29e097 dm: regmap: Add a dummy implementation for of-platdata 9 years ago
Simon Glass 29629eb897 dm: core: Don't use device tree with of-platdata 9 years ago
Vignesh R 7c61686255 dm: core: implement dev_map_physmem() 9 years ago
Angelo Dureghello 5aeedebc33 dm: add manual relocation for devices 9 years ago
Stephen Warren daac3bfee5 dm: allow setting driver_data before/during bind 9 years ago
Paul Burton 0a222d53d8 fdt: Support for ISA busses 9 years ago
Mugunthan V N 73443b9e4c drivers: core: device: add support to check dt compatible for a device/machine 9 years ago
Simon Glass a2040facd2 dm: core: Allow device names to be freed automatically 9 years ago
Stephen Warren 35732098db fdt: fix dev_get_addr_name node offset 9 years ago
Stephen Warren 9fdfadf8fc dm: core: allow drivers to refuse to bind 9 years ago
Stefan Roese 28027521be dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address 9 years ago
Stephen Warren 43c4d44e33 fdt: implement dev_get_addr_name() 9 years ago
Stefan Roese 770eb30ed9 dm: device.c: Minor coding-style fix 9 years ago
Peng Fan c3ab985362 dm: core: device: set pinctrl state for pinctrl device 9 years ago
Simon Glass 532f2435cf syscon: Avoid returning a device on failure 9 years ago
Masahiro Yamada 9f56917ab8 dm: core: make simple-bus compatible to simple-mfd 9 years ago
Simon Glass b06750501f dm: core: Add uclass_first_device_err() to return a valid device 9 years ago
Simon Glass c6db965f67 dm: Remove device_probe_child() 9 years ago
Simon Glass ac94b7bcbe dm: syscon: Allow finding devices by driver data 9 years ago
Simon Glass d062482b46 dm: core: Display the error number when driver binding fails 9 years ago