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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 01947C83008 for ; Tue, 28 Apr 2020 12:48:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D5ABD206D9 for ; Tue, 28 Apr 2020 12:48:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726877AbgD1Msa (ORCPT ); Tue, 28 Apr 2020 08:48:30 -0400 Received: from mga05.intel.com ([192.55.52.43]:16155 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726620AbgD1Ms3 (ORCPT ); Tue, 28 Apr 2020 08:48:29 -0400 IronPort-SDR: frzY7PeL0lwc/Fy6ueZHWuZK4gGyeLdw6ZU51oVaOISklbKlQBRvo7YlnouO9HlM5lPPZgjOQp 7T46iRqOpiqg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2020 05:48:28 -0700 IronPort-SDR: Z6HWDOLjjHowLabIxkbwfY0Q9JgW7Nm7J2HaRF6lvI3Cx2TF1ufN6CXUvV7fWs7gyUl5moZXMA 76qS05kQmiAQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,327,1583222400"; d="scan'208";a="257603079" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga003.jf.intel.com with ESMTP; 28 Apr 2020 05:48:23 -0700 Received: from andy by smile with local (Exim 4.93) (envelope-from ) id 1jTPez-003YmH-Dr; Tue, 28 Apr 2020 15:48:25 +0300 Date: Tue, 28 Apr 2020 15:48:25 +0300 From: Andy Shevchenko To: Michael Walle Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-pwm@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linus Walleij , Bartosz Golaszewski , Rob Herring , Jean Delvare , Guenter Roeck , Lee Jones , Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Wim Van Sebroeck , Shawn Guo , Li Yang , Thomas Gleixner , Jason Cooper , Marc Zyngier , Mark Brown , Greg Kroah-Hartman Subject: Re: [PATCH v3 04/16] dt-bindings: mfd: Add bindings for sl28cpld Message-ID: <20200428124825.GT185537@smile.fi.intel.com> References: <20200423174543.17161-1-michael@walle.cc> <20200423174543.17161-5-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200423174543.17161-5-michael@walle.cc> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org On Thu, Apr 23, 2020 at 07:45:31PM +0200, Michael Walle wrote: > This adds device tree bindings for the board management controller found > on the Kontron SMARC-sAL28 board. I think it should be independent patches (same way as you do for drivers). > .../bindings/gpio/kontron,sl28cpld-gpio.yaml | 51 ++++++ > .../hwmon/kontron,sl28cpld-hwmon.yaml | 27 +++ > .../bindings/mfd/kontron,sl28cpld.yaml | 162 ++++++++++++++++++ > .../bindings/pwm/kontron,sl28cpld-pwm.yaml | 35 ++++ > .../watchdog/kontron,sl28cpld-wdt.yaml | 35 ++++ -- With Best Regards, Andy Shevchenko From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Subject: Re: [PATCH v3 04/16] dt-bindings: mfd: Add bindings for sl28cpld Date: Tue, 28 Apr 2020 15:48:25 +0300 Message-ID: <20200428124825.GT185537@smile.fi.intel.com> References: <20200423174543.17161-1-michael@walle.cc> <20200423174543.17161-5-michael@walle.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20200423174543.17161-5-michael@walle.cc> Sender: linux-gpio-owner@vger.kernel.org To: Michael Walle Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-pwm@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linus Walleij , Bartosz Golaszewski , Rob Herring , Jean Delvare , Guenter Roeck , Lee Jones , Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Wim Van Sebroeck , Shawn Guo , Li Yang , Thomas Gleixner , Jason Cooper , Marc Zyngier List-Id: linux-pwm@vger.kernel.org On Thu, Apr 23, 2020 at 07:45:31PM +0200, Michael Walle wrote: > This adds device tree bindings for the board management controller found > on the Kontron SMARC-sAL28 board. I think it should be independent patches (same way as you do for drivers). > .../bindings/gpio/kontron,sl28cpld-gpio.yaml | 51 ++++++ > .../hwmon/kontron,sl28cpld-hwmon.yaml | 27 +++ > .../bindings/mfd/kontron,sl28cpld.yaml | 162 ++++++++++++++++++ > .../bindings/pwm/kontron,sl28cpld-pwm.yaml | 35 ++++ > .../watchdog/kontron,sl28cpld-wdt.yaml | 35 ++++ -- With Best Regards, Andy Shevchenko 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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 3D126C83006 for ; Tue, 28 Apr 2020 12:48:33 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 1369C206D9 for ; Tue, 28 Apr 2020 12:48:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="MHKRmQSQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1369C206D9 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=872a3kicz62ROblAJhScexF3luul6TOoT/d3gmNURsw=; b=MHKRmQSQ7+Gf2b j28SXDPhkMb045aiJK75saG3bSqGkt2eeaLxwEdqJFtuTsps8dLwZD67Oo1WryvoqerQbWAibtWmo yQTEUQqbWk1dmV1zwEYiXD7lyDNVLQRUnNOyWwyV4dk5RwJEr0jiLVaoWrWD4pr3VIz+8sib0+UOe N+xwJ7SOs8ct4YDn5UuRyNfCkUdlcATaEpof8hi23LG9Rhwcrksyf1FicxyrTWH4DSvLYe6R/BF9v w3vA+60VFjJSshPZAFlKfaExOTzbVf8liKlP4xewoKlxTX9l5S5PP9YxtUFzbf5YFzrWa0BWjxRY5 TVG80bX/KlaXBVjLNpMg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jTPf6-0000df-8Q; Tue, 28 Apr 2020 12:48:32 +0000 Received: from mga01.intel.com ([192.55.52.88]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jTPf3-0000co-M4 for linux-arm-kernel@lists.infradead.org; Tue, 28 Apr 2020 12:48:30 +0000 IronPort-SDR: Y1t713FM18oY1+RlzN1WU7wNVCfLKpZQYJCPMnQWN1wqRgYM85HIAXp2VbdgKSp5Lu9vm+si6C 9I7fsGkiRzCw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2020 05:48:28 -0700 IronPort-SDR: Z6HWDOLjjHowLabIxkbwfY0Q9JgW7Nm7J2HaRF6lvI3Cx2TF1ufN6CXUvV7fWs7gyUl5moZXMA 76qS05kQmiAQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,327,1583222400"; d="scan'208";a="257603079" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga003.jf.intel.com with ESMTP; 28 Apr 2020 05:48:23 -0700 Received: from andy by smile with local (Exim 4.93) (envelope-from ) id 1jTPez-003YmH-Dr; Tue, 28 Apr 2020 15:48:25 +0300 Date: Tue, 28 Apr 2020 15:48:25 +0300 From: Andy Shevchenko To: Michael Walle Subject: Re: [PATCH v3 04/16] dt-bindings: mfd: Add bindings for sl28cpld Message-ID: <20200428124825.GT185537@smile.fi.intel.com> References: <20200423174543.17161-1-michael@walle.cc> <20200423174543.17161-5-michael@walle.cc> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200423174543.17161-5-michael@walle.cc> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200428_054829_729387_6D95D974 X-CRM114-Status: GOOD ( 10.07 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Linus Walleij , Thierry Reding , Lee Jones , Jason Cooper , Marc Zyngier , Bartosz Golaszewski , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Guenter Roeck , linux-pwm@vger.kernel.org, Jean Delvare , linux-watchdog@vger.kernel.org, linux-gpio@vger.kernel.org, Mark Brown , Thomas Gleixner , Wim Van Sebroeck , linux-arm-kernel@lists.infradead.org, linux-hwmon@vger.kernel.org, Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Li Yang , Rob Herring , Shawn Guo Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Apr 23, 2020 at 07:45:31PM +0200, Michael Walle wrote: > This adds device tree bindings for the board management controller found > on the Kontron SMARC-sAL28 board. I think it should be independent patches (same way as you do for drivers). > .../bindings/gpio/kontron,sl28cpld-gpio.yaml | 51 ++++++ > .../hwmon/kontron,sl28cpld-hwmon.yaml | 27 +++ > .../bindings/mfd/kontron,sl28cpld.yaml | 162 ++++++++++++++++++ > .../bindings/pwm/kontron,sl28cpld-pwm.yaml | 35 ++++ > .../watchdog/kontron,sl28cpld-wdt.yaml | 35 ++++ -- With Best Regards, Andy Shevchenko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel