aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-10-16net: gem: Do not setup any clock for Xilinx SoC VersalMichal Simek1-0/+4
2018-10-16arm64: versal: Add support for new Xilinx Versal ACAPsMichal Simek3-4/+4
2018-10-12Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini4-20/+39
2018-10-12ldpaa_eth.c: Fix warning when PHYLIB is not enabledTom Rini1-3/+7
2018-10-12sf: Add MICRON manufacturer idAshish Kumar2-0/+3
2018-10-11Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini18-245/+567
2018-10-10driver: net: fsl-mc: Add support of multiple phys for dpmacPankaj Bansal2-43/+94
2018-10-10driver: net: fsl-mc: initialize dpmac irrespective of phyPankaj Bansal1-4/+2
2018-10-10driver: net: fsl-mc: Modify the dpmac link detection methodPankaj Bansal1-62/+57
2018-10-10driver: net: fsl-mc: fix error handing in init_phyPankaj Bansal1-1/+9
2018-10-10driver: net: fsl-mc: remove unused strcture elementsPankaj Bansal3-27/+34
2018-10-10Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dmTom Rini38-397/+792
2018-10-10Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-2/+10
2018-10-10gpio: da8xx: Push generic defines of gpio.h out of mach-davinciKeerthy2-2/+46
2018-10-10gpio: da8xx: Add k2g compatibleKeerthy1-0/+1
2018-10-10driver: net: fsl-mc: modify the label namePankaj Bansal1-4/+4
2018-10-10test: eth: Add a test for the target being pingedJoe Hershberger1-0/+51
2018-10-10test: eth: Add a test for ARP requestsJoe Hershberger1-0/+41
2018-10-10net: sandbox: Add a priv ptr for tests to useJoe Hershberger1-0/+20
2018-10-10net: sandbox: Allow fake eth to handle more than 1 packet responseJoe Hershberger1-11/+46
2018-10-10net: sandbox: Share the priv structure with testsJoe Hershberger1-19/+0
2018-10-10net: sandbox: Make the fake eth driver response configurableJoe Hershberger1-4/+51
2018-10-10net: sandbox: Refactor sandbox send functionJoe Hershberger1-74/+106
2018-10-10net: sandbox: Move disabled flag into priv structJoe Hershberger1-4/+14
2018-10-10net: phy: ti: Add binding for the CLK_OUT pin muxingJanine Hagemann1-0/+27
2018-10-10net: phy: ti: Recover from "port mirroring" N/A MODE4Janine Hagemann1-1/+26
2018-10-10net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driverJanine Hagemann1-0/+39
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng10-30/+3
2018-10-10spi: davinci: Add platdata supportJagan Teki1-19/+28
2018-10-10mtd: uboot: Fix hanging during mtd list commandAdam Ford1-1/+8
2018-10-09net: pch_gbe: Make probe/remove staticBin Meng1-2/+2
2018-10-09linux/compat.h: Add netdev_### log macrosBin Meng2-18/+0
2018-10-09mmc: tmio: Limit DMA to 32bit on R-Car Gen3Marek Vasut1-0/+6
2018-10-09mmc: tmio: Pass full address to tmio_sd_addr_is_dmaable()Marek Vasut1-2/+4
2018-10-09video: at91: Adjust vidconsole_position_cursor() to use char posSimon Glass1-0/+2
2018-10-09sysreset: Add a way to find the last resetSimon Glass2-0/+45
2018-10-09sysreset: Tidy up a few comments and loggingSimon Glass1-1/+3
2018-10-09pci: Add a little more debugging to pci_romSimon Glass1-2/+2
2018-10-09ctags: Minor changes to fix ctags outputSimon Glass1-1/+2
2018-10-09panel: Expand the backlight supportSimon Glass4-36/+199
2018-10-09test: panel: Add a test for the panel uclassSimon Glass1-0/+25
2018-10-09cros_ec: Add support for v3 messages on LPCSimon Glass1-0/+33
2018-10-09cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass1-3/+4
2018-10-09cros: Update ec_commands to latest versionSimon Glass2-5/+6
2018-10-09tpm: Use livetree and allow childrenSimon Glass2-1/+4
2018-10-09video: Adjust video_clear() to return an errorSimon Glass1-1/+3
2018-10-09dm: spi: Add logging of some return valuesSimon Glass4-11/+11
2018-10-09cros: Update cros_ec code to use struct udeviceSimon Glass3-78/+79
2018-10-09serial: Allow serial to be absent in TPLSimon Glass2-0/+14
2018-10-09tpm: Add support for SPL and TPLSimon Glass1-1/+1