All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gene Chen <gene.chen.richtek@gmail.com>
To: jic23@kernel.org, matthias.bgg@gmail.com
Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net,
	linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
	gene_chen@richtek.com, Wilma.Wu@mediatek.com,
	shufan_lee@richtek.com, cy_huang@richtek.com,
	benjamin.chao@mediatek.com
Subject: [PATCH v3 0/2] iio: adc: mt6360: Add ADC driver for MT6360
Date: Mon, 24 Aug 2020 17:06:23 +0800	[thread overview]
Message-ID: <1598259985-12517-1-git-send-email-gene.chen.richtek@gmail.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Gene Chen <gene.chen.richtek@gmail.com>
To: jic23@kernel.org, matthias.bgg@gmail.com
Cc: gene_chen@richtek.com, lars@metafoo.de,
	linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
	cy_huang@richtek.com, benjamin.chao@mediatek.com,
	linux-mediatek@lists.infradead.org, pmeerw@pmeerw.net,
	knaack.h@gmx.de, Wilma.Wu@mediatek.com,
	linux-arm-kernel@lists.infradead.org, shufan_lee@richtek.com
Subject: [PATCH v3 0/2] iio: adc: mt6360: Add ADC driver for MT6360
Date: Mon, 24 Aug 2020 17:06:23 +0800	[thread overview]
Message-ID: <1598259985-12517-1-git-send-email-gene.chen.richtek@gmail.com> (raw)

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


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Gene Chen <gene.chen.richtek@gmail.com>
To: jic23@kernel.org, matthias.bgg@gmail.com
Cc: gene_chen@richtek.com, lars@metafoo.de,
	linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
	cy_huang@richtek.com, benjamin.chao@mediatek.com,
	linux-mediatek@lists.infradead.org, pmeerw@pmeerw.net,
	knaack.h@gmx.de, Wilma.Wu@mediatek.com,
	linux-arm-kernel@lists.infradead.org, shufan_lee@richtek.com
Subject: [PATCH v3 0/2] iio: adc: mt6360: Add ADC driver for MT6360
Date: Mon, 24 Aug 2020 17:06:23 +0800	[thread overview]
Message-ID: <1598259985-12517-1-git-send-email-gene.chen.richtek@gmail.com> (raw)

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


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

             reply	other threads:[~2020-08-24  9:07 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24  9:06 Gene Chen [this message]
2020-08-24  9:06 ` [PATCH v3 0/2] iio: adc: mt6360: Add ADC driver for MT6360 Gene Chen
2020-08-24  9:06 ` Gene Chen
2020-08-24  9:06 ` [PATCH v3 1/2] " Gene Chen
2020-08-24  9:06   ` Gene Chen
2020-08-24  9:06   ` Gene Chen
2020-08-27 12:16   ` kernel test robot
2020-08-27 12:16     ` kernel test robot
2020-08-27 12:16     ` kernel test robot
2020-08-27 12:16     ` kernel test robot
2020-08-29 17:11   ` Jonathan Cameron
2020-08-29 17:11     ` Jonathan Cameron
2020-08-29 17:11     ` Jonathan Cameron
2020-09-08  6:17     ` Gene Chen
2020-09-08  6:17       ` Gene Chen
2020-09-08  6:17       ` Gene Chen
2020-09-08  7:43       ` Andy Shevchenko
2020-09-08  7:43         ` Andy Shevchenko
2020-09-08  7:43         ` Andy Shevchenko
2020-09-08  9:07       ` Jonathan Cameron
2020-09-08  9:07         ` Jonathan Cameron
2020-09-08  9:07         ` Jonathan Cameron
2020-09-08 11:08         ` Gene Chen
2020-09-08 11:08           ` Gene Chen
2020-09-08 11:08           ` Gene Chen
2020-09-08 12:58           ` Jonathan Cameron
2020-09-08 12:58             ` Jonathan Cameron
2020-09-08 12:58             ` Jonathan Cameron
2020-09-08 23:39             ` Gene Chen
2020-09-08 23:39               ` Gene Chen
2020-09-08 23:39               ` Gene Chen
2020-09-09  9:34               ` Jonathan Cameron
2020-09-09  9:34                 ` Jonathan Cameron
2020-09-09  9:34                 ` Jonathan Cameron
2020-09-10  0:14               ` Gene Chen
2020-09-10  0:14                 ` Gene Chen
2020-09-10  0:14                 ` Gene Chen
2020-08-30 17:39   ` Andy Shevchenko
2020-08-30 17:39     ` Andy Shevchenko
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-24  9:06   ` Gene Chen
2020-08-24  9:06   ` Gene Chen
2020-08-29 17:15   ` Jonathan Cameron
2020-08-29 17:15     ` Jonathan Cameron
2020-08-29 17:15     ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1598259985-12517-1-git-send-email-gene.chen.richtek@gmail.com \
    --to=gene.chen.richtek@gmail.com \
    --cc=Wilma.Wu@mediatek.com \
    --cc=benjamin.chao@mediatek.com \
    --cc=cy_huang@richtek.com \
    --cc=gene_chen@richtek.com \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=pmeerw@pmeerw.net \
    --cc=shufan_lee@richtek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.