--- v4
+++ v2
@@ -25,9 +25,9 @@
iio: light: Add support for Azoteq IQS621/622 ambient light sensors
iio: position: Add support for Azoteq IQS624/625 angle sensors
- .../devicetree/bindings/input/iqs62x-keys.yaml | 132 +++++
- Documentation/devicetree/bindings/mfd/iqs62x.yaml | 179 ++++++
- .../devicetree/bindings/pwm/iqs620a-pwm.yaml | 32 ++
+ .../devicetree/bindings/input/iqs62x-keys.yaml | 126 ++++
+ Documentation/devicetree/bindings/mfd/iqs62x.yaml | 177 ++++++
+ .../devicetree/bindings/pwm/iqs620a-pwm.yaml | 30 +
drivers/iio/Kconfig | 1 +
drivers/iio/Makefile | 1 +
drivers/iio/light/Kconfig | 10 +
@@ -48,9 +48,9 @@
drivers/mfd/iqs62x-tables.c | 438 ++++++++++++++
drivers/pwm/Kconfig | 10 +
drivers/pwm/Makefile | 1 +
- drivers/pwm/pwm-iqs620a.c | 258 +++++++++
+ drivers/pwm/pwm-iqs620a.c | 206 +++++++
include/linux/mfd/iqs62x.h | 146 +++++
- 25 files changed, 3247 insertions(+)
+ 25 files changed, 3185 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/iqs62x-keys.yaml
create mode 100644 Documentation/devicetree/bindings/mfd/iqs62x.yaml
create mode 100644 Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml