summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | HID: hid-lg: Only one of LG_FF flags can be set for a given deviceMichal Malý2015-05-071-3/+3
| | | * | | HID: hid-lg4ff: Update respective sysfs interface documentationMichal Malý2015-05-071-4/+4
| | | * | | HID: hid-lg4ff: Allow the driver to continue without sysfs interfaceMichal Malý2015-05-071-4/+3
| | | * | | HID: hid-lg4ff: Constify members of lg4ff_device_entryMichal Malý2015-05-071-15/+39
| | | * | | HID: hid-lg4ff: Store pointer to the output HID report struct in the device e...Michal Malý2015-05-071-35/+32
| | | * | | HID: hid-lg4ff: Protect concurrent access to output HID reportMichal Malý2015-05-071-0/+110
| | | * | | HID: hid-lg4ff: Stop the hid device from lg4ffMichal Malý2015-05-072-2/+4
| | | * | | HID: hid-lg4ff: Make lg4ff_wheel_data a separate structureMichal Malý2015-05-071-78/+88
| | | * | | HID: hid-lg: Check return values from lg[N]ff_init()Michal Malý2015-05-071-4/+7
| | | * | | HID: hid-lg4ff: Update a warning messageMichal Malý2015-05-071-2/+3
| | | * | | HID: hid-lg4ff: Explicit casts from void * are not necessaryMichal Malý2015-05-071-2/+2
| | | * | | HID: hid-lg4ff: Remove unused variable from the "lg4ff_device_entry" struct.Michal Malý2015-05-071-1/+0
| | | * | | HID: hid-lg4ff: Replace DEVICE_ATTR_RW with DEVICE_ATTR to have all internal ...Michal Malý2015-05-071-6/+6
| | | * | | HID: hid-lg4ff: Remove "hid_" prefix from some functions' namesMichal Malý2015-05-071-14/+14
| | | * | | HID: hid-lg4ff: Remove double underscore prefix from numeric typesMichal Malý2015-05-072-28/+28
| | | * | | HID: make timeout HZ independentNicholas Mc Guire2015-05-071-1/+2
| | | | |/ | | | |/|
| | * | | HID: cypress: use swap() in cp_report_fixup()Fabian Frederick2015-06-181-5/+1
| | * | | HID: microsoft: Add Surface Power CoverRaimund Roth2015-06-184-1/+7
| | * | | usb, HID: Remove Vernier devices from lsusb and hid_ignore_listDennis O'Brien2015-06-013-22/+0
| | * | | HID: lenovo: Remove sysfs group on failure pathAlexey Khoroshilov2015-05-291-2/+7
| | * | | HID: hid-input: Fix coding style issueJames C Boyd2015-05-281-1/+2
| | * | | HID: hid-input: Simplify conditional expressionJames C Boyd2015-05-281-1/+1
| | * | | HID: hid-input: Add parentheses to quell gcc warningJames C Boyd2015-05-281-1/+1
| | * | | HID: Makefile: fix alignment of objs-* entriesAntonio Ospite2015-05-261-3/+3
| | * | | HID: i2c-hid: fix harmless test_bit() issueDan Carpenter2015-05-181-3/+3
| | * | | HID: rmi: fix some harmless BIT() mistakesDan Carpenter2015-05-181-3/+3
| | * | | HID: core: remove phidgets from ignore listSean Young2015-05-122-24/+0
| | * | | HID: prodikeys: remove unused variableJiri Slaby2015-05-071-2/+1
| | * | | HID: usbhid: Add a quirk for raphnet multi-gamepad adaptersRaphael Assenat2015-04-272-0/+10
| | |/ /
| * | | HID: usbhid: add Chicony/Pixart usb optical mouse that needs QUIRK_ALWAYS_POLLHerton R. Krzesinski2015-05-252-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmciaLinus Torvalds2015-06-2315-264/+249
|\ \ \ \
| * | | | pcmcia: do not break rsrc_nonstatic when handling anonymous cardsDominik Brodowski2015-06-162-21/+27
| * | | | pcmcia: Fix resource leaks in yenta_probe() and _close()Takeshi Yoshimura2015-06-141-12/+21
| * | | | Disable write buffering on Toshiba ToPIC95Ryan Underwood2015-06-131-0/+16
| * | | | pcmcia: Convert dev_printk to dev_<level>Joe Perches2015-05-309-155/+126
| * | | | pcmcia/vrc4171: Remove typedefs for enums and structHimangi Saraogi2015-05-301-15/+15
| * | | | pcmcia: Remove typedef in structs and emumHimangi Saraogi2015-05-301-17/+17
| * | | | pcmcia: Remove typedef tuple_flagsHimangi Saraogi2015-05-301-6/+6
| * | | | drivers: pcmcia: electra_cf.c fix checkpatch error and warningsLaurent Navet2015-05-301-5/+5
| * | | | drivers: pcmcia: ds.c fix checkpatch errorsLaurent Navet2015-05-301-8/+9
| * | | | PCMCIA: Remove commented references to dead class_device_create_file()Robert P. J. Day2015-05-303-21/+0
| * | | | drivers/pcmcia/electra_cf.c: add missing iounmap and kfreeJulia Lawall2015-05-301-3/+6
| * | | | pcmcia: replace open-coded ARRAY_SIZE with macroJim Cromie2015-05-301-1/+1
* | | | | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-2376-1125/+1396
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pci/host-xgene' and 'pci/hotplug' into nextBjorn Helgaas2015-06-185-239/+98
| |\ \ \ \ \ \
| | | * | | | | PCI: pciehp: Inline the "handle event" functions into the ISRBjorn Helgaas2015-06-183-118/+32
| | | * | | | | PCI: pciehp: Rename queue_interrupt_event() to pciehp_queue_interrupt_event()Bjorn Helgaas2015-06-181-6/+6
| | | * | | | | PCI: pciehp: Make queue_interrupt_event() voidBjorn Helgaas2015-06-181-7/+6
| | | * | | | | PCI: pciehp: Clean up debug loggingBjorn Helgaas2015-06-173-111/+20
| | * | | | | | PCI: xgene: Allow config access to Root Port even when link is downDuc Dang2015-06-181-3/+1