From: Tomer Maimon <tmaimon77@gmail.com>
To: joel@jms.id.au
Cc: openbmc@lists.ozlabs.org, Tomer Maimon <tmaimon77@gmail.com>
Subject: [linux dev-4.19 v1 0/4] dd NPCM7xx ADC patch to dev-4.19
Date: Mon, 31 Dec 2018 11:50:52 +0200 [thread overview]
Message-ID: <20181231095056.86234-1-tmaimon77@gmail.com> (raw)
Add NPCM7xx ADC patch to dev-4.19.
please add the NPCM7xx ADC patch set after adding
the following patch set:
https://patchwork.ozlabs.org/cover/1014101/
Tomer Maimon (4):
dt-binding: iio: add NPCM ADC documentation
iio: adc: add NPCM ADC driver
dts: npcm7xx: Modify NPCM7xx device tree
arm: configs: add NPCM7xx ADC and MMIO configuration
.../bindings/iio/adc/nuvoton,npcm-adc.txt | 35 +++
arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi | 182 +++++++----
arch/arm/boot/dts/nuvoton-npcm750-evb.dts | 157 +++++++---
arch/arm/boot/dts/nuvoton-npcm750-gpio.dtsi | 4 +-
arch/arm/boot/dts/nuvoton-npcm750.dtsi | 1 +
arch/arm/configs/npcm7xx_defconfig | 5 +
drivers/iio/adc/Kconfig | 10 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/npcm_adc.c | 336 +++++++++++++++++++++
9 files changed, 627 insertions(+), 104 deletions(-)
create mode 100644 Documentation/devicetree/bindings/iio/adc/nuvoton,npcm-adc.txt
create mode 100644 drivers/iio/adc/npcm_adc.c
--
2.14.1
next reply other threads:[~2018-12-31 9:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-31 9:50 Tomer Maimon [this message]
2018-12-31 9:50 ` [linux dev-4.19 v1 1/4] dt-binding: iio: add NPCM ADC documentation Tomer Maimon
2018-12-31 9:50 ` [linux dev-4.19 v1 2/4] iio: adc: add NPCM ADC driver Tomer Maimon
2018-12-31 9:50 ` [linux dev-4.19 v1 3/4] dts: npcm7xx: Modify NPCM7xx device tree Tomer Maimon
2018-12-31 9:50 ` [linux dev-4.19 v1 4/4] arm: configs: add NPCM7xx ADC and MMIO configuration Tomer Maimon
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=20181231095056.86234-1-tmaimon77@gmail.com \
--to=tmaimon77@gmail.com \
--cc=joel@jms.id.au \
--cc=openbmc@lists.ozlabs.org \
/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.