summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-22colibri_imx7: add addresses required for distro bootStefan Agner
2020-06-22colibri-imx8x: declare consoleargsOleksandr Suvorov
2020-06-22apalis/colibri-imx8: re-enable CONFIG_IMX_SCU_THERMALMax Krummenacher
2020-06-22apalis-imx8: enable of_system_setupMarcel Ziswiler
2020-06-22ARM: dts: imx6qdl-sabresd: Fix AR8031 phy-modeFabio Estevam
2020-06-22ARM: dts: imx6qdl-sabreauto: Fix AR8031 phy-modeFabio Estevam
2020-06-22mx6cuboxi: Convert to DM_ETHFabio Estevam
2020-06-22ARM: dts: imx6qdl-sr-som: Sync with kernel 5.8-rc1Fabio Estevam
2020-06-22net: fec: Allow the PHY node to be retrievedFabio Estevam
2020-06-22phy: atheros: ar8035: Fix clock output calculationFabio Estevam
2020-06-20Merge branch 'net' of https://gitlab.denx.de/u-boot/custodians/u-boot-sh into...Tom Rini
2020-06-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into nextTom Rini
2020-06-19Merge tag 'efi-2020-07-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-06-19Merge tag 'u-boot-stm32-20200619' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2020-06-19Merge https://gitlab.denx.de/u-boot/custodians/u-boot-tegraTom Rini
2020-06-19ARM: dts: stm32: Reinstate card detect behavior on ST boardsPatrick Delaunay
2020-06-19ARM: dts: stm32: Reinstate card detect behavior on DHSOMMarek Vasut
2020-06-19cmd: bootefi: Honor the address & size cells properties correctlyAtish Patra
2020-06-18t210: Nano: Add NVME supportTom Warren
2020-06-18Merge tag 'fixes-for-v2020.07-rc4' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-06-18Merge tag 'video-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-vid...Tom Rini
2020-06-18colibri_t20: change maintainerIgor Opaniuk
2020-06-18ARM: tegra: Enable PSCI support for Tegra210 and Tegra186Jon Hunter
2020-06-18firmware: PSCI: Fix PSCI support for OF live treesJon Hunter
2020-06-18Azure/GitLab: Move to latest Docker imageTom Rini
2020-06-18video: ipuv3: remove non-DM codeAnatolij Gustschin
2020-06-18imx: convert mx53loco board to DM_VIDEOAnatolij Gustschin
2020-06-18imx: convert mx51evk board to DM_VIDEOAnatolij Gustschin
2020-06-18imx: convert gwventana board to DM_VIDEOAnatolij Gustschin
2020-06-18imx: convert mx6cuboxi board to DM_VIDEOAnatolij Gustschin
2020-06-18imx: convert cgtqmx6eval board to DM_VIDEOAnatolij Gustschin
2020-06-18imx: convert dms-ba16 boards to DM_VIDEOAnatolij Gustschin
2020-06-18imx: convert pico-imx6 to DM_VIDEOAnatolij Gustschin
2020-06-18imx: convert embest boards to DM_VIDEOAnatolij Gustschin
2020-06-18ARM: rmobile: Increase PHY auto-negotiation timeout to 20sMarek Vasut
2020-06-18net: pcnet: Add Kconfig entriesMarek Vasut
2020-06-18net: pcnet: Add DM supportMarek Vasut
2020-06-18net: pcnet: Split common and non-DM functionsMarek Vasut
2020-06-18net: pcnet: Wrap name and enetaddr into private dataMarek Vasut
2020-06-18net: pcnet: Wrap iobase into private dataMarek Vasut
2020-06-18net: pcnet: Pass private data through dev->privMarek Vasut
2020-06-18net: pcnet: Wrap devbusfn into private dataMarek Vasut
2020-06-18net: pcnet: Drop useless forward declarationsMarek Vasut
2020-06-18net: pcnet: Move initialize function at the endMarek Vasut
2020-06-18net: pcnet: Move private data allocation to initializeMarek Vasut
2020-06-18net: pcnet: Replace memset+malloc with callocMarek Vasut
2020-06-18net: pcnet: Simplify private data allocationMarek Vasut
2020-06-18net: pcnet: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-18net: pcnet: Drop PCNET_HAS_PROMMarek Vasut