Received: by mail.netbsd.org (Postfix, from userid 605) id AE0BB84D59; Fri, 14 May 2021 06:53:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DCBFB84D50 for ; Fri, 14 May 2021 06:53:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4cV9Iq9ilXV1 for ; Fri, 14 May 2021 06:53:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 711D184CE1 for ; Fri, 14 May 2021 06:53:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 635DFFA95; Fri, 14 May 2021 06:53:14 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 14 May 2021 06:53:14 +0000 From: "Jason R Thorpe" Subject: CVS commit: [thorpej-i2c-spi-conf] src/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210514065314.635DFFA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jason R Thorpe" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: thorpej Date: Fri May 14 06:53:14 UTC 2021 Modified Files: src/sys/arch/sparc64/dev [thorpej-i2c-spi-conf]: pcfiic_ebus.c src/sys/dev/ic [thorpej-i2c-spi-conf]: pcf8584.c pcf8584var.h Log Message: Update the pcfiic driver for the new i2c device enumeration scheme. Push the multiple-channels complexity up into the ebus front-end, as that specific to a particular Sun model of controller. Now the BBC-type controllers get multiple I2C bus instances attached to them. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.7.6.1 src/sys/arch/sparc64/dev/pcfiic_ebus.c cvs rdiff -u -r1.18 -r1.18.2.1 src/sys/dev/ic/pcf8584.c cvs rdiff -u -r1.6 -r1.6.12.1 src/sys/dev/ic/pcf8584var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.