aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4
AgeCommit message (Expand)AuthorFilesLines
4 daysInput: rmi4 - tolerate short register descriptor structureDmitry Torokhov1-12/+25
4 daysRevert "Input: rmi4 - fix register descriptor address calculation"Dmitry Torokhov1-1/+1
6 daysInput: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED countBryam Vargas1-1/+1
6 daysInput: synaptics-rmi4 - bound the F3A keymap to the GPIO countBryam Vargas1-1/+1
2026-06-11Input: rmi4 - update formatting in F12Dmitry Torokhov1-56/+56
2026-06-11Input: rmi4 - propagate proper error code in F12 sensor tuningDmitry Torokhov1-2/+2
2026-06-11Input: rmi4 - simplify size calculations in F12Dmitry Torokhov1-10/+4
2026-06-11Input: rmi4 - use sizeof(*ptr) and idiomatic checks in f12 allocatorsDmitry Torokhov1-10/+15
2026-06-11Input: rmi4 - use devm_kmalloc for F12 data packet bufferDmitry Torokhov1-1/+1
2026-06-11Input: rmi4 - use flexible array member for IRQ masks in F12Dmitry Torokhov1-16/+14
2026-06-11Input: rmi4 - use unaligned access helpers in F12Dmitry Torokhov1-6/+7
2026-06-11Input: rmi4 - change reg_size type to u32Dmitry Torokhov5-14/+26
2026-06-11Input: rmi4 - refactor F12 probe functionDmitry Torokhov1-113/+78
2026-06-11Input: rmi4 - use kzalloc_flex() for struct rmi_functionDmitry Torokhov1-3/+1
2026-06-11Input: rmi4 - refactor function allocation and registrationDmitry Torokhov3-17/+26
2026-06-11Input: rmi4 - use local presence map in rmi_read_register_desc()Dmitry Torokhov2-12/+14
2026-06-11Input: rmi4 - fix limit in rmi_register_desc_has_subpacket()Dmitry Torokhov1-1/+1
2026-06-11Input: rmi4 - fix bit count in bitmap_copy()Dmitry Torokhov1-4/+3
2026-06-11Input: rmi4 - iterative IRQ handlerDmitry Torokhov1-16/+16
2026-06-11Input: rmi4 - fix memory leak in rmi_set_attn_data()Dmitry Torokhov1-1/+5
2026-06-11Input: rmi4 - initialize attn_fifo properlyDmitry Torokhov1-0/+1
2026-06-11Input: rmi4 - fix num_subpackets overflow in register descriptorDmitry Torokhov2-1/+8
2026-06-11Input: rmi4 - fix type overflow in register countsDmitry Torokhov1-1/+1
2026-06-11Input: rmi4 - refactor register descriptor parsingDmitry Torokhov1-48/+76
2026-06-11Input: rmi4 - fix register descriptor address calculationDmitry Torokhov1-1/+1
2026-06-10Input: synaptics-rmi4 - unregister function handlers on physical driver regis...Haoxiang Li1-1/+3
2026-05-31Merge tag 'v7.1-rc6' into nextDmitry Torokhov1-2/+2
2026-05-30Input: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)2-2/+2
2026-04-04Merge tag 'input-for-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-02-23Input: synaptics-rmi4 - fix a locking bug in an error pathBart Van Assche1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-2/+2
2025-09-08Input: synaptics-rmi4 - add includes for types used in rmi_2d_sensor.hDmitry Torokhov1-0/+3
2025-08-21Input: include export.h in modules using EXPORT_SYMBOL*()Dmitry Torokhov3-0/+3
2025-08-03Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux...Dmitry Torokhov1-58/+75
2025-07-27Input: synaptics-rmi4 - add support for F1AAndré Apitzsch5-0/+155
2025-07-27Input: synaptics-rmi4 - add support for Forcepads (F21)Marge Yang5-0/+192
2025-05-19Input: synaptics-rmi - fix crash with unsupported versions of F34Dmitry Torokhov1-58/+75
2025-02-04Input: drop vb2_ops_wait_prepare/finishHans Verkuil1-2/+0
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-25/+16
2024-11-04Input: synaptics-rmi4 - switch to using cleanup functions in F34Dmitry Torokhov1-23/+14
2024-10-04Input: synaptics-rmi4 - use guard notation when pausing serio port in F03Dmitry Torokhov1-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-09-05Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into nextDmitry Torokhov4-6/+6
2024-09-03Input: synaptics-rmi4 - fix crash when DPM query is not supportedDmitry Torokhov1-3/+2
2024-08-05Input: synaptics-rmi4 - add support for querying DPM value (F12)Marge Yang1-10/+34
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman4-6/+6
2024-05-27Merge tag 'v6.9' into nextDmitry Torokhov3-26/+32
2024-05-24Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2024-05-22Merge branch 'next' into for-linusDmitry Torokhov2-2/+2
2024-05-13Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2-2/+2
2024-03-17Merge tag 'input-for-v6.9-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+7
2024-03-15Merge branch 'next' into for-linusDmitry Torokhov3-3/+7
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2024-03-08Merge tag 'input-for-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2024-03-07Input: synaptics-rmi4 - fix UAF of IRQ domain on driver removalMathias Krause1-3/+3
2024-03-03Input: synaptics-rmi4 - make rmi_bus_type constRicardo B. Marliere2-2/+2
2024-02-08Input: synaptics-rmi4 - follow renaming of SPI "master" to "controller"Uwe Kleine-König1-1/+1
2024-01-18Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+6
2024-01-18Input: synaptics-rmi4 - fail probing if memory allocation for "phys" failsKunwu Chan1-1/+5
2024-01-13Merge branch 'next' into for-linusDmitry Torokhov1-7/+6
2023-12-13Input: synaptics-rmi4 - use sysfs_emit() to instead of scnprintf()ye xingchen1-7/+6
2023-11-16treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEXAndy Shevchenko1-1/+1
2023-11-06Merge branch 'next' into for-linusDmitry Torokhov2-2/+2
2023-10-29Input: synaptics-rmi4 - fix use after free in rmi_unregister_function()Dan Carpenter1-1/+1
2023-10-13Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsportDmitry Torokhov1-22/+28
2023-09-30Input: synaptics-rmi4 - replace deprecated strncpyJustin Stitt1-1/+1
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2-2/+2
2023-04-13Input: synaptics-rmi4 - fix function name in kerneldocJiapeng Chong1-1/+1
2023-02-03Input: synaptics-rmi4 - fix SPI device IDRayyan Ansari1-1/+1
2023-01-27Input: rmi4 - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron3-24/+13
2022-12-02Input: rmi_smbus - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-02Input: rmi_i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-09-27Input: synaptics-rmi4 - convert to use sysfs_emit() APIszhang songyi1-8/+8
2022-09-23Input: synaptics-rmi4 - drop useless gotos in rmi_f34v7_do_reflash()Matthias Schiffer1-10/+9
2022-09-23Input: synaptics-rmi4 - simplify rmi_f34v7_start_reflash()Matthias Schiffer1-19/+6
2022-09-23Input: synaptics-rmi4 - remove unneeded struct register_offsetMatthias Schiffer3-37/+15
2022-09-23Input: synaptics-rmi4 - make rmi_f34v7_erase_all() use the "erase all" commandMatthias Schiffer1-86/+1
2022-09-23Input: synaptics-rmi4 - reset after writing partition tableMatthias Schiffer1-0/+8
2022-09-23Input: synaptics-rmi4 - rewrite partition table unconditionallyMatthias Schiffer2-142/+13
2022-09-23Input: synaptics-rmi4 - fix command completion check for bootloader v7/v8Matthias Schiffer1-5/+5
2022-09-23Input: synaptics-rmi4 - introduce rmi_f34v7_check_command_status() helperMatthias Schiffer1-7/+29
2022-09-23Input: synaptics-rmi4 - fix firmware update operations with bootloader v8Matthias Schiffer1-3/+3
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang2-5/+5
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-05-28Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2022-04-24Input: synaptics-rmi4 - remove unnecessary flush_workqueue()ran jianping1-1/+0
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab1-1/+1
2021-11-05Input: synaptics-rmi4 - Fix device hierarchyLoic Poulain1-0/+1
2020-12-10Input: synaptics-rmi4 - use new structure for SPI transfer delaysSergiu Cuciurean1-2/+4
2020-11-09Input: synaptics-rmi4 - fix kerneldoc warningsLee Jones5-115/+149
2020-10-04Input: synaptics-rmi4 - support bootloader v8 in f34v7Jason A. Donenfeld1-2/+7
2020-10-04Input: synaptics-rmi4 - add support for F3AVincent Huang5-0/+254
2020-10-04Input: synaptics-rmi4 - rename f30_data to gpio_dataVincent Huang1-7/+7
2020-04-28Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()Wei Yongjun1-1/+2
2020-04-27Input: synaptics-rmi4 - really fix attn_data use-after-freeEvan Green1-1/+1
2020-03-24Input: synaptics-rmi4 - set reduced reporting mode only when requestedAndrew Duggan1-2/+2
2020-01-31Merge branch 'next' into for-linusDmitry Torokhov1-0/+14
2020-01-31Input: synaptics-rmi4 - switch to reduced reporting modeLucas Stach1-0/+14
2020-01-16Input: rmi_f54 - read from FIFO in 32 byte blocksHans Verkuil1-16/+27
2020-01-16Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers"Hans Verkuil1-0/+2
2019-12-06Merge branch 'next' into for-linusDmitry Torokhov2-2/+3
2019-12-04Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfersHans Verkuil1-2/+0
2019-12-04Input: synaptics-rmi4 - re-enable IRQs in f34v7_do_reflashLucas Stach1-0/+3
2019-11-25Merge branch 'next' into for-linusDmitry Torokhov1-33/+30
2019-11-22Input: synaptics-rmi4 - fix various V4L2 compliance problems in F54Hans Verkuil1-1/+14
2019-11-15Input: synaptics-rmi4 - destroy F54 poller workqueue when removingChuhong Yuan1-0/+1
2019-11-12Input: synaptics-rmi4 - clear IRQ enables for F54Lucas Stach1-1/+1
2019-11-04Input: synaptics-rmi4 - simplify data read in rmi_f54_workLucas Stach1-32/+16
2019-11-04Input: synaptics-rmi4 - remove unused result_bits maskAndrew Duggan1-4/+1
2019-11-04Input: synaptics-rmi4 - do not consume more data than we have (F11, F12)Andrew Duggan2-4/+4
2019-11-04Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driverAndrew Duggan1-2/+26
2019-11-04Input: synaptics-rmi4 - fix video buffer sizeLucas Stach1-1/+1
2019-10-11Input: synaptics-rmi4 - avoid processing unknown IRQsEvan Green1-1/+5
2019-07-24Input: synaptics-rmi4 - remove the exporting of rmi_2d_sensor_set_input_paramsDenis Efremov1-1/+0
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov20-76/+20
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner19-76/+19
2019-05-27Input: synaptics-rmi4 - remove set but not used variable 'sensor_flags'YueHaibing1-4/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-10Merge tag 'v5.1' into nextDmitry Torokhov2-6/+2
2019-05-10Merge branch 'next' into for-linusDmitry Torokhov1-15/+6
2019-04-26Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach1-1/+1
2019-04-26Input: synaptics-rmi4 - fix enum_fmtPhilipp Zabel1-15/+5
2019-04-26Input: synaptics-rmi4 - fill initial formatPhilipp Zabel1-0/+1
2019-04-24Input: synaptics-rmi4 - fix possible double freePan Bian1-5/+1
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds12-103/+133
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook5-23/+27
2018-06-11Input: synaptics-rmi4 - fix axis-swap behaviorLucas Stach1-18/+16
2018-06-11Input: synaptics-rmi4 - fix the error return code in rmi_probe_interrupts()Wei Yongjun1-1/+1
2018-06-05Input: synaptics-rmi4 - convert irq distribution to irq_domainNick Dyer11-85/+117
2018-04-06Input: synaptics-rmi4 - fix an unchecked out of memory error pathChristophe JAILLET1-2/+5
2018-02-01Merge branch 'next' into for-linusDmitry Torokhov7-27/+66
2018-01-24Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in...Nick Dyer1-3/+9
2018-01-22Input: synaptics-rmi4 - log when we create a guest serio portDmitry Torokhov1-4/+5
2018-01-22Input: synaptics-rmi4 - unmask F03 interrupts when port is openedDmitry Torokhov1-10/+54
2018-01-22Input: synaptics-rmi4 - do not delete interrupt memory too earlyDmitry Torokhov1-7/+7
2018-01-18Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers1-1/+3
2018-01-16Input: synaptics_rmi4 - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman4-5/+0
2018-01-05Input: synaptic_rmi4 - remove duplicate include in F34Pravin Shedge1-1/+0
2017-11-13Merge branch 'next' into for-linusDmitry Torokhov2-1/+2
2017-11-07Merge tag 'v4.14-rc8' into nextDmitry Torokhov2-2/+4
2017-11-07Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3Yiannis Marangos1-2/+2
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27Input: synaptics-rmi4 - limit the range of what GPIOs are buttonsAndrew Duggan1-2/+3
2017-10-09Input: synaptics-rmi4 - make array rmi_f54_report_type_names staticColin Ian King1-1/+1
2017-07-24Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov3-19/+11
2017-07-22Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01Dmitry Torokhov1-8/+3
2017-07-12Input: synaptics-rmi4 - constify attribute_group structures in F01Arvind Yadav1-1/+1
2017-07-12Input: synaptics-rmi4 - constify attribute_group structures in F34Arvind Yadav1-1/+1
2017-06-23Input: synaptics-rmi4 - only read the F54 query registers which are usedAndrew Duggan1-10/+7
2017-06-09Input: synaptics-rmi4 - register F03 port as pass-through serioDmitry Torokhov1-1/+1
2017-06-01Input: synaptics-rmi4 - use %phN to form F34 configuration IDDmitry Torokhov1-14/+8
2017-05-29Input: synaptics-rmi4 - change a char type to u8Dan Carpenter1-1/+1
2017-04-14Input: synaptics-rmi4 - enable IRQ operation in F34 V7Nick Dyer3-67/+82
2017-04-14Input: synaptics-rmi4 - change F12 clip to inactive border debugNick Dyer1-11/+7
2017-04-14Input: synaptics-rmi4 - use dev_driver_string when registering interruptNick Dyer1-1/+1
2017-04-03Input: synaptics-rmi4 - when registering sensors do not call them "drivers"Dmitry Torokhov3-69/+69
2017-04-03Input: synaptics-rmi4 - cleanup SMbus mapping handlingDmitry Torokhov1-25/+18
2017-04-03Input: synaptics-rmi4 - fix endianness issue in SMBus transportDmitry Torokhov1-5/+5
2017-04-03Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensorDmitry Torokhov1-3/+8
2017-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+4
2017-03-10Input: synaptics-rmi4 - prevent null pointer dereference in f30Benjamin Tissoires1-0/+4
2017-03-01Input: rmi4 - f30: detect INPUT_PROP_BUTTONPAD from the button countBenjamin Tissoires1-2/+3
2017-02-20Merge branch 'next' into for-linusDmitry Torokhov11-240/+493
2017-02-09Input: synaptics-rmi4 - forward upper mechanical buttons to PS/2 guestBenjamin Tissoires3-16/+95
2017-02-09Input: synaptics-rmi4 - clean up F30 implementationDmitry Torokhov1-182/+144
2017-02-07Input: synaptics-rmi4 - select 'SERIO' when neededArnd Bergmann1-1/+7
2017-02-07Input: synaptics-rmi4 - fix error return code in rmi_probe_interrupts()Wei Yongjun1-1/+1
2017-02-06Merge branch 'synaptics-rmi4' into nextDmitry Torokhov10-57/+268
2017-02-06Input: synaptics-rmi4 - add rmi_find_function()Benjamin Tissoires2-0/+14
2017-01-31Input: synaptics-rmi4 - add sysfs interfaces for hardware IDsNick Dyer4-4/+152
2017-01-31Input: synaptics-rmi4 - add sysfs attribute update_fw_statusNick Dyer3-27/+80
2017-01-31Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wakeChristophe JAILLET1-2/+2
2017-01-24Input: constify device_type structuresBhumika Goyal1-2/+2
2017-01-21Input: synaptics-rmi4 - use local variables consistentlyGuenter Roeck2-4/+4
2017-01-15Input: synaptics-rmi4 - correctly swap clip values if axes are swappedLucas Stach1-1/+6
2017-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+2
2016-12-29Input: synaptics-rmi4 - remove redundant null check on rmi_devColin Ian King1-3/+0
2016-12-29Input: synaptics-rmi4 - check for non zero version logically dead codeColin Ian King1-2/+0
2016-12-29Input: synaptics-rmi4 - use Kconfig "if" to express dependencyDmitry Torokhov1-16/+12
2016-12-29Merge branch 'synaptics-rmi4' into for-linusDmitry Torokhov1-1/+2
2016-12-27Input: synaptics-rmi4 - fix F03 build error when serio is moduleDmitry Torokhov1-1/+2
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds21-319/+3685
2016-12-15Merge branch 'synaptics-rmi4' into nextDmitry Torokhov21-313/+4452
2016-12-12Input: synaptics-rmi4 - add support for F34 V7 bootloaderNick Dyer5-33/+1687
2016-12-07Input: synaptics-rmi4 - fix debug for sensor clipNick Dyer1-5/+3
2016-12-02Input: synaptics-rmi4 - store the attn data in the driverBenjamin Tissoires5-41/+43
2016-12-02Input: synaptics-rmi4 - allow to add attention dataBenjamin Tissoires1-2/+47
2016-12-02Input: synaptics-rmi4 - f03 - grab data passed by transport deviceDennis Wassenberg1-9/+26
2016-12-02Input: synaptics-rmi4 - add support for F03Lyude Paul5-0/+246
2016-11-30Input: synaptics-rmi4 - have only one struct platform dataBenjamin Tissoires3-9/+8
2016-11-30Input: synaptics-rmi4 - remove EXPORT_SYMBOL_GPL for internal functionsBenjamin Tissoires2-16/+2
2016-11-30Input: synaptics-rmi4 - remove mutex calls while updating the firmwareBenjamin Tissoires2-37/+22
2016-11-30Input: synaptics-rmi4 - add rmi_enable/disable_irqBenjamin Tissoires2-19/+66
2016-11-22Input: synaptics-rmi4 - propagate correct number of rx and tx electrodes to F54Guenter Roeck3-4/+18
2016-11-22Input: synaptics-rmi4 - add support for F55 sensor tuningGuenter Roeck5-0/+138
2016-11-22Input: synaptics-rmi4 - add support for F34 device reflashNick Dyer8-31/+668
2016-11-16Input: synaptics-rmi4 - unlock on errorDan Carpenter1-2/+3
2016-11-08Input: synaptics-rmi4 - add SMBus supportBenjamin Tissoires4-0/+472