summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2019-04-24dm: core: Change platform specific translation-offset handlingStefan Roese1-21/+0
2019-04-12dm: remove unused function dm_fdt_pre_relocPatrick Delaunay1-26/+0
2019-04-12dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().Christoph Muellner1-12/+0
2019-02-20dm: Fix typo 'Watchdot' -> 'Watchdog'Chris Packham1-1/+1
2019-02-08dm: core: Introduce dev_read_alias_highest_id()Michal Simek1-0/+16
2019-02-08dm: core: Add of_alias_get_highest_id()Michal Simek1-0/+10
2019-01-03dm: pinctrl: Add pinctrl_decode_pin_config_dm().Christoph Muellner1-0/+12
2018-12-14dm: core: Add a function to read into a unsigned intSimon Glass1-0/+58
2018-12-14dm: sound: Create a uclass for soundSimon Glass1-0/+1
2018-12-14dm: sound: Create a uclass for i2sSimon Glass1-0/+1
2018-12-14dm: sound: Create a uclass for audio codecsSimon Glass1-0/+1
2018-12-10Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini1-0/+1
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+13
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-0/+1
2018-12-10bootcount: add uclass for bootcountPhilipp Tomsich1-0/+1
2018-12-10dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot1-0/+13
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot1-0/+1
2018-12-07dm: Add Hardware Spinlock classBenjamin Gaignard1-0/+1
2018-12-06Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini3-4/+53
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-10/+3
2018-12-05dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2-0/+49
2018-12-05dm: (re)sort uclass ids alphabeticallyPhilipp Tomsich1-4/+4
2018-11-29ofnode: fix comment typoBaruch Siach1-1/+1
2018-11-29dm: sandbox: i2c: Add a new 'emulation parent' uclassSimon Glass1-0/+1
2018-11-29dm: core: Put UCLASS_SIMPLE_BUS in orderSimon Glass1-1/+1
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass1-0/+25
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass1-0/+17
2018-11-27dm: platform_data: spi: s/pl022_spi.h/spi_pl022.hJagan Teki1-3/+3
2018-11-27spi: pl022: Simplify platdata codeJagan Teki1-7/+0
2018-11-26dm: core: add missing prototype for ofnode_read_u64Lukas Auer1-0/+10
2018-11-17cmd: pinmux: Add pinmux commandPatrice Chotard1-0/+3
2018-11-17dm: uclass: Add uclass_foreach_dev_probePatrice Chotard1-0/+16
2018-11-17dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard1-0/+12
2018-11-17dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard1-0/+22
2018-11-17dm: pinctrl: Add get_pin_muxing() opsPatrice Chotard1-0/+34
2018-11-14dm: Add a new uclass driver for VirtIO transport devicesBin Meng1-0/+1
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng1-0/+1
2018-11-14dm: core: Allow uclass to set up a device's child after it is probedBin Meng1-1/+3
2018-11-14dm: Correct pre_reloc_only parameter description in several APIs' commentsBin Meng3-12/+13
2018-11-14dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng1-1/+4
2018-11-14dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc()Bin Meng1-1/+26
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-10-01Merge git://git.denx.de/u-boot-dmTom Rini3-0/+63
2018-09-30Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+1