summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* HID: i2c-hid: Don't set wake_capable and wake_irqRaul E Rangel2022-11-221-9/+0
* HID: i2c-hid: acpi: Stop setting wakeup_capableRaul E Rangel2022-11-221-5/+0
* Input: raydium_ts_i2c - use PM subsystem to manage wake irqRaul E Rangel2022-11-221-6/+10
* Input: elants_i2c - use PM subsystem to manage wake irqRaul E Rangel2022-11-221-4/+11
* Input: elan_i2c - use PM subsystem to manage wake irqRaul E Rangel2022-11-221-7/+10
* HID: i2c-hid: Use PM subsystem to manage wake irqRaul E Rangel2022-11-221-21/+12
* Input: max8997 - convert to modern way to get a reference to a PWMUwe Kleine-König2022-11-181-4/+3
* Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson2022-11-181-6/+3
* Input: hynitron_cstxxx - initialize tmp to 0 to fix uninitialized variable issueChris Morgan2022-11-181-1/+1
* Input: msg2638 - add support for msg2138 key eventsVincent Knecht2022-11-171-4/+58
* Input: msg2638 - add support for msg2138Vincent Knecht2022-11-151-0/+93
* Input: msg2638 - set max finger number and irqhandler from driver dataVincent Knecht2022-11-151-10/+30
* Input: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-071-1/+2
* Input: joystick - fix Kconfig warning for JOYSTICK_ADCRandy Dunlap2022-11-071-0/+1
* Input: add driver for Himax hx83112b touchscreen devicesJob Noorman2022-11-073-0/+378
* Input: matrix_keypad - force switch rows to input modeSiarhei Volkau2022-11-031-0/+3
* Input: Add driver for Cypress Generation 5 touchscreenAlistair Francis2022-11-013-0/+918
* Input: add driver for Hynitron cstxxx touchscreensChris Morgan2022-10-303-0/+511
* Input: stmpe-keypad - add missing of.h includeDmitry Torokhov2022-10-281-0/+1
* iio: adc: twl4030-madc: add missing of.h includeDmitry Torokhov2022-10-241-0/+1
* Input: tps6507x-ts - remove variable loopsColin Ian King2022-10-241-2/+0
* Input: iqs7222 - add support for IQS7222A v1.13+Jeff LaBundy2022-10-241-0/+111
* Input: iqs7222 - protect against undefined slider sizeJeff LaBundy2022-10-241-1/+8
* Input: iqs7222 - report malformed propertiesJeff LaBundy2022-10-241-8/+36
* Input: iqs7222 - drop unused device node referencesJeff LaBundy2022-10-241-194/+146
* Input: egalax_ts - do not hardcode interrupt triggerDmitry Torokhov2022-10-241-4/+3
* Input: egalax_ts - switch to using gpiod APIDmitry Torokhov2022-10-241-25/+17
* Merge tag 'v6.1-rc1' into nextDmitry Torokhov2022-10-175467-112227/+330668
|\
| * Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-1757-116/+103
| |\
| | * prandom: remove unused functionsJason A. Donenfeld2022-10-121-6/+5
| | * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-128-13/+13
| | * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1224-32/+32
| | * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-122-2/+2
| | * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-129-13/+13
| | * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-1225-53/+41
| * | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-10-1615-124/+1810
| |\ \
| | * \ Merge branch 'clk-rate-range' into clk-nextStephen Boyd2022-10-149-113/+1805
| | |\ \
| | | * | clk: mediatek: clk-mux: Add .determine_rate() callbackAngeloGioacchino Del Regno2022-10-141-0/+10
| | | * | clk: tests: Add tests for notifiersMaxime Ripard2022-10-111-0/+156
| | | * | clk: Update req_rate on __clk_recalc_rates()Maxime Ripard2022-10-111-28/+11
| | | * | clk: tests: Add missing test case for rangesMaxime Ripard2022-09-151-0/+53
| | | * | clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3dMaxime Ripard2022-09-151-0/+9
| | | * | clk: Introduce the clk_hw_get_rate_range functionMaxime Ripard2022-09-151-0/+16
| | | * | clk: Zero the clk_rate_request structureMaxime Ripard2022-09-151-0/+2
| | | * | clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard2022-09-156-16/+274
| | | * | clk: Constify clk_has_parent()Maxime Ripard2022-09-151-1/+1
| | | * | clk: Introduce clk_core_has_parent()Maxime Ripard2022-09-152-15/+65
| | | * | clk: Switch from __clk_determine_rate to clk_core_round_rate_nolockMaxime Ripard2022-09-151-3/+10
| | | * | clk: Add our request boundaries in clk_core_init_rate_reqMaxime Ripard2022-09-151-6/+1
| | | * | clk: Introduce clk_hw_init_rate_request()Maxime Ripard2022-09-152-10/+30