Commit Graph

162 Commits (5db28905c952560843212236963e9f711341cad5)

Author SHA1 Message Date
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
Simon Glass 1b30d61d78 dm: core: Export uclass_find_device_by_of_offset() 9 years ago
Simon Glass 0379597e55 dm: core: Don't set pinctrl for pinctrl devices 9 years ago
Simon Glass 20af3c0a00 dm: core: Call uclass post_bind() after the driver's bind() method 9 years ago
Simon Glass c275dfefeb dm: core: Provide uclass_find_device_by_phandle() only when needed 9 years ago
Mugunthan V N 69b41388ba dm: core: Add a new api to get indexed device address 9 years ago
Nathan Rossi 4f627c5a59 spl: dm: Add SPL_DM_SEQ_ALIAS config option 9 years ago
Stefan Roese 66eaea6cd1 dm: core: Add option to configure an offset for the address translation 9 years ago
Stefan Roese 7b98a3b676 dm: core: Fix Kconfig text to mention SPL in SPL_OF_TRANSLATE 9 years ago
Michal Simek 8bebf03c73 dm: core: Enable SPL_SIMPLE_BUS by default 9 years ago
huang lin 41c7f664b9 dm: core: Add SPL Kconfig for REGMAP and SYSCON 9 years ago
Simon Glass 79725ca4f6 Revert "dm: Export device_remove_children / device_unbind_children" 9 years ago
Michal Simek 31e1029a8e dm: core: Add missing entries for manual relocation 9 years ago
Bin Meng 50dae85c71 dm: core: Remove unnecessary codes in uclass_pre_remove_device() 9 years ago
Simon Glass bcbe3d1579 dm: Rename dev_get_parentdata() to dev_get_parent_priv() 9 years ago
Stefan Roese ef5cd33064 dm: core: Enable optional use of fdt_translate_address() 9 years ago
Simon Glass 84d26e296a dm: core: Don't use pinctrl for the root device 9 years ago
Stephen Warren 02464e386b fdt: add new fdt address parsing functions 9 years ago
Simon Glass bc7b2f431d dm: Provide better debugging when a device fails to bind 9 years ago
Simon Glass 3346c87625 dm: Improve handling of a missing uclass 9 years ago
Masahiro Yamada d90a5a30de pinctrl: add pin control uclass support 9 years ago
Masahiro Yamada e6cabe4a6d dm: core: allow device_bind() to not return a device pointer 9 years ago