summaryrefslogtreecommitdiff
path: root/include/dm
Commit message (Expand)AuthorAgeLines
* serial: bcm283x_mu: Detect disabled serial deviceAlexander Graf2016-09-06-0/+1
* net/ethoc: support private memory configurationsMax Filippov2016-08-15-0/+1
* net/ethoc: add CONFIG_DM_ETH supportMax Filippov2016-08-15-0/+20
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-07-28-0/+1
|\
| * dm: imx: serial: Support DTE mode when using driver modelStefan Agner2016-07-19-0/+1
* | Add a power domain framework/uclassStephen Warren2016-07-27-0/+1
* | dm: core: Add a function to bind child devicesSimon Glass2016-07-27-0/+16
* | dm: core: Add a way to find a device by its driverSimon Glass2016-07-25-0/+22
* | dm: core: Expand platdata for of-platdata devicesSimon Glass2016-07-14-0/+7
* | dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass2016-07-14-2/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-07-11-0/+13
|\ \
| * | dm: core: implement dev_map_physmem()Vignesh R2016-07-09-0/+13
| |/
* | dm: Sort the uclass id in alphabetical orderBin Meng2016-07-11-2/+2
|/
* Add a reset driver framework/uclassStephen Warren2016-06-19-0/+1
* Add a mailbox driver framework/uclassStephen Warren2016-05-26-0/+1
* Rename reset to sysresetStephen Warren2016-05-26-1/+1
* dm: allow setting driver_data before/during bindStephen Warren2016-05-26-0/+24
* drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N2016-05-24-0/+23
* dm: core: Allow device names to be freed automaticallySimon Glass2016-05-17-0/+16
* dm: Rename disk uclass to ahciSimon Glass2016-05-17-1/+1
* m68k: add DM model serial driverangelo@sysam.it2016-05-17-0/+23
* dm: core: Add dev_get_addr_ptr() to return a pointer to the reg addressStefan Roese2016-04-25-0/+10
* fdt: implement dev_get_addr_name()Stephen Warren2016-04-15-0/+12
* drivers: Add SPMI bus uclassMateusz Kulikowski2016-04-01-0/+1
* serial: add BCM283x mini UART driverStephen Warren2016-03-27-0/+24
* serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt2016-03-22-0/+3
* dm: blk: Add a block-device uclassSimon Glass2016-03-14-0/+1
* dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass2016-03-14-2/+13
* stm32x7: add support for stm32x7 serial driverVikas Manocha2016-02-24-0/+17
* dm: implement a DMA uclassMugunthan V N2016-02-23-0/+1
* video: sandbox: Allow selection of font size and console nameSimon Glass2016-01-30-0/+2
* dm: Remove device_probe_child()Simon Glass2016-01-28-13/+0
* ahci: Add a disk-controller uclassSimon Glass2016-01-24-0/+1
* dm: x86: Add a northbridge uclassSimon Glass2016-01-24-0/+1
* dm: x86: Create a driver for x86 interruptsSimon Glass2016-01-24-0/+1
* dm: video: Repurpose the 'displayport' uclass to 'display'Simon Glass2016-01-21-1/+1
* dm: panel: Add a panel uclassSimon Glass2016-01-21-0/+1
* dm: backlight: Add a backlight uclassSimon Glass2016-01-21-0/+1
* dm: pwm: Add a PWM uclassSimon Glass2016-01-21-0/+1
* dm: core: Export uclass_find_device_by_of_offset()Simon Glass2016-01-21-0/+16
* dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass2016-01-21-0/+32
* dm: Add a power sequencing uclassSimon Glass2016-01-21-0/+1
* dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass2016-01-21-0/+13
* dm: video: test: Add tests for the video uclassSimon Glass2016-01-20-0/+8
* dm: video: Add a uclass for the text consoleSimon Glass2016-01-20-0/+1
* dm: video: Add a video uclassSimon Glass2016-01-20-0/+1
* serial: lpc32xx hsuart: port driver to driver modelVladimir Zapolskiy2016-01-13-0/+18
* dm: core: Add a new api to get indexed device addressMugunthan V N2016-01-13-0/+11
* dm: core: Add option to configure an offset for the address translationStefan Roese2016-01-12-0/+21
* stm32: Convert serial driver to DMKamil Lulko2015-12-12-0/+16