summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-06-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2014-06-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-06-11dfu: Disable default calculation of CRC32Lukasz Majewski
2014-06-11usb: ci_udc: terminate ep0 INs with a zlp when requiredStephen Warren
2014-06-11usb: ci_udc: clean up all allocations in unregisterStephen Warren
2014-06-11usb: ci_udc: fix probe error cleanupStephen Warren
2014-06-11usb: ci_udc: fix freeing of ep0 reqStephen Warren
2014-06-11usb: ci_udc: call udc_disconnect() from ci_pullup()Stephen Warren
2014-06-10net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLFNobuhiro Iwamatsu
2014-06-10net: sh-eth: Fix coding styleNobuhiro Iwamatsu
2014-06-10net: sh-eth: Add support R7S72100 of rmobileNobuhiro Iwamatsu
2014-06-08sf: probe: Fix quad bit set pathPoddar, Sourav
2014-06-08spi: soft_spi: Support NULL din/dout buffersAndrew Ruder
2014-06-08sf: params: Added support for Spansion S25FL512S_512KSiva Durga Prasad Paladugu
2014-06-08Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-06-06power: Add support for the TPS65218 PMICTom Rini
2014-06-06ti: qspi: populate slave device to set flash quad bit.Sourav Poddar
2014-06-06mtd: nand: omap: add support for BCH16_ECC - NAND driver updatespekon gupta
2014-06-06mtd: nand: omap: add CONFIG_SYS_NAND_BUSWIDTH_16BIT to indicate NAND device b...pekon gupta
2014-06-06mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris
2014-06-06mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris
2014-06-06mtd: nand: omap: fix error-codes returned from omap-elm driverpekon gupta
2014-06-06mtd: nand: omap_gpmc: minor cleanup of omap_correct_data_bchpekon gupta
2014-06-06mtd: nand: omap_gpmc: rename struct nand_bch_priv to struct omap_nand_infopekon gupta
2014-06-06mtd: nand: omap_gpmc: remove unused members of 'struct nand_bch_priv'pekon gupta
2014-06-06mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate be...pekon gupta
2014-06-06mtd: nand: omap_elm: remove #include omap_gpmc.hpekon gupta
2014-06-05Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2014-06-05driver/ddr/fsl: Fix printing unspecified module info for DDR4York Sun
2014-06-05powerpc/mpc85xx: Add workaround for DDR erratum A004508York Sun
2014-06-05powerpc/espi: remove 80us delay to improve transfer performanceHou Zhiqiang
2014-06-05phy: fix create_phy_by_mask for when its given an actual search maskCormier, Jonathan
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-06-01usb: ci_udc: complete ep0 direction handlingStephen Warren
2014-06-01usb: ci_udc: pre-allocate ep0 reqStephen Warren
2014-06-01usb: ci_udc: use a single descriptor for ep0Stephen Warren
2014-06-01usb: ci_udc: detect queued requests on ep0Stephen Warren
2014-06-01dfu: Introduction of the "dfu_hash_algo" env variable for checksum method set...Lukasz Majewski
2014-05-30Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-05-29Add cli_ prefix to readline functionsSimon Glass
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass
2014-05-28power: Explicitly select pmic device's busAaron Durbin
2014-05-28power: Add support for TPS65090 PMU chip.Tom Wai-Hong Tam
2014-05-28power: Add PMIC_ prefix to CHARGER_EN/DISABLESimon Glass
2014-05-28power: Rename CONFIG_PMIC_... to CONFIG_POWER_...Simon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-05-27mmc: atmel_mci: fix print incorrect buffer content for debugWu, Josh
2014-05-27gpio: at91: add sanity check for the NULL pointerWu, Josh
2014-05-25net/designware: Make DMA burst length configurable and reduce by defaultIan Campbell
2014-05-25net/designware: reorder struct dw_eth_dev to pack more efficiently.Ian Campbell