summaryrefslogtreecommitdiffstats
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* stm32: Convert serial driver to DMKamil Lulko2015-12-121-0/+16
* Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass2015-11-191-26/+0
* dm: core: Add safe device iteration macrosSimon Glass2015-11-192-0/+27
* dm: usb: Add support for USB keyboards with driver modelSimon Glass2015-11-191-0/+1
* dm: implement a MTD uclassThomas Chou2015-11-121-0/+1
* dm: adc: add simple ADC uclass implementationPrzemyslaw Marczak2015-11-021-0/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2015-10-271-56/+63
|\
| * dm: core: Tidy up comments in device.hSimon Glass2015-10-231-3/+16
| * dm: core: Remove a comment about dropping per_child_auto_alloc_sizeSimon Glass2015-10-231-4/+0
| * dm: core: Tidy up devres commentsSimon Glass2015-10-231-26/+24
| * dm: core: Fix device flag whitespaceSimon Glass2015-10-231-5/+5
| * dm: core: Adjust device.h header file orderSimon Glass2015-10-231-13/+13
| * dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-5/+5
* | dm: implement a Miscellaneous uclassThomas Chou2015-10-231-0/+1
* | dm: implement a Timer uclassThomas Chou2015-10-231-0/+1
|/
* drivers: Introduce a simplified remoteproc frameworkNishanth Menon2015-10-221-0/+1
* dm: pci: Add an inline API to test if a device is on a PCI busBin Meng2015-09-161-0/+11
* pinctrl: Add the concept of peripheral IDsSimon Glass2015-09-021-0/+60
* pinctrl: add pin control uclass supportMasahiro Yamada2015-08-312-0/+229
* dm: core: allow device_bind() to not return a device pointerMasahiro Yamada2015-08-312-4/+4
* dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass2015-08-311-0/+1
* dm: simplify uclass_foreach_dev() implementationMasahiro Yamada2015-08-311-7/+2
* serial: uniphier: drop platform data supportMasahiro Yamada2015-08-311-18/+0
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-2/+2
* dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2015-08-182-7/+7
* dm: core: Fix a typo in the uclass_get_device_by_name() commentSimon Glass2015-08-061-1/+1
* dm: core: Add a way to set a device nameSimon Glass2015-08-061-0/+15
* devres: add debug command to dump device resourcesMasahiro Yamada2015-08-061-0/+9
* devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2015-08-062-0/+95
* devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada2015-08-061-0/+44
* devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2015-08-062-0/+159
* dm: add DM_FLAG_BOUND flagMasahiro Yamada2015-08-061-0/+3
* dm: Support address translation for simple-busSimon Glass2015-08-061-0/+12
* dm: video: Add support for video bridgesSimon Glass2015-08-051-0/+1
* dm: i2c: Add support for multiplexed I2C busesSimon Glass2015-08-051-0/+1
* dm: core: Support finding a device by phandleSimon Glass2015-08-051-0/+17
* dm: Add a return value comment to device_get_child()Simon Glass2015-08-051-1/+3
* dm: Export device_remove_children / device_unbind_childrenHans de Goede2015-07-211-0/+26
* dm: Add platform data advice and admonishmentSimon Glass2015-07-211-0/+9
* dm: Add a clock uclassSimon Glass2015-07-211-0/+1
* dm: Add a system reset uclassSimon Glass2015-07-211-0/+1
* dm: Add support for RAM driversSimon Glass2015-07-211-0/+1
* dm: mmc: Add an MMC uclassSimon Glass2015-07-211-0/+1
* dm: Add support for LEDsSimon Glass2015-07-211-0/+1
* dm: Add support for generic system controllers (syscon)Simon Glass2015-07-211-0/+1
* dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass2015-07-211-1/+1
* dm: core: Add a function to find any device from device treeSimon Glass2015-07-211-0/+14
* dm: Move the tree/uclass dump code into its own fileSimon Glass2015-07-211-0/+6
* dm: Sort the uclass IDs after the tegra/PMIC additionSimon Glass2015-06-041-5/+3
* test: dm: Move the dm tests over to the ut commandJoe Hershberger2015-05-211-11/+0
OpenPOWER on IntegriCloud