summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-07-2813-564/+1111
|\
| * Merge branch 'for-4.8/hid-led' into for-linusJiri Kosina2016-07-289-550/+554
| |\
| | * HID: hid-led: fix Delcom support on big endian systemsHeiner Kallweit2016-07-081-1/+1
| | * HID: hid-led: add support for Greynut LuxaforHeiner Kallweit2016-07-074-0/+29
| | * HID: hid-led: add support for Delcom Visual Signal Indicator G2Heiner Kallweit2016-07-074-0/+103
| | * HID: hid-led: remove report id from struct hidled_configHeiner Kallweit2016-07-071-11/+2
| | * HID: remove ThingM blink(1) driverHeiner Kallweit2016-06-233-268/+4
| | * HID: hid-led: add support for ThingM blink(1)Heiner Kallweit2016-06-232-3/+70
| | * HID: hid-led: add support for reading from LED devicesHeiner Kallweit2016-06-231-0/+29
| | * HID: hid-led: add support for devices with multiple independent LEDsHeiner Kallweit2016-06-231-30/+55
| | * HID: led: fix configJiri Kosina2016-06-171-2/+2
| | * usb: misc: remove outdated USB LED driverHeiner Kallweit2016-06-173-283/+0
| | * HID: migrate USB LED driver from usb misc to hidHeiner Kallweit2016-06-175-3/+306
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'for-4.8/alps', 'for-4.8/apple', 'for-4.8/i2c-hid', 'for-4.8/u...Jiri Kosina2016-07-283515-93601/+230842
| |\ \ \ \ \
| | | | | * | HID: thingm: simplify debug output codeHeiner Kallweit2016-06-201-6/+2
| | | | * | | HID: uhid: fix timeout when probe races with IORoderick Colenbrander2016-06-011-9/+24
| | | | | |/ | | | | |/|
| | | * | | HID: i2c-hid: set power sleep before shutdownGuohua Zhong2016-06-211-1/+9
| | | * | | HID: i2c_hid: enable i2c-hid devices to suspend/resume asynchronouslyFu, Zhonghui2016-06-061-0/+1
| | | |/ /
| | * | | HID: add usb device id for Apple Magic KeyboardJean-Gabriel Gill-Couture2016-07-113-0/+4
| * | | | HID: alps: a few cleanupsMasaki Ota2016-06-233-69/+50
| * | | | HID: alps: match alps devices in coreJiri Kosina2016-06-201-0/+1
| * | | | HID: alps: pass correct sizes to hid_hw_raw_request()Jiri Kosina2016-06-201-3/+4
| * | | | HID: alps: struct u1_dev *priv is internal to the driverJiri Kosina2016-06-171-1/+1
| * | | | HID: add Alps I2C HID Touchpad-Stick supportMasaki Ota2016-06-174-0/+536
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-07-281-1/+0
|\ \ \ \
| * | | | dw2102: don't output spurious blank lines to the kernel logJonathan McDowell2016-06-211-20/+20
| * | | | scsi/qla2xxx: Remove erroneous unused macro qla82xx_get_temp_val1()Thomas Huth2016-06-211-1/+0
* | | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-281-2/+1
|\ \ \ \ \
| * | | | | random: use for_each_online_node() to iterate over NUMA nodesTheodore Ts'o2016-07-271-2/+1
* | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-287-16/+12
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-30433-2709/+4545
| |\ \ \ \ \ \
| * | | | | | | file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-296-12/+12
| * | | | | | | drbd: ->d_parent is never NULL or negativeAl Viro2016-05-291-4/+0
* | | | | | | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-3/+5
* | | | | | | | | Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2016-07-273-3/+6
* | | | | | | | | Merge tag 'hsi-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2016-07-278-188/+237
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | HSI: omap_ssi: drop pm_runtime_irq_safeSebastian Reichel2016-06-282-3/+0
| * | | | | | | | | HSI: omap_ssi_port: use rpm autosuspend APISebastian Reichel2016-06-281-24/+44
| * | | | | | | | | HSI: omap_ssi: call msg->complete() from process contextSebastian Reichel2016-06-283-1/+25
| * | | | | | | | | HSI: omap_ssi_port: ensure clocks are kept enabled during transferSebastian Reichel2016-06-281-0/+2
| * | | | | | | | | HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variantSebastian Reichel2016-06-281-9/+9
| * | | | | | | | | HSI: omap_ssi_port: avoid calling runtime_pm_*_sync inside spinlockSebastian Reichel2016-06-281-4/+4
| * | | | | | | | | HSI: omap_ssi_port: avoid pm_runtime_get_sync in ssi_start_dma and ssi_start_pioSebastian Reichel2016-06-281-6/+24
| * | | | | | | | | HSI: omap_ssi_port: switch to threaded pio irqSebastian Reichel2016-06-282-38/+24
| * | | | | | | | | HSI: omap_ssi_core: remove pm_runtime_get_sync call from taskletSebastian Reichel2016-06-281-1/+7
| * | | | | | | | | HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_syncSebastian Reichel2016-06-281-5/+5
| * | | | | | | | | HSI: omap_ssi_port: prepare start_tx/stop_tx for blocking pm_runtime callsSebastian Reichel2016-06-282-5/+20
| * | | | | | | | | HSI: core: switch port event notifier from atomic to blockingSebastian Reichel2016-06-281-4/+4
| * | | | | | | | | HSI: omap_ssi_port: replace wkin_cken with atomic bitmap operationsSebastian Reichel2016-06-282-15/+7