All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/4] DA9052 hardware monitoring improvements
@ 2017-06-29 12:43 Sebastian Reichel
  2017-06-29 12:43 ` [PATCHv3 1/4] mfd: da9052: fix manual ADC read after timed out read Sebastian Reichel
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Sebastian Reichel @ 2017-06-29 12:43 UTC (permalink / raw)
  To: Sebastian Reichel, Support Opensource, Lee Jones, Rob Herring,
	Mark Rutland, Jean Delvare, Guenter Roeck, Dmitry Torokhov
  Cc: devicetree, linux-hwmon, linux-input, linux-kernel, Sebastian Reichel

Hi,

GE Healthcare's PPD [0] uses DA9053's touchscreen pins
for hardware monitoring purposes. This adds support for
the feature and fixes a bug, which came up during
stress-testing of the driver.

[0] https://patchwork.kernel.org/patch/9809681/

Changes since PATCHv2:
 - switch from diag, to dlg, prefix
 - add/use defines for accessing bits in registers
 - provide more details in the comment above early exit
   in touchscreen driver
 - switch to da9052_group_read() to ensure MSB and LSB
   are in sync
 - move binding update into its own patch
 - rename patch

Changes since PATCHv1:
 - convert tsiref-microvolt property into proper regulator
 - drop error message for timeout
 - simplify da9052_channel_is_visible()
 - fix checkpatch warnings

-- Sebastian

Sebastian Reichel (4):
  mfd: da9052: fix manual ADC read after timed out read
  hwmon: da9052: replace S_IRUGO with 0444
  dt-bindings: mfd: da9052: support TSI as ADC
  hwmon: da9052: add support for TSI channel

 .../devicetree/bindings/mfd/da9052-i2c.txt         |   8 +
 drivers/hwmon/da9052-hwmon.c                       | 284 +++++++++++++++++++--
 drivers/input/touchscreen/da9052_tsi.c             |   9 +
 drivers/mfd/da9052-core.c                          |   2 +
 include/linux/mfd/da9052/da9052.h                  |   6 +
 include/linux/mfd/da9052/reg.h                     |  11 +-
 6 files changed, 297 insertions(+), 23 deletions(-)

-- 
2.11.0


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

end of thread, other threads:[~2017-06-29 22:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29 12:43 [PATCHv3 0/4] DA9052 hardware monitoring improvements Sebastian Reichel
2017-06-29 12:43 ` [PATCHv3 1/4] mfd: da9052: fix manual ADC read after timed out read Sebastian Reichel
2017-06-29 12:43 ` [PATCHv3 2/4] hwmon: da9052: replace S_IRUGO with 0444 Sebastian Reichel
2017-06-29 12:43 ` [PATCHv3 3/4] dt-bindings: mfd: da9052: support TSI as ADC Sebastian Reichel
2017-06-29 12:43   ` Sebastian Reichel
2017-06-29 12:43 ` [PATCHv3 4/4] hwmon: da9052: add support for TSI channel Sebastian Reichel
2017-06-29 18:45   ` Dmitry Torokhov
2017-06-29 22:44     ` Guenter Roeck

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.