summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mips: octeon: Add cvmx-pciercx-defs.h header fileAaron Williams2021-04-281-0/+5586
| * | | mips: octeon: Add cvmx-pcieepx-defs.h header fileAaron Williams2021-04-281-0/+6848
| * | | mips: octeon: Add cvmx-npi-defs.h header fileAaron Williams2021-04-281-0/+1953
| * | | mips: octeon: Add cvmx-mio-defs.h header fileAaron Williams2021-04-281-0/+353
| * | | mips: octeon: Add cvmx-l2c-defs.h header fileAaron Williams2021-04-281-0/+172
| * | | mips: octeon: Add cvmx-ipd-defs.h header fileAaron Williams2021-04-281-0/+1925
| * | | mips: octeon: Add cvmx-gserx-defs.h header fileAaron Williams2021-04-281-0/+2191
| * | | mips: octeon: Add cvmx-gmxx-defs.h header fileAaron Williams2021-04-281-0/+6378
| * | | mips: octeon: Add cvmx-fpa-defs.h header fileAaron Williams2021-04-281-0/+1866
| * | | mips: octeon: Add cvmx-dtx-defs.h header fileAaron Williams2021-04-281-0/+6962
| * | | mips: octeon: Add cvmx-dpi-defs.h header fileAaron Williams2021-04-281-0/+1460
| * | | mips: octeon: Add cvmx-dbg-defs.h header fileAaron Williams2021-04-281-0/+33
| * | | mips: octeon: Add cvmx-ciu-defs.h header fileAaron Williams2021-04-281-0/+7351
| * | | mips: octeon: Add cvmx-bgxx-defs.h header fileAaron Williams2021-04-281-0/+4106
| * | | mips: octeon: Add cvmx-asxx-defs.h header fileAaron Williams2021-04-281-0/+709
| * | | mips: octeon: Add cvmx-agl-defs.h header fileAaron Williams2021-04-281-0/+3135
| * | | mips: octeon: Add misc cvmx-helper header filesAaron Williams2021-04-2824-0/+5498
| * | | mips: global_data.h: Add Octeon specific data to arch_global_data structStefan Roese2021-04-281-0/+9
* | | | Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-04-281-5/+12
|\ \ \ \
| * | | | usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHYMarek Vasut2021-04-281-5/+12
| | |/ / | |/| |
* | | | Merge tag 'u-boot-amlogic-20210428' of https://source.denx.de/u-boot/custodia...Tom Rini2021-04-281-4/+11
|\ \ \ \ | |/ / / |/| | |
| * | | net: designware: fix PHY reset with DM_MDIONeil Armstrong2021-04-281-4/+11
|/ / /
* | | configs: Resync with savedefconfigTom Rini2021-04-2771-314/+135
* | | Merge branch '2021-04-27-assorted-fixes'Tom Rini2021-04-278-24/+75
|\ \ \
| * | | reset: fix reset_get_by_index_nodev index handlingNeil Armstrong2021-04-271-1/+1
| * | | test: reset: Extend base reset test to catch errorNeil Armstrong2021-04-272-7/+36
| * | | IOMUX: Fix buffer overflow in iomux_replace_device()Yuichiro Goto2021-04-271-2/+6
| * | | pinctrl: single: fix a never true comparisonDario Binacchi2021-04-271-2/+2
| * | | pinctrl: single: check function mask to be non-zeroDario Binacchi2021-04-271-0/+9
| * | | Makefile: fix generation of defaultenv.h from empty initial fileRasmus Villemoes2021-04-271-3/+2
| * | | fs: btrfs: fix the false alert of decompression failureQu Wenruo2021-04-271-2/+14
| * | | arm: zimage: Use correct symbol to hide messages in SPLSamuel Holland2021-04-271-7/+5
* | | | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-04-278-8/+40
|\ \ \ \ | |/ / / |/| | |
| * | | powerpc: introduce CONFIG_CACHE_FLUSH_WATCHDOG_THRESHOLDRasmus Villemoes2021-04-273-2/+23
| * | | powerpc: lib: remove leftover CONFIG_5xxRasmus Villemoes2021-04-271-2/+0
| * | | allow opting out of WATCHDOG_RESET() from timer interruptRasmus Villemoes2021-04-274-3/+12
| * | | timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOGRasmus Villemoes2021-04-271-1/+5
| * | | watchdog: use time_after_eq() in watchdog_reset()Rasmus Villemoes2021-04-271-1/+1
|/ / /
* | | Prepare v2021.07-rc1Tom Rini2021-04-261-2/+2
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini2021-04-2616-93/+97
|\ \ \
| * | | ARM: rmobile: Enable NVMe support on RCar3Marek Vasut2021-04-261-0/+1
| * | | ARM: rmobile: Enable CONFIG_SYS_FLASH_PROTECTIONMarek Vasut2021-04-266-6/+9
| * | | clk: renesas: Synchronize Gen2 MSTP teardown tablesMarek Vasut2021-04-253-6/+6
| * | | clk: renesas: Only ever access documented bits in clock driver teardownMarek Vasut2021-04-257-81/+81
| |/ /
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-04-2624-127/+596
|\ \ \
| * | | sunxi: DT: A64: Update devicetree files from Linux 5.12Andre Przywara2021-04-2617-76/+215
| * | | sunxi: DT: R40: Update device tree files from Linux 5.12Ivan Uvarov2021-04-266-49/+375
| * | | net: sun8i-emac: Fix pinmux setup for Allwinner H5Andre Przywara2021-04-261-2/+6
|/ / /
* | | Merge tag 'mips-pull-2021-04-24' of https://source.denx.de/u-boot/custodians/...Tom Rini2021-04-24131-265/+120962
|\ \ \ | |/ / |/| |
| * | mips: octeon: ebb7304: Add support for some I2C devicesAaron Williams2021-04-232-1/+15