All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mxs-lradc: Add support for current sources
@ 2016-04-22 13:52 ` Harald Geyer
  0 siblings, 0 replies; 54+ messages in thread
From: Harald Geyer @ 2016-04-22 13:52 UTC (permalink / raw)
  To: Jonathan Cameron, devicetree, linux-iio, Shawn Guo, Sascha Hauer
  Cc: Stefan Wahren, Marek Vasut, linux-arm-kernel, Harald Geyer

Patch 1/3 changes the driver and updates the binding documentation
(I guess it is still in staging.)

Patches 2/3 and 3/3 add the devicetree nodes to imx23 and imx28 boards.
I'd like to get input whether this is actually desired. On boards where
these regulators would never be enabled this costs a few extra bytes of
RAM for allocation of the device data, because the nodes can't be easily
removed in .dts files which are including the .dtsi files. The alternative
is to add the new nodes to many .dts files, which would be a lot code
duplication.

Harald Geyer (3):
  iio: mxs-lradc: Add regulators for current sources
  ARM: dts: imx23: Provide regulators for the current sources of the
    LRADC
  ARM: dts: imx28: Provide regulators for the current sources of the
    LRADC

 .../bindings/staging/iio/adc/mxs-lradc.txt         |  29 ++++
 arch/arm/boot/dts/imx23.dtsi                       |   8 ++
 arch/arm/boot/dts/imx28.dtsi                       |   8 ++
 drivers/iio/adc/Kconfig                            |   1 +
 drivers/iio/adc/mxs-lradc.c                        | 152 +++++++++++++++++++++
 5 files changed, 198 insertions(+)

-- 
2.1.4

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

end of thread, other threads:[~2016-05-04 11:38 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 13:52 [PATCH 0/3] mxs-lradc: Add support for current sources Harald Geyer
2016-04-22 13:52 ` Harald Geyer
2016-04-22 13:52 ` Harald Geyer
2016-04-22 13:52 ` [PATCH 1/3] iio: mxs-lradc: Add regulators " Harald Geyer
2016-04-22 13:52   ` Harald Geyer
2016-04-22 13:52   ` Harald Geyer
2016-04-22 15:50   ` Marek Vasut
2016-04-22 15:50     ` Marek Vasut
2016-04-22 15:50     ` Marek Vasut
2016-04-22 17:00     ` Ksenija Stanojević
2016-04-22 17:00       ` Ksenija Stanojević
2016-04-22 17:00       ` Ksenija Stanojević
2016-04-22 19:23       ` Harald Geyer
2016-04-22 19:23         ` Harald Geyer
2016-04-22 19:23         ` Harald Geyer
2016-04-23 21:08         ` Jonathan Cameron
2016-04-23 21:08           ` Jonathan Cameron
2016-04-23 21:08           ` Jonathan Cameron
2016-04-22 16:11   ` Harald Geyer
2016-04-22 16:11     ` Harald Geyer
2016-04-22 16:11     ` Harald Geyer
2016-05-03 11:07   ` Stefan Wahren
2016-05-03 11:07     ` Stefan Wahren
2016-05-03 11:07     ` Stefan Wahren
2016-05-03 11:22     ` Harald Geyer
2016-05-03 11:22       ` Harald Geyer
2016-05-03 11:22       ` Harald Geyer
2016-05-04  7:15       ` Jonathan Cameron
2016-05-04  7:15         ` Jonathan Cameron
2016-05-04  7:15         ` Jonathan Cameron
2016-05-04 11:38         ` Harald Geyer
2016-05-04 11:38           ` Harald Geyer
2016-05-04 11:38           ` Harald Geyer
2016-04-22 13:52 ` [PATCH 2/3] ARM: dts: imx23: Provide regulators for the current sources of the LRADC Harald Geyer
2016-04-22 13:52   ` Harald Geyer
2016-04-22 13:52   ` Harald Geyer
2016-04-22 13:52 ` [PATCH 3/3] ARM: dts: imx28: " Harald Geyer
2016-04-22 13:52   ` Harald Geyer
2016-04-22 13:52   ` Harald Geyer
2016-04-29 15:12 ` [PATCH 0/3] mxs-lradc: Add support for current sources Stefan Wahren
2016-04-29 15:12   ` Stefan Wahren
2016-04-29 15:12   ` Stefan Wahren
2016-04-29 17:45   ` Harald Geyer
2016-04-29 17:45     ` Harald Geyer
2016-04-29 17:45     ` Harald Geyer
2016-05-01 18:02     ` Jonathan Cameron
2016-05-01 18:02       ` Jonathan Cameron
2016-05-01 18:02       ` Jonathan Cameron
2016-05-02 12:25       ` Harald Geyer
2016-05-02 12:25         ` Harald Geyer
2016-05-02 12:25         ` Harald Geyer
2016-05-02 12:29       ` Stefan Wahren
2016-05-02 12:29         ` Stefan Wahren
2016-05-02 12:29         ` Stefan Wahren

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.