Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5358330imu; Wed, 19 Dec 2018 09:43:16 -0800 (PST) X-Google-Smtp-Source: AFSGD/UQSPlX2zBZ0NDZpMNo7pIiSUxmpDPNOxIDB856lcpolSGm5ividrNdEg/LzVrzot0uP+Ej X-Received: by 2002:a62:d743:: with SMTP id v3mr6657628pfl.34.1545241395958; Wed, 19 Dec 2018 09:43:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545241395; cv=none; d=google.com; s=arc-20160816; b=PywSqNvun/jSQNS3KxPTadLkR5LKGA6PE6hBrIqmg/nZfanyzgNmTm1swsESuWkXVZ ZNlU/5fkFZB/wUC3aMNuKrpSxT95qFSjiyCZ0bNJGCzGiwlbwEgnD1ra3jG5cLpP1wNu t4ZegpWtr6criylqfDMp3cD0qOi2pllOKQvBLOy1iQUmoX+SMv7uZlO/cqjKolDESv43 OT40fAlwrt+KjeAEn0R73MlVUCu4cPJt3w+7F2iDbsU7xWIifHUKlejyghYfJSN2MKcV W9DxDTdbIfreBkRDnNxsUw43pRETgmrLqbFT5DxFqbHYk2QHLMkFvmt2ZS61uYQX0JuG CBXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:subject:cc:to:from:date; bh=dVERJh2pc3PXZpodORa3JEmyWVxDnCVZWty+isiMJKM=; b=j3GvUTAJqIS6kzl3jVzjPt0tBLj+XnwKR5FexRE7CeM5UmDlAS2yag+DJZQ/Gu2aVn M9URPySS9gnBkDt/Rl+PvjQH+pePZ+qrUZXPFv9RD39BF3AdjlG72I+YAd9cOEQN2cRS pLaDqiVqT0FqM2Ov/MsgKfRJRbSe6+eQ6TBVPNS1VeVpprsB6OPxpsG25EeMN4G/S/i6 Lb90qK+bmzizeqR2spOH8/x4n8HzV5eX1l474pQZbvyXc7oVmFzFAnAK/hL23Kzkm8ov 3XyzL8HphQ8oOs+nR/KRbTSfZ3R3srO7FZda5TzD13xSJHKpTANqMiaMCApnevXs7hHK ASjw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k189si15922856pgd.589.2018.12.19.09.42.59; Wed, 19 Dec 2018 09:43:15 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730379AbeLSPzA (ORCPT + 99 others); Wed, 19 Dec 2018 10:55:00 -0500 Received: from mail.bootlin.com ([62.4.15.54]:37890 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727155AbeLSPzA (ORCPT ); Wed, 19 Dec 2018 10:55:00 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id E7F3420A82; Wed, 19 Dec 2018 16:54:57 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.2 Received: from bbrezillon (aaubervilliers-681-1-38-38.w90-88.abo.wanadoo.fr [90.88.157.38]) by mail.bootlin.com (Postfix) with ESMTPSA id A19E8206A7; Wed, 19 Dec 2018 16:54:47 +0100 (CET) Date: Wed, 19 Dec 2018 16:54:47 +0100 From: Boris Brezillon To: Linus Torvalds Cc: linux-i3c , "linux-kernel@vger.kernel.org" , Greg Kroah-Hartman , Arnd Bergmann , Vitor Soares , Przemyslaw Gaj , Rafal Ciepiela , Wolfram Sang Subject: [GIT PULL] i3c: Initial pull request Message-ID: <20181219165447.2db6a689@bbrezillon> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Linus, Here is the first PR for the I3C subsystem, and this times it comes even before the merge window is open (which I hope is not a problem :-/). Let me know if it's too early and I'll try to resend it next week. Regards, Boris The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git tags/i3c/for-4.21 for you to fetch changes up to 25ac3da61ba144f8dbfe377eeec6b1da7ad0854a: i3c: master: cdns: fix I2C transfers in Cadence I3C master driver (2018-12-12 17:08:32 +0100) ---------------------------------------------------------------- Add initial support for I3C along with 2 I3C master controller drivers. ---------------------------------------------------------------- Boris Brezillon (7): i3c: Add core I3C infrastructure docs: driver-api: Add I3C documentation i3c: Add sysfs ABI spec dt-bindings: i3c: Document core bindings MAINTAINERS: Add myself as the I3C subsystem maintainer i3c: master: Add driver for Cadence IP dt-bindings: i3c: Document Cadence I3C master bindings Colin Ian King (1): i3c: master: dw: fix mask operation by using the correct operator Dan Carpenter (2): i3c: fix an error code in i3c_master_add_i3c_dev_locked() ic3: off by one in mode_show() Przemyslaw Gaj (1): i3c: master: cdns: fix I2C transfers in Cadence I3C master driver Vitor Soares (3): i3c: master: Add driver for Synopsys DesignWare IP dt-binding: i3c: Document Synopsys DesignWare I3C MAINTAINERS: Add myself as the dw-i3c-master module maintainer YueHaibing (1): i3c: master: Remove set but not used variable 'old_i3c_scl_lim' Documentation/ABI/testing/sysfs-bus-i3c | 146 ++ Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt | 43 + Documentation/devicetree/bindings/i3c/i3c.txt | 138 ++ Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt | 41 + Documentation/driver-api/i3c/device-driver-api.rst | 9 + Documentation/driver-api/i3c/index.rst | 11 + Documentation/driver-api/i3c/master-driver-api.rst | 9 + Documentation/driver-api/i3c/protocol.rst | 203 +++ Documentation/driver-api/index.rst | 1 + MAINTAINERS | 18 + drivers/Kconfig | 2 + drivers/Makefile | 2 +- drivers/i3c/Kconfig | 24 + drivers/i3c/Makefile | 4 + drivers/i3c/device.c | 233 +++ drivers/i3c/internals.h | 26 + drivers/i3c/master.c | 2659 ++++++++++++++++++++++++++++++++++ drivers/i3c/master/Kconfig | 22 + drivers/i3c/master/Makefile | 2 + drivers/i3c/master/dw-i3c-master.c | 1216 ++++++++++++++++ drivers/i3c/master/i3c-master-cdns.c | 1666 +++++++++++++++++++++ include/linux/i3c/ccc.h | 385 +++++ include/linux/i3c/device.h | 331 +++++ include/linux/i3c/master.h | 648 +++++++++ include/linux/mod_devicetable.h | 17 + 25 files changed, 7855 insertions(+), 1 deletion(-) create mode 100644 Documentation/ABI/testing/sysfs-bus-i3c create mode 100644 Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt create mode 100644 Documentation/devicetree/bindings/i3c/i3c.txt create mode 100644 Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt create mode 100644 Documentation/driver-api/i3c/device-driver-api.rst create mode 100644 Documentation/driver-api/i3c/index.rst create mode 100644 Documentation/driver-api/i3c/master-driver-api.rst create mode 100644 Documentation/driver-api/i3c/protocol.rst create mode 100644 drivers/i3c/Kconfig create mode 100644 drivers/i3c/Makefile create mode 100644 drivers/i3c/device.c create mode 100644 drivers/i3c/internals.h create mode 100644 drivers/i3c/master.c create mode 100644 drivers/i3c/master/Kconfig create mode 100644 drivers/i3c/master/Makefile create mode 100644 drivers/i3c/master/dw-i3c-master.c create mode 100644 drivers/i3c/master/i3c-master-cdns.c create mode 100644 include/linux/i3c/ccc.h create mode 100644 include/linux/i3c/device.h create mode 100644 include/linux/i3c/master.h