Commit Graph

294 Commits (lime2-spi)

Author SHA1 Message Date
Stefan Roese 28027521be dm: core: Add dev_get_addr_ptr() to return a pointer to the reg address 8 years ago
Stephen Warren 43c4d44e33 fdt: implement dev_get_addr_name() 8 years ago
Stefan Roese 770eb30ed9 dm: device.c: Minor coding-style fix 8 years ago
Peng Fan c3ab985362 dm: core: device: set pinctrl state for pinctrl device 8 years ago
Simon Glass 532f2435cf syscon: Avoid returning a device on failure 8 years ago
Masahiro Yamada 9f56917ab8 dm: core: make simple-bus compatible to simple-mfd 8 years ago
Simon Glass b06750501f dm: core: Add uclass_first_device_err() to return a valid device 8 years ago
Simon Glass c6db965f67 dm: Remove device_probe_child() 8 years ago
Simon Glass ac94b7bcbe dm: syscon: Allow finding devices by driver data 8 years ago
Simon Glass d062482b46 dm: core: Display the error number when driver binding fails 8 years ago
Simon Glass 1b30d61d78 dm: core: Export uclass_find_device_by_of_offset() 8 years ago
Simon Glass 0379597e55 dm: core: Don't set pinctrl for pinctrl devices 8 years ago
Simon Glass 20af3c0a00 dm: core: Call uclass post_bind() after the driver's bind() method 8 years ago
Simon Glass c275dfefeb dm: core: Provide uclass_find_device_by_phandle() only when needed 8 years ago
Mugunthan V N 69b41388ba dm: core: Add a new api to get indexed device address 8 years ago
Nathan Rossi 4f627c5a59 spl: dm: Add SPL_DM_SEQ_ALIAS config option 8 years ago
Stefan Roese 66eaea6cd1 dm: core: Add option to configure an offset for the address translation 8 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
Marek Vasut 628d792c07 dm: core: Add Kconfig for simple bus driver 9 years ago
Simon Glass 4e9838c102 dm: Use dev_get_addr() where possible 9 years ago
Bin Meng cdeb2ba99c dm: core: Fix code reentrancy issue in device_probe_child() 9 years ago
Masahiro Yamada 0f9258228e of: clean up OF_CONTROL ifdef conditionals 9 years ago
Masahiro Yamada 0a5804b53a dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list 9 years ago
Masahiro Yamada 0b11dbf705 drivers: hierarchize drivers Kconfig menu 9 years ago
Simon Glass f5c67ea036 dm: core: Add a way to set a device name 9 years ago
Masahiro Yamada 40b6f2d020 devres: add debug command to dump device resources 9 years ago
Masahiro Yamada e2282d7076 devres: make Devres optional with CONFIG_DEVRES 9 years ago
Masahiro Yamada 2b07f6859a devres: add devm_kmalloc() and friends (managed memory allocators) 9 years ago
Masahiro Yamada 608f26c51b devres: introduce Devres (Managed Device Resource) framework 9 years ago
Masahiro Yamada aed1a4dd88 dm: add DM_FLAG_BOUND flag 9 years ago
Simon Glass f33017716e dm: Support address translation for simple-bus 9 years ago
Simon Glass 12dc8e7522 dm: Make regmap and syscon optional 9 years ago
Simon Glass d82ba4c0b4 dm: core: Support finding a device by phandle 9 years ago
Simon Glass 2fda14ae6a dm: core: Check for empty list in uclass_find_device() 9 years ago
Simon Glass 36d7cc17bd dm: core: Add \n to two dm_warn() messages 9 years ago
Hans de Goede e5c4564ee6 dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea 9 years ago
Hans de Goede bb52b367f6 dm: Export device_remove_children / device_unbind_children 9 years ago