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