From patchwork Fri Nov 9 11:14:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vignesh Raghavendra X-Patchwork-Id: 10675753 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DA44714BD for ; Fri, 9 Nov 2018 11:13:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C973F2E672 for ; Fri, 9 Nov 2018 11:13:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BB01F2E675; Fri, 9 Nov 2018 11:13:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4E6482E672 for ; Fri, 9 Nov 2018 11:13:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727691AbeKIUxv (ORCPT ); Fri, 9 Nov 2018 15:53:51 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:55848 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727537AbeKIUxv (ORCPT ); Fri, 9 Nov 2018 15:53:51 -0500 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id wA9BDbNB030515; Fri, 9 Nov 2018 05:13:37 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1541762017; bh=JD3S5YoX56fWzT9JYTJJH+IEcsklecyl4i5Ly01f7i0=; h=From:To:CC:Subject:Date; b=s5GVcjhrO6ADgc0h++Fh/KtIolhoAGSZNa2OSuFfvDT09qQny0OZMmiddfUCV96Fi 9XFKEa9GR4aYDbkbLrgIbPj73XDCvtXWOp6dTGKcd1xFr0WAXI8O4NDwpyg513081Z bDTC/TyX3zTBqfNAdVbrtaS5VbJbiIy835i6G4ew= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id wA9BDbji124343 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 9 Nov 2018 05:13:37 -0600 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Fri, 9 Nov 2018 05:13:37 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE107.ent.ti.com (10.64.6.28) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Fri, 9 Nov 2018 05:13:37 -0600 Received: from a0132425.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id wA9BDYs8028715; Fri, 9 Nov 2018 05:13:34 -0600 From: Vignesh R To: Vignesh R CC: Rob Herring , , , , , Tony Lindgren , Grygorii Strashko Subject: [PATCH v4 0/3] i2c-omap: Enable i2c-omap driver for AM654 SoCs Date: Fri, 9 Nov 2018 16:44:09 +0530 Message-ID: <20181109111412.24777-1-vigneshr@ti.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Couple of patches to enable i2c-omap driver to be used with TI's new AM654 platforms. v4: Add maintainer tag instead of reviewer in patch 3/3. v3: Rebase onto v4.20-rc1 Collect Reviewed-by's on v2 Add a patch to MAINTAINERS for i2c-omap.c Vignesh R (3): dt-bindings: i2c-omap: Add new compatible for AM654 SoCs i2c: busses: Kconfig: Enable I2C_OMAP for ARCH_K3 MAINTAINERS: Add entry for i2c-omap driver Documentation/devicetree/bindings/i2c/i2c-omap.txt | 8 ++++++-- MAINTAINERS | 8 ++++++++ drivers/i2c/busses/Kconfig | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-)