summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2017-01-11serial: pxa: integrate optional driver model handlingMarcel Ziswiler
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass
2016-09-06serial: bcm283x_mu: Detect disabled serial deviceAlexander Graf
2016-08-15net/ethoc: support private memory configurationsMax Filippov
2016-08-15net/ethoc: add CONFIG_DM_ETH supportMax Filippov
2016-07-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-07-27Add a power domain framework/uclassStephen Warren
2016-07-27dm: core: Add a function to bind child devicesSimon Glass
2016-07-25dm: core: Add a way to find a device by its driverSimon Glass
2016-07-19dm: imx: serial: Support DTE mode when using driver modelStefan Agner
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass
2016-07-14dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass
2016-07-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2016-07-11dm: Sort the uclass id in alphabetical orderBin Meng
2016-07-09dm: core: implement dev_map_physmem()Vignesh R
2016-06-19Add a reset driver framework/uclassStephen Warren
2016-05-26Add a mailbox driver framework/uclassStephen Warren
2016-05-26Rename reset to sysresetStephen Warren
2016-05-26dm: 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-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