summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-17dm: mmc: fsl_esdhc: Set up common versions of operationsSimon Glass1-11/+36
2017-08-17dm: mmc: fsl_esdhc: Pass private data to internal functionsSimon Glass1-14/+11
2017-08-17dm: sata: dwc_ahsata: Add support for driver modelSimon Glass1-0/+113
2017-08-17dm: sata: Update the AHCI uclass to support operationsSimon Glass1-0/+37
2017-08-17dm: sata: dw_sata: Set up common versions of operationsSimon Glass1-105/+131
2017-08-17dm: sata: dw_sata: More ahci_init_one() futher downSimon Glass1-33/+33
2017-08-17dm: sata: dw_sata: Drop is_readySimon Glass1-4/+0
2017-08-17dm: sata: dw_sata: Rename the dwc_ahsata private headerSimon Glass2-4/+4
2017-08-17dm: sata: dw_sata: Sort #include directivesSimon Glass1-7/+6
2017-08-17dm: sata: dw_sata: Drop unnecessary bracketsSimon Glass1-50/+48
2017-08-17dm: sata: dw_sata: Pass uc_priv to internal functionsSimon Glass1-48/+41
2017-08-17dm: sata: dw_sata: Drop unnecessary castsSimon Glass1-38/+22
2017-08-17dm: sata: dw_sata: Rename 'probe_ent' to uc_privSimon Glass1-90/+85
2017-08-17dm: sata: dw_sata: Move exported functions to the endSimon Glass1-62/+62
2017-08-17dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()Simon Glass1-43/+0
2017-08-17dm: sata: dwc_ahsata: Make functions staticSimon Glass1-6/+6
2017-08-17dm: blk: Update return value in blk_create_devicef()Simon Glass1-1/+1
2017-08-17dm: blk: Add a function to find an interface-type nameSimon Glass2-0/+12
2017-08-17dm: core: Avoid calling dm_scan_fdt_dev() with of-platdataSimon Glass1-0/+3
2017-08-17mmc: gen_atmel_mci: Fix wrong arguments used of bind()Wenyou.Yang@microchip.com1-22/+42
2017-08-17mmc: sd_sdhi: Enable clock using clock frameworkMarek Vasut1-0/+15
2017-08-17mmc: sh_sdhi: Fix the ACMD handlingMarek Vasut1-48/+55
2017-08-17mmc: sh_sdhi: Add DM and DT probing supportMarek Vasut1-20/+145
2017-08-17mmc: uniphier-sd: Fix long response processingMarek Vasut1-7/+7
2017-08-14driver: net: ldpaa: Update priv->phydev after free()Prabhakar Kushwaha1-1/+3
2017-08-14usb: net: Add support for Microchip LAN75xx and LAN78xxYuiko Oshino7-0/+1542
2017-08-14net: fman: add support RGMII_TXID to memacMadalin Bucur1-1/+3
2017-08-14Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini24-119/+2190
2017-08-13stm32f1: remove stm32f1 supportPatrice Chotard1-94/+0
2017-08-13wdt: Update uclass to make clear that the timeout is in msAndy Shevchenko1-2/+2
2017-08-13nvme: Handle zero Maximum Data Transfer Size (MDTS)Bin Meng1-0/+21
2017-08-13nvme: Fix number of blocks detectionJon Nettleton1-1/+1
2017-08-13nvme: Detect devices that are class Storage ExpressJon Nettleton1-1/+1
2017-08-13nvme: Add show routine to print detailed informationZhikang Zhang2-1/+128
2017-08-13nvme: Add NVM Express driver supportZhikang Zhang7-0/+1640
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang1-0/+2
2017-08-13arm: mvebu: ddr3_debug: remove self assignmentsxypron.glpk@gmx.de1-9/+0
2017-08-13arm: mvebu: remove self assignmentxypron.glpk@gmx.de1-2/+0
2017-08-13rockchip: clk: remove RATE_TO_DIVKever Yang7-29/+20
2017-08-13rockchip: clk: update dwmmc clock divKever Yang6-19/+26
2017-08-13rockchip: timer: add device-model timer driver for RK3368 (and similar)Philipp Tomsich3-0/+115
2017-08-13dm: timer: normalise SPL and TPL supportPhilipp Tomsich3-3/+20
2017-08-13timer: add OF_PLATDATA support for timer-uclassPhilipp Tomsich1-2/+6
2017-08-13rockchip: spi: enable support for the rk_spi driver for the RK3368Philipp Tomsich1-0/+9
2017-08-13rockchip: rk3368: add DRAM controller driver with DRAM initialisationPhilipp Tomsich3-0/+1016
2017-08-13net: gmac_rockchip: Add support for the RK3368 GMACPhilipp Tomsich1-0/+78
2017-08-13rockchip: clk: rk3368: add support for configuring the SPI clocksPhilipp Tomsich1-26/+107
2017-08-13rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate()Philipp Tomsich1-1/+1
2017-08-13rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clockPhilipp Tomsich1-2/+17
2017-08-13rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL)Philipp Tomsich1-6/+7