index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
touchscreen
/
raydium_i2c_ts.c
Age
Commit message (
Expand
)
Author
2023-09-06
Input: raydium_i2c_ts - use device core to create driver-specific device attr...
Dmitry Torokhov
2023-07-07
Input: raydium_i2c_ts - simplify with dev_err_probe()
Krzysztof Kozlowski
2023-05-17
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-01-09
Merge tag 'v6.2-rc3' into next
Dmitry Torokhov
2023-01-09
Input: raydium_i2c_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-12-12
Merge branch 'next' into for-linus
Dmitry Torokhov
2022-12-02
Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()
Zhang Xiaoxu
2022-12-02
Input: raydium_i2c_ts - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-22
Input: raydium_ts_i2c - don't set wake_capable and wake_irq
Raul E Rangel
2022-11-22
Input: raydium_ts_i2c - use PM subsystem to manage wake irq
Raul E Rangel
2021-09-22
Input: raydium_i2c_ts - make use of the helper function devm_add_action_or_re...
Cai Huoqing
2021-09-05
Input: raydium_i2c_ts - read device version in bootloader mode
simba.hsu
2021-02-22
Merge tag 'v5.11' into next
Dmitry Torokhov
2020-12-15
Input: raydium_ts_i2c - do not send zero length
jeffrey.lin
2020-12-06
Input: raydium_ts_i2c - do not split tx transactions
Furquan Shaikh
2020-09-13
Input: raydium_i2c_ts - use single i2c_transfer transaction when using RM_CMD...
Furquan Shaikh
2020-03-06
Input: raydium_i2c_ts - fix error codes in raydium_i2c_boot_trigger()
Dan Carpenter
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
2018-08-08
Input: raydium_i2c_ts - use true and false for boolean values
Gustavo A. R. Silva
2018-01-05
Input: raydium_i2c_ts - include hardware version in firmware name
Jeffrey Lin
2017-09-29
Input: raydium_i2c_ts - use managed devm_device_add_group
Andi Shyti
2017-07-12
Input: raydium_i2c_ts - constify attribute_group structures
Arvind Yadav
2017-01-22
Input: touchscreen - drop unnecessary calls to input_set_drvdata
Guenter Roeck
2016-11-16
Input: raydium_i2c_ts - fix spelling mistake in dev_err message
Colin Ian King
2016-07-13
Input: raydium_i2c_ts - check CRC of incoming packets
Jeffrey Lin
2016-06-01
Input: raydium_i2c_ts - do not ignore EPROBE_DEFER from gpiod_get_optional
Dmitry Torokhov
2016-05-27
Input: add Raydium I2C touchscreen driver
Jeffrey Lin