summaryrefslogtreecommitdiffstats
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* Add a reset driver framework/uclassStephen Warren2016-06-191-0/+1
* Add a mailbox driver framework/uclassStephen Warren2016-05-261-0/+1
* Rename reset to sysresetStephen Warren2016-05-261-1/+1
* dm: allow setting driver_data before/during bindStephen Warren2016-05-261-0/+24
* drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N2016-05-241-0/+23
* dm: core: Allow device names to be freed automaticallySimon Glass2016-05-171-0/+16
* dm: Rename disk uclass to ahciSimon Glass2016-05-171-1/+1
* m68k: add DM model serial driverangelo@sysam.it2016-05-171-0/+23
* dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese2016-04-251-0/+10
* fdt: implement dev_get_addr_name()Stephen Warren2016-04-151-0/+12
* drivers: Add SPMI bus uclassMateusz Kulikowski2016-04-011-0/+1
* serial: add BCM283x mini UART driverStephen Warren2016-03-271-0/+24
* serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt2016-03-221-0/+3
* 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
OpenPOWER on IntegriCloud