Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1476960

[PATCH 0/3] LEGO MINDSTORMS I2C support

From David Lechner <david@lechnology.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] LEGO MINDSTORMS I2C support
Date 2016-09-05 22:50 +0200
Message-ID <se905-nd-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


I'm working on getting LEGO MINDSTORMS[1] support in the Linux kernel.

They have a system of modular sensors that are hot-plugable, some of which use
I2C communications. Unfortunately, these don't necessary follow standard I2C
conventions, but they do have a well-defined register layout, so they are
easy to detect.

This set of patches addresses the hot-plugability of the sensors.

[1]: http://mindstorms.lego.com


David Lechner (3):
  i2c: Add class for LEGO MINDSTORMS sensors
  i2c: Add special case for detecting LEGO devices
  i2c: expose adapter probe and remove probed functions

 drivers/i2c/i2c-core.c | 62 ++++++++++++++++++++++++++++++++++++++------------
 include/linux/i2c.h    |  4 ++++
 2 files changed, 52 insertions(+), 14 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] LEGO MINDSTORMS I2C support David Lechner <david@lechnology.com> - 2016-09-05 22:50 +0200
  [PATCH 2/3] i2c: Add special case for detecting LEGO devices David Lechner <david@lechnology.com> - 2016-09-05 22:50 +0200

csiph-web