We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434f734 commit 48cbf50Copy full SHA for 48cbf50
include/linux/regmap.h
@@ -1643,7 +1643,7 @@ struct regmap_irq_chip_data;
1643
* @status_invert: Inverted status register: cleared bits are active interrupts.
1644
* @status_is_level: Status register is actuall signal level: Xor status
1645
* register with previous value to get active interrupts.
1646
- * @wake_invert: Inverted wake register: cleared bits are wake enabled.
+ * @wake_invert: Inverted wake register: cleared bits are wake disabled.
1647
* @type_in_mask: Use the mask registers for controlling irq type. Use this if
1648
* the hardware provides separate bits for rising/falling edge
1649
* or low/high level interrupts and they should be combined into
0 commit comments