All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/6] iio/adc: ingenic: Cleanups & add touchscreen mode.
@ 2020-07-09 15:21 Artur Rojek
  2020-07-09 15:21 ` [PATCH v8 1/6] dt-bindings: iio/adc: Convert ingenic-adc docs to YAML Artur Rojek
                   ` (7 more replies)
  0 siblings, 8 replies; 24+ messages in thread
From: Artur Rojek @ 2020-07-09 15:21 UTC (permalink / raw)
  To: Dmitry Torokhov, Rob Herring, Mark Rutland, Jonathan Cameron,
	Paul Cercueil, Andy Shevchenko
  Cc: Heiko Stuebner, Ezequiel Garcia, devicetree, linux-iio,
	linux-kernel, Artur Rojek

Hi all,

v8 of this patchset introduces some structural changes, which I deemed
worthy highlighting here:

 - adc-joystick related changes have been dropped from this patchset and
   will be upstreamed separately. Their only connection to this patchset
   was that they used INGENIC_ADC_TOUCH_* defines in the DTS example,
   causing trouble to Rob's scripts.

 - Integrated Paul's changes, which introduce an ADCMD low-level command
   feature. These changes affect patches 5/6 and 6/6, with the former
   requiring Rob to re-ack.

Cheers,
Artur

Artur Rojek (5):
  dt-bindings: iio/adc: Convert ingenic-adc docs to YAML.
  IIO: Ingenic JZ47xx: Error check clk_enable calls.
  IIO: Ingenic JZ47xx: Add xlate cb to retrieve correct channel idx
  dt-bindings: iio/adc: Add touchscreen idx for JZ47xx SoC ADC
  IIO: Ingenic JZ47xx: Add touchscreen mode.

Paul Cercueil (1):
  iio/adc: ingenic: Retrieve channels list from soc data struct

 .../bindings/iio/adc/ingenic,adc.txt          |  49 ---
 .../bindings/iio/adc/ingenic,adc.yaml         |  71 ++++
 drivers/iio/adc/Kconfig                       |   1 +
 drivers/iio/adc/ingenic-adc.c                 | 386 ++++++++++++++++--
 include/dt-bindings/iio/adc/ingenic,adc.h     |   6 +
 5 files changed, 426 insertions(+), 87 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/iio/adc/ingenic,adc.txt
 create mode 100644 Documentation/devicetree/bindings/iio/adc/ingenic,adc.yaml

-- 
2.27.0


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2020-07-20 11:49 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09 15:21 [PATCH v8 0/6] iio/adc: ingenic: Cleanups & add touchscreen mode Artur Rojek
2020-07-09 15:21 ` [PATCH v8 1/6] dt-bindings: iio/adc: Convert ingenic-adc docs to YAML Artur Rojek
2020-07-12 11:22   ` Jonathan Cameron
2020-07-09 15:21 ` [PATCH v8 2/6] IIO: Ingenic JZ47xx: Error check clk_enable calls Artur Rojek
2020-07-12 12:02   ` Jonathan Cameron
2020-07-13  5:07     ` Ardelean, Alexandru
2020-07-13 11:20       ` Jonathan Cameron
2020-07-09 15:21 ` [PATCH v8 3/6] IIO: Ingenic JZ47xx: Add xlate cb to retrieve correct channel idx Artur Rojek
2020-07-12 12:05   ` Jonathan Cameron
2020-07-09 15:21 ` [PATCH v8 4/6] iio/adc: ingenic: Retrieve channels list from soc data struct Artur Rojek
2020-07-12 12:07   ` Jonathan Cameron
2020-07-12 12:11     ` Jonathan Cameron
2020-07-12 19:53       ` Artur Rojek
2020-07-09 15:21 ` [PATCH v8 5/6] dt-bindings: iio/adc: Add touchscreen idx for JZ47xx SoC ADC Artur Rojek
2020-07-09 20:24   ` Rob Herring
2020-07-09 15:22 ` [PATCH v8 6/6] IIO: Ingenic JZ47xx: Add touchscreen mode Artur Rojek
2020-07-12 13:19   ` Jonathan Cameron
2020-07-12 20:16     ` Paul Cercueil
2020-07-20 11:49       ` Jonathan Cameron
2020-07-09 15:43 ` [PATCH v8 0/6] iio/adc: ingenic: Cleanups & add " Andy Shevchenko
2020-07-09 16:05   ` Artur Rojek
2020-07-09 16:42     ` Andy Shevchenko
2020-07-14 18:33 ` Heiko Stuebner
2020-07-19 22:16   ` Artur Rojek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.