| Commit message (Expand) | Author | Age | Lines |
* | usb: Fix error handling in musb_hcd.c | Andrew Murray | 2013-10-07 | -5/+5 |
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-10-02 | -4/+9 |
|\ |
|
| * | net: fec_mxc: Fix timeouts during tftp transfer | Fabio Estevam | 2013-09-20 | -1/+1 |
| * | net: fec_mxc: Add support for mx6 solo-lite | Fabio Estevam | 2013-09-20 | -3/+3 |
| * | mmc: fsl_esdhc: Check the result from malloc() | Fabio Estevam | 2013-09-20 | -0/+2 |
| * | Merge branch 'master' of git://git.denx.de/u-boot-arm | Stefano Babic | 2013-09-13 | -73/+261 |
| |\ |
|
| * | | mxs_nand: Fix ECC strength for NAND flash with OOB size of 224 | Elie De Brauwer | 2013-09-11 | -0/+3 |
* | | | net, phy, cpsw: fix NULL pointer deference | Heiko Schocher | 2013-09-20 | -1/+9 |
* | | | drivers/power/pmic: Add tps65910 driver | Philip, Avinash | 2013-09-20 | -0/+84 |
* | | | drivers/power/pmic: Add tps65217 driver | Greg Guyotte | 2013-09-20 | -0/+110 |
* | | | drivers: s3c44b0_rtc: delete an unused driver | Masahiro Yamada | 2013-09-19 | -85/+0 |
* | | | drivers: serial_s3c44b0: delete an unused driver | Masahiro Yamada | 2013-09-19 | -219/+0 |
* | | | drivers: s3c44b0_i2c: delete an unused driver | Masahiro Yamada | 2013-09-19 | -300/+0 |
| |/
|/| |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-09-12 | -0/+192 |
|\ \ |
|
| * \ | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-11 | -0/+192 |
| |\ \
| | |/
| |/| |
|
| | * | drivers:power:max77686: add function to set voltage and mode | Piotr Wilczek | 2013-08-30 | -0/+192 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-09-06 | -144/+1173 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-05 | -1/+2 |
| |\ \ |
|
| | * | | mtd: atmel_nand: pmecc: fix bug fail to correct bit error in 1024-bytes sector | Wu, Josh | 2013-09-04 | -1/+2 |
| * | | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-05 | -1/+158 |
| |\ \ \ |
|
| | * | | | mmc: mxsmmc: Enable MMC HC support | Amaury Pouly | 2013-08-23 | -1/+2 |
| | * | | | fec_mxc: set ethaddr if fuses burned and not previously set | Eric Nelson | 2013-08-21 | -0/+2 |
| | * | | | ARM: mxs: Added application UART driver | Andreas Wass | 2013-08-21 | -0/+154 |
| * | | | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-04 | -0/+634 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | video: add formike lcd panel init | Heiko Schocher | 2013-08-28 | -0/+512 |
| | * | | | arm, am335x: add watchdog support | Heiko Schocher | 2013-08-28 | -0/+122 |
| | | |/
| | |/| |
|
| * | | | Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-04 | -142/+379 |
| |\ \ \ |
|
| | * | | | gpio: atmel: add copyright and remove error header info | Bo Shen | 2013-08-22 | -1/+1 |
| | * | | | gpio: atmel: add gpio common API support | Bo Shen | 2013-08-22 | -0/+43 |
| | * | | | gpio: atmel: fix code to use pointer for pio port | Bo Shen | 2013-08-22 | -112/+138 |
| | * | | | ARM: at91: atmel_nand: add code to check the ONFI parameter ECC requirement | Wu, Josh | 2013-08-22 | -2/+128 |
| | * | | | mtd: atmel_nand: alloc memory instead of use static array for pmecc data | Wu, Josh | 2013-08-22 | -7/+56 |
| | * | | | linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.h | Wu, Josh | 2013-08-22 | -16/+0 |
| | * | | | ARM: at91: atmel_nand: pmecc driver will select the galois table by sector size | Wu, Josh | 2013-08-22 | -1/+4 |
| | * | | | net: macb: fix the following building warning | Bo Shen | 2013-08-22 | -3/+9 |
| | |/ / |
|
* | | | | ahci: convert to use libata functions and definitions | Rob Herring | 2013-09-06 | -56/+24 |
* | | | | ahci: increase spin-up timeout to 20 sec | Rob Herring | 2013-09-06 | -1/+1 |
* | | | | ahci: handle COMINIT received during spin-up | Rob Herring | 2013-09-06 | -0/+12 |
* | | | | ahci: move link bring-up handling to separate function | Rob Herring | 2013-09-06 | -15/+25 |
* | | | | ahci: add defines for PORT_SCR_STAT register bits | Rob Herring | 2013-09-06 | -2/+3 |
* | | | | ahci: fix memory leak in ata_scsiop_inquiry | Rob Herring | 2013-09-06 | -0/+1 |
* | | | | ahci: fix unaligned access | Rob Herring | 2013-09-06 | -1/+1 |
* | | | | ahci: use ports implemented map instead of num_ports | Richard Gibbs | 2013-09-06 | -0/+4 |
|/ / / |
|
* | | | usb: ehci-mx5: Use 'bool' instead of 'unsigned char' | Fabio Estevam | 2013-08-26 | -3/+3 |
* | | | usb: ehci-mx5: Remove unneeded write to cscmr1 register | Fabio Estevam | 2013-08-26 | -9/+0 |
* | | | usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driver | Lukasz Majewski | 2013-08-26 | -4/+7 |
* | | | usb:dfu:g_dnl: Change number of exported configurations at composite gadget | Lukasz Majewski | 2013-08-26 | -2/+4 |
* | | | dfu, nand, ubi: add partubi alt settings for updating ubi partition | Heiko Schocher | 2013-08-26 | -2/+36 |
* | | | ARM: OMAP: USB: Fix linker error when ULPI is not defined | Dan Murphy | 2013-08-26 | -0/+7 |
* | | | ARM: OMAP5: USB: Add OMAP5 common USB EHCI information | Dan Murphy | 2013-08-26 | -2/+24 |