aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-04-30dfu:fix: Replace wrong return value with proper oneLukasz Majewski1-1/+1
2014-04-30exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DTandrey.konovalov@linaro.org2-2/+4
2014-04-30usb: musb: fill in usb_gadget_unregister_driverRob Herring1-1/+4
2014-04-30usb: handle NULL table in usb_gadget_get_stringRob Herring1-0/+3
2014-04-30usb:gadget:f_thor: fix write to filesystem by add dfu_flush()Przemyslaw Marczak1-0/+6
2014-04-30usb:gadget:f_thor: code cleanup in function download_tail()Przemyslaw Marczak1-4/+3
2014-04-30usb: Add endian support macros to interrupt transfers in the EHCI driver.Adrian Cox1-25/+31
2014-04-30usb: ehci: rmobile: Add support ehci host driver of rmobile SoCsNobuhiro Iwamatsu2-0/+131
2014-04-29drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte writeShaveta Leekha1-7/+34
2014-04-29driver/mxc_i2c: Move static data structure to global_dataYork Sun1-10/+8
2014-04-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini21-357/+2139
2014-04-22ar8031: modify the config func of ar8031 to ar8021_configZhao Qiang1-1/+1
2014-04-22driver: Add support of image load for MMC & SPI in SPLPrabhakar Kushwaha2-0/+40
2014-04-22driver/mtd/spi:Read 8KB data chunk during u-boot load in SPLPrabhakar Kushwaha1-3/+12
2014-04-22driver/ifc: define nand_spl_load_image() for SPLPrabhakar Kushwaha1-13/+0
2014-04-22mpc85xx/t104x: Add deep sleep framework supportTang Yuantian1-4/+48
2014-04-22drivers/ddr: Fix possible out of bounds errorYork Sun3-58/+64
2014-04-22driver/net/fm/memac_phy: Initialize mdio_clock for SoCs wih FMANv3Priyanka Jain1-0/+12
2014-04-22fsl/usb: Increase TXFIFOTHRESH value for usb write in T4 Rev 2.0Nikhil Badola1-0/+20
2014-04-22driver/mmc: fix compile warningsPrabhakar Kushwaha1-1/+5
2014-04-22fsl/usb: Workaround for USB erratum-A007075Nikhil Badola1-0/+10
2014-04-22driver/ddr/fsl: Add DDR4 support to Freescale DDR driverYork Sun9-269/+1906
2014-04-22net/phy: Fix PHY id for VSC8514Codrin Ciubotariu1-1/+1
2014-04-22driver/fsl_ifc: Add a function to finalize CS0 address bindingYork Sun1-0/+7
2014-04-22QE/U-QE: Add U-QE supportZhao Qiang1-0/+2
2014-04-22QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CON...Zhao Qiang2-7/+7
2014-04-22fsl/usb: Fix phy type for Second USB controllerNikhil Badola1-2/+6
2014-04-20MIPS: drop incaip boardDaniel Schwierzeck2-794/+0
2014-04-18e1000: remove redundant assignmentDavid Müller (ELSOFT AG)1-1/+0
2014-04-18pcnet: force ordering of descriptor accessesPaul Burton1-18/+19
2014-04-18pcnet: align rx buffers for cache invalidationPaul Burton1-9/+12
2014-04-18pcnet: access descriptor rings & init block uncachedPaul Burton1-31/+35
2014-04-18arm: remove lubbock board supportMasahiro Yamada1-6/+0
2014-04-18powerpc: remove RPXClassic, RPXlite boards supportMasahiro Yamada2-3/+3
2014-04-17mtd: delete unused filesMasahiro Yamada1-1780/+0
2014-04-14i2c: sh_i2c: bugfix: i2c probe command does not workTetsuyuki Kobayashi1-1/+3
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD26-938/+787
2014-04-04Merge branch 'master' of git://git.denx.de/u-boot-arm into masterStefano Babic64-1413/+4809
2014-04-02ahci: Fix data abort on multiple scsi resets.Roger Quadros1-7/+16
2014-04-02mmc:eSDHC: Workaround for data timeout issue on Txxx SoCHaijun.Zhang1-0/+3
2014-04-02mmc: fsl_esdhc: add controller reset in case of data related errors tooAndrew Gabbasov1-27/+36
2014-04-02mmc: fsl_esdhc: fix calculation of timeout for data transactionsAndrew Gabbasov1-6/+6
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini1-0/+12
2014-04-02mmc: sh_mmcif: Fix warning by unused variableNobuhiro Iwamatsu1-2/+1
2014-04-02mmc: sh_mmcif: Fix compile errorNobuhiro Iwamatsu1-1/+1
2014-03-31pci: mx6: Implement power callbackMarek Vasut1-1/+12
2014-03-31ARM: mxs: Add OCOTP driverMarek Vasut2-0/+312
2014-03-31drivers: i2c: delete an unused source fileMasahiro Yamada1-387/+0
2014-03-28blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.cTom Rini1-1/+1
2014-03-28drivers: crypto: ace_sha: add implementation of hardware based lib randPrzemyslaw Marczak2-4/+77