devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add Broadcom iproc-static-adc controller driver
@ 2016-06-22  6:11 Raveendra Padasalagi
       [not found] ` <1466575913-5027-1-git-send-email-raveendra.padasalagi-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
  2016-06-22  6:11 ` [PATCH v3 3/3] ARM:dts-Add dt node " Raveendra Padasalagi
  0 siblings, 2 replies; 11+ messages in thread
From: Raveendra Padasalagi @ 2016-06-22  6:11 UTC (permalink / raw)
  To: Jonathan Cameron, Peter Meerwald-Stadler, Rob Herring,
	Russell King, Arnd Bergmann, linux-iio-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
  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-u79uwXL29TY76Z2rM5mHXA,
	bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w,
	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-v3 branch of
https://github.com/Broadcom/arm64-linux.git

Changes since v2:
 - Addressed various comments given by Jonathan Cameron and
   Peter Meerwald-Stadler on driver source code related to linux
   coding style and clean-up of code. Lot of source code change
   happened especially due to redefining the #defines.
 - Added code to support IIO_CHAN_INFO_SCALE mask to return
   scale value in iproc_adc_read_raw().
 - Removed #address-cells, #size-cells properties in DT binding
   document and dts file as adc will not have any child nodes as
   noticed by Rob Herring.

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     |  38 ++
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |  11 +
 drivers/iio/adc/Kconfig                            |  12 +
 drivers/iio/adc/Makefile                           |   1 +
 drivers/iio/adc/bcm_iproc_adc.c                    | 648 +++++++++++++++++++++
 5 files changed, 710 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] 11+ messages in thread

end of thread, other threads:[~2016-06-28  5:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-22  6:11 [PATCH v3 0/3] Add Broadcom iproc-static-adc controller driver Raveendra Padasalagi
     [not found] ` <1466575913-5027-1-git-send-email-raveendra.padasalagi-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-06-22  6:11   ` [PATCH v3 1/3] Documentation: DT: Add iproc-static-adc binding Raveendra Padasalagi
     [not found]     ` <1466575913-5027-2-git-send-email-raveendra.padasalagi-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2016-06-24 15:43       ` Rob Herring
2016-06-26 10:24         ` Jonathan Cameron
     [not found]           ` <4c8870ef-8777-7016-465b-9c03463d01fa-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-06-27  6:27             ` Raveendra Padasalagi
2016-06-22  6:11   ` [PATCH v3 2/3] iio: Add driver for Broadcom iproc-static-adc Raveendra Padasalagi
2016-06-26 10:38     ` Jonathan Cameron
     [not found]       ` <df1a9bbc-0bac-2ccc-e676-c5b17d604b5a-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-06-27  6:25         ` Raveendra Padasalagi
     [not found]           ` <CAAFb_vrJzS1d5MRZqZFXzdVD1CT5SpA7pOFT3=VYNjx=aT3dbA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-06-27 19:11             ` Jonathan Cameron
     [not found]               ` <18e69abe-47f8-68b3-c7b9-ea6a8a4363b6-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-06-28  5:13                 ` Raveendra Padasalagi
2016-06-22  6:11 ` [PATCH v3 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).