summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* miidev: allow read/write of all registersBaruch Siach2011-01-191-1/+1
* fb: When setting a mode, also update xres, yres and fb sizeSascha Hauer2011-01-191-3/+9
* Merge branch 'fb-master'Sascha Hauer2011-01-171-0/+2
|\
| * fb: update cdev map_baseSascha Hauer2011-01-141-0/+2
* | CFI NOR flash: fix write timeout units.Krzysztof Halasa2011-01-171-10/+8
|/
* imx-ipu-fb: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* mci-core: fix printf compiler warningsSascha Hauer2011-01-071-2/+2
* imx-esdhc: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* smc911x: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* dm9000: fix printf compiler warningsSascha Hauer2011-01-071-6/+6
* cs8900: fix printf compiler warningsSascha Hauer2011-01-071-3/+3
* cdev: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* fec_imx: fix printf compiler warningsSascha Hauer2011-01-071-3/+3
* nand: Fix warnings due to incompatible format stringsSanjeev Premi2011-01-072-8/+8
* omap: echi: fix compile errorSanjeev Premi2011-01-071-1/+1
* Fix NOR CFI flash driver to work on big endian systems.Krzysztof Halasa2010-12-212-90/+62
* 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