index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
atmel_mxt_ts.c
Age
Commit message (
Expand
)
Author
2024-07-12
Input: atmel_mxt_ts - use driver core to instantiate device attributes
Dmitry Torokhov
2024-05-27
Merge tag 'v6.9' into next
Dmitry Torokhov
2024-05-13
Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2024-01-18
Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-12-13
Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()
ye xingchen
2023-12-13
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-01
Input: atmel_mxt_ts - support capacitive keys
André Apitzsch
2023-01-09
Input: atmel_mxt_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-12-02
Input: atmel_mxt_ts - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-08-18
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2021-12-12
Input: atmel_mxt_ts - fix double free in mxt_read_info_block
José Expósito
2021-03-25
Input: move to use request_irq by IRQF_NO_AUTOEN flag
Barry Song
2021-03-20
Input: atmel_mxt_ts - support wakeup methods
Dmitry Osipenko
2020-12-14
Merge branch 'next' into for-linus
Dmitry Torokhov
2020-12-10
Input: atmel_mxt_ts - simplify the return expression of mxt_send_bootloader_c...
Zheng Yongjun
2020-12-02
Input: use input_device_enabled()
Andrzej Pietrasiewicz
2020-12-01
Input: atmel_mxt_ts - fix lost interrupts
Linus Walleij
2020-11-17
Input: atmel_mxt_ts - support regulator supplies
Linus Walleij
2020-11-17
Input: atmel_mxt_ts - fix up inverted RESET handler
Linus Walleij
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-28
Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessary
Nick Dyer
2020-05-12
Input: introduce input_mt_report_slot_inactive()
Jiada Wang
2019-10-02
Input: atmel_mxt_ts - disable IRQ across suspend
Evan Green
2019-08-12
Input: atmel_mxt_ts - switch to use device_property_count_u32()
Andy Shevchenko
2019-07-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2019-07-10
Merge branch 'next' into for-linus
Dmitry Torokhov
2019-07-05
Input: atmel_mxt_ts - fix leak in mxt_update_cfg()
Ian Ray
2019-07-01
Input: atmel_mxt_ts - fix -Wunused-const-variable
Nathan Huckleberry
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-12-28
Input: atmel_mxt_ts - don't try to free unallocated kernel memory
Sanjeev Chugh
2018-10-15
Input: atmel_mxt_ts - mark expected switch fall-through
Gustavo A. R. Silva
2018-09-28
Input: atmel_mxt_ts - fix multiple <linux/property.h> includes
George G. Davis
2018-07-27
Input: atmel_mxt_ts - move completion to after config crc is updated
Nick Dyer
2018-07-27
Input: atmel_mxt_ts - don't report zero pressure from T9
Nick Dyer
2018-07-27
Input: atmel_mxt_ts - zero terminate config firmware file
Nick Dyer
2018-07-27
Input: atmel_mxt_ts - refactor config update code to add context struct
Nick Dyer
2018-07-27
Input: atmel_mxt_ts - config CRC may start at T71
Nick Dyer
2018-07-27
Input: atmel_mxt_ts - remove unnecessary debug on ENOMEM
Nick Dyer
2018-07-27
Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURE
Nick Dyer
2018-07-27
Input: atmel_mxt_ts - use BIT() macro everywhere
Nick Dyer
2018-07-27
Input: atmel_mxt_ts - only use first T9 instance
Nick Dyer
2018-05-24
Input: atmel_mxt_ts - fix reset-gpio for level based irqs
Sebastian Reichel
2018-05-24
Input: atmel_mxt_ts - require device properties present when probing
Dmitry Torokhov
2018-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-05-01
Input: atmel_mxt_ts - add missing compatible strings to OF device table
Javier Martinez Canillas
2018-05-01
Input: atmel_mxt_ts - fix the firmware update
Nick Dyer
2018-05-01
Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
Vittorio Gambaletta (VittGam)
2018-04-09
Input: atmel_mxt_ts - remove platform data support
Dmitry Torokhov
[next]