Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1674451

[PATCH v2 0/3] ADC: Mediatek auxadc driver for mt7622

From Zhiyong Tao <zhiyong.tao@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] ADC: Mediatek auxadc driver for mt7622
Date 2017-06-26 08:20 +0200
Message-ID <tWvxn-79X-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series includes three patches:
1.Add mt7622 compatible node in binding document.
2.Add support for suspend/resume.
3.Add mt7622 compatible node in auxadc driver.

Changes in patch v2:
1).Change compatible node as numeric order perhaps.
2).Add "CONFIG_PM_SLEEP" and "__maybe_unused" for suspend/resume.
3).Change "dev_pm_ops" to "SIMPLE_DEV_PM_OPS".

Zhiyong Tao (3):
  dt-bindings: adc: mt7622: add binding document
  iio: adc: mt7622: add support for suspend/resume.
  iio: adc: mt7622: Add compatible node for mt7622.

 .../devicetree/bindings/iio/adc/mt6577_auxadc.txt  |    1 +
 drivers/iio/adc/mt6577_auxadc.c                    |   39 ++++++++++++++++++++
 2 files changed, 40 insertions(+)

--
1.7.9.5

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] ADC: Mediatek auxadc driver for mt7622  Zhiyong Tao <zhiyong.tao@mediatek.com> - 2017-06-26 08:20 +0200
  [PATCH v2 3/3] iio: adc: mt7622: Add compatible node for mt7622. Zhiyong Tao <zhiyong.tao@mediatek.com> - 2017-06-26 08:20 +0200
    Re: [PATCH v2 3/3] iio: adc: mt7622: Add compatible node for  mt7622. Jonathan Cameron <jic23@kernel.org> - 2017-07-01 11:30 +0200
  [PATCH v2 2/3] iio: adc: mt7622: add support for suspend/resume. Zhiyong Tao <zhiyong.tao@mediatek.com> - 2017-06-26 08:20 +0200
    Re: [PATCH v2 2/3] iio: adc: mt7622: add support for  suspend/resume. Jonathan Cameron <jic23@kernel.org> - 2017-07-01 11:20 +0200
  [PATCH v2 1/3] dt-bindings: adc: mt7622: add binding document Zhiyong Tao <zhiyong.tao@mediatek.com> - 2017-06-26 08:20 +0200
    Re: [PATCH v2 1/3] dt-bindings: adc: mt7622: add binding document Rob Herring <robh@kernel.org> - 2017-06-28 20:00 +0200
      Re: [PATCH v2 1/3] dt-bindings: adc: mt7622: add binding document Jonathan Cameron <jic23@kernel.org> - 2017-07-01 11:20 +0200

csiph-web