summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HID: wiimote: add Classic Controller extensionDavid Herrmann2013-06-033-0/+286
* HID: wiimote: add Nunchuk supportDavid Herrmann2013-06-033-0/+205
* HID: wiimote: add Balance Board supportDavid Herrmann2013-06-033-0/+246
* HID: wiimote: add extension hotplug supportDavid Herrmann2013-06-033-25/+709
* HID: wiimote: convert IR to moduleDavid Herrmann2013-06-033-212/+287
* HID: wiimote: convert ACCEL to moduleDavid Herrmann2013-06-033-86/+140
* HID: wiimote: convert LEDS to modulesDavid Herrmann2013-06-033-112/+158
* HID: wiimote: convert BATTERY to moduleDavid Herrmann2013-06-033-76/+104
* HID: wiimote: convert KEYS and RUMBLE to modulesDavid Herrmann2013-06-033-114/+172
* HID: wiimote: add sub-device module infrastructureDavid Herrmann2013-06-034-4/+194
* HID: wiimote: wake up if output queue failedDavid Herrmann2013-06-032-5/+38
* HID: wiimote: use cached battery values on I/O failureDavid Herrmann2013-06-031-7/+7
* HID: wiimote: add device detectionDavid Herrmann2013-06-032-2/+188
* HID: wiimote: keep HID device openDavid Herrmann2013-06-032-49/+11
* HID: wiimote: move queue handling into separate structDavid Herrmann2013-06-032-30/+38
* HID: wiimote: extend driver descriptionDavid Herrmann2013-06-035-11/+27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-05-104-11/+18
|\
| * HID: debug: fix RCU preemption issueJiri Kosina2013-05-063-8/+11
| * HID: hid-steelseries fix led class build issueSimon Wood2013-05-031-3/+6
| * HID: reintroduce fix-up for certain Sony RF receiversFernando Luis Vázquez Cao2013-05-011-0/+1
* | Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-05-1013-49/+56
|\ \
| * | Revert "ALSA: hda - Don't set up active streams twice"Takashi Iwai2013-05-101-2/+2
| * | ALSA: Add comment for control TLV APIDavid Henningsson2013-05-081-1/+5
| * | ALSA: hda - Apply pin-enablement workaround to all Haswell HDMI codecsTakashi Iwai2013-05-081-32/+22
| * | ALSA: HDA: Fix Oops caused by dereference NULL pointerWang YanQing2013-05-071-0/+3
| * | ALSA: mips/sgio2audio: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-1/+0
| * | ALSA: mips/hal2: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-061-1/+0
| * | ALSA: hda - Fix 3.9 regression of EAPD init on Conexant codecsTakashi Iwai2013-05-041-3/+14
| * | sound: Fix make allmodconfig on MIPSTakashi Iwai2013-05-031-0/+1
| * | ALSA: hda - Fix system panic when DMA > 40 bits for Nvidia audio controllersMike Travis2013-05-031-1/+1
| * | ALSA: atmel: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-032-4/+0
| * | Merge tag 'asoc-v3.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-05-0327-67/+140
| |\ \
| | * \ Merge remote-tracking branch 'asoc/fix/wm8994' into asoc-linusMark Brown2013-05-031-0/+1
| | |\ \
| | | * | ASoC: wm8994: missing break in wm8994_aif3_hw_params()Dan Carpenter2013-04-301-0/+1
| | * | | Merge remote-tracking branch 'asoc/fix/davinci' into asoc-linusMark Brown2013-05-031-2/+5
| | |\ \ \
| | | * | | ASoC: McASP: Fix receive clock polarity in DAIFMT_NB_NF mode.Marek Belisko2013-05-031-1/+1
| | | * | | ASoC: McASP: Add pins output direction for rx clocks when configured in CBS_C...Marek Belisko2013-04-301-1/+4
| | | |/ /
| | * | | ASoC: dapm: use clk_prepare_enable and clk_disable_unprepareFabio Baltieri2013-04-301-2/+2
| | |/ /
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-05-10205-2325/+16155
|\ \ \ \
| * \ \ \ Merge branch 'mti-next' of git://git.linux-mips.org/pub/scm/sjhill/linux-sjhi...Ralf Baechle2013-05-0990-1416/+5835
| |\ \ \ \
| | * | | | MIPS: Add new GIC clockevent driver.Raghu Gandham2013-05-098-2/+163
| | * | | | MIPS: Formatting clean-ups for clocksources.Steven J. Hill2013-05-093-10/+2
| | * | | | MIPS: Refactor GIC clocksource code.Steven J. Hill2013-05-096-25/+48
| | * | | | MIPS: Move 'gic_frequency' to common location.Steven J. Hill2013-05-093-1/+2
| | * | | | MIPS: Move 'gic_present' to common location.Steven J. Hill2013-05-095-5/+3
| | * | | | MIPS: MIPS16e: Add unaligned access support.Steven J. Hill2013-05-091-0/+255
| | * | | | MIPS: MIPS16e: Support handling of delay slots.Steven J. Hill2013-05-093-5/+119
| | * | | | MIPS: MIPS16e: Add instruction formats.Steven J. Hill2013-05-091-0/+110
| | * | | | MIPS: microMIPS: Optimise 'strnlen' core library function.Steven J. Hill2013-05-091-1/+1
| | * | | | MIPS: microMIPS: Optimise 'strlen' core library function.Steven J. Hill2013-05-091-4/+5
OpenPOWER on IntegriCloud