summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-06-18net: pcnet: Drop typedef struct pcnet_priv_tMarek Vasut
2020-06-18net: eepro100: Add Kconfig entriesMarek Vasut
2020-06-18net: eepro100: Add DM supportMarek Vasut
2020-06-18net: eepro100: Split common parts of non-DM functions outMarek Vasut
2020-06-18net: eepro100: Drop bd_t pointer from read_hw_addr()Marek Vasut
2020-06-18net: eepro100: Add RX/TX rings into the private dataMarek Vasut
2020-06-18net: eepro100: Pass device private data into mdiobusMarek Vasut
2020-06-18net: eepro100: Pass device private data aroundMarek Vasut
2020-06-18net: eepro100: Introduce device private dataMarek Vasut
2020-06-18net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()Marek Vasut
2020-06-18net: eepro100: Drop inline keywordMarek Vasut
2020-06-18net: eepro100: Fix EE_*_CMD macrosMarek Vasut
2020-06-18net: eepro100: Factor out MII registrationMarek Vasut
2020-06-18net: eepro100: Switch from malloc()+memset() to calloc()Marek Vasut
2020-06-18net: eepro100: Use PCI_DEVICE() to define PCI device compat listMarek Vasut
2020-06-18net: eepro100: Reorder functions in the driverMarek Vasut
2020-06-18net: eepro100: Remove volatile misuseMarek Vasut