All of lore.kernel.org
 help / color / mirror / Atom feed
From: dl9pf@gmx.de (Jan-Simon Möller)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Driver for BlinkM i2c LED module
Date: Fri, 1 Jun 2012 15:45:59 +0200	[thread overview]
Message-ID: <201206011545.59827.dl9pf@gmx.de> (raw)

Hi all!

*drum roll*

This is the first version of the blinkM i2c led driver.

blinkM is an RGB led module which hooks up to an i2c bus.
See http://thingm.com/products/blinkm .

The protocol uses sequences of i2c commands to communicate with the tiny 
embedded controller.

This driver implements the needed bits to make the blinkM work as
LED device (accepting the triggers in sysfs) and also has a sysfs group for 
the more "advanced settings" exposed by the controller.
Of course not all advanced options are implemented yet ;).

Comments ?

I'm also looking for the best place to fit this in.
Staging ? drivers/led ?

Have Phun!

Best,
Jan-Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: blinkm.c
Type: text/x-csrc
Size: 21442 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120601/6c990545/attachment-0001.bin 

             reply	other threads:[~2012-06-01 13:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-01 13:45 Jan-Simon Möller [this message]
2012-06-01 15:16 ` Driver for BlinkM i2c LED module Jonathan Neuschäfer
2012-06-01 21:45   ` Jan-Simon Möller
2012-06-01 22:09     ` Jonathan Neuschäfer
2012-06-02  9:29   ` rev2 - " Jan-Simon Möller
2012-06-03 17:32     ` Jonathan Neuschäfer
2012-06-03 20:27       ` Jan-Simon Möller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201206011545.59827.dl9pf@gmx.de \
    --to=dl9pf@gmx.de \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.