From patchwork Thu Aug 29 18:24:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 11122205 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 1105714D5 for ; Thu, 29 Aug 2019 18:24:21 +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 ABADF21874 for ; Thu, 29 Aug 2019 18:24:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="PtVgE6ga" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ABADF21874 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=baylibre.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+436+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Thu, 29 Aug 2019 11:24:19 -0700 X-Received: by mail.kernel.org (Postfix) id C7FD223403; Thu, 29 Aug 2019 18:24:18 +0000 (UTC) X-Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com [209.85.210.195]) (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 13EFB2166E for ; Thu, 29 Aug 2019 18:24:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 13EFB2166E X-Received: by mail-pf1-f195.google.com with SMTP id w2so2630180pfi.3 for ; Thu, 29 Aug 2019 11:24:17 -0700 (PDT) X-Gm-Message-State: APjAAAWY6gcqNMDAkw2bEmFOfFqq8zC4bBfdwBv3h0fi0sJM6k7iEgZu hUfnhUDW+qn1D+w3qs7yVlLtWg== X-Google-Smtp-Source: APXvYqwH+UIQhuRbxOMBnd8qQApV9VOs77sGU34ir4MxAx2J7e6YOZb4a3pxMmPml6VsnvGFjh73SA== X-Received: by 2002:a63:f118:: with SMTP id f24mr9841753pgi.322.1567103057410; Thu, 29 Aug 2019 11:24:17 -0700 (PDT) X-Received: from localhost (c-71-197-186-152.hsd1.wa.comcast.net. [71.197.186.152]) by smtp.gmail.com with ESMTPSA id 15sm3859625pfh.188.2019.08.29.11.24.16 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 29 Aug 2019 11:24:16 -0700 (PDT) From: Kevin Hilman To: Linuxkernel+Patchwork-Soc via Email Integration Cc: linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] soc: amlogic: updates for v5.4 (round 2) Date: Thu, 29 Aug 2019 11:24:16 -0700 Message-ID: <7ho907rfsf.fsf@baylibre.com> MIME-Version: 1.0 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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1567103060; bh=2dX2qW/uzQljhb/if0+XleKcYuY7g8s+zSu752NTX7k=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=PtVgE6gav9EX55YNT897IlYyjTetDvk4c0NxjEJsMr0Ox82iVXvZ2Y/BA8e4J5uM7SP 3EXce1/oCpp62+L13Ylb/ki2r6/4FIV5MEEwEMZfD8pnDSqsL9PMoEW12xjCZzMDcJw+K hK3TVY5jOaO9Gc6E1+FwtO6XfXIKM2R1knk= The following changes since commit 49ed86f503be80aac158a567c4cfd31cf1cd181e: soc: amlogic: meson-gx-socinfo: Add of_node_put() before return (2019-08-20 14:53:33 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers-2 for you to fetch changes up to eef3c2ba0a42a6aa709828e968b64bd11f4aeb19: soc: amlogic: Add support for Everything-Else power domains controller (2019-08-28 14:29:37 -0700) ---------------------------------------------------------------- soc: amlogic: updates for v5.4 (round 2) - add power domain controller ---------------------------------------------------------------- Neil Armstrong (1): soc: amlogic: Add support for Everything-Else power domains controller drivers/soc/amlogic/Kconfig | 11 +++ drivers/soc/amlogic/Makefile | 1 + drivers/soc/amlogic/meson-ee-pwrc.c | 492 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 504 insertions(+) create mode 100644 drivers/soc/amlogic/meson-ee-pwrc.c -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#436): https://linux.kernel.org/g/patchwork-soc/message/436 Mute This Topic: https://linux.kernel.org/mt/33071478/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] -=-=-=-=-=-=-=-=-=-=-=-