summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-09-06Input: xpad - add support for XBOX One Elite paddlesChristopher Crockett1-61/+193
2022-09-06Input: xpad - Poweroff XBOX360W on mode button long pressSantosh De Massari1-0/+24
2022-09-06Input: xpad - fix wireless 360 controller breaking after suspendCameron Gutman1-1/+0
2022-09-06Input: xpad - add supported devices as contributed on githubPavel Rojtberg1-0/+19
2022-09-03Input: aiptek - switch to using dev_groups for driver-specific attributesDmitry Torokhov1-16/+4
2022-09-03Input: psmouse - switch to using dev_groups for driver-specific attributesDmitry Torokhov1-18/+4
2022-09-03Input: atkbd - switch to using dev_groups for driver-specific attributesDmitry Torokhov1-10/+6
2022-09-01Input: rt5120 - add power key supportChiYuan Huang3-0/+130
2022-08-31Input: colibri-vf50-ts - don't depend on VF610_ADCMax Krummenacher1-1/+1
2022-08-31Input: adp5588-keys - use new PM macrosNuno Sá1-4/+4
2022-08-31Input: adp5588-keys - add regulator supportNuno Sá1-0/+20
2022-08-31Input: adp5588-keys - add optional reset gpioNuno Sá1-0/+12
2022-08-31Input: adp5588-keys - fix coding style warningsNuno Sá1-50/+48
2022-08-31Input: adp5588-keys - do not check for irq presenceNuno Sá1-5/+0
2022-08-31Input: adp5588-keys - add support for fw propertiesNuno Sá2-107/+289
2022-08-31Input: adp5588-keys - bail out on returned errorNuno Sá1-18/+38
2022-08-31gpio: gpio-adp5588: drop the driverNuno Sá3-461/+0
2022-08-31Input: adp5588-keys - support gpi key events as 'gpio keys'Nuno Sá2-132/+144
2022-08-31Input: matrix_keypad - replace of_gpio_named_count() by gpiod_count()Andy Shevchenko1-3/+3
2022-08-31Input: clps711x-keypad - get rid of OF_GPIO dependencyAndy Shevchenko2-7/+8
2022-08-19Input: move from strlcpy with unused retval to strscpyWolfram Sang35-76/+76
2022-08-17Input: adc-joystick - add polled input device supportChris Morgan1-12/+53
2022-08-17Input: Add IBM Operation Panel driverEddie James3-0/+218
2022-08-17Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...Dmitry Torokhov6309-139231/+911328
2022-08-16i2c: Make remove callback return voidUwe Kleine-König546-1525/+564
2022-08-16gpio: pca953x: Make platform teardown callback return voidUwe Kleine-König1-8/+3
2022-08-16leds: lm3601x: Improve error reporting for problems during .remove()Uwe Kleine-König1-3/+8
2022-08-16leds: lm3601x: Don't use mutex after it was destroyedUwe Kleine-König1-2/+0
2022-08-16leds: lm3697: Remove duplicated error reporting in .remove()Uwe Kleine-König1-3/+1
2022-08-16drm/i2c/sil164: Drop no-op remove functionUwe Kleine-König1-7/+0
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-24/+59
2022-08-14Merge tag 'i2c-for-5.20-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds51-54/+99
2022-08-14Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds10-25/+1523
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-97/+117
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds5-4/+18
2022-08-13Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-23/+50
2022-08-13Merge tag 'rtc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds39-506/+1846
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds33-510/+1971
2022-08-12Merge tag 'for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds17-595/+334
2022-08-12Merge tag 'vfio-v6.0-rc1pt2' of https://github.com/awilliam/linux-vfioLinus Torvalds2-0/+2
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt2-15/+16
2022-08-12xen/pciback: Fix comment typoJason Wang1-1/+1
2022-08-12xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter1-2/+2
2022-08-12xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park1-3/+1
2022-08-12xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne1-6/+3
2022-08-12xen-blkback: fix persistent grants negotiationSeongJae Park1-8/+7
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane1-6/+47
2022-08-12Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-10/+27
2022-08-12Merge tag 'drm-next-2022-08-12-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-2/+3
2022-08-12Input: applespi - use correct struct names in commentColin Ian King1-1/+1