aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-01compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-BootTom Rini2-1/+19
2020-07-01compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5Tom Rini8-560/+777
2020-07-01pci: rockchip: Mark inline functions as static inlineTom Rini1-3/+2
2020-07-01socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA caseTom Rini1-1/+1
2020-07-01x86: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini1-1/+1
2020-07-01tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini1-10/+10
2020-07-01Don't start ad-hoc games with -Wno-maybe-initializedTom Rini1-0/+3
2020-07-01kconfig: Add scripts/Kconfig.include from v4.19Tom Rini2-0/+32
2020-07-01kconfiglib: Update to the 14.1.0 releaseTom Rini1-242/+372
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini8-27/+0
2020-06-30Merge branch '2020-06-30-minor-TI-board-updates' into nextTom Rini10-365/+1
2020-06-30ti814x: Remove platformTom Rini8-363/+0
2020-06-30ti816x_evm: Enable DM_MMCTom Rini1-0/+1
2020-06-30am335x: Update list of defconfigsTom Rini1-2/+0
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini35-77/+292
2020-06-30Merge branch '2020-06-30-pxa-dm_mmc-migration' into nextTom Rini12-48/+193
2020-06-30colibri_pxa270_defconfig: enable dm_mmcMarcel Ziswiler1-0/+1
2020-06-30colibri_pxa270: add mmc platform dataMarcel Ziswiler1-5/+15
2020-06-30colibri_pxa270_defconfig: enable cmd_dmMarcel Ziswiler1-0/+1
2020-06-30arm: pxa: mmc: add driver model supportMarcel Ziswiler2-28/+154
2020-06-30kconfig: mmc: move pxa_mmc_generic to kconfigMarcel Ziswiler4-8/+9
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler2-1/+7
2020-06-30Makefile: allow dm_mmc without of_controlMarcel Ziswiler1-1/+1
2020-06-30serial: pxa: clean-up platform data include fileMarcel Ziswiler1-4/+4
2020-06-30mmc: add missing space before comment delimiterMarcel Ziswiler1-1/+1
2020-06-29.azure-pipelines.yml: add Qemu tests for MIPS Malta boardDaniel Schwierzeck1-0/+16
2020-06-29.travis.yml: add Qemu tests for MIPS Malta boardDaniel Schwierzeck1-0/+28
2020-06-29.gitlab-ci.yml: add Qemu tests for MIPS Malta boardDaniel Schwierzeck1-0/+32
2020-06-29mips: malta: build u-boot-swap.binDaniel Schwierzeck2-0/+2
2020-06-29Makefile: add rule to generate u-boot-swap.binDaniel Schwierzeck1-0/+6
2020-06-29tools: add script for byte endianness swappingDaniel Schwierzeck1-0/+55
2020-06-29net: pcnet: Add Kconfig entriesMarek Vasut6-1/+10
2020-06-29net: pcnet: Add DM supportMarek Vasut1-1/+126
2020-06-29net: pcnet: Split common and non-DM functionsMarek Vasut1-55/+94
2020-06-29net: pcnet: Wrap name and enetaddr into private dataMarek Vasut1-15/+19
2020-06-29net: pcnet: Wrap iobase into private dataMarek Vasut1-57/+46
2020-06-29net: pcnet: Pass private data through dev->privMarek Vasut1-10/+10
2020-06-29net: pcnet: Wrap devbusfn into private dataMarek Vasut1-10/+9
2020-06-29net: pcnet: Drop useless forward declarationsMarek Vasut1-6/+0
2020-06-29net: pcnet: Move initialize function at the endMarek Vasut1-91/+89
2020-06-29net: pcnet: Move private data allocation to initializeMarek Vasut1-13/+14
2020-06-29net: pcnet: Replace memset+malloc with callocMarek Vasut1-2/+1
2020-06-29net: pcnet: Simplify private data allocationMarek Vasut1-21/+12
2020-06-29net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut1-1/+1
2020-06-29net: pcnet: Drop PCNET_HAS_PROMMarek Vasut2-6/+0
2020-06-29net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut1-5/+5
2020-06-29Merge branch '2020-06-26-more-Kconfig-migration' into nextTom Rini325-365/+381
2020-06-29Merge tag 'rockchip-fix' of https://gitlab.denx.de/u-boot/custodians/u-boot-v...Tom Rini1-1/+1
2020-06-29spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX)Lukasz Majewski4-17/+4
2020-06-29spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a)Lukasz Majewski2-2/+4