summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada8-0/+8
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada17-116/+75
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada9-19/+11
2020-02-19dma-mapping: fix the prototype of dma_map_single()Masahiro Yamada4-8/+12
2020-02-19mmc: fsl_esdhc: actually enable cache snooping on mpc830xRasmus Villemoes1-2/+13
2020-02-17mmc: remove unneeded forward declarationsMasahiro Yamada1-4/+0
2020-02-17mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada1-1/+1
2020-02-17mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada1-4/+17
2020-02-17mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung1-0/+2
2020-02-17drivers: mmc: rpmb: Use R1 responseBharat Kumar Reddy Gooty1-0/+5
2020-02-14Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians...Tom Rini42-173/+1922
2020-02-14Merge tag 'ti-v2020.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini10-2/+60
2020-02-13Merge branch '2020-02-13-master-imports'Tom Rini12-38/+50
2020-02-13board: stm32: remove fdt_high and fdt_highinitrd_highPatrice Chotard5-10/+23
2020-02-13board: stm32: fix extra env setings addressesPatrice Chotard5-20/+20
2020-02-13board: stih410-b2260: remove fdt_high and initrd_highPatrice Chotard1-2/+6
2020-02-13stm32mp1: remove fdt_high and initrd_high in environmentPatrick Delaunay1-3/+7
2020-02-13clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktreePatrick Delaunay1-4/+5
2020-02-13pinctrl: stmfx: update the result type of dm_i2c_reg_readPatrick Delaunay1-3/+4
2020-02-13board: stm32mp1: change dfu function to staticPatrick Delaunay1-2/+2
2020-02-13board: stm32mp1: board: add include for dfuPatrick Delaunay1-0/+1
2020-02-13tools: mkimage: fix STM32 image format for big endian hostsAntonio Borneo1-2/+3
2020-02-13stm32mp1: support of STM32MP15x Rev.ZPatrick Delaunay2-0/+4
2020-02-13board: stm32mp1: update readmePatrick Delaunay1-18/+34
2020-02-13ARM: dts: stm32m1: add reg for pll nodesPatrick Delaunay6-4/+62
2020-02-13ARM: dts: stm32mp1: correct ddr nodePatrick Delaunay1-1/+1
2020-02-13ARM: dts: stm32mp1: move FDCAN to PLL4_RAntonio Borneo4-4/+4
2020-02-13ARM: dts: stm32mp1: DT alignment with kernel v5.5-rc7Patrick Delaunay7-32/+112
2020-02-13stm32mp1: pwr: use the last binding for pwrPatrick Delaunay9-63/+42
2020-02-13ARM: dts: stm32mp1: DT alignment with kernel v5.4Patrick Delaunay4-11/+12
2020-02-13armV7R: K3: am654: Activate early console functionalityAndreas Dannenberg1-0/+10
2020-02-13arm: K3: j721e: Fix boot parameter table index memory addressAndreas Dannenberg1-1/+1
2020-02-13ARM: keystone2: enable initrd fixup for LPAE addressingTero Kristo1-0/+1
2020-02-13board: ti: am57xx-idk: Prevent boot for invalid configuationRoger Quadros1-0/+13
2020-02-13arm: mach-k3: Fix nomenclature on Silicon RevisionsLokesh Vutla1-1/+1
2020-02-13configs: am43xx_evm_usbhost_boot: Add device for environmentFaiz Abbas1-0/+2
2020-02-13configs: am43xx_evm_usbhost: Add configs for USB Host boot modeFaiz Abbas1-0/+10
2020-02-13configs: j721e_evm_r5: Enable early consLokesh Vutla1-0/+1
2020-02-13arm: dts: k3-j721e-r5-common-proc-board: Disable power-domains for mcu uartLokesh Vutla1-0/+4
2020-02-13configs: am43xx_evm: Enable SPL_ETH_SUPPORTFaiz Abbas1-0/+1
2020-02-13arm: dts: am437x-gp-evm: Add some nodes to u-boot.dtsiFaiz Abbas1-0/+16
2020-02-13travis/gitlab/azure: Ensure we use python3 alwaysTom Rini3-13/+11
2020-02-13board_f: Make clear_bss genericOvidiu Panait1-3/+5
2020-02-13net: convert NET_MAXDEFRAG to KconfigRasmus Villemoes3-4/+10
2020-02-13ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUGMichal Simek1-0/+1
2020-02-13doc: board: add Rockchip to doc/board/index.rstHeinrich Schuchardt1-0/+1
2020-02-13common/console.c: discard volatileHeinrich Schuchardt1-10/+13
2020-02-13test: aes: fix memleakPhilippe Reynes1-6/+7
2020-02-13pci: definition of pci_addr_t and pci_size_tHeinrich Schuchardt1-2/+2
2020-02-13Merge tag 'arc-fixes-for-2020.04-rc2' of https://gitlab.denx.de/u-boot/custod...Tom Rini20-196/+250