linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/1] Add a driver for the ChromeOS human presence sensor (HPS)
@ 2022-10-12  4:09 Dan Callaghan
  2022-10-12  4:09 ` [PATCH v5 1/1] platform/chrome: add a driver for HPS Dan Callaghan
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Callaghan @ 2022-10-12  4:09 UTC (permalink / raw)
  To: chrome-platform
  Cc: LKML, Sami Kyöstilä,
	Benson Leung, Tzung-Bi Shih, Dan Callaghan

This series adds a driver for the ChromeOS human presence sensor
(a.k.a. HPS) device, attached on the I2C bus. The sensor is a
hardware-isolated module which reports a high-level presence signal,
e.g., whether there is person in front of the computer or not.

The driver exposes the device to userspace as a character device, which
can be used to control the power state of the device. The driver
automatically turns power off to the sensor unless a process is using
it.

More information about HPS, its firmware and communication protocol can
be found at
https://chromium.googlesource.com/chromiumos/platform/hps-firmware.

Changes in v5:
- Updated MAINTAINERS.

Changes in v4:
- Simplified open/release pm logic.
- Renamed device to "cros-hps".
- Stylistics cleanups.

Changes in v3:
- Moved from drivers/misc to drivers/platform/chrome.

Changes in v2:
- Removed custom ioctl interface.
- Reworked to use miscdev.

Sami Kyöstilä (1):
  platform/chrome: add a driver for HPS

 MAINTAINERS                            |   6 +
 drivers/platform/chrome/Kconfig        |  10 ++
 drivers/platform/chrome/Makefile       |   1 +
 drivers/platform/chrome/cros_hps_i2c.c | 151 +++++++++++++++++++++++++
 4 files changed, 168 insertions(+)
 create mode 100644 drivers/platform/chrome/cros_hps_i2c.c


base-commit: 8edd2752b0aa498b3a61f3caee8f79f7e0567fad
-- 
2.38.0.rc1.362.ged0d419d3c-goog


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

end of thread, other threads:[~2022-10-13  5:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12  4:09 [PATCH v5 0/1] Add a driver for the ChromeOS human presence sensor (HPS) Dan Callaghan
2022-10-12  4:09 ` [PATCH v5 1/1] platform/chrome: add a driver for HPS Dan Callaghan
2022-10-12  8:46   ` Tzung-Bi Shih
2022-10-13  4:29     ` Dan Callaghan
2022-10-13  5:49       ` Tzung-Bi Shih

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