public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] BH1770GLC, SFH7770 and APDS990x als / proximity sensor drivers
@ 2010-10-05  9:42 Samu Onkalo
  2010-10-05  9:42 ` [PATCH 1/5] misc: Driver for bh1770glc / sfh7770 ALS and proximity sensor Samu Onkalo
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Samu Onkalo @ 2010-10-05  9:42 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Patch set contains two drivers. One for BH1770GLC / SFH7770 chips and
one for APDS990X chip.

Both drivers have similar sysfs based interface. Both supports
pm_runtime and regulator frame work. There is short documentation
for both drivers.

Unfortunately I can't promise data sheets to public access.

Samu Onkalo (5):
  misc: Driver for bh1770glc / sfh7770 ALS and proximity sensor
  misc: update bhsfh driver to Kconfig and Makefile
  misc: Driver for APDS990X ALS and proximity sensors
  misc: update apds990x driver to Kconfig and Makefile
  Documentation: Short descriptions for bhsfh and apds990x drivers

 Documentation/misc-devices/apds990x.txt |  126 +++
 Documentation/misc-devices/bhsfh.txt    |  125 +++
 drivers/misc/Kconfig                    |   21 +
 drivers/misc/Makefile                   |    2 +
 drivers/misc/apds990x.c                 | 1216 ++++++++++++++++++++++++++++
 drivers/misc/bhsfh.c                    | 1324 +++++++++++++++++++++++++++++++
 include/linux/i2c/apds990x.h            |   57 ++
 include/linux/i2c/bhsfh.h               |   42 +
 8 files changed, 2913 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/misc-devices/apds990x.txt
 create mode 100644 Documentation/misc-devices/bhsfh.txt
 create mode 100644 drivers/misc/apds990x.c
 create mode 100644 drivers/misc/bhsfh.c
 create mode 100644 include/linux/i2c/apds990x.h
 create mode 100644 include/linux/i2c/bhsfh.h

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

end of thread, other threads:[~2010-10-05 21:42 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-05  9:42 [PATCH 0/5] BH1770GLC, SFH7770 and APDS990x als / proximity sensor drivers Samu Onkalo
2010-10-05  9:42 ` [PATCH 1/5] misc: Driver for bh1770glc / sfh7770 ALS and proximity sensor Samu Onkalo
     [not found]   ` <1286271779-19819-2-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2010-10-05 11:21     ` Alan Cox
     [not found]       ` <20101005122157.149f14d0-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org>
2010-10-05 11:29         ` Onkalo Samu
2010-10-05 12:01           ` Alan Cox
     [not found]             ` <20101005130102.7690c484-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org>
2010-10-05 12:37               ` Onkalo Samu
     [not found] ` <1286271779-19819-1-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2010-10-05  9:42   ` [PATCH 2/5] misc: update bhsfh driver to Kconfig and Makefile Samu Onkalo
2010-10-05  9:42   ` [PATCH 4/5] misc: update apds990x " Samu Onkalo
2010-10-05  9:42 ` [PATCH 3/5] misc: Driver for APDS990X ALS and proximity sensors Samu Onkalo
     [not found]   ` <1286271779-19819-4-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2010-10-05 11:23     ` Alan Cox
2010-10-05 11:48       ` Onkalo Samu
2010-10-05 13:00         ` Alan Cox
     [not found]           ` <20101005140049.1f25bb24-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org>
2010-10-05 12:39             ` Onkalo Samu
     [not found]       ` <20101005122323.2d2870ee-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org>
2010-10-05 21:42         ` Mark Brown
2010-10-05  9:42 ` [PATCH 5/5] Documentation: Short descriptions for bhsfh and apds990x drivers Samu Onkalo
     [not found]   ` <1286271779-19819-6-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2010-10-05 11:53     ` Jonathan Cameron
     [not found]       ` <4CAB11C7.8040408-KWPb1pKIrIJaa/9Udqfwiw@public.gmane.org>
2010-10-05 12:22         ` Onkalo Samu
2010-10-05 14:13           ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox