summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2016-03-22serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt
2016-03-14dm: blk: Add a block-device uclassSimon Glass
2016-03-14dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass
2016-02-24stm32x7: add support for stm32x7 serial driverVikas Manocha
2016-02-23dm: implement a DMA uclassMugunthan V N
2016-01-30video: sandbox: Allow selection of font size and console nameSimon Glass
2016-01-28dm: Remove device_probe_child()Simon Glass
2016-01-24ahci: Add a disk-controller uclassSimon Glass
2016-01-24dm: x86: Add a northbridge uclassSimon Glass
2016-01-24dm: x86: Create a driver for x86 interruptsSimon Glass
2016-01-21dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass
2016-01-21dm: panel: Add a panel uclassSimon Glass
2016-01-21dm: backlight: Add a backlight uclassSimon Glass
2016-01-21dm: pwm: Add a PWM uclassSimon Glass
2016-01-21dm: core: Export uclass_find_device_by_of_offset()Simon Glass
2016-01-21dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass
2016-01-21dm: Add a power sequencing uclassSimon Glass
2016-01-21dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass
2016-01-20dm: video: test: Add tests for the video uclassSimon Glass
2016-01-20dm: video: Add a uclass for the text consoleSimon Glass
2016-01-20dm: video: Add a video uclassSimon Glass
2016-01-13serial: lpc32xx hsuart: port driver to driver modelVladimir Zapolskiy
2016-01-13dm: core: Add a new api to get indexed device addressMugunthan V N
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese
2015-12-12stm32: Convert serial driver to DMKamil Lulko
2015-11-19Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass
2015-11-19dm: core: Add safe device iteration macrosSimon Glass
2015-11-19dm: usb: Add support for USB keyboards with driver modelSimon Glass
2015-11-12dm: implement a MTD uclassThomas Chou
2015-11-02dm: adc: add simple ADC uclass implementationPrzemyslaw Marczak
2015-10-27Merge git://git.denx.de/u-boot-dmTom Rini
2015-10-23dm: core: Tidy up comments in device.hSimon Glass
2015-10-23dm: core: Remove a comment about dropping per_child_auto_alloc_sizeSimon Glass
2015-10-23dm: core: Tidy up devres commentsSimon Glass
2015-10-23dm: core: Fix device flag whitespaceSimon Glass
2015-10-23dm: core: Adjust device.h header file orderSimon Glass
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-10-23dm: implement a Miscellaneous uclassThomas Chou
2015-10-23dm: implement a Timer uclassThomas Chou
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon
2015-09-16dm: pci: Add an inline API to test if a device is on a PCI busBin Meng
2015-09-02pinctrl: Add the concept of peripheral IDsSimon Glass
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada
2015-08-31dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass
2015-08-31dm: simplify uclass_foreach_dev() implementationMasahiro Yamada
2015-08-31serial: uniphier: drop platform data supportMasahiro Yamada
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-18dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd listMasahiro Yamada
2015-08-06dm: core: Fix a typo in the uclass_get_device_by_name() commentSimon Glass