summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-10-10driver: net: fsl-mc: initialize dpmac irrespective of phyPankaj Bansal
2018-10-10driver: net: fsl-mc: Modify the dpmac link detection methodPankaj Bansal
2018-10-10driver: net: fsl-mc: fix error handing in init_phyPankaj Bansal
2018-10-10driver: net: fsl-mc: remove unused strcture elementsPankaj Bansal
2018-10-10driver: net: fsl-mc: modify the label namePankaj Bansal
2018-10-10test: eth: Add a test for the target being pingedJoe Hershberger
2018-10-10test: eth: Add a test for ARP requestsJoe Hershberger
2018-10-10net: sandbox: Add a priv ptr for tests to useJoe Hershberger
2018-10-10net: sandbox: Allow fake eth to handle more than 1 packet responseJoe Hershberger
2018-10-10net: sandbox: Share the priv structure with testsJoe Hershberger
2018-10-10net: sandbox: Make the fake eth driver response configurableJoe Hershberger
2018-10-10net: sandbox: Refactor sandbox send functionJoe Hershberger
2018-10-10net: sandbox: Move disabled flag into priv structJoe Hershberger
2018-10-10net: phy: ti: Add binding for the CLK_OUT pin muxingJanine Hagemann
2018-10-10net: phy: ti: Recover from "port mirroring" N/A MODE4Janine Hagemann
2018-10-10net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driverJanine Hagemann
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng
2018-10-09net: pch_gbe: Make probe/remove staticBin Meng
2018-10-09linux/compat.h: Add netdev_### log macrosBin Meng
2018-10-07Kconfig: sandbox: enable cmd_avb and dependenciesJens Wiklander
2018-10-07tee: add sandbox driverJens Wiklander
2018-10-07tee: optee: support AVB trusted applicationJens Wiklander
2018-10-07optee: support routing of rpmb data frames to mmcJens Wiklander
2018-10-07tee: add OP-TEE driverJens Wiklander
2018-10-07Add UCLASS_TEE for Trusted Execution EnvironmentJens Wiklander
2018-10-07mmc: rpmb: add mmc_rpmb_route_frames()Jens Wiklander
2018-10-07dm: fdt: scan for devices under /firmware tooJens Wiklander
2018-10-06misc: Add support for the Arm Versatile Express config busLiviu Dudau
2018-10-05Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2018-10-05Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2018-10-05Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchipTom Rini
2018-10-04net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXIDJanine Hagemann
2018-10-04net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmiiJanine Hagemann
2018-10-04Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-10-04spi: Add SPI driver for MT76xx SoCsStefan Roese
2018-10-04mtd: nand: spi: Add Gigadevice SPI NAND supportStefan Roese
2018-10-04sf: Add XMC xm25qh64a and xm25qh128a entriesStefan Roese
2018-10-03Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchipTom Rini
2018-10-03gpio: dwapb_gpio: Change to use devm_kcalloc()Ley Foon Tan
2018-10-03phy: rcar: Add R-Car Gen3 PHY driverMarek Vasut
2018-10-03i2c: Add support for the Arm's Versatile Express I2C controller.Liviu Dudau
2018-10-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-10-02spi: sh_qspi: Add DM support to SH QSPI driverMarek Vasut
2018-10-02driver/spi: fsl_qspi: Remove non-DM stuffAshish Kumar
2018-10-02spi: designware_spi: Add reset ctrl to driverLey Foon Tan
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal
2018-10-02mtd: uclass: add probe functionMiquel Raynal