summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-01riscv: Add device tree for K210 and Sipeed Maix BitMSean Anderson
2020-07-01riscv: Enable cpu clock if it is presentSean Anderson
2020-07-01riscv: Try to get cpu frequency from a "clocks" node if it existsSean Anderson
2020-07-01riscv: Allow use of reset driversSean Anderson
2020-07-01riscv: Add option to support RISC-V privileged spec 1.9Sean Anderson
2020-07-01riscv: Clean up IPI initialization codeSean Anderson
2020-07-01riscv: Clear pending interrupts before enabling IPIsSean Anderson
2020-07-01riscv: Add headers for asm/global_data.hSean Anderson
2020-07-01lib: Always set errno in hcreate_rSean Anderson
2020-07-01reset: Add generic reset driverSean Anderson
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson
2020-07-01dm: Add support for simple-pm-busSean Anderson
2020-07-01clk: Add K210 clock supportSean Anderson
2020-07-01clk: Add a bypass clock for K210Sean Anderson
2020-07-01clk: Add K210 pll supportSean Anderson
2020-07-01clk: Fix clk_get_by_* handling of indexSean Anderson
2020-07-01clk: Check that ops of composite clock components exist before callingSean Anderson
2020-07-01clk: Always use the supplied struct clkSean Anderson
2020-06-30Merge tag 'efi-2020-07-rc6-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-06-30Merge branch '2020-06-30-minor-TI-board-updates' into nextTom Rini
2020-06-30ti814x: Remove platformTom Rini
2020-06-30ti816x_evm: Enable DM_MMCTom Rini
2020-06-30am335x: Update list of defconfigsTom Rini
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-06-30Merge branch '2020-06-30-pxa-dm_mmc-migration' into nextTom Rini
2020-06-30colibri_pxa270_defconfig: enable dm_mmcMarcel Ziswiler
2020-06-30colibri_pxa270: add mmc platform dataMarcel Ziswiler
2020-06-30colibri_pxa270_defconfig: enable cmd_dmMarcel Ziswiler
2020-06-30arm: pxa: mmc: add driver model supportMarcel Ziswiler
2020-06-30kconfig: mmc: move pxa_mmc_generic to kconfigMarcel Ziswiler
2020-06-30dm: core: gracefully handle alias seq without ofMarcel Ziswiler
2020-06-30Makefile: allow dm_mmc without of_controlMarcel Ziswiler
2020-06-30serial: pxa: clean-up platform data include fileMarcel Ziswiler
2020-06-30mmc: add missing space before comment delimiterMarcel Ziswiler
2020-06-30test/py: test_efi_fit: Update #size-cells to 1Bin Meng
2020-06-30efi_loader: incorrect check against FDT_ADDR_T_NONEHeinrich Schuchardt
2020-06-29.azure-pipelines.yml: add Qemu tests for MIPS Malta boardDaniel Schwierzeck
2020-06-29.travis.yml: add Qemu tests for MIPS Malta boardDaniel Schwierzeck
2020-06-29.gitlab-ci.yml: add Qemu tests for MIPS Malta boardDaniel Schwierzeck
2020-06-29mips: malta: build u-boot-swap.binDaniel Schwierzeck
2020-06-29Makefile: add rule to generate u-boot-swap.binDaniel Schwierzeck
2020-06-29tools: add script for byte endianness swappingDaniel Schwierzeck
2020-06-29net: pcnet: Add Kconfig entriesMarek Vasut
2020-06-29net: pcnet: Add DM supportMarek Vasut
2020-06-29net: pcnet: Split common and non-DM functionsMarek Vasut
2020-06-29net: pcnet: Wrap name and enetaddr into private dataMarek Vasut
2020-06-29net: pcnet: Wrap iobase into private dataMarek Vasut
2020-06-29net: pcnet: Pass private data through dev->privMarek Vasut
2020-06-29net: pcnet: Wrap devbusfn into private dataMarek Vasut
2020-06-29net: pcnet: Drop useless forward declarationsMarek Vasut