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

Date List Subject
2020-05-08 06:05:17 linux-kernel [PATCH v11 54/56] input: atmel_mxt_ts: added sysfs interface to update atmel T38 data
2020-05-08 06:04:54 linux-kernel [PATCH v11 47/56] Input: Atmel: improve error handling in mxt_initialize()
2020-05-08 06:04:15 linux-kernel [PATCH v11 43/56] Input: atmel_mxt_ts: Add support for run self-test routine.
2020-05-08 06:04:10 linux-kernel [PATCH v11 41/56] input: atmel_mxt_ts: export GPIO reset line via sysfs
2020-05-08 06:04:10 linux-kernel [PATCH v11 40/56] Input: atmel_mxt_ts - rely on calculated_crc rather than file config_crc
2020-05-08 06:03:54 linux-kernel [PATCH v11 04/56] Input: atmel_mxt_ts - split large i2c transfers into blocks
2020-05-08 06:03:46 linux-kernel [PATCH v11 46/56] Input: Atmel: improve error handling in mxt_start()
2020-05-08 06:03:40 linux-kernel [PATCH v11 28/56] Input: atmel_mxt_ts - refactor code to enter bootloader into separate func
2020-05-08 06:03:39 linux-kernel [PATCH v11 34/56] Input: atmel_mxt_ts - implement I2C retries
2020-05-08 06:03:38 linux-kernel [PATCH v11 50/56] Input: Atmel: handle ReportID "0x00" while processing T5 messages
2020-05-08 06:03:36 linux-kernel [PATCH v11 33/56] Input: atmel_mxt_ts - delay enabling IRQ when not using regulators
2020-05-08 06:03:36 linux-kernel [PATCH v11 52/56] Input: atmel_mxt_ts: use gpiod_set_value_cansleep for reset pin
2020-05-08 06:03:32 linux-kernel [PATCH v11 56/56] Input: atmel_mxt_ts - Fix compilation warning
2020-05-08 06:03:15 linux-kernel [PATCH v11 53/56] input: touchscreen: atmel_mxt_ts: Added sysfs entry for touchscreen status
2020-05-08 06:03:02 linux-kernel [PATCH v11 51/56] Input: Atmel: use T44 object to process T5 messages
2020-05-08 06:02:59 linux-kernel [PATCH v11 24/56] dt-bindings: input: atmel: support to specify input name
2020-05-08 06:02:49 linux-kernel [PATCH v11 49/56] Input: Atmel: Improve error handling in mxt_initialize_input_device()
2020-05-08 06:02:44 linux-kernel [PATCH v11 48/56] Input: Atmel: improve error handling in mxt_update_cfg()
2020-05-08 06:02:42 linux-kernel [PATCH v11 22/56] dt-bindings: input: atmel: provide name of configuration file
2020-05-08 06:02:36 linux-kernel [PATCH v11 20/56] Input: atmel_mxt_ts - handle cfg filename via pdata/sysfs
2020-05-08 06:02:35 linux-kernel [PATCH v11 36/56] Input: atmel_mxt_ts - implement debug output for messages
2020-05-08 06:02:29 linux-kernel [PATCH v11 45/56] Input: atmel_mxt_ts: return error from mxt_process_messages_until_invalid()
2020-05-08 06:02:23 linux-kernel [PATCH v11 44/56] Input: atmel_mxt_ts: Limit the max bytes transferred in an i2c transaction
2020-05-08 06:02:22 linux-kernel [PATCH v11 42/56] input: atmel_mxt_ts: Add Missing Delay for reset handling of Atmel touch panel controller in detachable displays.
2020-05-08 06:02:02 linux-kernel [PATCH v11 39/56] Input: atmel_mxt_ts - Change call-points of mxt_free_* functions
2020-05-08 06:02:01 linux-kernel [PATCH v11 38/56] Input: atmel_mxt_ts - eliminate data->raw_info_block
2020-05-08 06:01:57 linux-kernel [PATCH v11 13/56] dt-bindings: input: atmel: add suspend mode support
2020-05-08 06:01:54 linux-kernel [PATCH v11 37/56] Input: atmel_mxt_ts - implement improved debug message interface
2020-05-08 06:01:51 linux-kernel [PATCH v11 12/56] Input: atmel_mxt_ts - release touch state during suspend
2020-05-08 06:01:46 linux-kernel [PATCH v11 35/56] Input: atmel_mxt_ts - orientation is not present in hover
2020-05-08 06:01:30 linux-kernel [PATCH v11 32/56] Input: atmel_mxt_ts - make bootloader interrupt driven
2020-05-08 06:01:29 linux-kernel [PATCH v11 31/56] Input: atmel_mxt_ts - rename bl_completion to chg_completion
2020-05-08 06:01:26 linux-kernel [PATCH v11 30/56] Input: atmel_mxt_ts - improve bootloader state machine handling
2020-05-08 06:01:23 linux-kernel [PATCH v11 07/56] Input: atmel_mxt_ts - implement T9 vector/orientation support
2020-05-08 06:01:22 linux-kernel [PATCH v11 29/56] Input: atmel_mxt_ts - combine bootloader version query with probe
2020-05-08 06:01:12 linux-kernel [PATCH v11 27/56] Input: atmel_mxt_ts - refactor firmware flash to extract context into struct
2020-05-08 06:01:06 linux-kernel [PATCH v11 26/56] Input: atmel_mxt_ts - rename mxt_object_show to object_show
2020-05-08 06:01:03 linux-kernel [PATCH v11 25/56] Input: atmel_mxt_ts - add config checksum attribute to sysfs
2020-05-08 06:00:59 linux-kernel [PATCH v11 23/56] Input: atmel_mxt_ts - allow input name to be specified in platform data
2020-05-08 06:00:51 linux-kernel [PATCH v11 17/56] Input: atmel_mxt_ts: Rename mxt_fw_version_show to fw_version_show
2020-05-08 06:00:45 linux-kernel [PATCH v11 21/56] Input: atmel_mxt_ts - check data->input_dev is not null in mxt_input_sync()
2020-05-08 06:00:33 linux-kernel [PATCH v11 19/56] Input: atmel_mxt_ts: rename mxt_update_fw_store to update_fw_store
2020-05-08 06:00:22 linux-kernel [PATCH v11 16/56] Input: atmel_mxt_ts - allow specification of firmware file name
2020-05-08 06:00:14 linux-kernel [PATCH v11 11/56] Input: atmel_mxt_ts - add debug for T92 gesture and T93 touch seq msgs
2020-05-08 06:00:14 linux-kernel [PATCH v11 15/56] Input: atmel_mxt_ts - report failures in suspend/resume
2020-05-08 06:00:06 linux-kernel [PATCH v11 14/56] Input: atmel_mxt_ts - add regulator control support
2020-05-08 05:59:48 linux-kernel [PATCH v11 10/56] Input: atmel_mxt_ts - implement support for T107 active stylus
2020-05-08 05:59:43 linux-kernel [PATCH v11 09/56] Input: atmel_mxt_ts - handle reports from T47 Stylus object
2020-05-08 05:59:32 linux-kernel [PATCH v11 08/56] Input: atmel_mxt_ts - implement T15 Key Array support
2020-05-08 05:59:25 linux-kernel [PATCH v11 06/56] Input: atmel_mxt_ts - output status from T42 Touch Suppression
2020-05-08 05:59:19 linux-kernel [PATCH v11 05/56] Input: atmel_mxt_ts - output status from T48 Noise Supression