summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | DMAENGINE: ste_dma40: don't pause/resume non-executing channelsJonas Aaberg2010-09-221-0/+6
| * | | | DMAENGINE: ste_dma40: rewrote LCLA entries allocation codeJonas Aaberg2010-09-223-309/+218
| * | | | DMAENGINE: ste_dma40: fix possible use of uninitialized variableJonas Aaberg2010-09-221-2/+2
| * | | | DMAENGINE: ste_dma40: corrected is_paused behaviorJonas Aaberg2010-09-221-4/+10
| * | | | DMAENGINE: ste_dma40: code clean-upJonas Aaberg2010-09-223-60/+50
| * | | | DMAENGINE: ste_dma40: added support for link jobs in hwJonas Aaberg2010-09-222-116/+202
| * | | | DMAENGINE: ste_dma40: removed a few magic numbersJonas Aaberg2010-09-222-6/+15
| * | | | DMAENGINE: ste_dma40: fix bug related to callback handlingJonas Aaberg2010-09-223-23/+14
| * | | | DMAENGINE: ste_dma40: Code clean-up and removed an unneeded suspend requestJonas Aaberg2010-09-221-30/+16
| * | | | DMAENGINE: ste_dma40: No need reading, masking and setting a set registerJonas Aaberg2010-09-221-4/+1
| * | | | DMAENGINE: ste_dma40: Fix failed to restart logical channel bugJonas Aaberg2010-09-221-12/+8
| * | | | DMAENGINE: ste_dma40: config checksLinus Walleij2010-09-221-2/+27
| |/ / /
* | | | Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2010-10-2720-1245/+974
|\ \ \ \
| * | | | viafb: add initial VX900 supportFlorian Tobias Schandinat2010-10-247-4/+56
| * | | | viafb: fix hardware acceleration for suspend & resumeFlorian Tobias Schandinat2010-10-243-19/+31
| * | | | viafb: make suspend and resume work (on all machines?)Florian Tobias Schandinat2010-10-242-13/+0
| * | | | viafb: restore display on resumeFlorian Tobias Schandinat2010-10-241-0/+3
| * | | | Minimal support for viafb suspend/resumeDeepak Saxena2010-10-243-0/+55
| * | | | viafb: use proper register for colour when doing fill opsFlorian Tobias Schandinat2010-09-241-3/+4
| * | | | viafb: rename output devicesFlorian Tobias Schandinat2010-09-243-30/+30
| * | | | viafb: add a mapping of supported output devicesFlorian Tobias Schandinat2010-09-241-0/+48
| * | | | viafb: set sync polarity for all output devicesFlorian Tobias Schandinat2010-09-241-9/+25
| * | | | viafb: add function to change sync polarity per deviceFlorian Tobias Schandinat2010-09-242-3/+26
| * | | | viafb: reduce I2C timeout and delayFlorian Tobias Schandinat2010-09-241-2/+2
| * | | | viafb: enable I2C for CRTFlorian Tobias Schandinat2010-09-241-1/+1
| * | | | viafb: fix i2c_transfer error handlingFlorian Tobias Schandinat2010-09-241-3/+24
| * | | | viafb: vt1636 cleanupFlorian Tobias Schandinat2010-09-245-131/+42
| * | | | viafb: introduce per output device power managementFlorian Tobias Schandinat2010-09-246-111/+137
| * | | | viafb: limit LCD code impactFlorian Tobias Schandinat2010-09-241-31/+0
| * | | | viafb: add interface for output device configurationFlorian Tobias Schandinat2010-09-244-24/+216
| * | | | viafb: merge the remaining output path with enable functionsFlorian Tobias Schandinat2010-09-244-205/+136
| * | | | viafb: use new device routingFlorian Tobias Schandinat2010-09-241-63/+38
| * | | | viafb: add new output device managementFlorian Tobias Schandinat2010-09-243-0/+114
| * | | | viafb: reduce viafb_set_iga_path usageFlorian Tobias Schandinat2010-09-242-1/+2
| * | | | viafb: propagate __init and __devinitFlorian Tobias Schandinat2010-09-247-34/+38
| * | | | viafb: rework output device routingFlorian Tobias Schandinat2010-09-241-89/+94
| * | | | viafb: enable second display channel at central placeFlorian Tobias Schandinat2010-09-241-30/+5
| * | | | viafb: unify output path configurationFlorian Tobias Schandinat2010-09-243-7/+17
| * | | | viafb: remove stubFlorian Tobias Schandinat2010-09-241-17/+0
| * | | | viafb: remove lcdtbl.hFlorian Tobias Schandinat2010-09-242-592/+7
| * | | | viafb: reset correct PLLFlorian Tobias Schandinat2010-09-241-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds2010-10-273-3/+23
|\ \ \ \ \
| * | | | | MN10300: ASB2364: Add support for SMSC911X and SMC911XAkira Takeuchi2010-10-273-3/+23
* | | | | | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-10-272-1/+3
|\ \ \ \ \ \
| * | | | | | NULL-terminate all pci_device_id tablesDzianis Kahanovich2010-10-272-1/+3
* | | | | | | Merge branch 'akpm-incoming-2'Linus Torvalds2010-10-2755-373/+3092
|\ \ \ \ \ \ \
| * | | | | | | Remove duplicate includes from many filesZimny Lech2010-10-272-2/+0
| * | | | | | | ramoops: use the platform data structure instead of module paramsKyungmin Park2010-10-271-2/+28
| * | | | | | | w1: don't allow arbitrary users to remove w1 devicesBrian Swetland2010-10-271-4/+4
| * | | | | | | rapidio: fix destructive port EM initialization for Tsi568Alexandre Bounine2010-10-271-5/+10