summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'u-boot-samsung/master'Albert ARIBAUD2014-07-012-6/+12
|\
| * PMIC: MAX77686: fix invalid bus checkJeroen Hofstee2014-06-231-5/+8
| * Exynos: SPI: Fix reading data from SPI flashAkshay Saraswat2014-06-231-1/+4
* | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-015-3/+84
|\ \
| * | spi: davinci: Fix register address for SPI1_BUSAxel Lin2014-06-191-1/+1
| * | ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.cKhoronzhuk, Ivan2014-06-193-0/+82
| * | mtd: nand: davinci: add header file for driver definitionsKhoronzhuk, Ivan2014-06-191-2/+1
| |/
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-304-2/+239
|\ \
| * | dwc_ahsata: return failure for MX6 if not IMX6Q/IMX6DTim Harvey2014-06-061-0/+5
| * | spl: nand: add support for mxs nandTim Harvey2014-06-062-0/+232
| * | serial_mxc: disable new features of autobaud detectionEric Nelson2014-05-281-2/+2
* | | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-2530-236/+528
|\ \ \
| * | | dm: Cast away the const-ness of the global_data pointerSimon Glass2014-06-202-4/+4
| * | | dm: Add missing header files in lists and rootSimon Glass2014-06-202-0/+2
| * | | dm: Use case-insensitive comparison for GPIO banksSimon Glass2014-06-201-1/+1
| * | | dm: Rename struct device_id to udevice_idSimon Glass2014-06-204-4/+4
| * | | pmic: tps65090: correct checking i2c busJeroen Hofstee2014-06-191-1/+1
| * | | includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-193-4/+4
| * | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-06-122-5/+10
| |\ \ \
| | * | | mmc: free allocated memory on initialization errorsDarwin Rambo2014-06-121-2/+6
| | * | | mmc: return meaningful error codes from mmc_select_hwpartStephen Warren2014-06-121-3/+4
| * | | | i2c: kona: Resolve Kona I2C driver issueSteve Rae2014-06-121-1/+1
| |/ / /
| * | | m68k: Fix warnings with gcc 4.6Simon Glass2014-06-112-6/+6
| * | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2014-06-113-16/+23
| |\ \ \
| | * | | sf: probe: Fix quad bit set pathPoddar, Sourav2014-06-081-10/+10
| | * | | spi: soft_spi: Support NULL din/dout buffersAndrew Ruder2014-06-081-6/+12
| | * | | sf: params: Added support for Spansion S25FL512S_512KSiva Durga Prasad Paladugu2014-06-081-0/+1
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-06-103-43/+178
| |\ \ \ \
| | * | | | dfu: Disable default calculation of CRC32Lukasz Majewski2014-06-111-13/+7
| | * | | | usb: ci_udc: terminate ep0 INs with a zlp when requiredStephen Warren2014-06-111-3/+35
| | * | | | usb: ci_udc: clean up all allocations in unregisterStephen Warren2014-06-111-0/+6
| | * | | | usb: ci_udc: fix probe error cleanupStephen Warren2014-06-111-0/+1
| | * | | | usb: ci_udc: fix freeing of ep0 reqStephen Warren2014-06-111-2/+7
| | * | | | usb: ci_udc: call udc_disconnect() from ci_pullup()Stephen Warren2014-06-111-16/+12
| | * | | | usb: ci_udc: complete ep0 direction handlingStephen Warren2014-06-012-7/+42
| | * | | | usb: ci_udc: pre-allocate ep0 reqStephen Warren2014-06-012-1/+17
| | * | | | usb: ci_udc: use a single descriptor for ep0Stephen Warren2014-06-011-11/+4
| | * | | | usb: ci_udc: detect queued requests on ep0Stephen Warren2014-06-011-0/+15
| | * | | | dfu: Introduction of the "dfu_hash_algo" env variable for checksum method set...Lukasz Majewski2014-06-011-5/+47
| * | | | | net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLFNobuhiro Iwamatsu2014-06-101-1/+1
| * | | | | net: sh-eth: Fix coding styleNobuhiro Iwamatsu2014-06-102-22/+22
| * | | | | net: sh-eth: Add support R7S72100 of rmobileNobuhiro Iwamatsu2014-06-102-14/+77
| * | | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-06-0820-200/+743
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-06-053-33/+112
| |\ \ \ \ \
| | * | | | | driver/ddr/fsl: Fix printing unspecified module info for DDR4York Sun2014-06-051-1/+1
| | * | | | | powerpc/mpc85xx: Add workaround for DDR erratum A004508York Sun2014-06-051-0/+5
| | * | | | | powerpc/espi: remove 80us delay to improve transfer performanceHou Zhiqiang2014-06-051-32/+106
| | | |/ / / | | |/| | |
| * / | | | phy: fix create_phy_by_mask for when its given an actual search maskCormier, Jonathan2014-06-051-3/+1
| |/ / / /
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-05-306-22/+536
| |\ \ \ \
| * | | | | Add cli_ prefix to readline functionsSimon Glass2014-05-291-3/+4