summaryrefslogtreecommitdiff
path: root/include/dm
AgeCommit message (Expand)AuthorFilesLines
2019-07-23Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians...Tom Rini3-2/+52
2019-07-22dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne3-2/+52
2019-07-19net: add MDIO_MUX DM classAlex Marginean1-0/+1
2019-07-15net: introduce MDIO DM class for MDIO devicesAlex Marginean1-0/+1
2019-07-12Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2-4/+8
2019-07-11drivers: pci_ep: Introduce UCLASS_PCI_EP uclassRamon Fried1-0/+1
2019-07-11dm: doc: add documentation for pre-reloc properties in SPL and TPLPatrick Delaunay2-4/+8
2019-07-05dm: Add a No-op uclassJean-Jacques Hiblot1-0/+1
2019-06-12dm: pinctrl: Add driver-strength-microamp propertyGuillaume La Roque1-0/+3
2019-05-24drivers: spi: cf_spi: convert to driver modelAngelo Dureghello1-0/+29
2019-05-22core: ofnode: Have ofnode_read_u32_default return a u32Trent Piepho1-1/+1
2019-05-22core: ofnode: Add ofnode_get_addr_size_indexKeerthy1-0/+14
2019-05-06Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-0/+44
2019-05-05dm: cache: Create a uclass for cacheDinh Nguyen1-0/+1
2019-05-04pinctrl: gpio: Add callback for configuring pin as GPIOMarek Vasut1-0/+44
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