summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/skov-imx6'Sascha Hauer2021-11-157-34/+253
|\
| * ARM: boards: skov-imx6: use separate DTS for the iMX6 Solo variantOleksij Rempel2021-10-113-2/+28
| * ARM: boards: skov-imx6: add defaultenv with eth1-discover scriptOleksij Rempel2021-10-113-0/+12
| * ARM: boards: skov-imx6: start using deep-probeOleksij Rempel2021-10-111-5/+17
| * ARM: boards: skov-imx6: fixup different DTS variantsOleksij Rempel2021-10-111-5/+43
| * ARM: boards: skov-imx6: disable eth0 for barebox if no switch is detectedOleksij Rempel2021-10-111-0/+10
| * ARM: boards: skov-imx6: add switch detectionOleksij Rempel2021-10-111-25/+124
| * ARM: boards: skov-imx6: fixup_machine_compatible() add optional root nodeOleksij Rempel2021-10-111-6/+8
| * ARM: dts: skov-imx6: add USB nodesOleksij Rempel2021-10-111-0/+20
* | Merge branch 'for-next/scripts-common-library'Sascha Hauer2021-11-1517-364/+692
|\ \
| * | scripts: add target tool for rk-usb-loaderAhmad Fatoum2021-11-105-0/+13
| * | scripts: Add rk-usb-loader toolSascha Hauer2021-11-108-31/+392
| * | scripts/common: Add write_full() and read_full()Sascha Hauer2021-11-104-58/+43
| * | scripts/common: Add write_file()Sascha Hauer2021-11-014-51/+36
| * | scripts: Add common library functionsSascha Hauer2021-11-016-217/+138
| * | scripts: Add Kconfig option for most host toolsSascha Hauer2021-10-122-9/+72
* | | Merge branch 'for-next/rockchip'Sascha Hauer2021-11-1520-67/+281
|\ \ \
| * | | ARM: Rockchip: add delimiter between boards and board featuresAhmad Fatoum2021-11-101-1/+4
| * | | ARM: Rockchip: make rk3568's atf_load_bl31 reusableAhmad Fatoum2021-11-101-24/+29
| * | | clk: handle CLK_OF_DECLARE in deep probeAhmad Fatoum2021-11-103-2/+17
| * | | pinctrl: Rockchip: abort probe on lack of aliasesAhmad Fatoum2021-11-081-0/+3
| * | | ARM64: <asm/barebox-arm-head.h>: mark prologue locationAhmad Fatoum2021-11-081-0/+2
| * | | ARM: Rockchip: rk3568: make rk3568_lowlevel_init voidAhmad Fatoum2021-11-082-4/+2
| * | | ARM: Rockchip: init: propagate error in init functionAhmad Fatoum2021-11-081-8/+7
| * | | ARM: Rockchip: RK3568: implement failsafe barebox updateSascha Hauer2021-10-125-15/+150
| * | | cdev: Add function to get unallocated space at start of deviceSascha Hauer2021-10-122-0/+28
| * | | ARM: rk3568: Detect USB bootSascha Hauer2021-10-121-6/+6
| * | | usb: dwc3: reset controller before using itSascha Hauer2021-10-122-0/+13
| * | | phy: rockchip-inno-usb2: handle disabled child nodes gracefullySascha Hauer2021-10-121-0/+6
| * | | ARM: Rockchip: rk3568 EVB: use 64bit partition sizesSascha Hauer2021-10-121-8/+8
| * | | ARM: Rockchip rk3568 EVB: Enable deep probeSascha Hauer2021-10-121-0/+3
| * | | phy: rockchip: Add dummy driver for child nodeSascha Hauer2021-10-121-1/+5
| |/ /
* | | Merge branch 'for-next/misc'Sascha Hauer2021-11-1584-404/+5082
|\ \ \
| * | | net: phy: micrel: sync init code for ksz80xx variants with the kernel driverOleksij Rempel2021-11-111-22/+228
| * | | include/phy: add driver_data to resume more of kernel codeOleksij Rempel2021-11-111-0/+2
| * | | usb: net: Add support for the Realtek RTL8152B/RTL8153Oleksij Rempel2021-11-055-0/+3419
| * | | spi: add STM32 SPI controller driverAhmad Fatoum2021-11-054-1/+604
| * | | memory commands: Improve command documentationJules Maselbas2021-11-046-8/+15
| * | | i2c-mux-pca954x: drop duplicate warning message on probeAhmad Fatoum2021-11-011-3/+1
| * | | reset: socfpga: error out on failure to request memoryAhmad Fatoum2021-11-011-2/+3
| * | | ddr: fsl: make ARCH_LAYERSCAPE onlyAhmad Fatoum2021-11-011-2/+2
| * | | clocksource: clint: restrict to RISC-VAhmad Fatoum2021-11-011-2/+2
| * | | mtd: remove NULLness check for IOMEM()Ahmad Fatoum2021-11-012-18/+0
| * | | aiodev: fix bitrotted EXPORT_SYMBOLAhmad Fatoum2021-11-011-1/+1
| * | | regulator: fix bitrotted EXPORT_SYMBOL_GPLAhmad Fatoum2021-11-011-1/+1
| * | | ARM: i.MX: guf-santaro: fix passing around of uninitialized variableAhmad Fatoum2021-11-012-3/+3
| * | | ARM: Rockchip: move ARCH_RK3568_OPTEE into ARCH_ROCKCHIP menuAhmad Fatoum2021-11-011-3/+2
| * | | spi: zynq_qspi: don't check clk_get return value for NULLnessAhmad Fatoum2021-11-011-2/+2
| * | | serial: atmel: abort probe on atmel_serial_init_port failureAhmad Fatoum2021-11-011-1/+4
| * | | usb: dwc3: remove unneeded EPROBE_DEFER checkAhmad Fatoum2021-11-011-2/+0