aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-13mtd: Drop duplicate MTD_PARTITIONS Kconfig optionBoris Brezillon1-6/+0
2018-11-13dfu: nand: Add missing dependency on CMD_MTDPARTSBoris Brezillon1-0/+1
2018-11-13mtd: Use default mtdparts/mtids when not defined in the environmentBoris Brezillon1-2/+60
2018-11-10mmc: dw_mmc: Add RCRC handlingMarek Vasut1-0/+4
2018-11-09dm: Fix typo - missed semicolonAndy Shevchenko1-1/+1
2018-11-04Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini4-55/+105
2018-11-02mmc: tmio: sdhi: Merge DTCNTL access into single register writeMarek Vasut1-6/+3
2018-11-02mmc: tmio: sdhi: Implement waiting for DAT0 line stateMarek Vasut1-1/+26
2018-11-02mmc: tmio: sdhi: Clear HS400 settings when resetting SCCMarek Vasut1-0/+7
2018-11-02mmc: tmio: sdhi: Touch SCC only when UHS capableMarek Vasut1-2/+3
2018-11-02mmc: tmio: Preinitialize regulator to 3.3VMarek Vasut1-0/+2
2018-11-02mmc: tmio: Configure clock before any other IOSMarek Vasut1-1/+1
2018-11-02mmc: tmio: Silence transfer errors when tuningMarek Vasut1-21/+24
2018-11-02mmc: tmio: Improve error handlingMarek Vasut1-3/+4
2018-11-02mmc: tmio: Simplify pinmux handlingMarek Vasut1-19/+3
2018-11-02pinctrl: renesas: Add POCCTRL handling to r8a77990Marek Vasut1-2/+32
2018-11-02pinctrl: renesas: Fix DRV register offsetMarek Vasut1-1/+1
2018-11-01power: spl: add SPL_DM_REGULATOR_GPIO in KconfigLokesh Vutla1-1/+8
2018-11-01w1: fix data abort if no one wire bus master presentMartin Fuzzey1-6/+8
2018-11-01w1-eeprom: ds24xxx: fix data abort in ds24xxx_probe()Martin Fuzzey1-1/+1
2018-10-31Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-2/+2
2018-10-31arm: socfpga: fpga: fix type of local variableSimon Goldschmidt2-2/+2
2018-10-29powerpc: t1040: Correct RCW EC2 settingsBin Meng1-3/+0
2018-10-29fsl/usb: Workaround for USB erratum-A005275Chris Packham4-1/+50
2018-10-29Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-14/+20
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay24-38/+32
2018-10-25Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini6-25/+389
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini24-142/+1795
2018-10-24net: fec_mxc: add support for i.MX8XAnatolij Gustschin3-4/+61
2018-10-24net: mvpp2: increase PHY reset pulseBaruch Siach1-1/+1
2018-10-24net: mvpp2: fix polarity of PHY reset signalBaruch Siach1-2/+2
2018-10-24net: dm: fec: Obtain the transceiver type from the DTMartin Fuzzey1-1/+20
2018-10-24net: dm: fec: Support the phy-supply bindingMartin Fuzzey2-0/+23
2018-10-24net: dm: fec: Fix phy-reset-duration clamping and defaultsMartin Fuzzey1-11/+8
2018-10-24net: dm: fec: Fix time unit error in phy-reset-durationMartin Fuzzey1-1/+1
2018-10-24net: phy: aquantia: autodetect if firmware needs to be loadedJeremy Gebben1-6/+22
2018-10-24net: phy: aquantia: add firmware loading supportJeremy Gebben2-2/+256
2018-10-24configs: migrate CONFIG_PHY_AQUANTIA to KconfigJeremy Gebben2-4/+2
2018-10-24sunxi: display: Mark sunxi_rgb2yuv_coef array as constPriit Laes1-1/+1
2018-10-24pwm: sunxi: choose best prescaler to improve PWM resolutionVasily Khoruzhick1-13/+19
2018-10-24pwm: sunxi: use new prescaler when configuring PWMVasily Khoruzhick1-1/+1
2018-10-24pwm: sunxi: fix off-by-one that prevented PWM to use prescaler bypassVasily Khoruzhick1-1/+1
2018-10-22Merge git://git.denx.de/u-boot-x86Tom Rini2-3/+16
2018-10-22serial: mxc: Add match string for i.mx6 quad/dual lite serialBernhard Messerklinger1-0/+1
2018-10-22watchdog: aspeed: restore default value of reset_maskCédric Le Goater1-0/+1
2018-10-22nand: atmel: Initialize pmecc smu with correct sizeBin Meng1-1/+1
2018-10-22i2c: imx_lpi2c: fix typo and register base address formatAnatolij Gustschin1-2/+2
2018-10-22Kconfig: Convert CONFIG_IMX_WATCHDOG to KconfigXiaoliang Yang1-0/+7
2018-10-22mmc: fsl_esdhc: add uclass clk supportPeng Fan1-4/+22
2018-10-22fsl_esdhc: Update usdhc driver to support i.MX8Ye Li1-4/+4