Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1425959
| From | Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] Add Broadcom iproc-static-adc controller driver |
| Date | 2016-06-19 12:10 +0200 |
| Message-ID | <rLHPY-Tf-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] Add Broadcom iproc-static-adc controller driver Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> - 2016-06-19 12:10 +0200
[PATCH v2 2/3] iio: Add driver for Broadcom iproc-static-adc Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> - 2016-06-19 12:10 +0200
Re: [PATCH v2 2/3] iio: Add driver for Broadcom iproc-static-adc Jonathan Cameron <jic23@kernel.org> - 2016-06-19 21:40 +0200
Re: [PATCH v2 2/3] iio: Add driver for Broadcom iproc-static-adc Raveendra Padasalagi <raveendra.padasalagi@broadcom.com> - 2016-06-21 13:00 +0200
csiph-web