| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2012-07-10 | -1/+17 |
|\ |
|
| * | tegra: usb: Fix device enumeration problem of USB1 | Jim Lin | 2012-07-09 | -1/+17 |
* | | EXYNOS: Add power Enable/Disable for USB-EHCI | Rajeshwari Shinde | 2012-07-09 | -0/+5 |
* | | USB: EXYNOS: Set USB 2.0 HOST Link mode | Rajeshwari Shinde | 2012-07-09 | -0/+3 |
* | | USB: EXYNOS: Incorporate EHCI review comments | Rajeshwari Shinde | 2012-07-09 | -10/+10 |
|/ |
|
* | Remove remaining mdelay() macros | Anatolij Gustschin | 2012-07-08 | -2/+0 |
* | MTD: SPEAr SMI: Add write support for length < 4 bytes | Stefan Roese | 2012-07-07 | -4/+18 |
* | i2c: designware_i2c.c: Add support for the "i2c probe" command | Stefan Roese | 2012-07-07 | -6/+10 |
* | rtc/m41t62: Add support for M41T82 with HT (Halt Update) | Stefan Roese | 2012-07-07 | -1/+9 |
* | GPIO: Add SPEAr GPIO driver | Stefan Roese | 2012-07-07 | -0/+103 |
* | net: Multiple updates/enhancements to designware.c | Stefan Roese | 2012-07-07 | -69/+50 |
* | SPEAr: Add interface information in initialization | Vipin Kumar | 2012-07-07 | -1/+10 |
* | st_smi: Fixed page size for Winbond W25Q128FV flash | Armando Visconti | 2012-07-07 | -1/+1 |
* | st_smi: Change timeout loop implementation | Amit Virdi | 2012-07-07 | -10/+17 |
* | st_smi: Fix bug in flash_print_info() | Armando Visconti | 2012-07-07 | -2/+7 |
* | st_smi: Change the flash probing method | Armando Visconti | 2012-07-07 | -27/+65 |
* | st_smi: Removed no needed dependency on ST_M25Pxx_ID | Armando Visconti | 2012-07-07 | -32/+18 |
* | st_smi: Fix smi read status | Vipin Kumar | 2012-07-07 | -6/+2 |
* | st_smi: Move status register read before modifying ctrl register | Shiraz Hashim | 2012-07-07 | -2/+4 |
* | st_smi: Read status until timeout happens | Vipin KUMAR | 2012-07-07 | -1/+1 |
* | st_smi: Enhance the error handling | Amit Virdi | 2012-07-07 | -13/+21 |
* | st_smi: Return error in case TFF is not set | Amit Virdi | 2012-07-07 | -8/+14 |
* | st_smi: Add support for SPEAr SMI driver | Vipin KUMAR | 2012-07-07 | -4/+5 |
* | mtd/NAND: Remove obsolete SPEAr specific NAND drivers | Vipin KUMAR | 2012-07-07 | -124/+0 |
* | mtd/NAND: Add FSMC driver support | Vipin KUMAR | 2012-07-07 | -0/+487 |
* | da850/omap-l138: Enable auto negotiation in RMII mode | Rajashekhara, Sudhakar | 2012-07-07 | -0/+8 |
* | kw_spi: add weak functions board_spi_claim/release_bus | Valentin Longchamp | 2012-07-07 | -1/+12 |
* | kw_spi: support spi_claim/release_bus functions | Valentin Longchamp | 2012-07-07 | -0/+36 |
* | kw_spi: backup and reset the MPP of the chosen CS pin | Valentin Longchamp | 2012-07-07 | -9/+6 |
* | ATMEL/PIO: Enable new feature of PIO on Atmel device | Bo Shen | 2012-07-07 | -2/+123 |
* | ehci-atmel: fix compiler warning | Andreas Bießmann | 2012-07-07 | -2/+2 |
* | Atmel : usb : add EHCI driver for Atmel SoC | Bo Shen | 2012-07-07 | -0/+90 |
* | TRATS: initialize panel_info data structure in board file | Donghwa Lee | 2012-07-07 | -3/+0 |
* | omap24xx_i2c: Add AM33XX support | Tom Rini | 2012-07-07 | -3/+3 |
* | Revert "I2C: OMAP: detect more devices when probing an i2c bus" | Tom Rini | 2012-07-07 | -11/+31 |
* | gpio: tegra2: rename tegra2_gpio.* to tegra_gpio.* | Tom Warren | 2012-07-07 | -2/+2 |
* | mmc: tegra2: rename tegra2_mmc.* to tegra_mmc.* | Tom Warren | 2012-07-07 | -7/+7 |
* | spi: tegra2: rename tegra2_spi.* to tegra_spi.* | Tom Warren | 2012-07-07 | -3/+3 |
* | sf: winbond: Add support for the Winbond W25Q80BL | Stephen Warren | 2012-07-07 | -0/+8 |
* | spi: Tegra2: Seaboard: fix UART corruption during SPI transactions | Tom Warren | 2012-07-07 | -1/+12 |
* | Block: Remove MG DISK support | Marek Vasut | 2012-06-21 | -731/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-video | Wolfgang Denk | 2012-06-07 | -71/+406 |
|\ |
|
| * | video: atmel/lcd: add LCD driver for new Atmel SoC | Bo Shen | 2012-06-05 | -0/+212 |
| * | video: cfb_console: flush dcache for frame buffer in DRAM | Anatolij Gustschin | 2012-06-05 | -0/+35 |
| * | cfb_console: Ignore bell character | Pali Rohár | 2012-06-05 | -0/+3 |
| * | cfb_console: Add console_clear_line function | Pali Rohár | 2012-06-04 | -13/+36 |
| * | cfb_console: Fix function console_back | Pali Rohár | 2012-06-04 | -2/+0 |
| * | omap3_dss: cosmetic changes | Jeroen Hofstee | 2012-05-25 | -20/+13 |
| * | omap3_dss: add optional framebuffer | Jeroen Hofstee | 2012-05-25 | -1/+45 |
| * | mx5: Rename mx51_fb_init() | Fabio Estevam | 2012-05-25 | -1/+1 |