From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0542DC433B4 for ; Wed, 19 May 2021 08:09:24 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C31F361353 for ; Wed, 19 May 2021 08:09:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C31F361353 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=aspeedtech.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=jzK5Q/+f3L4JIHiFS8sPjdLiowgLqHAaCk26GEocyCQ=; b=G+M/GxKfBnsy5ByjyxJTTfjQdv jwA6sBhjrfsn4YqRvtTojEbvqzORFwD33sZfDRq6K0gSYbFfKJ3TWnwJpBlyy2sbzTzW3sy3sC2lu k8k2UtbmICqE+c8Z/9AJaCCfCXbbmIYspGgwH9PEYBzz9omM2M6VxgoA3MTGGyy8pC26matvi07IJ kK12w6+01IOXXh0G1Ev2RDn+DvoVTbwtU4qs3xxh/30YjJenaLTdSgTYkPVLQ7LGMskC2Iy8a8wN2 y32vPF2MkcTI9FRWesgNKvyHhvMlP3DuBjP605Ssjt85T9hFRh7uftgV245VG2jTxOyRzOIQ4uwEB eaH2rjJA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1ljHFD-003HkO-HS; Wed, 19 May 2021 08:07:55 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ljHF9-003Hjr-6e for linux-arm-kernel@desiato.infradead.org; Wed, 19 May 2021 08:07:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:Message-ID: Date:Subject:CC:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=4HCIFcuKGzZuZji5EEQpfwcLF8cL9E+4WUYLTw7eZYQ=; b=tFFKda3gg5Eh5JMGBCaxew06yR UGoYsDQ0PyhZJ3kkWYOzQ7LB9q9Y6ow4AtbfKCW+CUJkM68oJ3xMsOJOTDCH24c3jMkccrKOpB+G8 8ZvaLXWe2B7sBMl70Y0YdN0MpFcaYRFKzny+90BBDuHuzXc/x3I82CNqXCAMo0NecYCmzD1Tq60mC 6Ockn3XPh0QppuUxsrsvOB8PPdKcWpSpL1Uu6UwX6dYsw8fWJryOjn5jO/pJGhbe/jiWUD/8rHisz UfUSfquqvS4Tsd9CO6GQB8liWZbKMdGN0dlBjChSfNzbWZJYcfHidULNqdg5fzYiUsI5iY78yKS6Q UF81VEPA==; Received: from twspam01.aspeedtech.com ([211.20.114.71]) by casper.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ljHD9-00Ekgx-Ie for linux-arm-kernel@lists.infradead.org; Wed, 19 May 2021 08:06:38 +0000 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 14J7q2pj033695; Wed, 19 May 2021 15:52:02 +0800 (GMT-8) (envelope-from jamin_lin@aspeedtech.com) Received: from localhost.localdomain (192.168.100.253) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 19 May 2021 16:04:38 +0800 From: Jamin Lin To: Rob Herring , Joel Stanley , "Andrew Jeffery" , Brendan Higgins , Benjamin Herrenschmidt , Rayn Chen , "open list:I2C SUBSYSTEM HOST DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM/ASPEED MACHINE SUPPORT" , "moderated list:ARM/ASPEED MACHINE SUPPORT" , open list , "moderated list:ARM/ASPEED I2C DRIVER" CC: , , , , Subject: [PATCH 0/3] i2c: aspeed: avoid new registers definition of AST2600 Date: Wed, 19 May 2021 16:04:26 +0800 Message-ID: <20210519080436.18975-1-jamin_lin@aspeedtech.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [192.168.100.253] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 14J7q2pj033695 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210519_090609_682747_E51D6356 X-CRM114-Status: UNSURE ( 7.68 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Jamin Lin (3): i2c: aspeed: avoid new registers definition of AST2600 ARM: dts: aspeed: Add node for AST2600 I2C dt-bindings: aspeed-i2c: Convert txt to yaml format .../devicetree/bindings/i2c/aspeed,i2c.yaml | 89 +++++++++++++++++++ .../devicetree/bindings/i2c/i2c-aspeed.txt | 49 ---------- arch/arm/boot/dts/aspeed-g6.dtsi | 8 ++ drivers/i2c/busses/i2c-aspeed.c | 22 +++++ 4 files changed, 119 insertions(+), 49 deletions(-) create mode 100644 Documentation/devicetree/bindings/i2c/aspeed,i2c.yaml delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-aspeed.txt -- 2.17.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel