All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/2] Changes to support different VADC scaling
@ 2016-11-08 11:58 ` Rama Krishna Phani A
  0 siblings, 0 replies; 17+ messages in thread
From: Rama Krishna Phani A @ 2016-11-08 11:58 UTC (permalink / raw)
  To: linux-iio-u79uwXL29TY76Z2rM5mHXA, jic23-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-arm-msm-u79uwXL29TY76Z2rM5mHXA,
	cdevired-sgV2jX0FEOL9JmXXK+q4OQ, smohanad-sgV2jX0FEOL9JmXXK+q4OQ,
	mgautam-sgV2jX0FEOL9JmXXK+q4OQ, sivaa-sgV2jX0FEOL9JmXXK+q4OQ,
	knaack.h-Mmb7MZpHnFY, lars-Qo5EllUWu/uELgA04lAiVw,
	pmeerw-jW+XmwGofnusTnJN9+BGXg, Julia.Lawall-L2FTfq7BK8M,
	Rama Krishna Phani A

VADC is a 15 bit ADC that measures signals through the Main analog
multiplexer (AMUX). The driver arbitrates the request to issue ADC
read requests. These patches adds different scaling functionality
to convert adc code to physical units.

[V4] 
	1. Remove DT bindings and implement scaling logic with in driver.
	
[V3]
	1. Update the commit text to give more information on the
	   functionality implemented in the patches.
   	2. Added Dt maintainers.

[V2]
	1. Replaced the do_div with normal division.
	2. Split the functionality implemented in v1 patch.
	3. Abstracted out common logic and updated change to report
	   Raw adc code properly.
   	4. Change to support different scaling functionality.
	5. Added support for introducing new bindings in driver.

[V1]
	https://lkml.org/lkml/2016/10/25/26

Rama Krishna Phani A (2):
  iio: adc: spmi-vadc: Update function for generic voltage conversion
  iio: adc: spmi-vadc: Changes to support different scaling

 drivers/iio/adc/qcom-spmi-vadc.c | 480 ++++++++++++++++++++++++++++-----------
 1 file changed, 350 insertions(+), 130 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2016-11-19 13:37 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08 11:58 [PATCH V4 0/2] Changes to support different VADC scaling Rama Krishna Phani A
2016-11-08 11:58 ` Rama Krishna Phani A
     [not found] ` <1478606334-12394-1-git-send-email-rphani-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2016-11-08 11:58   ` [PATCH V4 1/2] iio: adc: spmi-vadc: Update function for generic voltage conversion Rama Krishna Phani A
2016-11-08 11:58     ` Rama Krishna Phani A
2016-11-12 15:13     ` Jonathan Cameron
     [not found]       ` <38428ee7-5d1b-2b36-99a9-988e0e7d29b5-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-11-14 11:47         ` Phani A, Rama Krishna
2016-11-14 11:47           ` Phani A, Rama Krishna
2016-11-08 11:58   ` [PATCH V4 2/2] iio: adc: spmi-vadc: Changes to support different scaling Rama Krishna Phani A
2016-11-08 11:58     ` Rama Krishna Phani A
     [not found]     ` <1478606334-12394-3-git-send-email-rphani-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2016-11-12 15:02       ` Jonathan Cameron
2016-11-12 15:02         ` Jonathan Cameron
     [not found]         ` <bc8b56e3-e1bf-3e92-bdca-cf7b0a13dca1-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-11-14 11:38           ` Phani A, Rama Krishna
2016-11-14 11:38             ` Phani A, Rama Krishna
     [not found]             ` <03b97c38-02fb-a727-28a5-298bb240a312-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2016-11-19 12:38               ` Jonathan Cameron
2016-11-19 12:38                 ` Jonathan Cameron
     [not found]                 ` <33f02a43-0542-bad1-8c9a-1aa5cb1cef9f-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2016-11-19 13:36                   ` Rama Krishna Phani A
2016-11-19 13:36                     ` Rama Krishna Phani A

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.