summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-rockchip-20200220' of https://gitlab.denx.de/u-boot/custodi...WIP/20Feb2020Tom Rini2020-02-203-2/+32
|\
| * rockchip: rk3399: split roc-pc-rk3399 out of evb_rk3399Suniel Mahesh2020-02-191-0/+22
| * rk3288: vyasa: Add console settingsJagan Teki2020-02-191-1/+5
| * rk3288: tinker: Enable HDMI outputJagan Teki2020-02-191-1/+5
* | mmc: add mmc_get_dma_dir() helperMasahiro Yamada2020-02-201-0/+6
* | mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada2020-02-201-0/+2
* | mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada2020-02-201-0/+1
* | dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-0/+63
|/
* Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians...WIP/14Feb2020Tom Rini2020-02-147-35/+56
|\
| * board: stm32: remove fdt_high and fdt_highinitrd_highPatrice Chotard2020-02-135-10/+23
| * board: stm32: fix extra env setings addressesPatrice Chotard2020-02-135-20/+20
| * board: stih410-b2260: remove fdt_high and initrd_highPatrice Chotard2020-02-131-2/+6
| * stm32mp1: remove fdt_high and initrd_high in environmentPatrick Delaunay2020-02-131-3/+7
* | Merge tag 'ti-v2020.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-02-141-0/+1
|\ \
| * | ARM: keystone2: enable initrd fixup for LPAE addressingTero Kristo2020-02-131-0/+1
| |/
* | pci: definition of pci_addr_t and pci_size_tHeinrich Schuchardt2020-02-131-2/+2
|/
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1128-286/+556
|\
| * dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass2020-02-053-1/+4
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-053-71/+87
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-052-2/+4
| * sound: Add a new stop_play() methodSimon Glass2020-02-051-0/+12
| * sandbox: Drop os_realloc()Simon Glass2020-02-051-21/+1
| * sandbox: Rename strdup() functionsSimon Glass2020-02-051-0/+5
| * string: Allow arch override of strndup() alsoSimon Glass2020-02-051-1/+1
| * sandbox: Use a prefix for all allocation functionsSimon Glass2020-02-051-2/+22
| * mtd: Rename free() to rfree()Simon Glass2020-02-051-2/+2
| * dma: Rename free() to rfree()Simon Glass2020-02-051-2/+2
| * clk: Rename free() to rfree()Simon Glass2020-02-051-2/+2
| * gpio: Rename free() to rfree()Simon Glass2020-02-051-1/+1
| * reset: Rename free() to rfree()Simon Glass2020-02-051-2/+2
| * power-domain: Rename free() to rfree()Simon Glass2020-02-051-2/+2
| * mailbox: Rename free() to rfree()Simon Glass2020-02-051-2/+2
| * cmd: Add command to dump drivers and compatible stringsSean Anderson2020-02-051-0/+3
| * tpm: add a helper to iterate on all tpm devicesPhilippe Reynes2020-02-051-0/+3
| * test: Add a way to check each line of console outputSimon Glass2020-02-052-0/+69
| * console: Add a function to read a line of the output / eofSimon Glass2020-02-051-0/+19
| * bloblist: Tidy up a few comments and code-style nitsSimon Glass2020-02-051-1/+2
| * bloblist: Add a new function to add or check sizeSimon Glass2020-02-051-0/+13
| * dm: core: Add a way to iterate through children, probing eachSimon Glass2020-02-051-0/+39
| * dm: core: Add a way to read platdata for all child devicesSimon Glass2020-02-052-1/+44
| * dm: core: Add ofnode_get_chosen_prop()Simon Glass2020-02-051-0/+12
| * dm: core: Add ofnode_read_prop()Simon Glass2020-02-051-1/+12
| * dm: core: Rename ofnode_get_chosen_prop()Simon Glass2020-02-051-4/+5
| * dm: core: Update comment for ofnode_get_chosen_node()Simon Glass2020-02-051-3/+6
| * test: Add underscore prefix to macro parametersSimon Glass2020-02-051-22/+22
| * dm: core: Use const device for the dev_read_...() interfaceSimon Glass2020-02-051-97/+108
| * dm: core: Use const device for the devfdt...() interfaceSimon Glass2020-02-051-13/+13
| * dm: pci: Update a few more interfaces for const udevice *Simon Glass2020-02-052-9/+9
| * dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-051-10/+12
| * dm: core: Use const where possible in device.hSimon Glass2020-02-052-16/+18