aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-08-02driver/ddr/fsl: Fix timing_cfg_2York Sun1-1/+1
2016-08-02crypto/fsl: Update blob cmd to accept 64bit addressesSumit Garg1-3/+10
2016-08-02driver: spi: fsl-qspi: remove compile WarningsYunhui Cui1-1/+3
2016-07-31Merge git://git.denx.de/u-boot-rockchipTom Rini2-5/+22
2016-07-31net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffersHans de Goede1-3/+10
2016-07-31sunxi: gpio: Add .xlate function for gpio phandle resolutionChen-Yu Tsai1-0/+16
2016-07-31rockchip: rk3288: Fix pinctrl for GPIO bank 0John Keeping1-2/+19
2016-07-31mmc-uclass: correct the device numberKever Yang1-3/+3
2016-07-30spi: ti_qspi: dra7xx: Add support to use 76.8MHz clockVignesh R1-5/+12
2016-07-30sf: sf_params: Add AT25DF321 flash supportWenyou Yang1-1/+2
2016-07-30spi: ti_qspi: Remove delay in read path for dra7xxVignesh R1-3/+0
2016-07-30spi: ti_qspi: Fix compiler warning when DEBUG macro is setVignesh R1-2/+2
2016-07-30spi: ti_qspi: Fix failure on multiple READ_ID cmdVignesh R1-3/+2
2016-07-30spi: Add support for N25Q016AMoritz Fischer1-0/+1
2016-07-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini7-8/+42
2016-07-28pci: allow disabling of pci init/enum via envTim Harvey1-0/+4
2016-07-27Merge git://git.denx.de/u-boot-dmTom Rini28-199/+451
2016-07-27mmc: dw_mmc: reduce timeout detection cycleXu Ziyuan1-1/+1
2016-07-27Add a power domain framework/uclassStephen Warren6-0/+300
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-27Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-1/+3
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