aboutsummaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2018-11-26dm: core: add missing prototype for ofnode_read_u64Lukas Auer
2018-11-16cmd: pinmux: Add pinmux commandPatrice Chotard
2018-11-16dm: uclass: Add uclass_foreach_dev_probePatrice Chotard
2018-11-16dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard
2018-11-16dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard
2018-11-16dm: pinctrl: Add get_pin_muxing() opsPatrice Chotard
2018-11-14dm: Add a new uclass driver for VirtIO transport devicesBin Meng
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng
2018-11-14dm: Correct pre_reloc_only parameter description in several APIs' commentsBin Meng
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng
2018-11-14dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng
2018-10-12Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-10-10spi: davinci: Add platdata supportJagan Teki
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass
2018-10-09dm: core: Update some functions to use constSimon Glass
2018-10-09dm: core: Alloc uclass-private data to be cache-alignedSimon Glass
2018-10-07Add UCLASS_TEE for Trusted Execution EnvironmentJens Wiklander
2018-09-30Merge git://git.denx.de/u-boot-dmTom Rini
2018-09-29Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2018-09-29drivers: Add board uclassMario Six
2018-09-29core: Add dev_{disable,enable}_by_pathMario Six
2018-09-29core: Add functions to set properties in live-treeMario Six
2018-09-28W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMsMaxime Ripard
2018-09-28w1: Add 1-Wire uclassMaxime Ripard
2018-09-28common: Generic loader for file systemTien Fong Chee
2018-09-28drivers: Add OSD uclassMario Six
2018-09-25spi: add support for ARM PL022 SPI controllerQuentin Schulz
2018-09-18dm: uclass: Adding missing child_pre_probe descriptionBin Meng
2018-09-18ofnode: add ofnode_by_prop_value()Jens Wiklander
2018-08-21device: expose the functions used to remove and unbind children of a deviceJean-Jacques Hiblot
2018-08-21dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()Jean-Jacques Hiblot
2018-08-21uclass: Add dev_get_uclass_index() to get the uclass/index of a deviceJean-Jacques Hiblot
2018-08-11axi: Add AXI sandbox driver and simple emulatorMario Six
2018-08-11drivers: Add AXI uclassMario Six
2018-08-08dm: core: Add ofnode function to read PCI vendor and device idBin Meng
2018-08-08dm: Correct typos in uclass_first/next_device_check()Bin Meng
2018-07-19dm: SMEM (Shared memory) uclassRamon Fried
2018-07-09dm: core: Add a function to decode a memory regionSimon Glass
2018-07-09dm: core: Update of_read_fmap_entry() for livetreeSimon Glass
2018-07-09dm: core: Add a way to bind a device by ofnodeSimon Glass
2018-07-09dm: core: Add a way to find an ofnode by compatible stringSimon Glass
2018-07-09dm: core: Add comments to ofnode_read_resource() functoinsSimon Glass
2018-07-09dm: core: Fix a few ofnode function commentsSimon Glass
2018-07-09dm: core: Add ofnode function to read a 64-bit intSimon Glass
2018-06-01dm: core: add functions to get memory-mapped I/O addressesÁlvaro Fernández Rojas
2018-05-07dm: ofnode: add ofnode_device_is_compatible() helperMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six