aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2022-06-28 16:17:03 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2022-06-28 16:17:03 +1000
commit6e61f3d86cf7c00909e7972f618ac5202060c7fe (patch)
treef5c18ffb9212384887b8f7a81be154a07b94de63
parent2c4485e93fbb59414fe239849db83862601653e8 (diff)
parent85ff37e302efdf173cff6d1a310c2f7f38f1d069 (diff)
Merge branch 'hte/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
-rw-r--r--drivers/gpio/gpiolib-cdev.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpio/gpiolib-cdev.c b/drivers/gpio/gpiolib-cdev.c
index f5aa5f93342a..d0dc68d04059 100644
--- a/drivers/gpio/gpiolib-cdev.c
+++ b/drivers/gpio/gpiolib-cdev.c
@@ -421,6 +421,10 @@ out_free_lh:
* @work: the worker that implements software debouncing
* @sw_debounced: flag indicating if the software debouncer is active
* @level: the current debounced physical level of the line
+ * @hdesc: the Hardware Timestamp Engine (HTE) descriptor
+ * @raw_level: the line level at the time of event
+ * @total_discard_seq: the running counter of the discarded events
+ * @last_seqno: the last sequence number before debounce period expires
*/
struct line {
struct gpio_desc *desc;