summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)Author
2019-01-02dm: pinctrl: Add pinctrl_decode_pin_config_dm().Christoph Muellner
2018-12-13dm: core: Add a function to read into a unsigned intSimon Glass
2018-12-13dm: sound: Create a uclass for soundSimon Glass
2018-12-13dm: sound: Create a uclass for i2sSimon Glass
2018-12-13dm: sound: Create a uclass for audio codecsSimon Glass
2018-12-10Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2018-12-10bootcount: add uclass for bootcountPhilipp Tomsich
2018-12-10dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot
2018-12-06dm: Add Hardware Spinlock classBenjamin Gaignard
2018-12-05Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas
2018-12-05dm: (re)sort uclass ids alphabeticallyPhilipp Tomsich
2018-11-29ofnode: fix comment typoBaruch Siach
2018-11-29dm: sandbox: i2c: Add a new 'emulation parent' uclassSimon Glass
2018-11-29dm: core: Put UCLASS_SIMPLE_BUS in orderSimon Glass
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass
2018-11-27dm: platform_data: spi: s/pl022_spi.h/spi_pl022.hJagan Teki
2018-11-27spi: pl022: Simplify platdata codeJagan Teki
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