summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checkpatch.pl: Fully re-sync with v5.7WIP/2020-07-01-kconfig-etc-updatesTom Rini2020-07-011-106/+302
* kconfig: show compiler version text in the top commentTom Rini2020-07-011-0/+2
* socfpga: Enable optimized inlining on stratix10Tom Rini2020-07-011-0/+2
* compilers: Introduce options for forcing inlining on SPL/TPLTom Rini2020-07-012-2/+22
* compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-BootTom Rini2020-07-012-1/+19
* compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5Tom Rini2020-07-018-560/+777
* pci: rockchip: Mark inline functions as static inlineTom Rini2020-07-011-3/+2
* socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA caseTom Rini2020-07-011-1/+1
* x86: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini2020-07-011-1/+1
* tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini2020-07-011-10/+10
* Don't start ad-hoc games with -Wno-maybe-initializedTom Rini2020-07-011-0/+3
* kconfig: Add scripts/Kconfig.include from v4.19Tom Rini2020-07-012-0/+32
* kconfiglib: Update to the 14.1.0 releaseTom Rini2020-07-011-242/+372
* Remove CROSS_COMPILE default from arch/*/config.mkTom Rini2020-07-018-27/+0
* Merge branch '2020-06-30-minor-TI-board-updates' into nextWIP/30Jun2020-nextTom Rini2020-06-3010-365/+1
|\
| * ti814x: Remove platformTom Rini2020-06-308-363/+0
| * ti816x_evm: Enable DM_MMCTom Rini2020-06-301-0/+1
| * am335x: Update list of defconfigsTom Rini2020-06-301-2/+0
* | Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2020-06-3035-77/+292
|\ \ | |/ |/|
| * .azure-pipelines.yml: add Qemu tests for MIPS Malta boardDaniel Schwierzeck2020-06-291-0/+16
| * .travis.yml: add Qemu tests for MIPS Malta boardDaniel Schwierzeck2020-06-291-0/+28
| * .gitlab-ci.yml: add Qemu tests for MIPS Malta boardDaniel Schwierzeck2020-06-291-0/+32
| * mips: malta: build u-boot-swap.binDaniel Schwierzeck2020-06-292-0/+2
| * Makefile: add rule to generate u-boot-swap.binDaniel Schwierzeck2020-06-291-0/+6
| * tools: add script for byte endianness swappingDaniel Schwierzeck2020-06-291-0/+55
| * net: pcnet: Add Kconfig entriesMarek Vasut2020-06-296-1/+10
| * net: pcnet: Add DM supportMarek Vasut2020-06-291-1/+126
| * net: pcnet: Split common and non-DM functionsMarek Vasut2020-06-291-55/+94
| * net: pcnet: Wrap name and enetaddr into private dataMarek Vasut2020-06-291-15/+19
| * net: pcnet: Wrap iobase into private dataMarek Vasut2020-06-291-57/+46
| * net: pcnet: Pass private data through dev->privMarek Vasut2020-06-291-10/+10
| * net: pcnet: Wrap devbusfn into private dataMarek Vasut2020-06-291-10/+9
| * net: pcnet: Drop useless forward declarationsMarek Vasut2020-06-291-6/+0
| * net: pcnet: Move initialize function at the endMarek Vasut2020-06-291-91/+89
| * net: pcnet: Move private data allocation to initializeMarek Vasut2020-06-291-13/+14
| * net: pcnet: Replace memset+malloc with callocMarek Vasut2020-06-291-2/+1
| * net: pcnet: Simplify private data allocationMarek Vasut2020-06-291-21/+12
| * net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-291-1/+1
| * net: pcnet: Drop PCNET_HAS_PROMMarek Vasut2020-06-292-6/+0
| * net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut2020-06-291-5/+5
| * Merge tag 'rockchip-fix' of https://gitlab.denx.de/u-boot/custodians/u-boot-v...Tom Rini2020-06-291-1/+1
| |\
| | * video: rockchip: fix HDMI 4K resolutionAnatolij Gustschin2020-06-291-1/+1
| |/
| * Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-...WIP/28Jun2020Tom Rini2020-06-287-38/+51
| |\
| | * video: orisetech_otm8009a: fill characteristics of DSI data linkYannick Fertre2020-06-281-15/+5
| | * video: raydium_rm68200: fill characteristics of DSI data linkYannick Fertre2020-06-281-15/+5
| | * video: stm32: stm32_dsi: copy DSI fieldsYannick Fertre2020-06-281-0/+3
| | * video: mipi update panel platform dataYannick Fertre2020-06-281-0/+6
| | * video: check hardware version of DSIYannick Fertre2020-06-281-1/+9
| | * splash: Fix build warning on 64 bits CPUYe Li2020-06-281-1/+1
| | * video: vidconsole: avoid multiple lines overwrite logoYe Li2020-06-281-0/+1