summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
...
| * | | | serial: uartlite: Init all uartlites for serial multiMichal Simek2012-09-11-15/+19
| * | | | block: systemace: Simplify base and width initializationMichal Simek2012-09-11-13/+25
| |/ / /
| * | | Merge branch 'master' of git://git.denx.de/u-boot-avr32Wolfgang Denk2012-09-04-1/+1
| |\ \ \
| | * | | net:macb: add line breakAndreas Bießmann2012-09-03-1/+1
| * | | | cfi: Make the flash erase and write operations abortableJoe Hershberger2012-09-03-0/+11
| * | | | cfi: Check for blank before eraseJoe Hershberger2012-09-03-0/+26
| * | | | input: key_matrix: fix header inclusionStephan Linz2012-09-02-0/+1
| * | | | rtc: pcf8563: Make century compatible with LinuxBenoît Thébaudeau2012-09-02-2/+2
| * | | | mmc: Remove unused item flags in struct mmc_cmdKaspter Ju2012-09-02-28/+0
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2012-09-02-135/+1799
| |\ \ \ \
| | * | | | MUSB driver: Timeout is never detected as the while loop does not endMatej Frančeškin2012-09-01-1/+1
| | * | | | USB: Fix strict aliasing in ohci-hcdTroy Kisky2012-09-01-39/+31
| | * | | | ehci: Optimize qTD allocationsBenoît Thébaudeau2012-09-01-30/+37
| | * | | | ehci-hcd: Boost transfer speedBenoît Thébaudeau2012-09-01-29/+138
| | * | | | ehci: cosmetic: Define used constantsBenoît Thébaudeau2012-09-01-69/+118
| | * | | | ehci: Fail for multi-transaction interrupt transfersBenoît Thébaudeau2012-09-01-1/+10
| | * | | | dfu: MMC specific routines for DFU operationLukasz Majewski2012-09-01-0/+163
| | * | | | dfu: DFU backend implementationLukasz Majewski2012-09-01-0/+281
| | * | | | dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadgetLukasz Majewski2012-09-01-0/+850
| | * | | | dfu:usb: Support for g_dnl composite download gadget.Lukasz Majewski2012-09-01-0/+203
| | * | | | ehci: cosmetic: Define the number of qt_buffersBenoît Thébaudeau2012-09-01-7/+8
| | |/ / /
| * | | | pci: add CONFIG_PCI_ENUM_ONLY for platforms that don't need PCI setup doneAndrew Sharp2012-09-02-10/+25
| * | | | pci: minor cleanup of CONFIG_PCI_PNP usageAndrew Sharp2012-09-02-6/+6
| * | | | pci: clean up some whitespace and formattingAndrew Sharp2012-09-02-70/+91
| * | | | pci: fix errant data types and corresponding access functionsAndrew Sharp2012-09-02-10/+12
* | | | | Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD2012-09-29-0/+20
|\ \ \ \ \
| * | | | | i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU frame bufferEric Nelson2012-09-24-0/+20
* | | | | | Merge remote-tracking branch 'u-boot-atmel/master'Albert ARIBAUD2012-09-29-3/+19
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | spiflash: at25: using common spi flash operationBo Shen2012-09-17-3/+8
| * | | | | spi: add atmel at25df321 serial flash supportBo Shen2012-09-17-0/+10
| * | | | | atmel_nand: fix the U-Boot output information about nand flash with PMECC ena...Wu, Josh2012-09-13-2/+3
* | | | | | Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD2012-09-21-25/+37
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | MX28: MMC: Avoid DMA DCache race conditionMarek Vasut2012-09-06-0/+4
| * | | | | MX28: SPI: Fix the DMA chainingMarek Vasut2012-09-06-18/+25
| * | | | | MX28: SPI: Fix the DMA DCache race conditionMarek Vasut2012-09-06-7/+8
* | | | | | NAND: MXS: include common.h first so cache.h is included in correct orderTom Warren2012-09-10-1/+1
* | | | | | Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren2012-09-10-162/+31
* | | | | | mmc: detect boot sectors using EXT_CSD_BOOT_MULT tooStephen Warren2012-09-07-1/+2
* | | | | | tegra: nand: Add Tegra NAND driverJim Lin2012-09-07-0/+1284
* | | | | | nand: Try to align the default buffersSimon Glass2012-09-07-1/+2
| |/ / / / |/| | | |
* | | | | video: drop duplicate set of DISPC_CONFIG registerStefano Babic2012-09-04-2/+1
|/ / / /
* | | | kw_spi: fix clock prescaler computationValentin Longchamp2012-09-03-2/+3
|/ / /
* | | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-09-02-3/+0
|\ \ \
| * | | serial: CONSOLE macro is not usedMichal Simek2012-08-10-3/+0
* | | | at91: atmel_nand: Update driver to support Programmable Multibit ECC controllerWu, Josh2012-09-01-1/+792
* | | | at91: atmel_nand: remove unused variables.Wu, Josh2012-09-01-2/+1
* | | | at91: atmel_nand: extract HWECC initialization code into one function: atmel_...Wu, Josh2012-09-01-58/+86
* | | | spi: atmel: add WDRBT bit to avoid receive overrunBo Shen2012-09-01-0/+4
* | | | AT91: Small fix on AT91 USART initialization codeXu, Hong2012-09-01-1/+10
* | | | fsl_esdhc: Remove cache snooping for i.MXBenoît Thébaudeau2012-09-01-2/+3