summaryrefslogtreecommitdiffstats
path: root/include/dm
Commit message (Expand)AuthorAgeFilesLines
* dm: uclass: fix comment copy/paste errorBaruch Siach2019-07-241-1/+1
* dm: Fix parameter description of dev_read_name()Bin Meng2019-07-241-1/+1
* Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-233-2/+52
|\
| * dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-223-2/+52
* | net: add MDIO_MUX DM classAlex Marginean2019-07-181-0/+1
|/
* net: introduce MDIO DM class for MDIO devicesAlex Marginean2019-07-151-0/+1
* Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-07-112-4/+8
|\
| * dm: doc: add documentation for pre-reloc properties in SPL and TPLPatrick Delaunay2019-07-102-4/+8
* | drivers: pci_ep: Introduce UCLASS_PCI_EP uclassRamon Fried2019-07-111-0/+1
|/
* dm: Add a No-op uclassJean-Jacques Hiblot2019-07-051-0/+1
* dm: pinctrl: Add driver-strength-microamp propertyGuillaume La Roque2019-06-121-0/+3
* drivers: spi: cf_spi: convert to driver modelAngelo Dureghello2019-05-241-0/+29
* core: ofnode: Have ofnode_read_u32_default return a u32Trent Piepho2019-05-211-1/+1
* core: ofnode: Add ofnode_get_addr_size_indexKeerthy2019-05-211-0/+14
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-05-061-0/+44
|\
| * pinctrl: gpio: Add callback for configuring pin as GPIOMarek Vasut2019-05-041-0/+44
* | dm: cache: Create a uclass for cacheDinh Nguyen2019-05-051-0/+1
|/
* dm: core: Change platform specific translation-offset handlingStefan Roese2019-04-231-21/+0
* dm: remove unused function dm_fdt_pre_relocPatrick Delaunay2019-04-111-26/+0
* dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().Christoph Muellner2019-04-111-12/+0
* dm: Fix typo 'Watchdot' -> 'Watchdog'Chris Packham2019-02-191-1/+1
* dm: core: Introduce dev_read_alias_highest_id()Michal Simek2019-02-081-0/+16
* dm: core: Add of_alias_get_highest_id()Michal Simek2019-02-081-0/+10
* dm: pinctrl: Add pinctrl_decode_pin_config_dm().Christoph Muellner2019-01-021-0/+12
* dm: core: Add a function to read into a unsigned intSimon Glass2018-12-131-0/+58
* dm: sound: Create a uclass for soundSimon Glass2018-12-131-0/+1
* dm: sound: Create a uclass for i2sSimon Glass2018-12-131-0/+1
* dm: sound: Create a uclass for audio codecsSimon Glass2018-12-131-0/+1
* Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchipTom Rini2018-12-101-0/+1
|\
| * bootcount: add uclass for bootcountPhilipp Tomsich2018-12-101-0/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2018-12-101-0/+13
|\ \
| * | dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROLJean-Jacques Hiblot2018-12-101-0/+13
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-12-101-0/+1
|\ \ | |/ |/|
| * dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot2018-12-071-0/+1
* | dm: Add Hardware Spinlock classBenjamin Gaignard2018-12-061-0/+1
|/
* Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini2018-12-053-4/+53
|\
| * dm: core: add functions to get/remap I/O addresses by nameÁlvaro Fernández Rojas2018-12-052-0/+49
| * dm: (re)sort uclass ids alphabeticallyPhilipp Tomsich2018-12-051-4/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-051-10/+3
|\ \ | |/ |/|
| * dm: platform_data: spi: s/pl022_spi.h/spi_pl022.hJagan Teki2018-11-271-3/+3
| * spi: pl022: Simplify platdata codeJagan Teki2018-11-271-7/+0
* | ofnode: fix comment typoBaruch Siach2018-11-291-1/+1
* | dm: sandbox: i2c: Add a new 'emulation parent' uclassSimon Glass2018-11-291-0/+1
* | dm: core: Put UCLASS_SIMPLE_BUS in orderSimon Glass2018-11-291-1/+1
* | dm: core: Add a few more specific child-finding functionsSimon Glass2018-11-291-0/+25
* | dm: core: Export uclass_find_device_by_phandle()Simon Glass2018-11-291-0/+17
* | dm: core: add missing prototype for ofnode_read_u64Lukas Auer2018-11-261-0/+10
|/
* cmd: pinmux: Add pinmux commandPatrice Chotard2018-11-161-0/+3
* dm: uclass: Add uclass_foreach_dev_probePatrice Chotard2018-11-161-0/+16
* dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard2018-11-161-0/+12