From patchwork Tue Aug 20 22:09:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 11104733 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 9796E1395 for ; Tue, 20 Aug 2019 22:09:39 +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 29A4C206DD for ; Tue, 20 Aug 2019 22:09:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="YAL6v2wF" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 29A4C206DD 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+375+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Tue, 20 Aug 2019 15:09:37 -0700 X-Received: by mail.kernel.org (Postfix) id 5AB782332B; Tue, 20 Aug 2019 22:09:37 +0000 (UTC) X-Received: from mail-pl1-f196.google.com (mail-pl1-f196.google.com [209.85.214.196]) (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 B8AED2332A for ; Tue, 20 Aug 2019 22:09:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B8AED2332A X-Received: by mail-pl1-f196.google.com with SMTP id h3so157660pls.7 for ; Tue, 20 Aug 2019 15:09:36 -0700 (PDT) X-Gm-Message-State: APjAAAUOn1Hz94+N0qHxBe6KQc8Y35P83IlYUEirUxjU8P8kEriXNNKA ci5E8rTW1IRmrmAsB6XJSG5+Hy+5U61U1Q== X-Google-Smtp-Source: APXvYqx+exvuKlRtKstwzBSiyX45b6qKjbX4+BXTlapPfsLzcIfn1g0wmFs8d9jUyUdkYue1Uoy7Ug== X-Received: by 2002:a17:902:8302:: with SMTP id bd2mr30960794plb.9.1566338976104; Tue, 20 Aug 2019 15:09:36 -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 y16sm27648225pfc.36.2019.08.20.15.09.35 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 20 Aug 2019 15:09:35 -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: driver updates for v5.4 Date: Tue, 20 Aug 2019 15:09:34 -0700 Message-ID: <7h7e77cwv5.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=1566338978; bh=GHROdRlefybQtwx40s+fY3/ZQN982iWnQN9WZq18o3c=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=YAL6v2wFXLTVXin0bJHBgejzFbK9x76nQRiBX+bfgN13rbwbJiM8VK+Y0meJfQse9d1 SXkvxtWn4xXNommZEDhvtDBmW5g5g521+16jfoOyWNs4vUNU9S733ZQ2PrSZ1fuI4jz3Y WwltUWMF/Hw+DqmB8zV4p31f+QBDiV8Mtm0= The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers for you to fetch changes up to 49ed86f503be80aac158a567c4cfd31cf1cd181e: soc: amlogic: meson-gx-socinfo: Add of_node_put() before return (2019-08-20 14:53:33 -0700) ---------------------------------------------------------------- soc: amlogic: driver updates for v5.4 Highlights - clk-measure: support new S905X3 and A311D SoCs - socinfo: support new S905X3 and A311D SoCs ---------------------------------------------------------------- Christian Hewitt (1): soc: amlogic: meson-gx-socinfo: add A311D id Neil Armstrong (5): soc: amlogic: meson-clk-measure: protect measure with a mutex soc: amlogic: meson-clk-measure: add G12B second cluster cpu clk soc: amlogic: meson-gx-socinfo: Add SM1 and S905X3 IDs dt-bindings: soc: amlogic: clk-measure: Add SM1 compatible soc: amlogic: clk-measure: Add support for SM1 Nishka Dasgupta (1): soc: amlogic: meson-gx-socinfo: Add of_node_put() before return Documentation/devicetree/bindings/soc/amlogic/clk-measure.txt | 1 + drivers/soc/amlogic/meson-clk-measure.c | 148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- drivers/soc/amlogic/meson-gx-socinfo.c | 7 ++++- 3 files changed, 154 insertions(+), 2 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#375): https://linux.kernel.org/g/patchwork-soc/message/375 Mute This Topic: https://linux.kernel.org/mt/32972361/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] -=-=-=-=-=-=-=-=-=-=-=-