summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
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
2015-05-21test: Generalize the unit test frameworkJoe Hershberger
2015-05-14dm: regulator: add implementation of driver model regulator uclassPrzemyslaw Marczak
2015-05-14dm: pmic: add implementation of driver model pmic uclassPrzemyslaw Marczak
2015-05-13dm: video: Add a uclass for display portSimon Glass
2015-05-13dm: core: Sort the uclassesSimon Glass
2015-05-05dm: rtc: Add a uclass for real-time clocksSimon Glass
2015-04-29dm: Implement a CPU uclassSimon Glass
2015-04-29dm: core: Add a function to bind a driver for a device tree nodeSimon Glass
2015-04-23dm: core: Remove unbind operations when not requiredSimon Glass
2015-04-22dm: core: precise comments for get/find device by namePrzemyslaw Marczak
2015-04-22dm: core: remove type 'static' of function uclass_get_device_tail()Przemyslaw Marczak
2015-04-22dm: core: device: add function: dev_get_uclass_name()Przemyslaw Marczak
2015-04-22dm: core: device: add function: dev_get_driver_ops()Przemyslaw Marczak
2015-04-22dm: core: uclass: add function: uclass_get_device_by_name()Przemyslaw Marczak
2015-04-22dm: core: uclass: add function: uclass_find_device_by_name()Przemyslaw Marczak
2015-04-22dm: test: Add tests for device's uclass platform dataPrzemyslaw Marczak
2015-04-22dm: core: Extend struct udevice by '.uclass_platdata' field.Przemyslaw Marczak
2015-04-22dm: core: add internal functions for getting the device without probePrzemyslaw Marczak
2015-04-18dm: test: Allow 'dm test' to select a particular test to runSimon Glass
2015-04-18dm: usb: sandbox: Add an emulator for USB flash devicesSimon Glass
2015-04-18dm: usb: sandbox: Add a uclass for USB device emulationSimon Glass
2015-04-18dm: usb: Bind generic USB devices when there is no driverSimon Glass
2015-04-18dm: usb: Add driver model support for hubsSimon Glass
2015-04-18dm: usb: Add a uclass for USB controllersSimon Glass
2015-04-18dm: core: Add device children and sibling functionsSimon Glass
2015-04-18dm: core: Rename driver data function to dev_get_driver_data()Simon Glass