From patchwork Mon Feb 17 09:09:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philipp Zabel X-Patchwork-Id: 11385845 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 86417138D for ; Mon, 17 Feb 2020 09:09:51 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 194F020725 for ; Mon, 17 Feb 2020 09:09:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="WrM0lxFI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 194F020725 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1397+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id j3hwYY1556264x49dYSDGNdy; Mon, 17 Feb 2020 01:09:50 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web12.6420.1581930589954372208 for ; Mon, 17 Feb 2020 01:09:50 -0800 X-Received: by mail.kernel.org (Postfix) id 7C26920726; Mon, 17 Feb 2020 09:09:49 +0000 (UTC) X-Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [85.220.165.71]) (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 48B642067D for ; Mon, 17 Feb 2020 09:09:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 48B642067D X-Received: from lupine.hi.pengutronix.de ([2001:67c:670:100:3ad5:47ff:feaf:1a17] helo=lupine) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j3cPT-0002hV-JX; Mon, 17 Feb 2020 10:09:47 +0100 X-Received: from pza by lupine with local (Exim 4.92) (envelope-from ) id 1j3cPT-0005Ky-BP; Mon, 17 Feb 2020 10:09:47 +0100 Message-ID: Subject: [GIT PULL] Reset controller fixes for v5.6 From: Philipp Zabel To: Linuxkernel+Patchwork-Soc via Email Integration Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de Date: Mon, 17 Feb 2020 10:09:47 +0100 User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:3ad5:47ff:feaf:1a17 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: soc@kernel.org Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: 6PdcAnAzKnMHtM4ICuKVC6NEx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1581930590; bh=3kFAUSmwI3tGXiwufbKTBDKPrE9RXZDIswdIUSszWMU=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=WrM0lxFI4i9MxkRc8nJXdZWoXWRj3SluBu5qvzIcUKmy7FSxLZCQ1468r0BwBq+BD4j sO6+ftj0A83xPXMj9m+sDTNy4EO36v9ej6tMYrGae/ox84P17RdKslkBvBm6GwhQo3sz6 XfQ3HrBKsMdNBDtSe72riHL2ZskVXJqZODI= Dear SoC maintainers, The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.pengutronix.de/git/pza/linux.git tags/reset-fixes-for-v5.6 for you to fetch changes up to b460e0a9e2404450a0cc4c5e6476483d6cda1b26: reset: intel: add unspecified HAS_IOMEM dependency (2020-02-10 11:11:55 +0100) ---------------------------------------------------------------- Reset controller fixes for v5.6 Fix the intel,rcu-gw binding schema for the intel,global-reset property, fix whitespace in the MAINTAINERS keyword entry, and add missing CONFIG_HAS_IOMEM dependency to CONFIG_RESET_INTEL_GW and CONFIG_RESET_BRCMSTB_RESCAL. ---------------------------------------------------------------- Brendan Higgins (2): reset: brcmstb-rescal: add unspecified HAS_IOMEM dependency reset: intel: add unspecified HAS_IOMEM dependency Lukas Bulwahn (1): MAINTAINERS: fix style in RESET CONTROLLER FRAMEWORK Rob Herring (1): dt-bindings: reset: intel,rcu-gw: Fix intel,global-reset schema Documentation/devicetree/bindings/reset/intel,rcu-gw.yaml | 6 +++++- MAINTAINERS | 2 +- drivers/reset/Kconfig | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1397): https://linux.kernel.org/g/patchwork-soc/message/1397 Mute This Topic: https://linux.kernel.org/mt/71346087/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-