linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add Broadcom iproc-static-adc controller driver
@ 2016-06-19 10:06 Raveendra Padasalagi
  2016-06-19 10:06 ` [PATCH v2 1/3] Documentation: DT: Add iproc-static-adc binding Raveendra Padasalagi
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Raveendra Padasalagi @ 2016-06-19 10:06 UTC (permalink / raw)
  To: Jonathan Cameron, Peter Meerwald-Stadler, Rob Herring,
	Russell King, Arnd Bergmann, linux-iio, devicetree,
	linux-arm-kernel
  Cc: Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Jonathan Richardson, Jon Mason, Florian Fainelli, Anup Patel,
	Ray Jui, Scott Branden, Pramod Kumar, linux-kernel,
	bcm-kernel-feedback-list, Raveendra Padasalagi

This patchset contains initial driver for Broadcom's
iproc static adc controller. The patchset is based on v4.7-rc1
tag and its tested on Broadcom Cygnus SoC.

The patches can be fetched from iproc-adc-v2 branch of
https://github.com/Broadcom/arm64-linux.git

Changes since v1:
 - Modified Kconfig file to add more informative information
   in Broadcom Adc driver configuration menu.
 - Added Broadcom Adc driver menu config in the alphabetical
   order in Kconfig
 - Addressed various comments given by Peter Meerwald-Stadler
   on driver source code, Including issues related to linux
   coding style and race conditions.

Raveendra Padasalagi (3):
  Documentation: DT: Add iproc-static-adc binding
  iio: Add driver for Broadcom iproc-static-adc
  ARM:dts-Add dt node for Broadcom iproc-static-adc

 .../bindings/iio/adc/brcm,iproc-static-adc.txt     |  43 ++
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |  13 +
 drivers/iio/adc/Kconfig                            |  13 +
 drivers/iio/adc/Makefile                           |   1 +
 drivers/iio/adc/bcm_iproc_adc.c                    | 563 +++++++++++++++++++++
 5 files changed, 633 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/brcm,iproc-static-adc.txt
 create mode 100644 drivers/iio/adc/bcm_iproc_adc.c

-- 
1.9.1

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

end of thread, other threads:[~2016-06-21 10:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-19 10:06 [PATCH v2 0/3] Add Broadcom iproc-static-adc controller driver Raveendra Padasalagi
2016-06-19 10:06 ` [PATCH v2 1/3] Documentation: DT: Add iproc-static-adc binding Raveendra Padasalagi
2016-06-20 18:04   ` Rob Herring
2016-06-21 10:00     ` Raveendra Padasalagi
2016-06-19 10:06 ` [PATCH v2 2/3] iio: Add driver for Broadcom iproc-static-adc Raveendra Padasalagi
2016-06-19 19:35   ` Jonathan Cameron
2016-06-21 10:55     ` Raveendra Padasalagi
2016-06-19 10:06 ` [PATCH v2 3/3] ARM:dts-Add dt node " Raveendra Padasalagi

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