This series addresses a fwnode_handle reference count leak. Tightly coupled with this logic is that behind the discussion in [1], where it was pointed out that two properties in question have different types across bindings for the same vendor. Addressing the latter in fact simplifies the former; therefore both changes are introduced in patch [1/2]. As there are no known users of this driver, it is safe to change the binding in this way. Patch [2/2] makes the corresponding documentation change and carries a fixes tag so that it accompanies patch [1/2] into stable releases. [1] https://patchwork.kernel.org/patch/13116327/ Jeff LaBundy (2): Input: iqs626a - drop unused device node references dt-bindings: input: iqs626a: Redefine trackpad property types .../devicetree/bindings/input/iqs626a.yaml | 94 ++++++++--- drivers/input/misc/iqs626a.c | 156 ++++++++---------- 2 files changed, 140 insertions(+), 110 deletions(-) -- 2.34.1