summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support for Maltron L90 keyboard media keysWilliam Whistler2019-01-144-0/+174
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-01-0617-61/+720
|\
| *-----------. Merge branches 'for-4.20/upstream-fixes', 'for-4.21/core', 'for-4.21/hid-asus...Jiri Kosina2019-01-031847-12355/+37230
| |\ \ \ \ \ \ \
| | | | | | | | * HID: intel-ish-hid: add MSI interrupt supportSong Hongyan2018-12-191-1/+6
| | | | | | | * | HID: logitech: Use LDJ_DEVICE macro for existing Logitech miceHarry Cutts2018-12-071-10/+5
| | | | | | | * | HID: logitech: Enable high-resolution scrolling on Logitech miceHarry Cutts2018-12-071-6/+295
| | | | | | | * | HID: logitech: Add function to enable HID++ 1.0 "scrolling acceleration"Harry Cutts2018-12-071-13/+34
| | | | | | | * | HID: logitech-hidpp: fix typo, hiddpp to hidppPeter Hutterer2018-12-071-6/+6
| | | | | | | * | HID: input: use the Resolution Multiplier for high-resolution scrollingPeter Hutterer2018-12-072-3/+108
| | | | | | | * | HID: core: process the Resolution MultiplierPeter Hutterer2018-12-072-0/+175
| | | | | | | * | HID: core: store the collections as a basic treePeter Hutterer2018-12-072-0/+6
| | | | | | | * | Input: add `REL_WHEEL_HI_RES` and `REL_HWHEEL_HI_RES`Peter Hutterer2018-12-072-1/+22
| | | | | | * | | HID: samples/hidraw: fix typo in printed messageJonathan Davies2018-11-211-1/+1
| | | | | | * | | HID: hidraw: enforce minors_lock locking via lockdepJiri Kosina2018-11-121-4/+4
| | | | | * | | | HID: cougar: Add support for Cougar 700K Gaming KeyboardDaniel M. Lambea2018-11-212-0/+3
| | | | | |/ / /
| | | | * | | | HID: input: support Microsoft wireless radio control hotkeyChris Chiu2018-12-051-1/+2
| | | | * | | | HID: use macros in IS_INPUT_APPLICATIONChris Chiu2018-12-051-1/+5
| | | | | |/ / | | | | |/| |
| | | * | | | HID: asus: Add support for the ASUS T101HA keyboard dockAleix Roca Nonell2018-12-172-0/+9
| | | * | | | HID: asus: Add support for the ASUS FX503VD laptopHans de Goede2018-11-302-0/+8
| | | * | | | HID: asus: Add event handler to catch unmapped Asus Vendor UsagePage codesHans de Goede2018-11-301-0/+13
| | | |/ / /
| | * | | / HID: debug: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-191-11/+1
| | | |_|/ | | |/| |
| * | | | HID: i2c-hid: Add Odys Winbook 13 to descriptor overrideHans de Goede2019-01-031-0/+8
| * | | | HID: lenovo: Add checks to fix of_led_classdev_registerAditya Pakki2019-01-031-2/+8
| * | | | HID: doc: fix wrong data structure reference for UHID_OUTPUTPeter Hutterer2018-12-181-1/+1
| * | | | HID: intel-ish-hid: fixes incorrect error handlingPan Bian2018-12-171-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2019-01-062-0/+9
|\ \ \ \ \
| * | | | | livepatch: check kzalloc return valuesNicholas Mc Guire2018-12-182-0/+9
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-01-0632-135/+138
|\ \ \ \ \ \
| * | | | | | thermal/intel: fixup for Kconfig string parsing tightening upStephen Rothwell2019-01-031-1/+1
| * | | | | | Merge branches 'for-rc' and 'thermal-core' into nextZhang Rui2018-12-0730-123/+121
| |\ \ \ \ \ \
| | * | | | | | drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdirAmit Kucheria2018-12-075-13/+13
| | * | | | | | drivers: thermal: Move various drivers for intel platforms into a subdirAmit Kucheria2018-12-0723-86/+95
| | * | | | | | thermal: zx2967_thermal: simplify getting .driver_dataWolfram Sang2018-11-301-4/+2
| | * | | | | | thermal: st: st_thermal: simplify getting .driver_dataWolfram Sang2018-11-301-4/+2
| | * | | | | | thermal: spear_thermal: simplify getting .driver_dataWolfram Sang2018-11-301-5/+3
| | * | | | | | thermal: rockchip_thermal: simplify getting .driver_dataWolfram Sang2018-11-301-5/+3
| | * | | | | | thermal: int340x_thermal: int3400_thermal: simplify getting .driver_dataWolfram Sang2018-11-301-6/+3
| * | | | | | | thermal: Fix locking in cooling device sysfs update cur_stateThara Gopinath2018-11-301-4/+7
| * | | | | | | Thermal: do not clear passive state during system sleepWei Wang2018-11-301-4/+8
| * | | | | | | thermal: remove unused function parameterLukasz Luba2018-11-301-4/+2
| |/ / / / / /
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-01-0618-93/+383
|\ \ \ \ \ \ \
| * | | | | | | thermal: generic-adc: Fix adc to temp interpolationBjorn Andersson2019-01-021-4/+8
| * | | | | | | thermal: rcar_thermal: add R8A77990 supportYoshihiro Kaneko2019-01-021-0/+4
| * | | | | | | dt-bindings: thermal: rcar-thermal: add R8A77990 supportYoshihiro Kaneko2019-01-021-2/+3
| * | | | | | | thermal: rcar_thermal: add R8A774C0 supportFabrizio Castro2019-01-021-0/+4
| * | | | | | | dt-bindings: thermal: rcar-thermal: add R8A774C0 supportFabrizio Castro2019-01-021-2/+3
| * | | | | | | dt-bindings: cp110: document the thermal interrupt capabilitiesMiquel Raynal2019-01-021-0/+9
| * | | | | | | dt-bindings: ap806: document the thermal interrupt capabilitiesMiquel Raynal2019-01-021-0/+7
| * | | | | | | MAINTAINERS: thermal: add entry for Marvell MVEBU thermal driverMiquel Raynal2019-01-021-0/+5
| * | | | | | | thermal: armada: add overheat interrupt supportMiquel Raynal2019-01-021-1/+269