summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'net' into nextSascha Hauer2010-06-1716-35/+38
|\
| * rework device parametersSascha Hauer2010-06-173-21/+24
| * network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-1713-14/+14
* | i2c: add driver for the MC34704 PMICBaruch Siach2010-06-103-0/+144
|/
* i2c: implement i2c_get_adapter()Sascha Hauer2010-05-261-1/+23
* i2c-imx: change log level for No ACKEric Bénard2010-05-261-1/+1
* i.MX25 : add Framebuffer supportEric Benard2010-05-172-3/+20
* fsl_udc: make it work with MMU onSascha Hauer2010-05-031-5/+6
* cfi_flash: use flash_write_word instead of reimplementing it againUwe Kleine-König2010-05-031-18/+1
* nor: Don't use the sector for the unlock sequenceWolfram Sang2010-05-031-8/+8
* Revert "nand_imx: Speed up sequential read"Sascha Hauer2010-05-031-47/+13
* fix miiphy allocJan Weitzel2010-04-141-4/+4
* 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_SIZESascha 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