aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-27dm: socfpga: mmc: Support CONFIG_BLKSimon Glass1-1/+31
2016-07-27dm: mmc: zynq: Convert zynq to use driver model for MMCSimon Glass1-5/+34
2016-07-27dm: zynq: usb: Convert to CONFIG_DM_USBSimon Glass1-52/+51
2016-07-27net: phy: marvell: Add a missing errno.h headerSimon Glass1-0/+1
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass13-108/+19
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass16-43/+16
2016-07-27dm: core: Add a function to bind child devicesSimon Glass1-0/+9
2016-07-27dm: mmc: dwmmc: use the callback functions as staticJaehoon Chung1-2/+2
2016-07-26Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-12/+1
2016-07-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini4-5/+129
2016-07-26net: sun8i_emac: Drop redundant and incorrect setting of syscon registerChen-Yu Tsai1-9/+1
2016-07-26net: sun8i_emac: Do not configure AHB2 clockChen-Yu Tsai1-3/+0
2016-07-26drivers: net/fm: Add Fman support for LS1046AMingkai Hu2-0/+124
2016-07-26DM: crypto/fsl: Enable rsa DM driver usage before relocationSumit Garg1-0/+1
2016-07-26i2c: fsl: Fix driver initializationmario.six@gdsys.cc1-5/+4
2016-07-26Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini4-347/+858
2016-07-26i2c: mvtwsi: Add documentationmario.six@gdsys.cc1-19/+144
2016-07-26i2c: mvtwsi: Make delay times frequency-dependentmario.six@gdsys.cc1-42/+85
2016-07-26i2c: mvtwsi: Handle zero-length offsets properlymario.six@gdsys.cc1-8/+13
2016-07-26i2c: mvtwsi: Add compatibility to DMmario.six@gdsys.cc2-1/+117
2016-07-26i2c: mvtwsi: Make address length variablemario.six@gdsys.cc1-9/+21
2016-07-26i2c: mvtwsi: Factor out adap parametermario.six@gdsys.cc1-51/+46
2016-07-26i2c: mvtwsi: Add compatibility functionsmario.six@gdsys.cc1-9/+38
2016-07-26i2c: mvtwsi: Use 'uint' instead of 'unsigned int'mario.six@gdsys.cc1-5/+5
2016-07-26i2c: mvtwsi: Get rid of status parametermario.six@gdsys.cc1-13/+13
2016-07-26i2c: mvtwsi: Eliminate flags parametermario.six@gdsys.cc1-42/+41
2016-07-26i2c: mvtwsi: Improve and fix commentsmario.six@gdsys.cc1-67/+62
2016-07-26i2c: mvtwsi: Streamline code and add documentationmario.six@gdsys.cc1-38/+75
2016-07-26i2c: mvtwsi: Fix style violationsmario.six@gdsys.cc1-8/+8
2016-07-26drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver modelMugunthan V N1-0/+99
2016-07-26drivers: i2c: omap24xx_i2c: prepare driver for DM conversionMugunthan V N1-133/+175
2016-07-26drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enableMugunthan V N1-0/+14
2016-07-25mmc: rockchip: add SDHCI driver support for rockchip socKever Yang3-0/+100
2016-07-25rockchip: Use rockchip_get_clk() to obtain the SoC clockSimon Glass2-2/+2
2016-07-25dm: core: Add a way to find a device by its driverSimon Glass1-0/+20
2016-07-25rockchip: rk3288: fix FREF_MIN_HZ constantHeiko Stübner1-1/+1
2016-07-25cosmetic: rockchip: rk3288: rename rkclk_configure_cpuHeiko Stübner1-1/+1
2016-07-25cosmetic: rockchip: sort socs according to numbersHeiko Stübner2-9/+9
2016-07-25cosmetic: rockchip: rk3036: pinctrl: fix config symbol namingHeiko Stübner2-2/+2
2016-07-25cosmetic: rockchip: rk3288: pinctrl: fix config symbol namingHeiko Stübner2-4/+4
2016-07-25usb: dwc2 : invalidate dcache before starting DMAXu Ziyuan1-0/+3
2016-07-25usb: dwc2-otg: adjust fifo size via platform dataXu Ziyuan2-9/+19
2016-07-25usb: rockchip-phy: implement USB2.0 phy controlXu Ziyuan2-0/+108
2016-07-24mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios1-1/+1
2016-07-24mtd: nand: Add a full-id entry for the H27QCG8T2E5R‐BCF NANDBoris Brezillon1-0/+4
2016-07-24mtd: nand: Add the sunxi NAND controller driverBoris Brezillon3-3/+1851
2016-07-24mtd: nand: add common DT init codeBrian Norris1-0/+70
2016-07-24ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada18-100/+42
2016-07-22mtd: OneNAND: initialize mtd->writebufsize to let UBI workLadislav Michl1-0/+1
2016-07-22mtd: OneNAND: allow board init function failLadislav Michl1-15/+15