summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/raydium_i2c_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Input: raydium_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-21/+9
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Merge tag 'v6.2-rc3' into nextDmitry Torokhov2023-01-091-1/+3
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2022-12-121-9/+3
| |\
| * | Input: raydium_ts_i2c - fix memory leak in raydium_i2c_send()Zhang Xiaoxu2022-12-021-1/+3
* | | Input: raydium_i2c_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-6/+6
| |/ |/|
* | Input: raydium_i2c_ts - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* | Input: raydium_ts_i2c - don't set wake_capable and wake_irqRaul E Rangel2022-11-221-9/+0
* | Input: raydium_ts_i2c - use PM subsystem to manage wake irqRaul E Rangel2022-11-221-6/+10
|/
* Input: raydium_i2c_ts - make use of the helper function devm_add_action_or_re...Cai Huoqing2021-09-221-2/+2
* Input: raydium_i2c_ts - read device version in bootloader modesimba.hsu2021-09-051-7/+43
* Merge tag 'v5.11' into nextDmitry Torokhov2021-02-221-38/+88
|\
| * Input: raydium_ts_i2c - do not split tx transactionsFurquan Shaikh2020-12-061-38/+88
* | Input: raydium_ts_i2c - do not send zero lengthjeffrey.lin2020-12-151-1/+2
|/
* Input: raydium_i2c_ts - use single i2c_transfer transaction when using RM_CMD...Furquan Shaikh2020-09-131-73/+58
* Input: raydium_i2c_ts - fix error codes in raydium_i2c_boot_trigger()Dan Carpenter2020-03-061-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-10/+1
* Input: raydium_i2c_ts - use true and false for boolean valuesGustavo A. R. Silva2018-08-081-2/+2
* Input: raydium_i2c_ts - include hardware version in firmware nameJeffrey Lin2018-01-051-2/+12
* Input: raydium_i2c_ts - use managed devm_device_add_groupAndi Shyti2017-09-291-17/+1
* Input: raydium_i2c_ts - constify attribute_group structuresArvind Yadav2017-07-121-1/+1
* Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck2017-01-221-2/+0
* Input: raydium_i2c_ts - fix spelling mistake in dev_err messageColin Ian King2016-11-161-1/+1
* Input: raydium_i2c_ts - check CRC of incoming packetsJeffrey Lin2016-07-131-19/+43
* Input: raydium_i2c_ts - do not ignore EPROBE_DEFER from gpiod_get_optionalDmitry Torokhov2016-06-011-6/+5
* Input: add Raydium I2C touchscreen driverJeffrey Lin2016-05-271-0/+1215