aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini4-5/+129
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
2016-07-22mtd: OneNAND: add timeout to wait ready loopsLadislav Michl1-11/+19
2016-07-22armv7: make gpmc_cfg constLadislav Michl1-1/+2
2016-07-22spl: Lightweight UBI and UBI fastmap supportThomas Gleixner5-0/+1170
2016-07-22onenand_spl_simple: Add a simple OneNAND read functionLadislav Michl1-0/+48
2016-07-22nand_spl_simple: Add a simple NAND read functionThomas Gleixner1-0/+62
2016-07-22mtd: Sort subsystem directories aplhabeticaly in MakefileLadislav Michl1-2/+2
2016-07-22i2c_eeprom: Add reading supportmario.six@gdsys.cc2-8/+36
2016-07-22Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini4-29/+36
2016-07-22usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQSiva Durga Prasad Paladugu1-0/+7
2016-07-22dm: clk: Remove simple version of clk_get_by_index/name()Michal Simek1-27/+1
2016-07-22serial: zynq: Read information about clock from DTMichal Simek1-1/+27