aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2016-04-25dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese1-0/+10
2016-04-15fdt: implement dev_get_addr_name()Stephen Warren1-0/+12
2016-04-01drivers: Add SPMI bus uclassMateusz Kulikowski1-0/+1
2016-03-27serial: add BCM283x mini UART driverStephen Warren1-0/+24
2016-03-22serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt1-0/+3
2016-03-14dm: blk: Add a block-device uclassSimon Glass1-0/+1
2016-03-14dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass1-2/+13
2016-02-24stm32x7: add support for stm32x7 serial driverVikas Manocha1-0/+17
2016-02-23dm: implement a DMA uclassMugunthan V N1-0/+1
2016-01-30video: sandbox: Allow selection of font size and console nameSimon Glass1-0/+2
2016-01-28dm: Remove device_probe_child()Simon Glass1-13/+0
2016-01-24ahci: Add a disk-controller uclassSimon Glass1-0/+1
2016-01-24dm: x86: Add a northbridge uclassSimon Glass1-0/+1
2016-01-24dm: x86: Create a driver for x86 interruptsSimon Glass1-0/+1
2016-01-21dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass1-1/+1
2016-01-21dm: panel: Add a panel uclassSimon Glass1-0/+1
2016-01-21dm: backlight: Add a backlight uclassSimon Glass1-0/+1
2016-01-21dm: pwm: Add a PWM uclassSimon Glass1-0/+1
2016-01-21dm: core: Export uclass_find_device_by_of_offset()Simon Glass1-0/+16
2016-01-21dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass1-0/+32
2016-01-21dm: Add a power sequencing uclassSimon Glass1-0/+1
2016-01-21dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass1-0/+13
2016-01-20dm: video: test: Add tests for the video uclassSimon Glass1-0/+8
2016-01-20dm: video: Add a uclass for the text consoleSimon Glass1-0/+1
2016-01-20dm: video: Add a video uclassSimon Glass1-0/+1
2016-01-13serial: lpc32xx hsuart: port driver to driver modelVladimir Zapolskiy1-0/+18
2016-01-13dm: core: Add a new api to get indexed device addressMugunthan V N1-0/+11
2016-01-12dm: core: Add option to configure an offset for the address translationStefan Roese1-0/+21
2015-12-12stm32: Convert serial driver to DMKamil Lulko1-0/+16
2015-11-19Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass1-26/+0
2015-11-19dm: core: Add safe device iteration macrosSimon Glass2-0/+27
2015-11-19dm: usb: Add support for USB keyboards with driver modelSimon Glass1-0/+1
2015-11-12dm: implement a MTD uclassThomas Chou1-0/+1
2015-11-02dm: adc: add simple ADC uclass implementationPrzemyslaw Marczak1-0/+1
2015-10-27Merge git://git.denx.de/u-boot-dmTom Rini1-56/+63
2015-10-23dm: core: Tidy up comments in device.hSimon Glass1-3/+16
2015-10-23dm: core: Remove a comment about dropping per_child_auto_alloc_sizeSimon Glass1-4/+0
2015-10-23dm: core: Tidy up devres commentsSimon Glass1-26/+24
2015-10-23dm: core: Fix device flag whitespaceSimon Glass1-5/+5
2015-10-23dm: core: Adjust device.h header file orderSimon Glass1-13/+13
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-5/+5
2015-10-23dm: implement a Miscellaneous uclassThomas Chou1-0/+1
2015-10-23dm: implement a Timer uclassThomas Chou1-0/+1
2015-10-22drivers: Introduce a simplified remoteproc frameworkNishanth Menon1-0/+1
2015-09-16dm: pci: Add an inline API to test if a device is on a PCI busBin Meng1-0/+11
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