devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv5 0/6] DA9052 hardware monitoring improvements
@ 2017-07-03  8:39 Sebastian Reichel
  2017-07-03  8:39 ` [PATCHv5 1/6] mfd: da9052: fix manual ADC read after timed out read Sebastian Reichel
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Sebastian Reichel @ 2017-07-03  8:39 UTC (permalink / raw)
  To: Sebastian Reichel, Support Opensource, Lee Jones, Rob Herring,
	Mark Rutland, Jean Delvare, Guenter Roeck
  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 PATCHv4:
 - split mfd changes from main hwmon patch

Changes since PATCHv3:
 - use correct index in da9052_channel_is_visible()
 - disable touchscreen in mfd instead of in ts driver

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 (6):
  mfd: da9052: fix manual ADC read after timed out read
  dt-bindings: mfd: da9052: support TSI as ADC
  mfd: da9052: add register details for TSI
  mfd: da9052: make touchscreen registration optional
  hwmon: da9052: replace S_IRUGO with 0444
  hwmon: da9052: add support for TSI channel

 .../devicetree/bindings/mfd/da9052-i2c.txt         |   8 +
 drivers/hwmon/da9052-hwmon.c                       | 285 +++++++++++++++++++--
 drivers/mfd/da9052-core.c                          |  30 ++-
 include/linux/mfd/da9052/da9052.h                  |   6 +
 include/linux/mfd/da9052/reg.h                     |  11 +-
 5 files changed, 314 insertions(+), 26 deletions(-)

-- 
2.11.0


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

end of thread, other threads:[~2017-07-18  7:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03  8:39 [PATCHv5 0/6] DA9052 hardware monitoring improvements Sebastian Reichel
2017-07-03  8:39 ` [PATCHv5 1/6] mfd: da9052: fix manual ADC read after timed out read Sebastian Reichel
2017-07-03  8:39 ` [PATCHv5 2/6] dt-bindings: mfd: da9052: support TSI as ADC Sebastian Reichel
     [not found]   ` <20170703084003.31184-3-sebastian.reichel-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org>
2017-07-07 15:52     ` Rob Herring
2017-07-17 14:31     ` Lee Jones
2017-07-03  8:40 ` [PATCHv5 3/6] mfd: da9052: add register details for TSI Sebastian Reichel
2017-07-17 14:32   ` Lee Jones
2017-07-17 14:33     ` Lee Jones
2017-07-17 15:20     ` Sebastian Reichel
2017-07-18  7:08       ` Lee Jones
2017-07-03  8:40 ` [PATCHv5 4/6] mfd: da9052: make touchscreen registration optional Sebastian Reichel
2017-07-17 14:34   ` Lee Jones
2017-07-03  8:40 ` [PATCHv5 5/6] hwmon: da9052: replace S_IRUGO with 0444 Sebastian Reichel
2017-07-08 15:49   ` [PATCHv5,5/6] " Guenter Roeck
     [not found] ` <20170703084003.31184-1-sebastian.reichel-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org>
2017-07-03  8:40   ` [PATCHv5 6/6] hwmon: da9052: add support for TSI channel Sebastian Reichel
     [not found]     ` <20170703084003.31184-7-sebastian.reichel-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org>
2017-07-08 15:52       ` [PATCHv5,6/6] " Guenter Roeck

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).