aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-08-06gpio: zynq: Used platdata structure for storing static data instead of privVipul Kumar1-33/+34
2018-08-06spi: Kconfig: Create ISSI Kconfig entryMichal Simek1-0/+5
2018-08-04Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini5-3/+476
2018-08-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini5-11/+21
2018-08-04clk: clk_set_default: accept no-op skip fieldsNeil Armstrong1-0/+8
2018-08-03mmc: arm_pl180_mmci: Remove cd_inverted host's struct fieldPatrice Chotard2-5/+1
2018-08-03mmc: arm_pl180_mmci: Add missing clk_freePatrice Chotard1-0/+1
2018-08-03mmc: arm_pl180_mmci: Update to support CONFIG_BLKPatrice Chotard1-27/+40
2018-08-03bootcount: Fix misaligned cache operationAlex Kiernan1-3/+10
2018-08-03adc: Add driver for STM32 ADCFabrice Gasnier5-0/+534
2018-08-03dm: adc: uclass: get reference regulator onceFabrice Gasnier1-18/+17
2018-08-03clk: add clk_valid()Fabrice Gasnier1-0/+13
2018-08-03arm: sunxi: Allwinner A10 SPI driverStefan Mavrodiev3-0/+462
2018-08-03spi: kirkwood: add orion-spi compatible stringChris Packham1-0/+8
2018-08-03spi: kirkwood: Get drvdata in .ofdata_to_platdataJagan Teki1-3/+5
2018-08-03mtd: add spi flash id s25fl128lClément Laigle1-0/+1
2018-07-31mtd: nand: sunxi: Return on set_feature only when not ENOTSUPPMylène Josserand1-1/+1
2018-07-31mtd: nand: nand_base: Convert EINVAL into ENOTSUPPMylène Josserand1-2/+2
2018-07-31phy: sun4i-usb: Update PHY#3 rst_mask only for H3_H5Jagan Teki1-3/+2
2018-07-31phy: sun4i-usb: Remove usb_clk_cfg set in probeJagan Teki1-2/+0
2018-07-31phy: sun4i-usb: Call phy_passby even for PHY#0Jagan Teki1-2/+1
2018-07-31video: sunxi: de2: fix SimpleFB node creation when DE2 not probedIcenowy Zheng1-0/+3
2018-07-31sunxi: add MMC support for H6Icenowy Zheng1-1/+12
2018-07-31GPIO: CREG: improve flexibility of hsdk-creg-gpio driverEugeniy Paltsev1-22/+81
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini24-89/+0
2018-07-30Kconfig: Remove trailing whitespaces in promptMichal Simek1-1/+1
2018-07-28drivers: rtc: correctly set week day for mc146818Heinrich Schuchardt1-1/+2
2018-07-28tpm: make TPM_V2 be compiled by defaultMiquel Raynal1-0/+1
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal4-9/+10
2018-07-28tpm: remove stale symbol in KconfigMiquel Raynal1-3/+0
2018-07-28tpm: compile Sandbox driver by defaultMiquel Raynal1-0/+2
2018-07-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2-43/+58
2018-07-26net: zynq_gem: convert to use livetreeSiva Durga Prasad Paladugu1-16/+14
2018-07-26drivers: net: zynq_gem: fix phy dt node settingGrygorii Strashko1-1/+1
2018-07-26drivers: net: cpsw: fix phy dt node settingGrygorii Strashko1-1/+1
2018-07-26net: phy: xilinx: switch to use phy_get_ofnode()Grygorii Strashko1-4/+6
2018-07-26net: phy: dp83867: switch to use phy_get_ofnode()Grygorii Strashko1-2/+5
2018-07-26net: phy: add ofnode node to struct phy_deviceGrygorii Strashko1-0/+4
2018-07-26net: phy: Clean up includes of common.hJoe Hershberger14-11/+6
2018-07-26net: phy: dp83867: switch to use ofnode apiGrygorii Strashko1-13/+12
2018-07-26net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri1-0/+13
2018-07-26net: mvgbe: convert to DMChris Packham3-51/+279
2018-07-26net: mvgbe: prepare for conversion to driver modelChris Packham1-32/+83
2018-07-26sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfacesJoe Hershberger2-0/+67
2018-07-26sandbox: eth-raw: Make random MAC addresses available to eth-rawJoe Hershberger1-0/+10
2018-07-26sandbox: eth-raw: Allow interface to be specified by indexJoe Hershberger1-0/+11
2018-07-26sandbox: eth-raw: Add a function to ask the host about localhostJoe Hershberger1-2/+8
2018-07-26net: sandbox-raw: Convert raw eth driver to livetreeJoe Hershberger1-10/+16
2018-07-26net: sandbox: Convert sandbox mock eth driver to livetreeJoe Hershberger1-4/+12
2018-07-26net: Correct comment in KconfigJoe Hershberger1-2/+2