aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2015-09-02pinctrl: Add the concept of peripheral IDsSimon Glass1-0/+60
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada2-0/+229
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada2-4/+4
2015-08-31dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass1-0/+1
2015-08-31dm: simplify uclass_foreach_dev() implementationMasahiro Yamada1-7/+2
2015-08-31serial: uniphier: drop platform data supportMasahiro Yamada1-18/+0
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-2/+2
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada2-7/+7
2015-08-06dm: core: Fix a typo in the uclass_get_device_by_name() commentSimon Glass1-1/+1
2015-08-06dm: core: Add a way to set a device nameSimon Glass1-0/+15
2015-08-06devres: add debug command to dump device resourcesMasahiro Yamada1-0/+9
2015-08-06devres: make Devres optional with CONFIG_DEVRESMasahiro Yamada2-0/+95
2015-08-06devres: add devm_kmalloc() and friends (managed memory allocators)Masahiro Yamada1-0/+44
2015-08-06devres: introduce Devres (Managed Device Resource) frameworkMasahiro Yamada2-0/+159
2015-08-06dm: add DM_FLAG_BOUND flagMasahiro Yamada1-0/+3
2015-08-06dm: Support address translation for simple-busSimon Glass1-0/+12
2015-08-05dm: video: Add support for video bridgesSimon Glass1-0/+1
2015-08-05dm: i2c: Add support for multiplexed I2C busesSimon Glass1-0/+1
2015-08-05dm: core: Support finding a device by phandleSimon Glass1-0/+17
2015-08-05dm: Add a return value comment to device_get_child()Simon Glass1-1/+3
2015-07-21dm: Export device_remove_children / device_unbind_childrenHans de Goede1-0/+26
2015-07-21dm: Add platform data advice and admonishmentSimon Glass1-0/+9
2015-07-21dm: Add a clock uclassSimon Glass1-0/+1
2015-07-21dm: Add a system reset uclassSimon Glass1-0/+1
2015-07-21dm: Add support for RAM driversSimon Glass1-0/+1
2015-07-21dm: mmc: Add an MMC uclassSimon Glass1-0/+1
2015-07-21dm: Add support for LEDsSimon Glass1-0/+1
2015-07-21dm: Add support for generic system controllers (syscon)Simon Glass1-0/+1
2015-07-21dm: core: Correct device_get_child_by_of_offset() parameterSimon Glass1-1/+1
2015-07-21dm: core: Add a function to find any device from device treeSimon Glass1-0/+14
2015-07-21dm: Move the tree/uclass dump code into its own fileSimon Glass1-0/+6
2015-06-04dm: Sort the uclass IDs after the tegra/PMIC additionSimon Glass1-5/+3
2015-05-21test: dm: Move the dm tests over to the ut commandJoe Hershberger1-11/+0
2015-05-21test: Generalize the unit test frameworkJoe Hershberger2-135/+7
2015-05-14dm: regulator: add implementation of driver model regulator uclassPrzemyslaw Marczak1-0/+1
2015-05-14dm: pmic: add implementation of driver model pmic uclassPrzemyslaw Marczak1-0/+3
2015-05-13dm: video: Add a uclass for display portSimon Glass1-0/+1
2015-05-13dm: core: Sort the uclassesSimon Glass1-16/+16
2015-05-05dm: rtc: Add a uclass for real-time clocksSimon Glass1-0/+1
2015-04-29dm: Implement a CPU uclassSimon Glass1-0/+1
2015-04-29dm: core: Add a function to bind a driver for a device tree nodeSimon Glass1-0/+16
2015-04-23dm: core: Remove unbind operations when not requiredSimon Glass1-0/+8
2015-04-22dm: core: precise comments for get/find device by namePrzemyslaw Marczak2-2/+2
2015-04-22dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak1-3/+18
2015-04-22dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak1-0/+10
2015-04-22dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak1-0/+11
2015-04-22dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak1-0/+15
2015-04-22dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak1-23/+38
2015-04-22dm: test: Add tests for device's uclass platform dataPrzemyslaw Marczak1-0/+20
2015-04-22dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak2-1/+20