All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] MediaTek MT6357/8/9 PMIC Auxiliary ADC support
@ 2024-06-04 12:30 ` AngeloGioacchino Del Regno
  0 siblings, 0 replies; 29+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-06-04 12:30 UTC (permalink / raw)
  To: jic23
  Cc: lars, robh, krzk+dt, conor+dt, matthias.bgg,
	angelogioacchino.delregno, lee, andy, nuno.sa, bigunclemax,
	dlechner, marius.cristea, marcelo.schmitt, fr0st61te,
	mitrutzceclan, mike.looijmans, marcus.folkesson, linux-iio,
	devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
	andy.shevchenko, kernel

Changes in v2:
 - Dropped 'mfd: mt6397-core: Add support for AUXADCs on MT6357/58/59 PMICs'
   as Lee J already applied it;
 - Added patch to describe the ADC subnode in the MT6357 MFD binding
   and moved the example node from mediatek,mt6359-auxadc.yaml to
   mediatek,mt6357.yaml
 - Added 8-bits {s8,u8}_fract to math.h
 - Addressed reviewer comments on mt6359-auxadc driver

AngeloGioacchino Del Regno (5):
  dt-bindings: iio: adc: Add MediaTek MT6359 PMIC AUXADC
  dt-bindings: mfd: mediatek,mt6357: Describe Auxiliary ADC subdev
  math.h: Add unsigned 8 bits fractional numbers type
  iio: adc: Add support for MediaTek MT6357/8/9 Auxiliary ADC
  arm64: dts: mediatek: Add ADC node on MT6357, MT6358, MT6359 PMICs

 .../iio/adc/mediatek,mt6359-auxadc.yaml       |  33 +
 .../bindings/mfd/mediatek,mt6357.yaml         |  10 +
 arch/arm64/boot/dts/mediatek/mt6357.dtsi      |   5 +
 arch/arm64/boot/dts/mediatek/mt6358.dtsi      |   5 +
 arch/arm64/boot/dts/mediatek/mt6359.dtsi      |   5 +
 drivers/iio/adc/Kconfig                       |  12 +
 drivers/iio/adc/Makefile                      |   1 +
 drivers/iio/adc/mt6359-auxadc.c               | 606 ++++++++++++++++++
 .../iio/adc/mediatek,mt6357-auxadc.h          |  21 +
 .../iio/adc/mediatek,mt6358-auxadc.h          |  22 +
 .../iio/adc/mediatek,mt6359-auxadc.h          |  22 +
 include/linux/math.h                          |   2 +
 12 files changed, 744 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/mediatek,mt6359-auxadc.yaml
 create mode 100644 drivers/iio/adc/mt6359-auxadc.c
 create mode 100644 include/dt-bindings/iio/adc/mediatek,mt6357-auxadc.h
 create mode 100644 include/dt-bindings/iio/adc/mediatek,mt6358-auxadc.h
 create mode 100644 include/dt-bindings/iio/adc/mediatek,mt6359-auxadc.h

-- 
2.45.1


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

end of thread, other threads:[~2024-09-12 15:20 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-04 12:30 [PATCH v2 0/5] MediaTek MT6357/8/9 PMIC Auxiliary ADC support AngeloGioacchino Del Regno
2024-06-04 12:30 ` AngeloGioacchino Del Regno
2024-06-04 12:30 ` [PATCH v2 1/5] dt-bindings: iio: adc: Add MediaTek MT6359 PMIC AUXADC AngeloGioacchino Del Regno
2024-06-04 12:30   ` AngeloGioacchino Del Regno
2024-06-05 23:52   ` Rob Herring
2024-06-05 23:52     ` Rob Herring
2024-06-10  8:00     ` AngeloGioacchino Del Regno
2024-06-10  8:00       ` AngeloGioacchino Del Regno
2024-06-17 19:33       ` Jonathan Cameron
2024-07-01 17:17         ` Rob Herring
2024-06-04 12:30 ` [PATCH v2 2/5] dt-bindings: mfd: mediatek,mt6357: Describe Auxiliary ADC subdev AngeloGioacchino Del Regno
2024-06-04 12:30   ` AngeloGioacchino Del Regno
2024-09-12  8:52   ` AngeloGioacchino Del Regno
2024-09-12 15:20     ` Lee Jones
2024-06-04 12:30 ` [PATCH v2 3/5] math.h: Add unsigned 8 bits fractional numbers type AngeloGioacchino Del Regno
2024-06-04 12:30   ` AngeloGioacchino Del Regno
2024-06-04 13:18   ` Andy Shevchenko
2024-06-04 13:18     ` Andy Shevchenko
2024-06-04 12:30 ` [PATCH v2 4/5] iio: adc: Add support for MediaTek MT6357/8/9 Auxiliary ADC AngeloGioacchino Del Regno
2024-06-04 12:30   ` AngeloGioacchino Del Regno
2024-06-04 13:22   ` Andy Shevchenko
2024-06-04 13:22     ` Andy Shevchenko
2024-06-04 13:24     ` AngeloGioacchino Del Regno
2024-06-04 13:24       ` AngeloGioacchino Del Regno
2024-06-08 17:44       ` Jonathan Cameron
2024-06-08 17:44         ` Jonathan Cameron
2024-06-04 12:30 ` [PATCH v2 5/5] arm64: dts: mediatek: Add ADC node on MT6357, MT6358, MT6359 PMICs AngeloGioacchino Del Regno
2024-06-04 12:30   ` AngeloGioacchino Del Regno
2024-07-01 18:40 ` [PATCH v2 0/5] MediaTek MT6357/8/9 PMIC Auxiliary ADC support Jonathan Cameron

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.