From patchwork Mon Nov 11 00:35:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 11236341 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 E913115AB for ; Mon, 11 Nov 2019 00:35:14 +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 7DB95206DF for ; Mon, 11 Nov 2019 00:35:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="TeDcBOwk" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7DB95206DF 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+872+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id aaaaYY1556264xaaaaaaaaaa; Sun, 10 Nov 2019 16:35:14 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web10.6346.1573432513244031994 for ; Sun, 10 Nov 2019 16:35:13 -0800 X-Received: by mail.kernel.org (Postfix) id B8E2F2080F; Mon, 11 Nov 2019 00:35:12 +0000 (UTC) X-Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.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 076BA206DF for ; Mon, 11 Nov 2019 00:35:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 076BA206DF X-Received: by mail-pf1-f196.google.com with SMTP id 193so9402202pfc.13 for ; Sun, 10 Nov 2019 16:35:11 -0800 (PST) X-Gm-Message-State: aaaaaaaaaaaaaaaaaaaaaaaax1554929AA= X-Google-Smtp-Source: APXvYqzphW5yoF8c9ArzqIBLhXJz8xl7kLt2GySGU5GViL8HOQ9POZ83Zzl9WPmPuFdongVoUPEOKQ== X-Received: by 2002:a62:770d:: with SMTP id s13mr26871073pfc.239.1573432511177; Sun, 10 Nov 2019 16:35:11 -0800 (PST) X-Received: from localhost ([2601:602:9200:a1a5:7c60:912:1380:6df8]) by smtp.gmail.com with ESMTPSA id l24sm11946947pff.151.2019.11.10.16.35.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 10 Nov 2019 16:35:10 -0800 (PST) From: Kevin Hilman To: Linuxkernel+Patchwork-Soc via Email Integration Cc: linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org Subject: [GIT PULL] soc: amlogic: updates for v5.5 Date: Mon, 11 Nov 2019 01:35:08 +0100 Message-ID: <7hftivs11f.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=1573432514; bh=jHc86VSTBu6ipH671p2oT/4cUOtTpXChZV3mI7TZdb0=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=TeDcBOwk2Po0z5HfFwECC2s8ddMB1Z6GHvYMOfjVwna4KUGdUjreNvFOANAwzRFSLsV CiZroe18Xio5K6ywCdbUuF/rslKFU8HVraZ6JM/QZuIjrztJK6Q6n8U4wYlLtnK9r0G99 DWztxSrN5rSvBHCOSfRHE3/jotGGMZ6FtCM= The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -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 fdfc6997bd083acd066db99792694fa8a31a6cac: soc: amlogic: meson-gx-socinfo: Fix S905D3 ID for VIM3L (2019-11-06 11:12:58 -0800) ---------------------------------------------------------------- soc: amlogic: updates for v5.5 Highlights - socinfo: more SoC IDs - firmware: misc secure-monitor cleanups ---------------------------------------------------------------- Andy Shevchenko (1): firmware: meson_sm: use %*ph to print small buffer Carlo Caione (3): firmware: meson_sm: Mark chip struct as static const nvmem: meson-efuse: bindings: Add secure-monitor phandle firmware: meson_sm: Rework driver as a proper platform driver Christian Hewitt (2): soc: amlogic: meson-gx-socinfo: Add S905X3 ID for VIM3L soc: amlogic: meson-gx-socinfo: Fix S905D3 ID for VIM3L Jianxin Pan (1): soc: amlogic: meson-gx-socinfo: Add A1 and A113L IDs Documentation/devicetree/bindings/nvmem/amlogic-efuse.txt | 6 +++++ drivers/firmware/meson/meson_sm.c | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------- drivers/nvmem/meson-efuse.c | 24 +++++++++++++++++--- drivers/soc/amlogic/meson-gx-socinfo.c | 3 +++ include/linux/firmware/meson/meson_sm.h | 15 ++++++++----- 5 files changed, 105 insertions(+), 53 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#872): https://linux.kernel.org/g/patchwork-soc/message/872 Mute This Topic: https://linux.kernel.org/mt/51741023/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] -=-=-=-=-=-=-=-=-=-=-=-