linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] iio: adc: mt6360: Add ADC driver for MT6360
@ 2020-09-21 11:23 Gene Chen
  2020-09-21 11:24 ` [PATCH v5 1/3] dt-bindings: iio: adc: add bindings doc for MT6360 ADC Gene Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Gene Chen @ 2020-09-21 11:23 UTC (permalink / raw)
  To: jic23, robh+dt, matthias.bgg
  Cc: gene_chen, devicetree, lars, linux-iio, linux-kernel, cy_huang,
	benjamin.chao, linux-mediatek, pmeerw, knaack.h, Wilma.Wu,
	linux-arm-kernel, shufan_lee

This patch series add MT6360 ADC support contains driver, testing document
and binding document

Gene Chen (2)
  dt-bindings: iio: adc: add bindings doc for MT6360 ADC
  Documentation: ABI: testing: mt6360: Add ADC sysfs guideline
  iio: adc: mt6360: Add ADC driver for MT6360

 Documentation/ABI/testing/sysfs-bus-iio-adc-mt6360                 |   78 ++
 Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml |   34 
 drivers/iio/adc/Kconfig                                            |   11 
 drivers/iio/adc/Makefile                                           |    1 
 drivers/iio/adc/mt6360-adc.c                                       |  363 ++++++++++
 5 files changed, 487 insertions(+)

changelogs between v1 & v2
 - adc: use IIO_CHAN_INFO_PROCESSED only
 - adc: use devm_iio_triggered_buffer_setup
 - adc: use use s64 to record timestamp

changelogs between v2 & v3
 - Rearrange include file order by alphabet
 - Set line length constraint below 100
 - Add Document for testing adc sysfs node guideline
 - Set compiler 64 bit aligned when handle iio timestamp

changelogs between v3 & v4
 - Fix sysfs guideline description
 - Replace iio channel processed by raw/scale/offset
 - Add comment of read adc flow for special HW design

changelogs between v4 & v5
 - Rename dt-bindings aligned to file name
 - Aligned sysfs node name with driver and add VBUSDIVX description
 - Add ADC channel sysfs node "*_labels"


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-09-28 18:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-21 11:23 [PATCH v5 0/3] iio: adc: mt6360: Add ADC driver for MT6360 Gene Chen
2020-09-21 11:24 ` [PATCH v5 1/3] dt-bindings: iio: adc: add bindings doc for MT6360 ADC Gene Chen
2020-09-28 18:27   ` Rob Herring
2020-09-21 11:24 ` [PATCH v5 2/3] Documentation: ABI: testing: mt6360: Add ADC sysfs guideline Gene Chen
2020-09-25 12:15   ` Jonathan Cameron
2020-09-21 11:24 ` [PATCH v5 3/3] iio: adc: mt6360: Add ADC driver for MT6360 Gene Chen
2020-09-21 13:42   ` kernel test robot
2020-09-25 12:28   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).