devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] AUXADC: Mediatek auxadc driver
@ 2016-06-24  7:37 zhiyong.tao
  2016-06-24  7:37 ` [PATCH 1/3] dt-bindings: auxadc: Add binding document for Mediatek auxadc zhiyong.tao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zhiyong.tao @ 2016-06-24  7:37 UTC (permalink / raw)
  To: robh+dt, jic23, knaack.h, lars, pmeerw
  Cc: srv_heupstream, liguo.zhang, yingjoe.chen, eddie.huang, erin.lo,
	dawei.chien, matthias.bgg, s.hauer, devicetree, linux-kernel,
	linux-arm-kernel, linux-iio, linux-mediatek


[-- Attachment #1.1: Type: text/html, Size: 1980 bytes --]

[-- Attachment #1.2: Type: text/plain, Size: 1054 bytes --]

This is the first version of auxadc driver for Mediatek MT2701
It includes three patches:
1.Change the device tree binding documentation.
2.Add auxadc driver based on linux iio.
3.Add auxadc nodes in the mediatek MT2701 dtsi file.

Zhiyong Tao (3):
  dt-bindings: auxadc: Add binding document for Mediatek auxadc.
  auxadc: Add Mediatek auxadc driver for mt2701.
  arm: dts: auxadc: Add auxadc node.

 .../devicetree/bindings/iio/adc/mt65xx_auxadc.txt  |   27 ++
 .../devicetree/bindings/soc/mediatek/auxadc.txt    |   21 --
 arch/arm/boot/dts/mt2701.dtsi                      |    9 +
 drivers/iio/adc/Kconfig                            |   11 +
 drivers/iio/adc/Makefile                           |    1 +
 drivers/iio/adc/mt65xx_auxadc.c                    |  269
 ++++++++++++++++++++
 6 files changed, 317 insertions(+), 21 deletions(-)
 create mode 100644
 Documentation/devicetree/bindings/iio/adc/mt65xx_auxadc.txt
 delete mode 100644
 Documentation/devicetree/bindings/soc/mediatek/auxadc.txt
 create mode 100644 drivers/iio/adc/mt65xx_auxadc.c

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

end of thread, other threads:[~2016-06-24  7:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-24  7:37 [PATCH 0/3] AUXADC: Mediatek auxadc driver zhiyong.tao
2016-06-24  7:37 ` [PATCH 1/3] dt-bindings: auxadc: Add binding document for Mediatek auxadc zhiyong.tao
2016-06-24  7:37 ` [PATCH 2/3] auxadc: Add Mediatek auxadc driver for mt2701 zhiyong.tao
2016-06-24  7:37 ` [PATCH 3/3] arm: dts: auxadc: Add auxadc node zhiyong.tao

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).