From patchwork Tue Nov 12 22:59:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leo Li X-Patchwork-Id: 11240343 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 DEBC81709 for ; Tue, 12 Nov 2019 22:59:59 +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 93AF22196E for ; Tue, 12 Nov 2019 22:59:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="jyHC/3Qi" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 93AF22196E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nxp.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+891+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id BJ6MYY1556264xCoCZNt3x43; Tue, 12 Nov 2019 14:59:59 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web12.675.1573599598848735483 for ; Tue, 12 Nov 2019 14:59:58 -0800 X-Received: by mail.kernel.org (Postfix) id 5C69921A49; Tue, 12 Nov 2019 22:59:58 +0000 (UTC) X-Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) (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 029C621783; Tue, 12 Nov 2019 22:59:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 029C621783 X-Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 4DF681A0A61; Tue, 12 Nov 2019 23:59:56 +0100 (CET) X-Received: from smtp.na-rdc02.nxp.com (usphx01srsp001v.us-phx01.nxp.com [134.27.49.11]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 14F9E1A07FB; Tue, 12 Nov 2019 23:59:56 +0100 (CET) X-Received: from right.am.freescale.net (right.am.freescale.net [10.81.116.70]) by usphx01srsp001v.us-phx01.nxp.com (Postfix) with ESMTP id 5646840CB6; Tue, 12 Nov 2019 15:59:55 -0700 (MST) From: Li Yang To: Linuxkernel+Patchwork-Soc via Email Integration Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, shawnguo@kernel.org Subject: [GIT PULL] updates to soc/fsl drivers for next(v5.5) Date: Tue, 12 Nov 2019 16:59:55 -0600 Message-Id: <1573599595-31411-1-git-send-email-leoyang.li@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP 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: uOsggktI5PcGdjGnqKsKrYqVx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1573599599; bh=w4sRh1Id9IRm8SLqOgHm1H5B3BIUlvEXZdL/uAI/3fk=; h=Cc:Date:From:Reply-To:Subject:To; b=jyHC/3Qi9HFD4swFbTQb3fzbuNm7VpYmqWfp1Y3EyWoF0XD6EtDrij2mKQVzbb2jBL4 Ss2lITtVp7ncToWRYH9HcuNAirAvMmtWLUCp/bnCu9H5LcqeVd4DUjv/cKba9zp58si03 +hJM6Auy2tNKKMlhJDgiNMCUqxPHxPHb44g= Hi arm-soc maintainers, Please find the pull request for a new NXP/FSL SoC driver to support system wakeup with RCPM IP. Regards, Leo The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v5.5 for you to fetch changes up to 3b8db0348c503823fb09b5f304b196c3362754ea: soc: fsl: add RCPM driver (2019-11-12 15:26:05 -0600) ---------------------------------------------------------------- NXP/FSL SoC driver updates for v5.5 RCPM driver for ARM SoCs - add RCPM driver to manage the wakeup devices for QorIQ ARM SoCs (HW low power states are supported in PSCI firmware) - add API to PM wakeup framework to retrieve wakeup sources ---------------------------------------------------------------- Ran Wang (3): PM: wakeup: Add routine to help fetch wakeup source object. dt-bindings: fsl: rcpm: Add 'little-endian' and update Chassis definition soc: fsl: add RCPM driver Documentation/devicetree/bindings/soc/fsl/rcpm.txt | 14 +- drivers/base/power/wakeup.c | 54 ++++++++ drivers/soc/fsl/Kconfig | 10 ++ drivers/soc/fsl/Makefile | 1 + drivers/soc/fsl/rcpm.c | 151 +++++++++++++++++++++ include/linux/pm_wakeup.h | 9 ++ 6 files changed, 235 insertions(+), 4 deletions(-) create mode 100644 drivers/soc/fsl/rcpm.c -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#891): https://linux.kernel.org/g/patchwork-soc/message/891 Mute This Topic: https://linux.kernel.org/mt/54794357/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] -=-=-=-=-=-=-=-=-=-=-=-