summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'arc-fixes-for-2020.01-rc2' of https://gitlab.denx.de/u-boot/custod...Tom Rini2019-11-011-0/+17
|\ \ \ | |/ / |/| |
| * | ARC: HSDK: introduce reset driverEugeniy Paltsev2019-11-011-0/+17
* | | Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-014-2/+7
|\ \ \ | |/ / |/| |
| * | fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot2019-10-271-0/+1
| * | bootstage: Mark the start/end of TPL and SPL separatelySimon Glass2019-10-271-0/+2
| * | dm: regmap: Fix mask in regmap_update_bits()Simon Glass2019-10-271-1/+2
| * | sandbox: test: Show hex values on failureSimon Glass2019-10-271-1/+2
* | | drivers: phy: Handle gracefully NULL pointersJean-Jacques Hiblot2019-10-311-1/+1
* | | lib: errno: avoid error format-overflowHeinrich Schuchardt2019-10-311-1/+10
* | | lib: time: Add microsecond timerMarek Vasut2019-10-311-0/+1
* | | NVMe: do PCI enumerate before nvme scanPatrick Wildt2019-10-311-0/+1
| |/ |/|
* | Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2019-10-301-3/+53
|\ \
| * | drivers: clk: Fix using assigned-clocks in the node of the clock it sets upJean-Jacques Hiblot2019-10-221-2/+5
| * | drivers: clk: Add a managed API to get clocks from the device-treeJean-Jacques Hiblot2019-10-221-0/+47
| * | drivers: clk: Handle gracefully NULL pointersJean-Jacques Hiblot2019-10-221-1/+1
* | | Merge branch '2019-10-28-azure-ci-support'Tom Rini2019-10-302-7/+9
|\ \ \
| * | | linux/types.h: Surround 'struct ustat' with __linux__Bin Meng2019-10-281-0/+2
| * | | tools: image.h: Use portable uint32_t instead of linux-specific __be32Bin Meng2019-10-281-7/+7
| | |/ | |/|
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2019-10-309-33/+4
|\ \ \ | |/ / |/| |
| * | mtd: spi: Clean up usage of CONFIG_SPI_FLASH_MTDFrieder Schrempf2019-10-258-32/+3
| * | dm: spi: Change cs_info op to return -EINVAL for invalid cs numBin Meng2019-10-251-1/+1
* | | Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mipsTom Rini2019-10-2529-54/+141
|\ \ \
| * | | mips: mtmips: change baudrate table for all boardsWeijie Gao2019-10-252-2/+2
| * | | reset: add reset controller driver for MediaTek MIPS platformWeijie Gao2019-10-251-0/+36
| * | | clk: add clock driver for MediaTek MT76x8 platformWeijie Gao2019-10-251-0/+37
| * | | bmips: correct name charactersÁlvaro Fernández Rojas2019-10-253-3/+3
| * | | bmips: configs: switch to size definitionsÁlvaro Fernández Rojas2019-10-2522-45/+58
| * | | mips: bmips: remove unneeded definitionsÁlvaro Fernández Rojas2019-10-251-4/+0
| * | | bmips: enable vr-3032u nand supportÁlvaro Fernández Rojas2019-10-251-0/+5
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-10-251-0/+1292
|\ \ \
| * | | usb: xhci: move xhci.h to include usbJean-Jacques Hiblot2019-10-241-0/+1292
* | | | Merge tag 'xilinx-for-v2020.01-part2' of https://gitlab.denx.de/u-boot/custod...Tom Rini2019-10-255-5/+346
|\ \ \ \ | |_|/ / |/| | |
| * | | dt-bindings: arm64: zynqmp: Add power and reset headersMichal Simek2019-10-242-0/+169
| * | | dt-bindings: clock: zynqmp: Add clk headerRajan Vaja2019-10-241-0/+126
| * | | ARM: zynq: Move BOOTM_NETBSD to KconfigMichal Simek2019-10-241-2/+0
| * | | arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request()Michal Simek2019-10-241-4/+0
| * | | arm64: versal: Rename versal_pm_request to xilinx_pm_requestMichal Simek2019-10-241-1/+1
| * | | arm64: xilinx: Move firmware functions from platform to driverMichal Simek2019-10-241-0/+4
| * | | arm64: versal: Clean pm_api_id usageMichal Simek2019-10-241-1/+49
| |/ /
* | | Merge branch '2019-10-24-UFS-support'Tom Rini2019-10-245-1/+71
|\ \ \
| * | | env: ti: Add environment variables to boot from UFSFaiz Abbas2019-10-232-1/+36
| * | | ufs: Add Initial Support for UFS subsystemFaiz Abbas2019-10-232-0/+30
| * | | scsi: Add dma direction member to command structureFaiz Abbas2019-10-231-0/+3
| * | | scsi: Add max_bytes_per_req to scsi_platdataFaiz Abbas2019-10-231-0/+2
| |/ /
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-10-241-0/+3
|\ \ \ | |/ / |/| |
| * | configs: j721e_evm.h: Define CONFIG_SYS_MAX_FLASH_BANKS_DETECTVignesh Raghavendra2019-10-241-0/+3
| |/
* | Merge tag 'u-boot-stm32-2019-10-23' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2019-10-231-1/+1
|\ \
| * | configs: stm32f746-disco: Fix ramdisk_addr_rPatrice Chotard2019-10-221-1/+1
| |/
* | configs: ls1012afrwy: Add CONFIG_ENV_ADDRKuldeep Singh2019-10-211-0/+5
* | configs: ls1012ardb: Add CONFIG_ENV_ADDRKuldeep Singh2019-10-211-0/+4
|/