summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: shdma: fix lockingGuennadi Liakhovetski2011-05-231-36/+68
* sh: sh-sci: sh7377 and sh73a0 build fixesMagnus Damm2011-05-231-8/+8
* serial: sh-sci: suspend/resume wakeup support V2Magnus Damm2011-05-231-1/+1
* serial: sh-sci: Runtime PM supportMagnus Damm2011-05-231-0/+14
* Merge branch 'sh/genirq-threading' into sh-latestPaul Mundt2011-05-231-0/+5
|\
| * sh: intc: Set virtual IRQs as nothread.Paul Mundt2011-04-271-0/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-05-231359-38762/+106150
|\ \
| * \ Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2011-05-2219-706/+723
| |\ \
| | * | viafb: Automatic OLPC XO-1.5 configurationDaniel Drake2011-05-111-9/+30
| | * | viafb: remove unused CEA modeFlorian Tobias Schandinat2011-04-263-34/+0
| | * | viafb: try to map less memory in case of failureFlorian Tobias Schandinat2011-04-251-1/+8
| | * | viafb: use write combining for video ramFlorian Tobias Schandinat2011-04-241-1/+1
| | * | Merge branch 'viafb-pll' into viafb-nextFlorian Tobias Schandinat2011-04-248-408/+588
| | |\ \
| | | * | viafb: add X server compatibility modeFlorian Tobias Schandinat2011-04-242-0/+18
| | | * | viafb: delete clock and PLL initializationFlorian Tobias Schandinat2011-04-011-6/+2
| | | * | viafb: add engine clock supportFlorian Tobias Schandinat2011-03-263-0/+55
| | | * | viafb: add VIA slapping capabilityFlorian Tobias Schandinat2011-03-242-6/+43
| | | * | viafb: split clock and PLL code to an extra fileFlorian Tobias Schandinat2011-03-245-281/+368
| | | * | viafb: add primary/secondary clock on/off switchesFlorian Tobias Schandinat2011-03-241-1/+37
| | | * | viafb: add clock source selection and PLL power management supportFlorian Tobias Schandinat2011-03-231-0/+88
| | | * | viafb: prepare for PLL separationFlorian Tobias Schandinat2011-03-231-43/+84
| | | * | viafb: call viafb_get_clk_value only in viafb_set_vclockFlorian Tobias Schandinat2011-03-233-21/+19
| | | * | viafb: allow some pll calculationsFlorian Tobias Schandinat2011-03-232-282/+106
| | * | | Merge branch 'viafb-cleanup' into viafb-nextFlorian Tobias Schandinat2011-04-2413-251/+84
| | |\ \ \
| | | * | | viafb: replace custom return valuesFlorian Tobias Schandinat2011-03-275-33/+17
| | | * | | viafb: some small cleanup for global variablesFlorian Tobias Schandinat2011-03-275-18/+7
| | | * | | viafb: gather common good, old VGA initialization in one placeFlorian Tobias Schandinat2011-03-272-31/+37
| | | * | | viafb: remove unused max_hres/vresFlorian Tobias Schandinat2011-03-232-137/+3
| | | * | | viafb: kill crt_setting_informationFlorian Tobias Schandinat2011-03-214-26/+15
| | | * | | viafb: no need to write CRTC values twiceFlorian Tobias Schandinat2011-03-211-3/+0
| | | * | | viafb: move initialization codeFlorian Tobias Schandinat2011-03-211-5/+7
| | | |/ /
| | * | | viafb: reduce OLPC refresh a bitFlorian Tobias Schandinat2011-04-243-2/+3
| | * | | viafb: fix OLPC XO 1.5 device connectionFlorian Tobias Schandinat2011-04-241-0/+5
| | * | | viafb: fix OLPC DCON refresh rateFlorian Tobias Schandinat2011-04-152-3/+7
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2011-05-2111-103/+131
| |\ \ \
| | * | | firewire: sbp2: parallelize login, reconnect, logoutStefan Richter2011-05-106-21/+13
| | * | | firewire: sbp2: octlet AT payloads can be stack-allocatedStefan Richter2011-05-101-4/+4
| | * | | firewire: sbp2: omit Scsi_Host lock from queuecommandStefan Richter2011-05-101-14/+6
| | * | | firewire: core: use non-reentrant workqueue with rescuerStefan Richter2011-05-105-16/+36
| | * | | firewire: optimize iso queueing by setting wake only after the last packetClemens Ladisch2011-05-107-5/+33
| | * | | firewire: octlet AT payloads can be stack-allocatedStefan Richter2011-05-105-38/+25
| | * | | Merge tag 'v2.6.39-rc7'Stefan Richter2011-05-106422-297549/+651221
| | |\ \ \
| | * | | | firewire: ohci: optimize find_branch_descriptor()Clemens Ladisch2011-04-191-4/+3
| | * | | | firewire: ohci: avoid separate DMA mapping for small AT payloadsClemens Ladisch2011-04-191-8/+17
| | * | | | firewire: ohci: do not start DMA contexts before link is enabledClemens Ladisch2011-04-191-6/+7
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2011-05-2122-155/+6167
| |\ \ \ \ \
| | * | | | | crypto: caam - add support for sha512 variants of existing AEAD algorithmsKim Phillips2011-05-192-13/+107
| | * | | | | crypto: caam - remove unused authkeylen from caam_ctxKim Phillips2011-05-191-2/+0
| | * | | | | crypto: caam - fix decryption shared vs. non-shared key settingKim Phillips2011-05-191-4/+22
| | * | | | | crypto: caam - platform_bus_type migrationKim Phillips2011-05-191-5/+4