aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2018-10-12Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+15
2018-10-10spi: davinci: Add platdata supportJagan Teki1-0/+15
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass1-1/+2
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass1-0/+15
2018-10-09dm: core: Update some functions to use constSimon Glass1-12/+12
2018-10-09dm: core: Alloc uclass-private data to be cache-alignedSimon Glass1-0/+3
2018-10-07Add UCLASS_TEE for Trusted Execution EnvironmentJens Wiklander1-0/+1
2018-09-30Merge git://git.denx.de/u-boot-dmTom Rini3-0/+63
2018-09-29Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+1
2018-09-29drivers: Add board uclassMario Six1-0/+1
2018-09-29core: Add dev_{disable,enable}_by_pathMario Six1-0/+16
2018-09-29core: Add functions to set properties in live-treeMario Six1-0/+46
2018-09-28W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMsMaxime Ripard1-0/+1
2018-09-28w1: Add 1-Wire uclassMaxime Ripard1-0/+1
2018-09-28common: Generic loader for file systemTien Fong Chee1-0/+1
2018-09-28drivers: Add OSD uclassMario Six1-0/+1
2018-09-25spi: add support for ARM PL022 SPI controllerQuentin Schulz1-0/+28
2018-09-18dm: uclass: Adding missing child_pre_probe descriptionBin Meng1-0/+1
2018-09-18ofnode: add ofnode_by_prop_value()Jens Wiklander2-0/+30
2018-08-21device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot1-0/+38
2018-08-21dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot1-4/+19
2018-08-21uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot1-0/+11
2018-08-11axi: Add AXI sandbox driver and simple emulatorMario Six1-0/+1
2018-08-11drivers: Add AXI uclassMario Six1-0/+1
2018-08-08dm: core: Add ofnode function to read PCI vendor and device idBin Meng1-0/+13
2018-08-08dm: Correct typos in uclass_first/next_device_check()Bin Meng1-2/+2
2018-07-19dm: SMEM (Shared memory) uclassRamon Fried1-0/+1
2018-07-09dm: core: Add a function to decode a memory regionSimon Glass1-0/+45
2018-07-09dm: core: Update of_read_fmap_entry() for livetreeSimon Glass1-4/+2
2018-07-09dm: core: Add a way to bind a device by ofnodeSimon Glass1-0/+4
2018-07-09dm: core: Add a way to find an ofnode by compatible stringSimon Glass1-0/+11
2018-07-09dm: core: Add comments to ofnode_read_resource() functoinsSimon Glass1-0/+23
2018-07-09dm: core: Fix a few ofnode function commentsSimon Glass1-1/+3
2018-07-09dm: core: Add ofnode function to read a 64-bit intSimon Glass2-0/+26
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas2-0/+54
2018-05-07dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada1-0/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini28-53/+28
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six1-0/+1
2018-03-31core: add uclass_get_device_by_phandle_id() apiKever Yang1-0/+16
2018-03-22drivers: net: pfe_eth: LS1012A PFE headersCalvin Johnson1-0/+21
2018-02-23core: add ofnode_get_by_phandle() apiKever Yang1-0/+8
2018-02-23core: ofnode: add ofnode_get_parent functionPhilipp Tomsich1-0/+8
2018-02-13dm: core: fix typo in comment (device.h)Heinrich Schuchardt1-1/+1
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass1-0/+8
2018-01-28serial: bcm283x_mu: Remove support for post-init disablingAlexander Graf1-1/+0
2018-01-28include: dm: Fix 'devioe'/'devuce' typosMario Six1-4/+4
2018-01-24Merge git://git.denx.de/u-boot-mmcTom Rini1-0/+16
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt1-0/+1
2018-01-22dm: add dev_read_u32()Masahiro Yamada1-0/+16
2018-01-21core: Add {ofnode, dev}_translate_address functionsMario Six2-0/+30