LinuxLists
Users
About
Jiada Wang (
[email protected]
)
Number of posts: 901 (0.55 per day)
First post: 2013-06-14 23:23:36
Last post: 2017-11-28 07:07:25
Previous Page
/
Next Page
Date
List
Subject
2020-05-08 05:59:07
linux-kernel
[PATCH v11 02/56] Input: atmel_mxt_ts - rework sysfs init/remove
2020-05-08 05:59:05
linux-kernel
[PATCH v11 01/56] Input: introduce input_mt_report_slot_inactive
2020-04-16 00:11:08
linux-kernel
Re: [PATCH v10 31/55] Input: atmel_mxt_ts - delay enabling IRQ when not using regulators
2020-04-16 00:01:11
linux-kernel
Re: [PATCH v10 18/55] Input: atmel_mxt_ts: Rename mxt_hw_version_show to hw_version_show
2020-04-10 06:55:20
linux-kernel
Re: [PATCH v10 43/55] dt-bindings: input: atmel: support to set max bytes transferred
2020-04-09 09:13:54
linux-kernel
Re: [PATCH v10 20/55] Input: atmel_mxt_ts - handle cfg filename via pdata/sysfs
2020-04-09 06:26:17
linux-kernel
Re: [PATCH v10 43/55] dt-bindings: input: atmel: support to set max bytes transferred
2020-04-07 09:30:03
linux-kernel
Re: [PATCH v10 43/55] dt-bindings: input: atmel: support to set max bytes transferred
2020-04-06 07:00:07
linux-kernel
Re: [PATCH v10 52/55] input: touchscreen: atmel_mxt_ts: Added sysfs entry for touchscreen status
2020-04-06 04:19:05
linux-kernel
Re: [PATCH v10 54/55] Input: atmel_mxt_ts: Implement synchronization during various operation
2020-04-06 04:11:16
linux-kernel
Re: [PATCH v10 54/55] Input: atmel_mxt_ts: Implement synchronization during various operation
2020-04-03 08:39:52
linux-kernel
Re: [PATCH v10 54/55] Input: atmel_mxt_ts: Implement synchronization during various operation
2020-04-02 11:53:07
linux-kernel
Re: [PATCH v10 54/55] Input: atmel_mxt_ts: Implement synchronization during various operation
2020-04-02 09:03:48
linux-kernel
Re: [PATCH v10 13/55] dt-bindings: input: atmel: add suspend mode support
2020-04-01 12:53:41
linux-kernel
Re: [PATCH v10 52/55] input: touchscreen: atmel_mxt_ts: Added sysfs entry for touchscreen status
2020-03-31 10:57:07
linux-kernel
[PATCH v10 23/55] dt-bindings: input: atmel: support to specify input name
2020-03-31 10:56:27
linux-kernel
[PATCH v10 53/55] input: atmel_mxt_ts: added sysfs interface to update atmel T38 data
2020-03-31 10:56:17
linux-kernel
[PATCH v10 22/55] Input: atmel_mxt_ts - allow input name to be specified in platform data
2020-03-31 10:56:12
linux-kernel
[PATCH v10 50/55] Input: Atmel: use T44 object to process T5 messages
2020-03-31 10:56:03
linux-kernel
[PATCH v10 49/55] Input: Atmel: handle ReportID "0x00" while processing T5 messages
2020-03-31 10:56:02
linux-kernel
[PATCH v10 55/55] Input: atmel_mxt_ts - Fix compilation warning
2020-03-31 10:55:59
linux-kernel
[PATCH v10 48/55] Input: Atmel: Improve error handling in mxt_initialize_input_device()
2020-03-31 10:55:59
linux-kernel
[PATCH v10 26/55] Input: atmel_mxt_ts - refactor code to enter bootloader into separate func
2020-03-31 10:55:56
linux-kernel
[PATCH v10 25/55] Input: atmel_mxt_ts - refactor firmware flash to extract context into struct
2020-03-31 10:55:48
linux-kernel
[PATCH v10 24/55] Input: atmel_mxt_ts - add config checksum attribute to sysfs
2020-03-31 10:55:45
linux-kernel
[PATCH v10 45/55] Input: Atmel: improve error handling in mxt_start()
2020-03-31 10:55:31
linux-kernel
[PATCH v10 54/55] Input: atmel_mxt_ts: Implement synchronization during various operation
2020-03-31 10:55:27
linux-kernel
[PATCH v10 46/55] Input: Atmel: improve error handling in mxt_initialize()
2020-03-31 10:55:25
linux-kernel
[PATCH v10 39/55] input: atmel_mxt_ts: export GPIO reset line via sysfs
2020-03-31 10:55:23
linux-kernel
[PATCH v10 52/55] input: touchscreen: atmel_mxt_ts: Added sysfs entry for touchscreen status
2020-03-31 10:55:20
linux-kernel
[PATCH v10 38/55] Input: atmel_mxt_ts - rely on calculated_crc rather than file config_crc
2020-03-31 10:55:19
linux-kernel
[PATCH v10 51/55] Input: atmel_mxt_ts: use gpiod_set_value_cansleep for reset pin
2020-03-31 10:55:12
linux-kernel
[PATCH v10 42/55] Input: atmel_mxt_ts: Limit the max bytes transferred in an i2c transaction
2020-03-31 10:55:08
linux-kernel
[PATCH v10 41/55] Input: atmel_mxt_ts: Add support for run self-test routine.
2020-03-31 10:55:06
linux-kernel
[PATCH v10 40/55] input: atmel_mxt_ts: Add Missing Delay for reset handling of Atmel touch panel controller in detachable displays.
2020-03-31 10:55:04
linux-kernel
[PATCH v10 34/55] Input: atmel_mxt_ts - implement debug output for messages
2020-03-31 10:54:55
linux-kernel
[PATCH v10 47/55] Input: Atmel: improve error handling in mxt_update_cfg()
2020-03-31 10:54:48
linux-kernel
[PATCH v10 43/55] dt-bindings: input: atmel: support to set max bytes transferred
2020-03-31 10:54:46
linux-kernel
[PATCH v10 44/55] Input: atmel_mxt_ts: return error from mxt_process_messages_until_invalid()
2020-03-31 10:54:32
linux-kernel
[PATCH v10 32/55] Input: atmel_mxt_ts - implement I2C retries
2020-03-31 10:54:26
linux-kernel
[PATCH v10 37/55] Input: atmel_mxt_ts - Change call-points of mxt_free_* functions
2020-03-31 10:54:15
linux-kernel
[PATCH v10 36/55] Input: atmel_mxt_ts - eliminate data->raw_info_block
2020-03-31 10:54:14
linux-kernel
[PATCH v10 35/55] Input: atmel_mxt_ts - implement improved debug message interface
2020-03-31 10:54:05
linux-kernel
[PATCH v10 30/55] Input: atmel_mxt_ts - make bootloader interrupt driven
2020-03-31 10:54:01
linux-kernel
[PATCH v10 33/55] Input: atmel_mxt_ts - orientation is not present in hover
2020-03-31 10:53:56
linux-kernel
[PATCH v10 18/55] Input: atmel_mxt_ts: Rename mxt_hw_version_show to hw_version_show
2020-03-31 10:53:50
linux-kernel
[PATCH v10 31/55] Input: atmel_mxt_ts - delay enabling IRQ when not using regulators
2020-03-31 10:53:47
linux-kernel
[PATCH v10 28/55] Input: atmel_mxt_ts - improve bootloader state machine handling
2020-03-31 10:53:47
linux-kernel
[PATCH v10 29/55] Input: atmel_mxt_ts - rename bl_completion to chg_completion
2020-03-31 10:53:46
linux-kernel
[PATCH v10 13/55] dt-bindings: input: atmel: add suspend mode support
2020-03-31 10:53:45
linux-kernel
[PATCH v10 12/55] Input: atmel_mxt_ts - release touch state during suspend