summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXIDJanine Hagemann2018-10-041-17/+63
* net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmiiJanine Hagemann2018-10-041-1/+1
* Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchipTom Rini2018-10-032-2/+31
|\
| * rockchip: dwmmc: add rk2928-dw-mshc compatibleHeiko Stuebner2018-10-021-0/+1
| * mmc: dw_mmc: check fifo status with a timeout in fifo modeHeiko Stuebner2018-10-021-2/+30
* | i2c: Add support for the Arm's Versatile Express I2C controller.Liviu Dudau2018-10-031-0/+280
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-0276-888/+3892
|\ \ | |/ |/|
| * spi: sh_qspi: Add DM support to SH QSPI driverMarek Vasut2018-10-021-65/+150
| * driver/spi: fsl_qspi: Remove non-DM stuffAshish Kumar2018-10-021-138/+0
| * spi: designware_spi: Add reset ctrl to driverLey Foon Tan2018-10-021-0/+43
| * cmd: mtd: add 'mtd' commandMiquel Raynal2018-10-022-2/+161
| * mtd: mtdpart: implement proper partition handlingMiquel Raynal2018-10-022-238/+177
| * mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal2018-10-021-1/+64
| * mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal2018-10-021-0/+210
| * mtd: uclass: add probe functionMiquel Raynal2018-10-021-0/+16
| * mtd: mtdpart: balance debug messagesMiquel Raynal2018-09-201-0/+2
| * mtd: declare MTD_PARTITIONS symbol in KconfigMiquel Raynal2018-09-201-0/+3
| * mtd: spinand: Add initial support for the MX35LF2GE4AB chipMiquel Raynal2018-09-201-6/+14
| * mtd: spinand: Add initial support for the MX35LF1GE4AB chipBoris Brezillon2018-09-203-1/+140
| * mtd: spinand: Add initial support for Winbond W25M02GVFrieder Schrempf2018-09-203-1/+145
| * mtd: spinand: Add initial support for Micron MT29F2G01ABAGDPeter Pan2018-09-203-1/+153
| * mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan2018-09-205-0/+1249
| * spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2018-09-203-0/+509
| * mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon2018-09-204-0/+380
| * mtd: rename nand into rawnand in Kconfig promptMiquel Raynal2018-09-201-1/+1
| * mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-2055-377/+382
| * mtd: move all flash categories inside MTD submenuMiquel Raynal2018-09-201-2/+2
| * mtd: move definitions to enlarge their rangeMiquel Raynal2018-09-201-6/+0
| * mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal2018-09-201-6/+20
| * mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon2018-09-201-0/+45
| * mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2018-09-201-0/+12
| * mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon2018-09-204-62/+33
* | Merge git://git.denx.de/u-boot-dmTom Rini2018-09-3015-2/+662
|\ \
| * | dm: test: Add "/firmware" node scan testRajan Vaja2018-09-293-1/+22
| * | firmware: Add FIRMWARE config prompt stringRajan Vaja2018-09-291-1/+1
| * | test: Add tests for board uclassMario Six2018-09-294-1/+126
| * | board: Add gazerbeam driverMario Six2018-09-293-0/+290
| * | drivers: Add board uclassMario Six2018-09-295-0/+76
| * | core: Add dev_{disable,enable}_by_pathMario Six2018-09-291-0/+78
| * | core: Add functions to set properties in live-treeMario Six2018-09-291-0/+70
* | | usb:ci_udc: don't overwrite configuration on pullupRamon Fried2018-09-301-1/+2
* | | usb: ehci-msm: Add init_after_reset for CI_UDCRamon Fried2018-09-301-0/+12
* | | usb:ci_udc: Introduce init_after_reset phy functionRamon Fried2018-09-301-0/+6
* | | ehci: msm: use init_type in probeRamon Fried2018-09-301-2/+4
* | | ehci: msm: switch to generic PHY uclassRamon Fried2018-09-302-45/+10
* | | phy: db410c: Add MSM USB PHY driverRamon Fried2018-09-303-0/+118
* | | ehci: msm: Add missing platdataRamon Fried2018-09-301-0/+1
* | | ehci: Replace board_prepare_usb with board_usb_initRamon Fried2018-09-301-7/+2
* | | serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCsPatrice Chotard2018-09-301-1/+1
* | | clk: Add support for Arm's Versatile Express OSC clock generatorsLiviu Dudau2018-09-303-0/+117