All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux dev-4.19 v1 0/4] dd NPCM7xx ADC patch to dev-4.19
@ 2018-12-31  9:50 Tomer Maimon
  2018-12-31  9:50 ` [linux dev-4.19 v1 1/4] dt-binding: iio: add NPCM ADC documentation Tomer Maimon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tomer Maimon @ 2018-12-31  9:50 UTC (permalink / raw)
  To: joel; +Cc: openbmc, Tomer Maimon

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

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

end of thread, other threads:[~2018-12-31  9:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-31  9:50 [linux dev-4.19 v1 0/4] dd NPCM7xx ADC patch to dev-4.19 Tomer Maimon
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

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.