summaryrefslogtreecommitdiffstats
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: Generalize the unit test frameworkJoe Hershberger2015-05-212-135/+7
* dm: regulator: add implementation of driver model regulator uclassPrzemyslaw Marczak2015-05-141-0/+1
* dm: pmic: add implementation of driver model pmic uclassPrzemyslaw Marczak2015-05-141-0/+3
* dm: video: Add a uclass for display portSimon Glass2015-05-131-0/+1
* dm: core: Sort the uclassesSimon Glass2015-05-131-16/+16
* dm: rtc: Add a uclass for real-time clocksSimon Glass2015-05-051-0/+1
* dm: Implement a CPU uclassSimon Glass2015-04-291-0/+1
* dm: core: Add a function to bind a driver for a device tree nodeSimon Glass2015-04-291-0/+16
* dm: core: Remove unbind operations when not requiredSimon Glass2015-04-231-0/+8
* dm: core: precise comments for get/find device by namePrzemyslaw Marczak2015-04-222-2/+2
* dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak2015-04-221-3/+18
* dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak2015-04-221-0/+10
* dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak2015-04-221-0/+11
OpenPOWER on IntegriCloud