Age | Commit message (Expand) | Author |
2015-11-19 | Revert "dm: Export device_remove_children / device_unbind_children" | Simon Glass |
2015-11-19 | dm: core: Add safe device iteration macros | Simon Glass |
2015-11-19 | dm: usb: Add support for USB keyboards with driver model | Simon Glass |
2015-11-12 | dm: implement a MTD uclass | Thomas Chou |
2015-11-02 | dm: adc: add simple ADC uclass implementation | Przemyslaw Marczak |
2015-10-27 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2015-10-23 | dm: core: Tidy up comments in device.h | Simon Glass |
2015-10-23 | dm: core: Remove a comment about dropping per_child_auto_alloc_size | Simon Glass |
2015-10-23 | dm: core: Tidy up devres comments | Simon Glass |
2015-10-23 | dm: core: Fix device flag whitespace | Simon Glass |
2015-10-23 | dm: core: Adjust device.h header file order | Simon Glass |
2015-10-23 | dm: Rename dev_get_parentdata() to dev_get_parent_priv() | Simon Glass |
2015-10-23 | dm: implement a Miscellaneous uclass | Thomas Chou |
2015-10-23 | dm: implement a Timer uclass | Thomas Chou |
2015-10-22 | drivers: Introduce a simplified remoteproc framework | Nishanth Menon |
2015-09-16 | dm: pci: Add an inline API to test if a device is on a PCI bus | Bin Meng |
2015-09-02 | pinctrl: Add the concept of peripheral IDs | Simon Glass |
2015-08-31 | pinctrl: add pin control uclass support | Masahiro Yamada |
2015-08-31 | dm: core: allow device_bind() to not return a device pointer | Masahiro Yamada |
2015-08-31 | dm: tpm: Add a uclass for Trusted Platform Modules | Simon Glass |
2015-08-31 | dm: simplify uclass_foreach_dev() implementation | Masahiro Yamada |
2015-08-31 | serial: uniphier: drop platform data support | Masahiro Yamada |
2015-08-18 | of: clean up OF_CONTROL ifdef conditionals | Masahiro Yamada |
2015-08-18 | dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list | Masahiro Yamada |
2015-08-06 | dm: core: Fix a typo in the uclass_get_device_by_name() comment | Simon Glass |
2015-08-06 | dm: core: Add a way to set a device name | Simon Glass |
2015-08-06 | devres: add debug command to dump device resources | Masahiro Yamada |
2015-08-06 | devres: make Devres optional with CONFIG_DEVRES | Masahiro Yamada |
2015-08-06 | devres: add devm_kmalloc() and friends (managed memory allocators) | Masahiro Yamada |
2015-08-06 | devres: introduce Devres (Managed Device Resource) framework | Masahiro Yamada |
2015-08-06 | dm: add DM_FLAG_BOUND flag | Masahiro Yamada |
2015-08-06 | dm: Support address translation for simple-bus | Simon Glass |
2015-08-05 | dm: video: Add support for video bridges | Simon Glass |
2015-08-05 | dm: i2c: Add support for multiplexed I2C buses | Simon Glass |
2015-08-05 | dm: core: Support finding a device by phandle | Simon Glass |
2015-08-05 | dm: Add a return value comment to device_get_child() | Simon Glass |
2015-07-21 | dm: Export device_remove_children / device_unbind_children | Hans de Goede |
2015-07-21 | dm: Add platform data advice and admonishment | Simon Glass |
2015-07-21 | dm: Add a clock uclass | Simon Glass |
2015-07-21 | dm: Add a system reset uclass | Simon Glass |
2015-07-21 | dm: Add support for RAM drivers | Simon Glass |
2015-07-21 | dm: mmc: Add an MMC uclass | Simon Glass |
2015-07-21 | dm: Add support for LEDs | Simon Glass |
2015-07-21 | dm: Add support for generic system controllers (syscon) | Simon Glass |
2015-07-21 | dm: core: Correct device_get_child_by_of_offset() parameter | Simon Glass |
2015-07-21 | dm: core: Add a function to find any device from device tree | Simon Glass |
2015-07-21 | dm: Move the tree/uclass dump code into its own file | Simon Glass |
2015-06-04 | dm: Sort the uclass IDs after the tegra/PMIC addition | Simon Glass |
2015-05-21 | test: dm: Move the dm tests over to the ut command | Joe Hershberger |
2015-05-21 | test: Generalize the unit test framework | Joe Hershberger |