aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-06-19pmic: tps65090: correct checking i2c busJeroen Hofstee1-1/+1
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee3-4/+4
2014-06-12Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2-5/+10
2014-06-12mmc: free allocated memory on initialization errorsDarwin Rambo1-2/+6
2014-06-12mmc: return meaningful error codes from mmc_select_hwpartStephen Warren1-3/+4
2014-06-12i2c: kona: Resolve Kona I2C driver issueSteve Rae1-1/+1
2014-06-11m68k: Fix warnings with gcc 4.6Simon Glass2-6/+6
2014-06-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini3-16/+23
2014-06-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-43/+178
2014-06-11dfu: Disable default calculation of CRC32Lukasz Majewski1-13/+7
2014-06-11usb: ci_udc: terminate ep0 INs with a zlp when requiredStephen Warren1-3/+35
2014-06-11usb: ci_udc: clean up all allocations in unregisterStephen Warren1-0/+6
2014-06-11usb: ci_udc: fix probe error cleanupStephen Warren1-0/+1
2014-06-11usb: ci_udc: fix freeing of ep0 reqStephen Warren1-2/+7
2014-06-11usb: ci_udc: call udc_disconnect() from ci_pullup()Stephen Warren1-16/+12
2014-06-10net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLFNobuhiro Iwamatsu1-1/+1
2014-06-10net: sh-eth: Fix coding styleNobuhiro Iwamatsu2-22/+22
2014-06-10net: sh-eth: Add support R7S72100 of rmobileNobuhiro Iwamatsu2-14/+77
2014-06-08sf: probe: Fix quad bit set pathPoddar, Sourav1-10/+10
2014-06-08spi: soft_spi: Support NULL din/dout buffersAndrew Ruder1-6/+12
2014-06-08sf: params: Added support for Spansion S25FL512S_512KSiva Durga Prasad Paladugu1-0/+1
2014-06-08Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini20-200/+743
2014-06-06power: Add support for the TPS65218 PMICTom Rini2-0/+98
2014-06-06ti: qspi: populate slave device to set flash quad bit.Sourav Poddar1-0/+1
2014-06-06mtd: nand: omap: add support for BCH16_ECC - NAND driver updatespekon gupta1-1/+78
2014-06-06mtd: nand: omap: add CONFIG_SYS_NAND_BUSWIDTH_16BIT to indicate NAND device b...pekon gupta1-4/+9
2014-06-06mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris4-5/+7
2014-06-06mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris1-2/+3
2014-06-06mtd: nand: omap: fix error-codes returned from omap-elm driverpekon gupta2-6/+9
2014-06-06mtd: nand: omap_gpmc: minor cleanup of omap_correct_data_bchpekon gupta1-5/+5
2014-06-06mtd: nand: omap_gpmc: rename struct nand_bch_priv to struct omap_nand_infopekon gupta1-32/+26
2014-06-06mtd: nand: omap_gpmc: remove unused members of 'struct nand_bch_priv'pekon gupta1-17/+6
2014-06-06mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate be...pekon gupta2-20/+10
2014-06-06mtd: nand: omap_elm: remove #include omap_gpmc.hpekon gupta1-1/+0
2014-06-05Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini3-33/+112
2014-06-05driver/ddr/fsl: Fix printing unspecified module info for DDR4York Sun1-1/+1
2014-06-05powerpc/mpc85xx: Add workaround for DDR erratum A004508York Sun1-0/+5
2014-06-05powerpc/espi: remove 80us delay to improve transfer performanceHou Zhiqiang1-32/+106
2014-06-05phy: fix create_phy_by_mask for when its given an actual search maskCormier, Jonathan1-3/+1
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD12-111/+495
2014-06-01usb: ci_udc: complete ep0 direction handlingStephen Warren2-7/+42
2014-06-01usb: ci_udc: pre-allocate ep0 reqStephen Warren2-1/+17
2014-06-01usb: ci_udc: use a single descriptor for ep0Stephen Warren1-11/+4
2014-06-01usb: ci_udc: detect queued requests on ep0Stephen Warren1-0/+15
2014-06-01dfu: Introduction of the "dfu_hash_algo" env variable for checksum method set...Lukasz Majewski1-5/+47
2014-05-30Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini6-22/+536
2014-05-29Add cli_ prefix to readline functionsSimon Glass1-3/+4
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass1-0/+1
2014-05-28power: Explicitly select pmic device's busAaron Durbin1-0/+4
2014-05-28power: Add support for TPS65090 PMU chip.Tom Wai-Hong Tam2-0/+311