summaryrefslogtreecommitdiffstats
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* dm: blk: Add a block-device uclassSimon Glass2016-03-141-0/+1
* dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass2016-03-141-2/+13
* stm32x7: add support for stm32x7 serial driverVikas Manocha2016-02-241-0/+17
* dm: implement a DMA uclassMugunthan V N2016-02-231-0/+1
* video: sandbox: Allow selection of font size and console nameSimon Glass2016-01-301-0/+2
* dm: Remove device_probe_child()Simon Glass2016-01-281-13/+0
* ahci: Add a disk-controller uclassSimon Glass2016-01-241-0/+1
* dm: x86: Add a northbridge uclassSimon Glass2016-01-241-0/+1
* dm: x86: Create a driver for x86 interruptsSimon Glass2016-01-241-0/+1
* dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass2016-01-211-1/+1
* dm: panel: Add a panel uclassSimon Glass2016-01-211-0/+1
* dm: backlight: Add a backlight uclassSimon Glass2016-01-211-0/+1
* dm: pwm: Add a PWM uclassSimon Glass2016-01-211-0/+1
* dm: core: Export uclass_find_device_by_of_offset()Simon Glass2016-01-211-0/+16
* dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass2016-01-211-0/+32
* dm: Add a power sequencing uclassSimon Glass2016-01-211-0/+1
* dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass2016-01-211-0/+13
* dm: video: test: Add tests for the video uclassSimon Glass2016-01-201-0/+8
* dm: video: Add a uclass for the text consoleSimon Glass2016-01-201-0/+1
* dm: video: Add a video uclassSimon Glass2016-01-201-0/+1
* serial: lpc32xx hsuart: port driver to driver modelVladimir Zapolskiy2016-01-131-0/+18
* dm: core: Add a new api to get indexed device addressMugunthan V N2016-01-131-0/+11
* dm: core: Add option to configure an offset for the address translationStefan Roese2016-01-121-0/+21
* 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
OpenPOWER on IntegriCloud