linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] iio: adc: mt6360: Add ADC driver for MT6360
@ 2020-08-24  9:06 Gene Chen
  2020-08-24  9:06 ` [PATCH v3 1/2] " Gene Chen
  2020-08-24  9:06 ` [PATCH v3 2/2] Documentation: ABI: testing: mt6360: Add ADC sysfs guideline Gene Chen
  0 siblings, 2 replies; 15+ messages in thread
From: Gene Chen @ 2020-08-24  9:06 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

In-Reply-To: 

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

Gene Chen (2)
  iio: adc: mt6360: Add ADC driver for MT6360
  Documentation: ABI: testing: mt6360: Add ADC sysfs guideline

 Documentation/ABI/testing/sysfs-bus-iio-adc-mt6360 |   83 ++++
 drivers/iio/adc/Kconfig                            |   11 
 drivers/iio/adc/Makefile                           |    1 
 drivers/iio/adc/mt6360-adc.c                       |  359 +++++++++++++++++++++
 4 files changed, 454 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


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

end of thread, other threads:[~2020-09-10  8:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24  9:06 [PATCH v3 0/2] iio: adc: mt6360: Add ADC driver for MT6360 Gene Chen
2020-08-24  9:06 ` [PATCH v3 1/2] " Gene Chen
2020-08-27 12:16   ` kernel test robot
2020-08-29 17:11   ` Jonathan Cameron
2020-09-08  6:17     ` Gene Chen
2020-09-08  7:43       ` Andy Shevchenko
2020-09-08  9:07       ` Jonathan Cameron
2020-09-08 11:08         ` Gene Chen
2020-09-08 12:58           ` Jonathan Cameron
2020-09-08 23:39             ` Gene Chen
2020-09-09  9:34               ` Jonathan Cameron
2020-09-10  0:14               ` Gene Chen
2020-08-30 17:39   ` Andy Shevchenko
2020-08-24  9:06 ` [PATCH v3 2/2] Documentation: ABI: testing: mt6360: Add ADC sysfs guideline Gene Chen
2020-08-29 17:15   ` 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).