summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2015-12-12stm32: Convert serial driver to DMKamil Lulko
2015-11-19Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass
2015-11-19dm: core: Add safe device iteration macrosSimon Glass
2015-11-19dm: usb: Add support for USB keyboards with driver modelSimon Glass
2015-11-12dm: implement a MTD uclassThomas Chou
2015-11-02dm: adc: add simple ADC uclass implementationPrzemyslaw Marczak
2015-10-27Merge git://git.denx.de/u-boot-dmTom Rini
2015-10-23dm: core: Tidy up comments in device.hSimon Glass
2015-10-23dm: core: Remove a comment about dropping per_child_auto_alloc_sizeSimon Glass
2015-10-23dm: core: Tidy up devres commentsSimon Glass
2015-10-23dm: core: Fix device flag whitespaceSimon Glass
2015-10-23dm: core: Adjust device.h header file orderSimon Glass
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-10-23dm: implement a Miscellaneous uclassThomas Chou
2015-10-23dm: implement a Timer uclassThomas Chou
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon
2015-09-16dm: pci: Add an inline API to test if a device is on a PCI busBin Meng
2015-09-02pinctrl: Add the concept of peripheral IDsSimon Glass
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada
2015-08-31dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass
2015-08-31dm: simplify uclass_foreach_dev() implementationMasahiro Yamada
2015-08-31serial: uniphier: drop platform data supportMasahiro Yamada
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada
2015-08-06dm: core: Fix a typo in the uclass_get_device_by_name() commentSimon Glass
2015-08-06dm: core: Add a way to set a device nameSimon Glass
2015-08-06devres: add debug command to dump device resourcesMasahiro Yamada
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada
2015-08-06devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada
2015-08-06dm: add DM_FLAG_BOUND flagMasahiro Yamada
2015-08-06dm: Support address translation for simple-busSimon Glass
2015-08-05dm: video: Add support for video bridgesSimon Glass
2015-08-05dm: i2c: Add support for multiplexed I2C busesSimon Glass
2015-08-05dm: core: Support finding a device by phandleSimon Glass
2015-08-05dm: Add a return value comment to device_get_child()Simon Glass
2015-07-21dm: Export device_remove_children / device_unbind_childrenHans de Goede
2015-07-21dm: Add platform data advice and admonishmentSimon Glass
2015-07-21dm: Add a clock uclassSimon Glass
2015-07-21dm: Add a system reset uclassSimon Glass
2015-07-21dm: Add support for RAM driversSimon Glass
2015-07-21dm: mmc: Add an MMC uclassSimon Glass
2015-07-21dm: Add support for LEDsSimon Glass
2015-07-21dm: Add support for generic system controllers (syscon)Simon Glass
2015-07-21dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass
2015-07-21dm: core: Add a function to find any device from device treeSimon Glass
2015-07-21dm: Move the tree/uclass dump code into its own fileSimon Glass
2015-06-04dm: Sort the uclass IDs after the tegra/PMIC additionSimon Glass
2015-05-21test: dm: Move the dm tests over to the ut commandJoe Hershberger