aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-22net: ks8851: Add Kconfig entriesMarek Vasut6-5/+20
2020-05-22net: ks8851: Add DM supportMarek Vasut1-0/+103
2020-05-22net: ks8851: Receive one packet per recv callMarek Vasut1-29/+36
2020-05-22net: ks8851: Split non-DM specific bits from common codeMarek Vasut1-16/+44
2020-05-22net: ks8851: Pass around driver private dataMarek Vasut1-124/+133
2020-05-22net: ks8851: Checkpatch cleanupMarek Vasut1-9/+10
2020-05-22net: ks8851: Clean up chip ID readoutMarek Vasut1-19/+2
2020-05-22net: ks8851: Remove type_frame_headMarek Vasut1-29/+7
2020-05-22net: ks8851: Trim down struct ks_netMarek Vasut1-61/+9
2020-05-22net: ks8851: Use 16bit RXQCR accessMarek Vasut1-13/+4
2020-05-22net: ks8851: Remove RXQCR cacheMarek Vasut1-9/+6
2020-05-22net: ks8851: Replace malloc()+memset() with calloc()Marek Vasut1-6/+3
2020-05-22Merge tag 'u-boot-rockchip-20200522' of https://gitlab.denx.de/u-boot/custodi...Tom Rini24-19/+1106
2020-05-22Merge tag 'imx8qxp-fixes' of https://gitlab.denx.de/u-boot/custodians/u-boot-...Tom Rini2-26/+28
2020-05-22Merge tag 'efi-2020-07-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini10-14/+99
2020-05-22Merge tag 'uniphier-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini46-69/+21
2020-05-22eth/r8152: fix typo in register nameHayes Wang2-6/+6
2020-05-22usb: dwc3: fix NULL pointer issueChunfeng Yun1-3/+3
2020-05-22usb: ehci-omap: Add Support for DM_USB and OF_CONTROLAdam Ford2-3/+122
2020-05-22rockchip: rk3328: rock64 - fix gen3 SPL hangKurt Miller2-1/+27
2020-05-22defconfig: veyron: no need for CONFIG_SPL_PINCTRL_FULLUrja Rannikko4-6/+4
2020-05-22rockchip: spl-boot-order: do not attempt to access fdt if OF_PLATDATAUrja Rannikko1-0/+6
2020-05-22rockchip: veyron: move board_early_init_f to _r (after reloc)Urja Rannikko5-3/+5
2020-05-22rockchip: spl: veyron speedy boots from SPIUrja Rannikko1-1/+2
2020-05-22tools: value checks in rkcommon_check_params()Heinrich Schuchardt1-7/+7
2020-05-22rockchip: Enable PCIe/M.2 on rock960 boardJagan Teki2-0/+29
2020-05-22rockchip: Enable PCIe/M.2 on rk3399 board w/ M.2Jagan Teki3-0/+9
2020-05-22pci: Add Rockchip PCIe PHY controller driverJagan Teki4-14/+306
2020-05-22pci: Add Rockchip PCIe controller driverJagan Teki4-0/+555
2020-05-22clk: rk3399: Enable/Disable the PCIEPHY clkJagan Teki1-0/+6
2020-05-22clk: rk3399: Add enable/disable clksJagan Teki1-0/+148
2020-05-22rockpro64: Enable HDMI output on rockpro64 boardAndrius Štikonas2-0/+12
2020-05-22thermal: imx_scu_thermal: prevent boot hang with zero pdataAnatolij Gustschin1-1/+3
2020-05-22cpu: imx8: use intended cpu-thermal device when getting temp valueAnatolij Gustschin1-25/+25
2020-05-22cpu: imx8: fix type and rate detectionAnatolij Gustschin1-6/+6
2020-05-22rockchip: rk3399: enable spl-fifo-mode for sdmmcDeepak Das1-0/+3
2020-05-22board: puma: use dtb given on the commandline instead of using u-boot.dtbHeiko Stuebner1-1/+1
2020-05-22ARM: uniphier: remove board_eth_init()Masahiro Yamada1-12/+0
2020-05-22ARM: uniphier: delete or replace <common.h> includesMasahiro Yamada36-36/+8
2020-05-22ARM: uniphier: drop #include <log.h> againMasahiro Yamada5-5/+0
2020-05-22ARM: uniphier: drop #include <init.h> again from umc-pxs2.cMasahiro Yamada1-1/+0
2020-05-22ARM: uniphier: remove #include <net.h> again from micro-support-card.cMasahiro Yamada1-2/+1
2020-05-22ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.cMasahiro Yamada1-1/+1
2020-05-22mtd: rawnand: denali: deassert write protect pinMasahiro Yamada1-0/+1
2020-05-22ARM: uniphier: select DM_ETHMasahiro Yamada4-3/+1
2020-05-22mtd: rawnand: denali: configure SPARE_AREA_SKIP_BYTES only for denali_splMasahiro Yamada1-9/+9
2020-05-21Merge git://git.denx.de/u-boot-shTom Rini20-20/+67
2020-05-21efi_loader: check device path is not installed twiceHeinrich Schuchardt1-7/+18
2020-05-21efi_loader: device path for SATA devicesHeinrich Schuchardt3-0/+39
2020-05-21efi_loader: device path for virtio block devicesHeinrich Schuchardt2-0/+34