summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ioat: remove unused #definesJon Mason2012-09-011-4/+0
* gdt: remove unnecessary #definesJon Mason2012-09-011-9/+0
* megaraid: remove unnecessary #definesJon Mason2012-09-012-38/+2
* b43: Kconfig: drop unknown symbol 'BRCMSMAC_MODULE'Paul Bolle2012-09-011-2/+2
* pci: remove unused .gitignore filePaul Bolle2012-09-011-4/+0
* scsi: fix various printk and comment typosMasanari Iida2012-09-018-15/+15
* Revert "backlight: fix memory leak on obscure error path"Jiri Kosina2012-07-301-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-2444-65/+67
|\
| * pci: hotplug: Fix typo in pciMasanari Iida2012-07-244-4/+4
| * iommu: Fix typo in iommuMasanari Iida2012-07-243-9/+9
| * video: Fix typo in drivers/videoMasanari Iida2012-07-2413-19/+19
| * cpufreq: Fix typo in cpufreq driverMasanari Iida2012-07-202-3/+3
| * scsi: aha152x: Fix sparse warning and make printing pointer address more port...Krzysztof Wilczynski2012-07-201-2/+2
| * Change email address for Steve GlendinningSteve Glendinning2012-07-175-6/+6
| * via: Remove bogus if checkAlan Cox2012-07-111-1/+2
| * backlight: fix memory leak on obscure error pathMartlin Ettl2012-07-091-0/+1
| * Merge branch 'master' into for-nextJiri Kosina2012-06-2973-1746/+5697
| |\
| * | ab8500-btemp: Fix typo 'AB5500'Paul Bolle2012-06-281-1/+1
| * | treewide: Put a space between #include and FILEPaul Bolle2012-06-284-5/+5
| * | lm8333: Fix check orderingAlan Cox2012-06-271-1/+1
| * | parisc: cleanup quoted includePaul Bolle2012-06-051-1/+1
| * | renesas_usbhs: cleanup quoted includesPaul Bolle2012-06-057-12/+12
| * | Fix comment typo multipy -> multiplyRalf Baechle2012-06-031-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-2431-554/+2195
|\ \ \
| * \ \ Merge branch 'uhid' into for-linusJiri Kosina2012-07-243-0/+594
| |\ \ \
| | * | | HID: uhid: Fix sending events with invalid dataVinicius Costa Gomes2012-07-201-1/+1
| | * | | HID: uhid: silence gcc warningJiri Kosina2012-06-181-1/+1
| | * | | HID: uhid: implement feature requestsDavid Herrmann2012-06-181-1/+119
| | * | | HID: uhid: forward raw output reports to user-spaceDavid Herrmann2012-06-181-1/+33
| | * | | HID: uhid: forward output request to user-spaceDavid Herrmann2012-06-181-0/+18
| | * | | HID: uhid: forward open/close events to user-spaceDavid Herrmann2012-06-181-1/+6
| | * | | HID: uhid: add UHID_START and UHID_STOP eventsDavid Herrmann2012-06-181-1/+7
| | * | | HID: uhid: forward hid report-descriptor to hid coreDavid Herrmann2012-06-181-1/+3
| | * | | HID: uhid: allow feeding input data into uhid devicesDavid Herrmann2012-06-181-0/+14
| | * | | HID: uhid: add UHID_CREATE and UHID_DESTROY eventsDavid Herrmann2012-06-181-0/+144
| | * | | HID: uhid: implement write() on uhid devicesDavid Herrmann2012-06-181-1/+30
| | * | | HID: uhid: implement read() on uhid devicesDavid Herrmann2012-06-181-1/+45
| | * | | HID: uhid: allow poll()'ing on uhid devicesDavid Herrmann2012-06-181-0/+7
| | * | | HID: uhid: add internal message bufferDavid Herrmann2012-06-181-0/+65
| | * | | HID: uhid: introduce user-space I/O driver support for HIDDavid Herrmann2012-06-183-0/+110
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge branches 'hidraw', 'magicmouse', 'multitouch', 'roccat', 'suspend-fixes...Jiri Kosina2012-07-2429-550/+1581
| |\ \ \ \ \ \ \ \
| | | | | | * | | | HID: add ASUS AIO keyboard model AK1DCyrus Lien2012-07-233-0/+3
| | | | | | * | | | HID: add support for Cypress barcode scanner 04B4:ED81Lionel Vaux2012-07-223-0/+4
| | | | | | * | | | HID: Allow drivers to be their own listenerDavid Herrmann2012-07-202-6/+4
| | | | | | * | | | HID: Add driver for Holtek based keyboards with broken HIDTom Harwood2012-07-125-2/+192
| | | | | | * | | | HID: Add suport for the brightness control keys on HP keyboardsKeng-Yu Lin2012-07-091-0/+9
| | | | | | * | | | HID: select NEW_LEDS for driver of Lenovo ThinkPad USB Keyboard with TrackPointBryan Wu2012-06-181-0/+1
| | | | | | * | | | HID: Driver for Lenovo Keyboard with TrackpointBernhard Seibold2012-06-085-0/+581
| | | | | | * | | | HID: wiimote-ext: comment spelling fixGiuseppe Bilotta2012-06-051-1/+1
| | | | | | |/ / /
| | | | | * | | | HID: usbhid: fix error paths in suspendAlan Stern2012-07-201-27/+44