summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2024-07-28minmax: don't use max() in situations that want a C constant expressionLinus Torvalds-1/+1
2024-07-28Input: spear-keyboard - switch to devm_clk_get_prepared()Christophe JAILLET-15/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+10
2024-07-23Input: synaptics - enable SMBus for HP Elitebook 840 G2Jonathan Denose-0/+1
2024-07-23Input: Add driver for PixArt PS/2 touchpadBinbin Zhou-1/+368
2024-07-23Input: ads7846 - ratelimit the spi_sync error messageMarek Vasut-1/+1
2024-07-19Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-960/+1084
2024-07-19Input: zinitix - add touchkey supportNikita Travkin-3/+60
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+0
2024-07-19Input: goodix-berlin - add sysfs interface for reading and writing touch IC r...Charles Wang-0/+46
2024-07-17Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-0/+672
2024-07-16Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-1/+1
2024-07-15Input: bbnsm_pwrkey - fix missed key press after suspendJacky Bai-0/+38
2024-07-15Merge tag 'x86_vmware_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-54/+22
2024-07-15Input: msc_touchkey - remove the driverDmitry Torokhov-281/+0
2024-07-15Input: msc5000_ts - remove the driverDmitry Torokhov-301/+0
2024-07-15Input: usbtouchscreen - switch to using __free() cleanup facilityDmitry Torokhov-57/+33
2024-07-15Input: usbtouchscreen - use guard notation when acquiring mutexesDmitry Torokhov-32/+33
2024-07-15Input: usbtouchscreen - split device info table into individual piecesDmitry Torokhov-331/+293
2024-07-15Input: usbtouchscreen - constify usbtouch_dev_info tableDmitry Torokhov-11/+9
2024-07-15Input: usbtouchscreen - move process_pkt() into main device structureDmitry Torokhov-15/+13
2024-07-15Input: usbtouchscreen - move the driver ID tableDmitry Torokhov-105/+104
2024-07-15Input: usbtouchscreen - remove custom USB_DEVICE_HID_CLASS macroDmitry Torokhov-9/+4
2024-07-15Input: usbtouchscreen - use driver core to instantiate device attributesDmitry Torokhov-10/+21
2024-07-15Input: adc-joystick - use device_for_each_child_node_scoped()Javier Carrasco-11/+5
2024-07-15Input: adc-keys - use device_for_each_child_node_scoped()Javier Carrasco-4/+1
2024-07-15Input: gpio_keys_polled - use device_for_each_child_node_scoped()Javier Carrasco-3/+1
2024-07-15Input: gpio_keys - use device_for_each_child_node_scoped()Javier Carrasco-3/+1
2024-07-15Input: qt1050 - use device_for_each_child_node_scoped()Javier Carrasco-10/+5
2024-07-15Input: iqs269a - use device_for_each_child_node_scoped()Javier Carrasco-5/+2
2024-07-15Merge tag 'v6.10' into nextDmitry Torokhov-25/+67
2024-07-15Merge branch 'next' into for-linusDmitry Torokhov-988/+1113
2024-07-12Input: yealink - simplify locking in sysfs attribute handlingDmitry Torokhov-52/+20
2024-07-12Input: yealink - use driver core to instantiate device attributesDmitry Torokhov-8/+3
2024-07-12Input: ati-remote2 - use driver core to instantiate device attributesDmitry Torokhov-33/+17
2024-07-12Input: omap-keypad - use driver core to instantiate device attributesDmitry Torokhov-10/+11
2024-07-12Input: atmel_mxt_ts - use driver core to instantiate device attributesDmitry Torokhov-14/+2
2024-07-12kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_FAIL_AND_ABORT for readabilityEric Chan-1/+1
2024-07-11Input: exc3000 - add EXC81W32 supportPhilipp Zabel-0/+7
2024-07-11Input: twl4030-pwrbutton - fix kernel-doc warningDmitry Torokhov-2/+2
2024-07-08Input: himax_hx83112b - add support for HX83100AFelix Kaechele-0/+17
2024-07-08Input: himax_hx83112b - add himax_chip struct for multi-chip supportFelix Kaechele-16/+35
2024-07-08Input: himax_hx83112b - implement MCU register readingFelix Kaechele-3/+47
2024-07-08Input: himax_hx83112b - use more descriptive register definesFelix Kaechele-10/+13
2024-07-08Input: do not check number of events in input_pass_values()Dmitry Torokhov-3/+0
2024-07-08Input: preallocate memory to hold event valuesDmitry Torokhov-17/+44
2024-07-08Input: rearrange input_alloc_device() to prepare for preallocating of valsDmitry Torokhov-15/+22
2024-07-08Input: simplify event handling logicDmitry Torokhov-41/+68
2024-07-08Input: make events() method return number of events processedDmitry Torokhov-2/+4
2024-07-08Input: make sure input handlers define only one processing methodDmitry Torokhov-0/+24