Age | Commit message (Expand) | Author |
2018-11-14 | dm: Correct pre_reloc_only parameter description in several APIs' comments | Bin Meng |
2018-08-21 | device: expose the functions used to remove and unbind children of a device | Jean-Jacques Hiblot |
2018-07-09 | dm: core: Add a way to bind a device by ofnode | Simon Glass |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2017-08-17 | dm: core: Add a comment about the device_remove() flags | Simon Glass |
2017-06-01 | dm: core: Allow binding a device from a live tree | Simon Glass |
2017-04-04 | dm: core: Add flags parameter to device_remove() | Stefan Roese |
2016-05-26 | dm: allow setting driver_data before/during bind | Stephen Warren |
2016-01-28 | dm: Remove device_probe_child() | Simon Glass |
2015-11-19 | Revert "dm: Export device_remove_children / device_unbind_children" | Simon Glass |
2015-08-31 | dm: core: allow device_bind() to not return a device pointer | Masahiro Yamada |
2015-08-18 | dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list | Masahiro Yamada |
2015-08-06 | devres: make Devres optional with CONFIG_DEVRES | Masahiro Yamada |
2015-08-06 | devres: introduce Devres (Managed Device Resource) framework | Masahiro Yamada |
2015-08-06 | dm: Support address translation for simple-bus | Simon Glass |
2015-07-21 | dm: Export device_remove_children / device_unbind_children | Hans de Goede |
2015-04-18 | dm: core: Convert driver_bind() to use const | Simon Glass |
2015-02-19 | dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVE | Marek Vasut |
2014-11-21 | dm: Allow device removal features to be dropped | Simon Glass |
2014-10-22 | dm: core: Allow parents to pass data to children during probe | Simon Glass |
2014-07-23 | dm: Allow drivers to be marked 'before relocation' | Simon Glass |
2014-06-20 | dm: Cast away the const-ness of the global_data pointer | Simon Glass |
2014-05-27 | dm: rename device struct to udevice | Heiko Schocher |
2014-03-04 | dm: Add base driver model support | Simon Glass |