summaryrefslogtreecommitdiffstats
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-121-0/+15
|\
| * spi: davinci: Add platdata supportJagan Teki2018-10-101-0/+15
* | dm: core: Update ofnode to read binman-style flash entrySimon Glass2018-10-091-1/+2
* | dm: core: Add a function to find the first inactive childSimon Glass2018-10-091-0/+15
* | dm: core: Update some functions to use constSimon Glass2018-10-091-12/+12
* | dm: core: Alloc uclass-private data to be cache-alignedSimon Glass2018-10-091-0/+3
|/
* Add UCLASS_TEE for Trusted Execution EnvironmentJens Wiklander2018-10-071-0/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2018-09-303-0/+63
|\
| * drivers: Add board uclassMario Six2018-09-291-0/+1
| * core: Add dev_{disable,enable}_by_pathMario Six2018-09-291-0/+16
| * core: Add functions to set properties in live-treeMario Six2018-09-291-0/+46
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-09-291-0/+1
|\ \
| * | drivers: Add OSD uclassMario Six2018-09-281-0/+1
| |/
* | W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMsMaxime Ripard2018-09-281-0/+1
* | w1: Add 1-Wire uclassMaxime Ripard2018-09-281-0/+1
* | common: Generic loader for file systemTien Fong Chee2018-09-281-0/+1
|/
* spi: add support for ARM PL022 SPI controllerQuentin Schulz2018-09-251-0/+28
* dm: uclass: Adding missing child_pre_probe descriptionBin Meng2018-09-181-0/+1
* ofnode: add ofnode_by_prop_value()Jens Wiklander2018-09-182-0/+30
* device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot2018-08-211-0/+38
* dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot2018-08-211-4/+19
* uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot2018-08-211-0/+11
* axi: Add AXI sandbox driver and simple emulatorMario Six2018-08-111-0/+1
* drivers: Add AXI uclassMario Six2018-08-111-0/+1
* dm: core: Add ofnode function to read PCI vendor and device idBin Meng2018-08-081-0/+13
* dm: Correct typos in uclass_first/next_device_check()Bin Meng2018-08-081-2/+2
* dm: SMEM (Shared memory) uclassRamon Fried2018-07-191-0/+1
* dm: core: Add a function to decode a memory regionSimon Glass2018-07-091-0/+45
* dm: core: Update of_read_fmap_entry() for livetreeSimon Glass2018-07-091-4/+2
* dm: core: Add a way to bind a device by ofnodeSimon Glass2018-07-091-0/+4
* dm: core: Add a way to find an ofnode by compatible stringSimon Glass2018-07-091-0/+11
* dm: core: Add comments to ofnode_read_resource() functoinsSimon Glass2018-07-091-0/+23
* dm: core: Fix a few ofnode function commentsSimon Glass2018-07-091-1/+3
* dm: core: Add ofnode function to read a 64-bit intSimon Glass2018-07-092-0/+26
* dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas2018-06-012-0/+54
* dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada2018-05-071-0/+11
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0728-53/+28
* core: ofnode: Fix translation for #size-cells == 0Mario Six2018-04-011-0/+1
* core: add uclass_get_device_by_phandle_id() apiKever Yang2018-03-311-0/+16
* drivers: net: pfe_eth: LS1012A PFE headersCalvin Johnson2018-03-221-0/+21
* core: add ofnode_get_by_phandle() apiKever Yang2018-02-231-0/+8
* core: ofnode: add ofnode_get_parent functionPhilipp Tomsich2018-02-231-0/+8
* dm: core: fix typo in comment (device.h)Heinrich Schuchardt2018-02-131-1/+1
* dm: core: Add a function to look up a uclass by nameSimon Glass2018-02-031-0/+8
* serial: bcm283x_mu: Remove support for post-init disablingAlexander Graf2018-01-281-1/+0
* include: dm: Fix 'devioe'/'devuce' typosMario Six2018-01-281-4/+4
* Merge git://git.denx.de/u-boot-mmcTom Rini2018-01-241-0/+16
|\
| * dm: add dev_read_u32()Masahiro Yamada2018-01-221-0/+16
* | efi_driver: EFI block driverHeinrich Schuchardt2018-01-221-0/+1
* | core: Add {ofnode, dev}_translate_address functionsMario Six2018-01-212-0/+30