Commit Graph

138 Commits (782b97805e9f59cc2b4d3aa67a8a03248e8cd722)

Author SHA1 Message Date
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() 10 years ago
Simon Glass bcbe3d1579 dm: Rename dev_get_parentdata() to dev_get_parent_priv() 10 years ago
Stefan Roese ef5cd33064 dm: core: Enable optional use of fdt_translate_address() 10 years ago
Simon Glass 84d26e296a dm: core: Don't use pinctrl for the root device 10 years ago
Stephen Warren 02464e386b fdt: add new fdt address parsing functions 10 years ago
Simon Glass bc7b2f431d dm: Provide better debugging when a device fails to bind 10 years ago
Simon Glass 3346c87625 dm: Improve handling of a missing uclass 10 years ago
Masahiro Yamada d90a5a30de pinctrl: add pin control uclass support 10 years ago
Masahiro Yamada e6cabe4a6d dm: core: allow device_bind() to not return a device pointer 10 years ago
Marek Vasut 628d792c07 dm: core: Add Kconfig for simple bus driver 10 years ago
Simon Glass 4e9838c102 dm: Use dev_get_addr() where possible 10 years ago
Bin Meng cdeb2ba99c dm: core: Fix code reentrancy issue in device_probe_child() 10 years ago
Masahiro Yamada 0f9258228e of: clean up OF_CONTROL ifdef conditionals 10 years ago
Masahiro Yamada 0a5804b53a dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list 10 years ago
Masahiro Yamada 0b11dbf705 drivers: hierarchize drivers Kconfig menu 10 years ago
Simon Glass f5c67ea036 dm: core: Add a way to set a device name 10 years ago
Masahiro Yamada 40b6f2d020 devres: add debug command to dump device resources 10 years ago
Masahiro Yamada e2282d7076 devres: make Devres optional with CONFIG_DEVRES 10 years ago
Masahiro Yamada 2b07f6859a devres: add devm_kmalloc() and friends (managed memory allocators) 10 years ago
Masahiro Yamada 608f26c51b devres: introduce Devres (Managed Device Resource) framework 10 years ago
Masahiro Yamada aed1a4dd88 dm: add DM_FLAG_BOUND flag 10 years ago
Simon Glass f33017716e dm: Support address translation for simple-bus 10 years ago
Simon Glass 12dc8e7522 dm: Make regmap and syscon optional 10 years ago
Simon Glass d82ba4c0b4 dm: core: Support finding a device by phandle 10 years ago
Simon Glass 2fda14ae6a dm: core: Check for empty list in uclass_find_device() 10 years ago
Simon Glass 36d7cc17bd dm: core: Add \n to two dm_warn() messages 10 years ago
Hans de Goede e5c4564ee6 dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea 10 years ago
Hans de Goede bb52b367f6 dm: Export device_remove_children / device_unbind_children 10 years ago
Masahiro Yamada 04c5ee41b2 dm: remove redundant CONFIG_DM from driver/core/Makefile 10 years ago
Masahiro Yamada 1f5dd4700a dm: do not set DM_FLAG_ACTIVATED twice 10 years ago
Masahiro Yamada 643e69021e dm: change dm_warn() message into debug() in uclass_add() 10 years ago
Simon Glass 9f4629be8a dm: core: Add device checking to syscon_get_regmap() 10 years ago
Simon Glass 5725128507 dm: Add support for generic system controllers (syscon) 10 years ago