All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv4 0/5] BH1770GLC, SFH7770 and APDS990x als / proximity sensor drivers
@ 2010-10-19  7:09 ` Samu Onkalo
  0 siblings, 0 replies; 15+ messages in thread
From: Samu Onkalo @ 2010-10-19  7:09 UTC (permalink / raw)
  To: akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b
  Cc: 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.

Changes since patch set version 3:

- acked-by added to patches 1, 3 and 5
- Documentation clean up (extra lines removed, LUX changed to lux)

Patches 2 and 4 are not directly acked or I have missed something.
However, all requested cleanups have been done to those patches.

Tested on top of 2.6.36-rc5

Samu Onkalo (5):
  misc: Driver for bh1770glc / sfh7770 ALS and proximity sensor
  misc: update bh1770glc 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 bh1770glc and apds990x drivers

 Documentation/misc-devices/apds990x.txt  |  111 +++
 Documentation/misc-devices/bh1770glc.txt |  116 +++
 drivers/misc/Kconfig                     |   21 +
 drivers/misc/Makefile                    |    2 +
 drivers/misc/apds990x.c                  | 1295 +++++++++++++++++++++++++++
 drivers/misc/bh1770glc.c                 | 1413 ++++++++++++++++++++++++++++++
 include/linux/i2c/apds990x.h             |   79 ++
 include/linux/i2c/bh1770glc.h            |   53 ++
 8 files changed, 3090 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/misc-devices/apds990x.txt
 create mode 100644 Documentation/misc-devices/bh1770glc.txt
 create mode 100644 drivers/misc/apds990x.c
 create mode 100644 drivers/misc/bh1770glc.c
 create mode 100644 include/linux/i2c/apds990x.h
 create mode 100644 include/linux/i2c/bh1770glc.h

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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19  7:09 [PATCHv4 0/5] BH1770GLC, SFH7770 and APDS990x als / proximity sensor drivers Samu Onkalo
2010-10-19  7:09 ` Samu Onkalo
     [not found] ` <1287472188-10101-1-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2010-10-19  7:09   ` [PATCHv4 1/5] misc: Driver for bh1770glc / sfh7770 ALS and proximity sensor Samu Onkalo
2010-10-19  7:09     ` Samu Onkalo
     [not found]     ` <1287472188-10101-2-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org>
2010-10-26 14:47       ` Linus Walleij
2010-10-26 14:47         ` Linus Walleij
2010-10-27  7:41         ` samu.p.onkalo
2010-10-27  7:41           ` samu.p.onkalo
2010-10-19  7:09   ` [PATCHv4 4/5] misc: update apds990x driver to Kconfig and Makefile Samu Onkalo
2010-10-19  7:09     ` Samu Onkalo
2010-10-19 23:20   ` [PATCHv4 0/5] BH1770GLC, SFH7770 and APDS990x als / proximity sensor drivers Andrew Morton
2010-10-19 23:20     ` Andrew Morton
2010-10-19  7:09 ` [PATCHv4 2/5] misc: update bh1770glc driver to Kconfig and Makefile Samu Onkalo
2010-10-19  7:09 ` [PATCHv4 3/5] misc: Driver for APDS990X ALS and proximity sensors Samu Onkalo
2010-10-19  7:09 ` [PATCHv4 5/5] Documentation: Short descriptions for bh1770glc and apds990x drivers Samu Onkalo

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.