aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-18video: ipuv3: remove non-DM codeAnatolij Gustschin2-44/+1
2020-06-18imx: convert mx53loco board to DM_VIDEOAnatolij Gustschin1-2/+8
2020-06-18imx: convert mx51evk board to DM_VIDEOAnatolij Gustschin1-2/+8
2020-06-18imx: convert gwventana board to DM_VIDEOAnatolij Gustschin3-6/+24
2020-06-18imx: convert mx6cuboxi board to DM_VIDEOAnatolij Gustschin1-3/+9
2020-06-18imx: convert cgtqmx6eval board to DM_VIDEOAnatolij Gustschin2-2/+13
2020-06-18imx: convert dms-ba16 boards to DM_VIDEOAnatolij Gustschin3-6/+16
2020-06-18imx: convert pico-imx6 to DM_VIDEOAnatolij Gustschin1-1/+8
2020-06-18imx: convert embest boards to DM_VIDEOAnatolij Gustschin3-6/+24
2020-06-18tbs2910: migrate to DM_VIDEOAnatolij Gustschin2-7/+12
2020-06-18video: extend stdout video console work-around for 'vga'Anatolij Gustschin3-11/+13
2020-06-18video: ipuv3: remove some useless code to reduce binary sizeAnatolij Gustschin2-47/+22
2020-06-18video: make backlight and panel drivers optionalAnatolij Gustschin2-4/+28
2020-06-18video: ipuv3: fix building with disabled panel driverAnatolij Gustschin1-4/+7
2020-06-18video: make vidconsole commands optionalAnatolij Gustschin2-0/+10
2020-06-18nitrogen6x: update video console nameAnatolij Gustschin1-1/+1
2020-06-18board: nitrogen6x: migrate to CONFIG_DM_VIDEOTroy Kisky7-21/+21
2020-06-16common: hash: Remove a debug printf statementHarald Seiler1-2/+0
2020-06-13Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini41-207/+691
2020-06-12Merge branch '2020-06-12-next-net' into nextTom Rini33-693/+892
2020-06-12net: move random_port() to dnsBaruch Siach3-17/+10
2020-06-12net: tftp: fix option validation as per RFCsRavik Hasija1-7/+52
2020-06-12net: rtl8139: Add DM supportMarek Vasut1-1/+132
2020-06-12net: rtl8139: Read HW address from EEPROM only on probeMarek Vasut1-9/+18
2020-06-12net: rtl8139: Use PCI_DEVICE() to define PCI device compat listMarek Vasut1-2/+2
2020-06-12net: rtl8139: Split out common and non-DM functionsMarek Vasut1-24/+68
2020-06-12net: rtl8139: Pass private data into rtl8139_eeprom_delay()Marek Vasut1-9/+9
2020-06-12net: rtl8139: Introduce device private dataMarek Vasut1-58/+78
2020-06-12net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macrosMarek Vasut1-5/+5
2020-06-12net: rtl8139: Use dev->iobase instead of custom ioaddrMarek Vasut1-46/+38
2020-06-12net: rtl8139: Switch from malloc()+memset() to calloc()Marek Vasut1-2/+1
2020-06-12net: rtl8139: Factor out device name assignmentMarek Vasut1-1/+6
2020-06-12net: tftp: fix progress marker for file transferRavik Hasija1-7/+9
2020-06-12net: phy: Add DP8382x phy registration to TI PHY initDan Murphy2-0/+90
2020-06-12net: phy: Add support for TI PHY initDan Murphy15-12/+55
2020-06-12net: phy: Add helper routines to set and clear bitsDan Murphy1-0/+54
2020-06-12net: phy: Fix kernel doc issues in phy.hDan Murphy1-11/+8
2020-06-12net: phy: Add missing kernel doc to phy functionsDan Murphy1-0/+39
2020-06-12net: phy: add phyid search in vendor specific spaceFlorin Chiculita1-6/+16
2020-06-12net: rt8169: WAR for DHCP not getting IP after kernel boot/rebootTom Warren1-0/+16
2020-06-12net: phy: micrel: ksz8061 implement errata 80000688A fixBryan O'Donoghue1-0/+16
2020-06-12net: smc911x: Drop the standalone EEPROM exampleMarek Vasut2-534/+0
2020-06-12net: Fix error if some network features are disabledKrebs, Olaf2-2/+10
2020-06-12board: tbs2910: add documentationDenis 'GNUtoo' Carikli4-0/+202
2020-06-12board: tbs2910: Enable distro_boot support.Denis 'GNUtoo' Carikli2-1/+20
2020-06-12board: tbs2910_defconfig: Add support for booting general purpose distributionsDenis 'GNUtoo' Carikli1-0/+2
2020-06-12board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfigDenis 'GNUtoo' Carikli2-8/+2
2020-06-12board: tbs2910: disable CONFIG_GZIPDenis 'GNUtoo' Carikli1-0/+1
2020-06-12board: tbs2910: disable loadb and loads commandsDenis 'GNUtoo' Carikli1-0/+2
2020-06-12Add support for SHA384 and SHA512Reuben Dowle13-16/+632