summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-10-02-31/+629
| |\ \ \
| | * | | am335x_evm.h: If mmcdev and bootpart switch to mmcdev 1, so should mmcroot.Robert P. J. Day2013-09-20-0/+1
| | * | | net, phy, cpsw: fix NULL pointer deferenceHeiko Schocher2013-09-20-1/+9
| | * | | ARM: OMAP5: Avoid writing into LDO SRAM bitsLokesh Vutla2013-09-20-25/+0
| | * | | ARM: DRA7: Enable saveenv commandLokesh Vutla2013-09-20-1/+7
| | * | | am335x:Handle worst case scenario for Errata 1.0.24Steve Kipisz2013-09-20-8/+30
| | * | | am335x_evm: am33xx_spl_board_init function and scale core frequencyTom Rini2013-09-20-1/+208
| | * | | am33xx: Add the efuse_sma CONTROL_MODULE registerTom Rini2013-09-20-0/+12
| | * | | am33xx: Add am33xx_spl_board_init function, callTom Rini2013-09-20-0/+13
| | * | | drivers/power/pmic: Add tps65910 driverPhilip, Avinash2013-09-20-0/+161
| | * | | drivers/power/pmic: Add tps65217 driverGreg Guyotte2013-09-20-0/+192
| | * | | spl/Makefile: Add drivers/power/pmic/libpmic to CONFIG_SPL_POWER_SUPPORTTom Rini2013-09-20-1/+2
| * | | | README: update ARM register usageJeroen Hofstee2013-09-23-3/+5
| * | | | ARM: use r9 for gdJeroen Hofstee2013-09-23-12/+12
| * | | | ARM,relocate: do not use r9Jeroen Hofstee2013-09-23-3/+3
| * | | | ARM: refactor compiler options in config.mkMasahiro Yamada2013-09-23-22/+3
| * | | | arm: zynq: Fix timer loadaddressMichal Simek2013-09-23-1/+1
| * | | | arm: prevent using movt/movw address loadsJeroen Hofstee2013-09-23-2/+6
| * | | | Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2013-09-19-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | arm: atmel: cpux9k2: increase malloc space to fix crash on start u-bootJens Scharsig (BuS Elektronik)2013-09-19-1/+1
| * | | | drivers: s3c44b0_rtc: delete an unused driverMasahiro Yamada2013-09-19-95/+5
| * | | | drivers: serial_s3c44b0: delete an unused driverMasahiro Yamada2013-09-19-229/+6
| * | | | drivers: s3c44b0_i2c: delete an unused driverMasahiro Yamada2013-09-19-300/+0
| * | | | ARM: s3c44b0: remove remainders of dead boardMasahiro Yamada2013-09-19-796/+0
| |/ / /
| * | | arm: dma_alloc_coherent: malloc() -> memalign()Kuo-Jung Su2013-09-14-1/+1
| * | | arm: spl: Do not set the stack pointer twiceMasahiro Yamada2013-09-14-3/+0
| | |/ | |/|
* | | Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini2013-10-02-10/+120
|\ \ \
| * | | buildman: Allow make flags to be specified for each boardSimon Glass2013-10-01-5/+115
| * | | buildman: Adjust tests for new boards.cfg formatSimon Glass2013-10-01-5/+5
* | | | usb: ehci: Fix test mode for connected portsJulius Werner2013-09-27-0/+38
* | | | USB: gadget: atmel: disconnect before unbindBo Shen2013-09-24-1/+2
* | | | usb:g_dnl:dfu: Download gadget and DFU function code clean upLukasz Majewski2013-09-24-4/+10
* | | | usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski2013-09-24-5/+1
* | | | usb:g_dnl:ums: Conditional compilation for mass storage function (f_mass_stor...Lukasz Majewski2013-09-24-1/+11
* | | | am335x_evm: enable DFU RAMAfzal Mohammed2013-09-24-0/+6
* | | | dfu: ram supportAfzal Mohammed2013-09-24-2/+107
* | | | dfu: unify mmc/nand read/write ops enumAfzal Mohammed2013-09-24-13/+8
* | | | dfu: Extract common DFU code to handle "dfu_alt_info" environment variableLukasz Majewski2013-09-24-14/+26
* | | | ARM: atmel: add RNDIS gadget supportBo Shen2013-09-24-0/+34
* | | | ARM: atmel: correct UDPHS nameBo Shen2013-09-24-1/+1
* | | | USB: gadget: add atmel usba udc driverBo Shen2013-09-24-0/+1722
* | | | usb: gadget: config: fix unaligned access issuesTroy Kisky2013-09-24-2/+4
* | | | dfu: Make maximum DFU file size equal to default DFU data bufferLukasz Majewski2013-09-24-1/+1
* | | | dfu:cosmetic: Fix printf text for buffer overflow conditionLukasz Majewski2013-09-24-2/+2
* | | | usb: gadget: Fix data aborts during USB ethernet bootJoel Fernandes2013-09-24-2/+3
|/ / /
* | | Sound: MAX98095: Support I2S0 channelDani Krishna Mohan2013-09-24-67/+115
* | | Sound: I2S: Replacing I2S1 with I2S0 channel.Dani Krishna Mohan2013-09-24-13/+38
* | | ARM: Added I2S0 clocks for audioDani Krishna Mohan2013-09-24-31/+93
* | | DTS: Addition of I2S0 channel and replacing I2S1Dani Krishna Mohan2013-09-24-14/+32
* | | Sound: WM8994: Support I2S0 channelDani Krishna Mohan2013-09-24-59/+165