summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
...
| * | usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-20-1/+1
| * | usb: rename board_usb_init_type to usb_init_typeTroy Kisky2013-10-20-13/+13
| * | usb: am437x: Add support for am437x xhci USB hostDan Murphy2013-10-20-0/+15
| * | usb: dra7xx: Add support for dra7xx xhci USB hostDan Murphy2013-10-20-3/+20
| * | usb: omap: Move the usb phy code to the usb/phy directoryDan Murphy2013-10-20-0/+6
| * | usb: omap: Move the xhci-omap header file to common locationDan Murphy2013-10-20-0/+124
| * | trats: Update TRATS config to support TIZEN downloadLukasz Majewski2013-10-20-2/+12
| * | usb:g_dnl:f_thor: USB download function to support TIZEN's THOR protocolLukasz Majewski2013-10-20-0/+27
| * | usb:g_dnl: Add name parameter to g_dnl_bind_fixup functionLukasz Majewski2013-10-20-1/+1
| * | dfu:core: Export dfu_{get|free}_buf functionsLukasz Majewski2013-10-20-0/+2
| * | dfu:core: Find DFU alt setting number by passing its nameLukasz Majewski2013-10-20-0/+1
| * | usb: new board-specific USB init interfaceMateusz Zalega2013-10-20-12/+33
| * | nitrogen6x: add CONFIG_MV_UDCTroy Kisky2013-10-20-0/+6
| * | ARM: OMAP5: Power: Add new function to turn on SMPS10Dan Murphy2013-10-20-0/+6
| * | temp: config: exynos5250: Enable xHCI support for Exynos5Vivek Gautam2013-10-20-2/+3
| * | config: arm: exynos5250: Define CONFIG_SYS_CACHELINE_SIZEVivek Gautam2013-10-20-0/+2
| * | exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCIVivek Gautam2013-10-20-0/+2
| * | USB: XHCI: Add xHCI host controller support for Exynos5Vivek Gautam2013-10-20-0/+188
| * | USB: xHCI: Add stack support for xHCIVivek Gautam2013-10-20-1/+8
| * | usb: Move 'bmRequestType' USB device request macros from EHCI headerVivek Gautam2013-10-20-0/+19
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-10-17-56/+48
|\ \
| * | i2c: Zynq: Support for TI PCA9548 bus multiplexerMichael Burr2013-10-17-0/+2
| * | i2c: update config using mxc driver to new subsystemtrem2013-10-17-56/+46
| |/
* | PCIe:change the method to get the address of a requested capability in config...Zhao Qiang2013-10-16-0/+10
* | powerpc/p1010rdb: add p1010rdb-pb support with updating p1010rdb-paShengzhou Liu2013-10-16-14/+87
* | board/p1010rdb: add pin mux and sdhc support in any bootShengzhou Liu2013-10-16-13/+2
* | powerpc/t1040qds: Add T1040QDS boardPrabhakar Kushwaha2013-10-16-0/+761
* | powerpc: Fix CamelCase warnings in DDR related codePriyanka Jain2013-10-16-24/+24
* | powerpc/B4860: enable PBL tool for B4860Shaohui Xie2013-10-16-0/+2
* | powerpc/usb: Mention usb1 before usb2 inside default hwconfig stringramneek mehresh2013-10-16-2/+2
* | board/bsc9131rdb: Update IFC timings for NAND flashPrabhakar Kushwaha2013-10-16-8/+8
* | powerpc: p1_p2_rdb_pc: add TPL for p1_p2_rdb_pc nand bootYing Zhang2013-10-16-26/+57
* | powerpc : p1_p2_rdb_pc : Enable p1_p2_rdb_pc to start from eSPI with SPLYing Zhang2013-10-16-7/+29
* | powerpc: p1_p2_rdb_pc: Enable p1_p2_rdb_pc to boot from SD Card with SPLYing Zhang2013-10-16-14/+45
* | SGMII:fix PHY addresses for QSGMII Riser Card working in SGMII modeZhao Qiang2013-10-16-0/+4
* | powerpc:c29xpcie: make ifc timing parameter flexiblePo Liu2013-10-16-3/+5
* | powerpc: add CONFIG_SECURE_BOOT condition into fsl_secure_boot.hPo Liu2013-10-16-10/+0
|/
* sf: Minor cleanups.Jagannadha Sutradharudu Teki2013-10-16-7/+7
* Coding Style cleanup: drop some excessive empty linesWolfgang Denk2013-10-14-4/+0
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-14-33/+33
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-287/+287
* pmic: max77686: fix the wrong offsetJaehoon Chung2013-10-14-1/+1
* am335x_evm.h: Make 'am335x_boneblack' use redundant environmentTom Rini2013-10-14-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-10-14-0/+477
|\
| * Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-10-11-0/+477
| |\
| | * samsung: trats2: add support for new board Trats2Piotr Wilczek2013-09-25-0/+311
| | * drivers:power:max77693: add support for new multi function pmic max77693Piotr Wilczek2013-09-25-0/+166
* | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2013-10-14-3/+6
|\ \ \
| * | | cmd_mtdparts: use 64 bits for flash size, partition size & offsetPaul Burton2013-10-09-3/+3
| * | | mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton2013-10-09-0/+3