summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next'Sascha Hauer2010-04-066-23/+81
|\
| * i.MX21: support framebufferIvo Clarysse2010-04-021-0/+9
| * netx eth driver: remove local definition of ARRAY_SIZEpuSascha Hauer2010-03-301-2/+0
| * pass arguments to dma_* as unsigned long as the kernel doesSascha Hauer2010-03-303-4/+6
| * imx_nand: use memcpy for copying from/to bufferSascha Hauer2010-03-301-2/+2
| * nand_imx: Speed up sequential readSascha Hauer2010-03-301-13/+47
| * nand_imx: use optimized memcpySascha Hauer2010-03-301-2/+17
* | nand_imx: clear INT_MSK to fix i.MX21 nand bootSascha Hauer2010-03-311-2/+2
|/
* Make some help comments less confusingJuergen Beisert2010-03-181-2/+4
* Merge branch 'nor' into nextSascha Hauer2010-02-187-2118/+1196
|\
| * cfi_flash: move include/cfi_flash.c next to driverSascha Hauer2010-02-084-3/+657
| * cfi_flash: remove old driver and switch to new oneSascha Hauer2010-02-086-2046/+515
| * cfi_flash_new: make code more readable, return is not a functionSascha Hauer2010-02-081-4/+5
| * cfi_flash_new: generate flash erase dots in common functionSascha Hauer2010-02-083-16/+3
| * cfi_flash_new: Safe indention level by bailing out earlier in error caseSascha Hauer2010-02-081-21/+24
| * cfi_flash_new: Fix Intel chipsSascha Hauer2010-02-081-39/+3
* | drivers/video/Makefile: cleanup proper indentionMarc Kleine-Budde2010-02-161-2/+3
* | Fix compile time errors when DEBUG is definedJuergen Beisert2010-02-121-2/+2
|/
* ep93xx eth driver: dump_xxx() cleanupMatthias Kaehlcke2010-02-031-27/+27
* ep93xx eth driver: Remove unnecessary parentheses in constant definitionsMatthias Kaehlcke2010-02-031-2/+2
* ep93xx eth driver: Reorder functions to eliminate need for prototypesMatthias Kaehlcke2010-02-021-121/+117
* ep93xx eth driver: Fix dump_xxx_queue() parameter listMatthias Kaehlcke2010-02-021-16/+16
* Merge branch 'pu'Sascha Hauer2010-02-014-4/+4
|\
| * remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-014-4/+4
* | cfi_flash: fix alignment problemMarc Kleine-Budde2010-02-011-3/+7
* | smc91111: fix odering of mac address read from EEPROMMarc Kleine-Budde2010-02-011-14/+9
* | Merge branch 'next'Sascha Hauer2010-02-0119-40/+2031
|\ \
| * \ Merge branch 'for-sha-mx35-3-stack-updates' of ssh://git.pengutronix.de/git/m...Sascha Hauer2010-01-192-39/+136
| |\ \
| | * | mc13892: clean up driver interfaceMarc Kleine-Budde2010-01-181-19/+72
| | * | mc9sdz60: clean up driver interfaceMarc Kleine-Budde2010-01-181-20/+64
| * | | I2C : add NS LP3972 PMIC supportEric Benard2010-01-163-0/+114
| * | | Add a low level disk drive access driverJuergen Beisert2010-01-143-0/+302
| * | | Add the main disk driverJuergen Beisert2010-01-143-0/+353
| * | | Start to add ATA support to bareboxJuergen Beisert2010-01-144-0/+17
| * | | Add PrimeCell PL010 serial driverMatthias Kaehlcke2010-01-144-1/+280
| * | | Add EP93xx ethernet driverMatthias Kaehlcke2010-01-144-0/+829
| | |/ | |/|
* / | Fix nand_imx for i.MX21Ivo Clarysse2010-01-291-5/+25
|/ /
* | Fix a data abort with fec_imxEric Benard2010-01-111-1/+1
* | New CFI flash driver: Fix misleading trace when unprotecting a sectorMatthias Kaehlcke2010-01-051-1/+3
* | CFI flash driver: Fix misleading trace when unprotecting a sectorMatthias Kaehlcke2010-01-051-1/+2
|/
* MTD: Correct typo in preprocessor directive.Robert P. J. Day2009-12-211-1/+1
* NAND: Free asprintf()-allocated space upon mtd device deletion.Robert P. J. Day2009-12-211-0/+2
* i.MX nand: mx21 has a v1 type controllerSascha Hauer2009-12-181-1/+1
* Cleanup some more collateral damage from renamingMarc Kleine-Budde2009-12-152-2/+2
* documentation updatesJuergen Beisert2009-12-152-0/+7
* Cleanup colleteral damage from renamingSascha Hauer2009-12-152-10/+10
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-1518-33/+33
* Merge branch 'for-sha-i2c-imx' of git://git.pengutronix.de/git/mkl/u-boot-v2Sascha Hauer2009-12-101-8/+27
|\
| * i2c-imx: i2c_imx_xfer return with err if sub-transfer isn't successfullMarc Kleine-Budde2009-12-091-0/+2
| * i2c-imx: fix low bitrate problemMarc Kleine-Budde2009-12-091-3/+17