summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-04-13net: sh_eth: Add remaining Gen2 DT compatibleMarek Vasut1-0/+3
2018-04-13net: zynq_gem: Use max-speed property from dtSiva Durga Prasad Paladugu1-0/+9
2018-04-13net: fec: Fix issue in DM probe timeoutYe Li1-2/+1
2018-04-13net: fex_mxc: add i.MX6UL/SX/SL compatiblePeng Fan1-0/+3
2018-04-13net: fec: sharing MDIO for two enet controllersPeng Fan2-3/+18
2018-04-13net: fec: set dev->seq to priv->dev_idPeng Fan1-3/+2
2018-04-13net: fec_mxc: simplify fec_get_miibusPeng Fan1-12/+3
2018-04-13net: fec_mxc: Fix DM driver issue in recvYe Li1-0/+23
2018-04-13net: mvneta: support setting hardware addressMatt Pelland1-0/+10
2018-04-13Merge git://git.denx.de/u-boot-shTom Rini13-901/+2272
2018-04-13Merge git://git.denx.de/u-boot-usbTom Rini8-47/+631
2018-04-12spi: sh_qspi: Make use of the 32byte FIFOMarek Vasut1-10/+24
2018-04-12spi: sh_qspi: Replace ad hoc waiting with wait_for_bitMarek Vasut1-14/+9
2018-04-12spi: sh_qspi: Drop SPBDCR waitMarek Vasut1-8/+0
2018-04-12spi: sh_qspi: Replace data types with short onesMarek Vasut1-31/+31
2018-04-12mtd: spi: Add Renesas RPC SPI-flash driverMarek Vasut3-0/+474
2018-04-12mtd: rpc: Add Renesas RPC Hyperflash driverMarek Vasut3-0/+406
2018-04-12mmc: renesas-sdhi: Wait after reconfiguring pinsMarek Vasut1-0/+3
2018-04-12mmc: matsushita-common: Add missing elseMarek Vasut1-1/+1
2018-04-12mmc: matsushita-common: Wait for command completionMarek Vasut2-0/+3
2018-04-12mmc: matsushita-common: Correctly set mode in 16bitMarek Vasut1-2/+0
2018-04-12mmc: matsushita-common: Special case only select registers in 16bitMarek Vasut1-1/+3
2018-04-12mmc: renesas-sdhi: Add Renesas SDR104/HS200 tuning supportMarek Vasut1-2/+290
2018-04-12mmc: matsushita-common: Export register access functionsMarek Vasut2-2/+6
2018-04-12mmc: matsushita-common: Properly handle pin voltage configurationMarek Vasut2-9/+46
2018-04-12mmc: matsushita-common: Always check controller versionMarek Vasut1-9/+8
2018-04-12mmc: matsushita-common: Handle bus width 0Marek Vasut1-0/+1
2018-04-12mmc: matsushita-common: Handle DMA completion flag differencesMarek Vasut2-3/+11
2018-04-12mmc: matsushita-common: Handle Renesas div-by-1Marek Vasut2-1/+3
2018-04-12mmc: matsushita-common: Add Renesas RCar quirksMarek Vasut2-18/+30
2018-04-12mmc: matsushita-common: Use mmc_of_parse()Marek Vasut1-16/+7
2018-04-12mmc: renesas-sdhi: Handle 16bit IPMarek Vasut1-0/+13
2018-04-12mmc: uniphier: Allow passing quirks to the probe functionMarek Vasut4-5/+16
2018-04-12mmc: uniphier: Add support for 16bit variantMarek Vasut2-4/+39
2018-04-12mmc: uniphier: Drop useless checkMarek Vasut1-8/+2
2018-04-12mmc: uniphier: Factor out FIFO accessorsMarek Vasut1-62/+60
2018-04-12mmc: renesas-sdhi: Add Renesas SDHI Kconfig entryMarek Vasut2-4/+14
2018-04-12mmc: uniphier: Split out SoC specific bits from the driverMarek Vasut5-840/+921
2018-04-12Merge git://git.denx.de/u-boot-i2cTom Rini3-35/+141
2018-04-11serial: Fix Makefile during SPL and TPL buildMarek Vasut1-2/+18
2018-04-11phy: Add Amlogic Meson USB2 & USB3 Generic PHY driversNeil Armstrong4-0/+448
2018-04-11usb: host: dwc3: Add support for multiple PHYsNeil Armstrong1-47/+66
2018-04-11usb: host: Add simple of glue driver for DWC3 USB Controllers integrationNeil Armstrong3-0/+117
2018-04-11i2c: fsl: Add option to get clock from DTMario Six1-1/+7
2018-04-11i2c: fsl: Use dev_read_addrMario Six1-4/+1
2018-04-11i2c: ihs_i2c: Use new fpgamap interfaceMario Six1-21/+24
2018-04-11dm: i2c: implement gpio-based I2C deblockAlexander Kochetkov1-9/+109
2018-04-10clk: add sandbox test for bulk APINeil Armstrong1-0/+29
2018-04-10clk: Add get/enable/disable/release for a bulk of clocksNeil Armstrong1-0/+59
2018-04-10reset: add sandbox test for bulk APINeil Armstrong2-1/+30