From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935196AbcIEUmW (ORCPT ); Mon, 5 Sep 2016 16:42:22 -0400 Received: from vern.gendns.com ([206.190.152.46]:60389 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932266AbcIEUkw (ORCPT ); Mon, 5 Sep 2016 16:40:52 -0400 From: David Lechner To: Wolfram Sang Cc: David Lechner , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] LEGO MINDSTORMS I2C support Date: Mon, 5 Sep 2016 15:40:11 -0500 Message-Id: <1473108014-30787-1-git-send-email-david@lechnology.com> X-Mailer: git-send-email 2.7.4 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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