summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2016-05-27Add a mailbox driver framework/uclassStephen Warren
2016-05-27Rename reset to sysresetStephen Warren
2016-05-27dm: allow setting driver_data before/during bindStephen Warren
2016-05-24drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N
2016-05-17dm: core: Allow device names to be freed automaticallySimon Glass
2016-05-17dm: Rename disk uclass to ahciSimon Glass
2016-05-17m68k: add DM model serial driverangelo@sysam.it
2016-04-25dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese
2016-04-15fdt: implement dev_get_addr_name()Stephen Warren
2016-04-01drivers: Add SPMI bus uclassMateusz Kulikowski
2016-03-27serial: add BCM283x mini UART driverStephen Warren
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-29dm: 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-22dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass
2016-01-22dm: panel: Add a panel uclassSimon Glass
2016-01-22dm: backlight: Add a backlight uclassSimon Glass
2016-01-22dm: pwm: Add a PWM uclassSimon Glass
2016-01-22dm: core: Export uclass_find_device_by_of_offset()Simon Glass
2016-01-22dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass
2016-01-22dm: Add a power sequencing uclassSimon Glass
2016-01-22dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass
2016-01-21dm: video: test: Add tests for the video uclassSimon Glass
2016-01-21dm: video: Add a uclass for the text consoleSimon Glass
2016-01-21dm: video: Add a video uclassSimon Glass
2016-01-14serial: 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-20Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass
2015-11-20dm: core: Add safe device iteration macrosSimon Glass
2015-11-20dm: 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-22dm: implement a Miscellaneous uclassThomas Chou
2015-10-22dm: implement a Timer uclassThomas Chou