From patchwork Sun Jul 1 12:23:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 937576 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41JV113ktgz9s29 for ; Sun, 1 Jul 2018 22:23:49 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752175AbeGAMXr (ORCPT ); Sun, 1 Jul 2018 08:23:47 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:38620 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752082AbeGAMXr (ORCPT ); Sun, 1 Jul 2018 08:23:47 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8781381A4EAF; Sun, 1 Jul 2018 12:23:46 +0000 (UTC) Received: from shalem.localdomain.com (ovpn-116-57.ams2.redhat.com [10.36.116.57]) by smtp.corp.redhat.com (Postfix) with ESMTP id EFF212156880; Sun, 1 Jul 2018 12:23:44 +0000 (UTC) From: Hans de Goede To: Wolfram Sang , Andy Shevchenko , Mika Westerberg Cc: Hans de Goede , Heikki Krogerus , linux-i2c@vger.kernel.org Subject: [PATCH v2 0/2] i2c: ACPI: Add multi-instantiate pseudo driver Date: Sun, 1 Jul 2018 14:23:41 +0200 Message-Id: <20180701122343.27194-1-hdegoede@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Sun, 01 Jul 2018 12:23:46 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.8]); Sun, 01 Jul 2018 12:23:46 +0000 (UTC) for IP:'10.11.54.6' DOMAIN:'int-mx06.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'hdegoede@redhat.com' RCPT:'' Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Hi All, Here is more or less a resend of v1 of my second attempt at dealing with multiple i2c devices being described in a single ACPI fwnode. The only change is that it has been rebased from v4.17 to v4.18-rc2. Mika, Andy and Heikki, can you review this please? Regards, Hans