summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic fixes, including format attributes for printf() and friends.Krzysztof Halasa2010-12-212-5/+4
* Flash CFI: removed unused 'size' variable.Krzysztof Halasa2010-12-211-2/+1
* ARM STM/i.MX: Add video driver for i.MX23/i.MX28Juergen Beisert2010-12-213-0/+548
* Add the feature to change the video mode at runtimeJuergen Beisert2010-12-211-0/+35
* Fix default framebuffer 'enable' setJuergen Beisert2010-12-211-5/+4
* Merge branch 'led' into nextSascha Hauer2010-12-219-1/+436
|\
| * LED: Add LED trigger supportSascha Hauer2010-12-203-0/+161
| * LED: Add gpio LED supportSascha Hauer2010-12-203-0/+103
| * basic LED supportSascha Hauer2010-12-205-0/+166
| * cfi flash driver: check for ctrl-c during eraseSascha Hauer2010-12-201-0/+5
| * Merge branch 'next'Sascha Hauer2010-12-0310-511/+931
| |\
| * | drivers: mci: Fix compilation warning.Marek Belisko2010-11-261-1/+1
* | | MX28: add FEC supportJuergen Beisert2010-12-142-18/+93
* | | Fixup the FEC driver filesJuergen Beisert2010-12-142-6/+1
* | | STM378x: Adapt the MCI driver to support i.MX23 and i.MX28Juergen Beisert2010-12-142-19/+124
* | | STM378x: Adapt the serial driver to support i.MX23 and i.MX28Juergen Beisert2010-12-141-1/+1
* | | STM378x: Do not configure any pin usage in the driverJuergen Beisert2010-12-141-7/+0
* | | STM378x: Use Hz as the clock unit like in all other archJuergen Beisert2010-12-142-6/+6
* | | Add macro for correct rounding in integer devisionsJuergen Beisert2010-12-141-1/+1
* | | Make DIV_ROUND_UP macro globally availableJuergen Beisert2010-12-141-3/+0
* | | STM/MCI: Fix wrong register bitJuergen Beisert2010-12-091-1/+1
| |/ |/|
* | cfi_flash_amd: Add manufacturer-specific fixupsJean-Christophe PLAGNIOL-VILLARD2010-12-031-1/+38
* | cfi_flash: introduce flash cmdset fixupJean-Christophe PLAGNIOL-VILLARD2010-12-034-39/+52
* | cfi_flash: move reset command assigment to specific chipset init functionJean-Christophe PLAGNIOL-VILLARD2010-12-033-6/+6
* | cfi_flash: do not reset flash when probe failsJean-Christophe PLAGNIOL-VILLARD2010-12-031-1/+1
* | cfi_flash: Read whole QRY structure in one goJean-Christophe PLAGNIOL-VILLARD2010-12-032-85/+97
* | cfi_flash: Introduce read and write accessorsJean-Christophe PLAGNIOL-VILLARD2010-12-034-79/+130
* | cfi_flash: update manufacturer id flash supportJean-Christophe PLAGNIOL-VILLARD2010-12-034-4/+25
* | cfi_flash: synchronize command offsets with Linux CFI driverJean-Christophe PLAGNIOL-VILLARD2010-12-032-11/+28
* | cfi_flash: use amd and standard reset flash command at probingJean-Christophe PLAGNIOL-VILLARD2010-12-031-1/+2
* | cfi_flash: move flash_read_uchar from inline to noinlineJean-Christophe PLAGNIOL-VILLARD2010-12-032-14/+16
* | cfi_flash: add Atmel real protect flash supportJean-Christophe PLAGNIOL-VILLARD2010-12-032-0/+21
* | cfi_flash: move intel real protect flash support to cfi_flash_intel.cJean-Christophe PLAGNIOL-VILLARD2010-12-034-6/+24
* | miidev: allow multiple devJean-Christophe PLAGNIOL-VILLARD2010-11-291-0/+1
* | smc91111: Various sparse fixes.Marek Belisko2010-11-191-20/+20
* | nand_s3c2410: Fix sparse warnings.Marek Belisko2010-11-191-13/+13
* | Merge branch 'master' into nextSascha Hauer2010-11-171-1/+1
|\|
| * serial_s3c24x0: Add missing brackets.Marek Belisko2010-11-171-1/+1
* | Merge branch 'master' into nextSascha Hauer2010-11-121-0/+1
|\|
| * fb: set id for framebuffer device correctlySascha Hauer2010-11-121-0/+1
* | imx nand: Add v3 (i.MX51) supportSascha Hauer2010-11-122-3/+209
* | imx nand: introduce overwritable check_int functionSascha Hauer2010-11-121-13/+16
* | imx nand: move initialization to preset functionSascha Hauer2010-11-121-39/+71
* | mxc_nand: fix correct_data functionSascha Hauer2010-11-121-2/+42
* | imx nand: add V1_V2 namespace to registersSascha Hauer2010-11-121-134/+86
* | imx nand: do not read-modify-write SPAS registerSascha Hauer2010-11-121-23/+8
* | imx_nand: make some internally used functions overwriteableSascha Hauer2010-11-121-26/+40
* | imx nand: remove unnecessary register writeSascha Hauer2010-11-121-12/+1
* | imx_nand: rework get_dev_statusSascha Hauer2010-11-121-11/+10
* | imx_nand: remove 0xe00 offset from registersSascha Hauer2010-11-121-21/+21