aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: core: Add livetree definitionsSimon Glass1-0/+106
2017-06-01dm: core: Add ofnode to represent device tree nodesSimon Glass2-4/+106
2017-06-01dm: core: Dont export dm_scan_fdt_node()Simon Glass1-16/+0
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-13/+13
2017-06-01dm: core: Move dev_get_addr() etc. into a separate fileSimon Glass2-92/+110
2017-05-17dm: core: Add DM_FLAG_OS_PREPARE flagStefan Roese1-1/+10
2017-05-09drivers: phy: add generic PHY frameworkJean-Jacques Hiblot1-0/+1
2017-05-08dm: Simple Watchdog uclassmaxims@google.com1-0/+1
2017-04-18sysreset: psci: support system reset in a generic way with PSCIMasahiro Yamada1-0/+1
2017-04-04dm: core: Add dm_remove_devices_flags() and hook it into device_remove()Stefan Roese1-0/+16
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese2-2/+29
2017-03-16dm: Return actual bools in dm_fdt_pre_relocHeiko Stübner1-1/+1
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner1-0/+26
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-0/+10
2016-12-20dm: Add support for scsi/sata based devicesMichal Simek1-0/+1
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini1-1/+0
2016-12-08dm: Add support for scsi/sata based devicesMichal Simek1-0/+1
2016-12-02dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese1-0/+16
2016-12-02dm: core: Handle global_data moving in SPLSimon Glass1-0/+10
2016-11-23serial: pxa: integrate optional driver model handlingMarcel Ziswiler1-0/+56
2016-10-11dm: core: Add a function to get a uclass nameSimon Glass1-0/+8
2016-09-06serial: bcm283x_mu: Detect disabled serial deviceAlexander Graf1-0/+1
2016-08-15net/ethoc: support private memory configurationsMax Filippov1-0/+1
2016-08-15net/ethoc: add CONFIG_DM_ETH supportMax Filippov1-0/+20
2016-07-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+1
2016-07-27Add a power domain framework/uclassStephen Warren1-0/+1
2016-07-27dm: core: Add a function to bind child devicesSimon Glass1-0/+16
2016-07-25dm: core: Add a way to find a device by its driverSimon Glass2-0/+22
2016-07-19dm: imx: serial: Support DTE mode when using driver modelStefan Agner1-0/+1
2016-07-14dm: core: Expand platdata for of-platdata devicesSimon Glass2-0/+7
2016-07-14dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCEDSimon Glass1-2/+2
2016-07-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+13
2016-07-11dm: Sort the uclass id in alphabetical orderBin Meng1-2/+2
2016-07-09dm: core: implement dev_map_physmem()Vignesh R1-0/+13
2016-06-19Add a reset driver framework/uclassStephen Warren1-0/+1
2016-05-26Add a mailbox driver framework/uclassStephen Warren1-0/+1
2016-05-26Rename reset to sysresetStephen Warren1-1/+1
2016-05-26dm: allow setting driver_data before/during bindStephen Warren1-0/+24
2016-05-24drivers: core: device: add support to check dt compatible for a device/machineMugunthan V N1-0/+23
2016-05-17dm: core: Allow device names to be freed automaticallySimon Glass1-0/+16
2016-05-17dm: Rename disk uclass to ahciSimon Glass1-1/+1
2016-05-17m68k: add DM model serial driverangelo@sysam.it1-0/+23
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