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

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             |   83 ++
 Documentation/devicetree/bindings/iio/adc/mediatek,mt6360.yaml |   32 
 drivers/iio/adc/Kconfig                                        |   11 
 drivers/iio/adc/Makefile                                       |    1 
 drivers/iio/adc/mt6360-adc.c                                   |  357 ++++++++++
 5 files changed, 484 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


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

end of thread, other threads:[~2020-09-19 13:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15 17:36 [PATCH v4 0/3] iio: adc: mt6360: Add ADC driver for MT6360 Gene Chen
2020-09-15 17:36 ` [PATCH v4 1/3] dt-bindings: iio: adc: add bindings doc for MT6360 ADC Gene Chen
2020-09-17 17:33   ` Jonathan Cameron
2020-09-15 17:36 ` [PATCH v4 2/3] Documentation: ABI: testing: mt6360: Add ADC sysfs guideline Gene Chen
2020-09-17 17:42   ` Jonathan Cameron
2020-09-18  7:21     ` Gene Chen
2020-09-18  8:03       ` Jonathan Cameron
2020-09-18 10:33         ` Gene Chen
2020-09-18 15:12           ` Jonathan Cameron
2020-09-15 17:36 ` [PATCH v4 3/3] iio: adc: mt6360: Add ADC driver for MT6360 Gene Chen
2020-09-17 17:53   ` Jonathan Cameron
2020-09-18  8:04     ` Gene Chen
2020-09-19 13:20       ` 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).