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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10274C00140 for ; Fri, 5 Aug 2022 06:44:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235843AbiHEGoR (ORCPT ); Fri, 5 Aug 2022 02:44:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235305AbiHEGoQ (ORCPT ); Fri, 5 Aug 2022 02:44:16 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B561A72EF3; Thu, 4 Aug 2022 23:44:15 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 2756i746089741; Fri, 5 Aug 2022 01:44:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1659681847; bh=NbN5ZatZ9hEF4yiwVQsDazWp0tE/VwWe3Ve57SMPHRE=; h=From:To:CC:Subject:Date; b=p1G0WHr0J/3pRMeJ/Wyznmsm2sPNGKUY3hPcQXKLuJzN28VUudAfHEdjHlaBHYMrh JW4n1oIbV/K2BdXJlfR95XuGR/nhz3iG/IOt5NZetNVhORPwY4xcQwxlzyS+ynYsZz 7T0FuEKKlVScc2Jvg2FrKbn2NU60+YjNyiAMqDDc= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 2756i7k8021649 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 5 Aug 2022 01:44:07 -0500 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 5 Aug 2022 01:44:06 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Fri, 5 Aug 2022 01:44:06 -0500 Received: from localhost.localdomain (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 2756hvND086657; Fri, 5 Aug 2022 01:44:00 -0500 From: Matt Ranostay To: , CC: , , , , Matt Ranostay Subject: [PATCH 0/4] mfd: add tps6594x support for j7200 platform Date: Thu, 4 Aug 2022 23:43:48 -0700 Message-ID: <20220805064352.793918-1-mranostay@ti.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org This patchset series adds support for the TPS6594x PMIC along with initial support for its RTC, and poweroff sequence. Additionally, add usage of the PMIC for the J7200 platform's device tree. Keerthy (3): MFD: TPS6594x: Add new mfd device for TPS6594x PMIC rtc: rtc-tps6594x: Add support for TPS6594X PMIC RTC arm64: dts: ti: k3-j7200-common-proc-board: Add TPS6594x PMIC node Matt Ranostay (1): Documentation: tps6594x: Add DT bindings for the TPS6594x PMIC .../devicetree/bindings/mfd/ti,tps6594x.yaml | 53 +++++ .../dts/ti/k3-j7200-common-proc-board.dts | 16 ++ drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile | 1 + drivers/mfd/tps6594x.c | 106 ++++++++++ drivers/rtc/Kconfig | 10 + drivers/rtc/Makefile | 1 + drivers/rtc/rtc-tps6594x.c | 181 ++++++++++++++++++ include/linux/mfd/tps6594x.h | 66 +++++++ 9 files changed, 448 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/ti,tps6594x.yaml create mode 100644 drivers/mfd/tps6594x.c create mode 100644 drivers/rtc/rtc-tps6594x.c create mode 100644 include/linux/mfd/tps6594x.h -- 2.36.1 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 281B7C00140 for ; Fri, 5 Aug 2022 06:45:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; 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=lahWXgGkf3EyTEbTxJ4xH4m2xm6zA883MHCrN2H43nU=; b=A57GfFfQJrCvwr +xe2uq87cvWxskGD0n59HCjiud3H9qsAc6hNbZeGLSRZmILBba1RB21K/hXAmTApAIYtR5iZe+JkC i4+zSsC8AaWi6DfkR6pdI3mYKQZWG0A6iUVwHqbxCbz6edI5SVWbKJ2Htn/teJkuwCMBlV9iaikse DcWq2O2ZqllqsX6c/wErMWQVbtt/5eDLrcEM3a4fb3Euf7SB2Aoj15TP373Hkzl3v2DMW7u76Rdhf ulpZHAKSQL5YYbJlD0E7oUqaP0bOb+gojDNLzGW94/tAT8BH/6ZWItBOc2BeRNytfgMeSRY34L4J9 MQBq9yhtm7UFiH8xgZUA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oJr4B-00CTuy-Kz; Fri, 05 Aug 2022 06:44:15 +0000 Received: from fllv0015.ext.ti.com ([198.47.19.141]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oJr48-00CTs5-Vo for linux-arm-kernel@lists.infradead.org; Fri, 05 Aug 2022 06:44:14 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 2756i746089741; Fri, 5 Aug 2022 01:44:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1659681847; bh=NbN5ZatZ9hEF4yiwVQsDazWp0tE/VwWe3Ve57SMPHRE=; h=From:To:CC:Subject:Date; b=p1G0WHr0J/3pRMeJ/Wyznmsm2sPNGKUY3hPcQXKLuJzN28VUudAfHEdjHlaBHYMrh JW4n1oIbV/K2BdXJlfR95XuGR/nhz3iG/IOt5NZetNVhORPwY4xcQwxlzyS+ynYsZz 7T0FuEKKlVScc2Jvg2FrKbn2NU60+YjNyiAMqDDc= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 2756i7k8021649 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 5 Aug 2022 01:44:07 -0500 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 5 Aug 2022 01:44:06 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Fri, 5 Aug 2022 01:44:06 -0500 Received: from localhost.localdomain (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 2756hvND086657; Fri, 5 Aug 2022 01:44:00 -0500 From: Matt Ranostay To: , CC: , , , , Matt Ranostay Subject: [PATCH 0/4] mfd: add tps6594x support for j7200 platform Date: Thu, 4 Aug 2022 23:43:48 -0700 Message-ID: <20220805064352.793918-1-mranostay@ti.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220804_234413_102631_807D7286 X-CRM114-Status: GOOD ( 12.11 ) 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 This patchset series adds support for the TPS6594x PMIC along with initial support for its RTC, and poweroff sequence. Additionally, add usage of the PMIC for the J7200 platform's device tree. Keerthy (3): MFD: TPS6594x: Add new mfd device for TPS6594x PMIC rtc: rtc-tps6594x: Add support for TPS6594X PMIC RTC arm64: dts: ti: k3-j7200-common-proc-board: Add TPS6594x PMIC node Matt Ranostay (1): Documentation: tps6594x: Add DT bindings for the TPS6594x PMIC .../devicetree/bindings/mfd/ti,tps6594x.yaml | 53 +++++ .../dts/ti/k3-j7200-common-proc-board.dts | 16 ++ drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile | 1 + drivers/mfd/tps6594x.c | 106 ++++++++++ drivers/rtc/Kconfig | 10 + drivers/rtc/Makefile | 1 + drivers/rtc/rtc-tps6594x.c | 181 ++++++++++++++++++ include/linux/mfd/tps6594x.h | 66 +++++++ 9 files changed, 448 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/ti,tps6594x.yaml create mode 100644 drivers/mfd/tps6594x.c create mode 100644 drivers/rtc/rtc-tps6594x.c create mode 100644 include/linux/mfd/tps6594x.h -- 2.36.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel