summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'uniphier-v2020.04-2' of https://gitlab.denx.de/u-boot/custodians/u...WIP/31Jan2020Tom Rini2020-01-311-3/+3
|\
| * ARM: uniphier: use $loadaddr for source commandMasahiro Yamada2020-02-011-3/+3
* | Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cWIP/29Jan2020Tom Rini2020-01-292-3/+26
|\ \
| * | i2c: Add enums for i2c speed and address sizeSimon Glass2020-01-271-0/+26
| * | global_data: remove unused mxc_i2c specific fieldBaruch Siach2020-01-271-3/+0
* | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini2020-01-281-5/+5
|\ \ \ | |_|/ |/| |
| * | arm: exynos: odroid: Change autoboot script to use ${mmcbootdev}Marek Szyprowski2020-01-281-4/+4
| * | arm: dts: exynos: Use common alias for Odroid U3/X2 MMC2 (SD-card)Marek Szyprowski2020-01-231-1/+1
* | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiWIP/27Jan2020Tom Rini2020-01-272-1/+12
|\ \ \
| * | | mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2020-01-272-0/+10
| * | | dm: spi: Check cs number before accessing slavesBin Meng2020-01-271-1/+2
* | | | power: regulator: add driver for Dialog DA9063 PMICMartin Fuzzey2020-01-271-0/+12
* | | | power: pmic: add driver for Dialog DA9063 PMICMartin Fuzzey2020-01-271-0/+308
|/ / /
* | | Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-01-271-0/+4
|\ \ \ | |_|/ |/| |
| * | clk: Include missing headers for linux/clk-provider.hSean Anderson2020-01-261-0/+4
* | | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/26Jan2020Tom Rini2020-01-262-3/+13
|\ \ \ | |/ / |/| |
| * | sunxi: H3/H5 Sync DT files from upstream Linux kernel as of next-20200108Chen-Yu Tsai2020-01-242-3/+13
| * | common: Update comment to show progressSimon Glass2020-01-241-3/+2
| * | common: Collect all the header files togetherSimon Glass2020-01-241-24/+0
| * | common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass2020-01-242-4/+4
| * | common: Move ROUND() into kernel.hSimon Glass2020-01-242-2/+2
| * | common: Move check_member() to kernel.hSimon Glass2020-01-242-11/+11
| * | common: Move hang() to the same header as panic()Simon Glass2020-01-242-5/+22
| * | common: Move testdram() into init.hSimon Glass2020-01-242-4/+2
| * | common: Move RAM-sizing functions to init.hSimon Glass2020-01-242-4/+3
| * | common: Rename and move source()Simon Glass2020-01-242-3/+12
| * | common: Move the image globals into image.hSimon Glass2020-01-242-4/+4
| * | image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-241-3/+3
| * | common: Move reset_cpu() to the CPU headerSimon Glass2020-01-242-2/+2
| * | common: Move reset_misc() function to arch headerSimon Glass2020-01-241-1/+0
| * | common: Move get_tbclk() to time.hSimon Glass2020-01-242-1/+2
| * | common: Move clock functions into a new fileSimon Glass2020-01-242-5/+14
| * | common: Move upmconfig() to ppc.hSimon Glass2020-01-241-1/+0
| * | common: Move ll_boot_init() to init.hSimon Glass2020-01-242-7/+7
| * | common: arm: Move s_init() to an ARM-specific headerSimon Glass2020-01-241-2/+0
| * | common: Move device-tree setup functions to fdt_support.hSimon Glass2020-01-242-12/+14
| * | common: Move type declarations to linux/types.hSimon Glass2020-01-242-4/+4
| * | common: Drop the symbol_lookup() declarationSimon Glass2020-01-241-3/+0
| * | common: Drop CONFIG_HAS_POSTSimon Glass2020-01-241-4/+0
| * | common: Drop CONFIG_POST_STD/ALT_LISTSimon Glass2020-01-241-3/+0
| * | common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.hSimon Glass2020-01-242-4/+4
| * | common: Move reset_phy() to net.hSimon Glass2020-01-242-3/+8
| * | common: Drop floppy disk supportSimon Glass2020-01-242-234/+0
| * | common: Move jumptable_init() out of common.hSimon Glass2020-01-242-3/+3
| * | common: Move relocate_code() to init.hSimon Glass2020-01-242-6/+10
| * | common: Move functions for loading from fat/ext2 to fs.hSimon Glass2020-01-242-6/+22
| * | common: Move do_tftpb() to net.hSimon Glass2020-01-242-3/+11
| * | common: Move embedded fdt location to fdtdec.hSimon Glass2020-01-242-3/+3
| * | common: Drop checkflash() and checkdram()Simon Glass2020-01-241-2/+0
| * | common: Move flash_perror() to flash.hSimon Glass2020-01-242-3/+7