From patchwork Wed Dec 4 13:07:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 1204169 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="H2vJTmLC"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 47SfKX20pDz9sP6 for ; Thu, 5 Dec 2019 00:08:00 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727469AbfLDNH6 (ORCPT ); Wed, 4 Dec 2019 08:07:58 -0500 Received: from mail-wr1-f68.google.com ([209.85.221.68]:40868 "EHLO mail-wr1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726215AbfLDNH6 (ORCPT ); Wed, 4 Dec 2019 08:07:58 -0500 Received: by mail-wr1-f68.google.com with SMTP id c14so8501223wrn.7 for ; Wed, 04 Dec 2019 05:07:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ux9tITRTJ/K/Qnf2cowWRV/QtrytZWRzAJVLhfRd3HA=; b=H2vJTmLCRg2B0vAzcRnFW5l2kcMe9ZMiQmW5lSSXLYs7Gx4zo7g/CsiWsPVgaI1ilc wv6bo29fewcdSfV2DAK2WxXKCHV9l6ctdgVbwh4EYnhCJx+rFEnyaMv1oqLIC188qnCy d+mej9AsTPL5YF58v6Oc+2ZVG87ok5n+pieT4ovQe5nX34nYv953Rn6Rm0ksOpZYCnfX TLvGpWSpLbkGnqajZZBvdYY5UnEWCxsNv83U0S13lwvJAN3rzuXF+FS/HlQlJKZGviYa mXKM743d4bTzt2PskNL+QIY21IMCasjcSGJkFflrVQMX8ybMQYNwI7GPQt6nr853pmY/ WUjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=ux9tITRTJ/K/Qnf2cowWRV/QtrytZWRzAJVLhfRd3HA=; b=Vux860JM2uDef52WBO2zRWtGpOTXw9t2VXuKabrueV2/UTSQv6NZ/Qp4UUKqnBkzZs ebxG91kuYreXXSHSmX/QDreSDGNTek4n152S3MvvrdKsbbGxDP3YrXpwuibPREs9LpHK cEj2UMCg1yejm1MUI5XeOjo81LVDlF8qtYryKH1JXm9tgB33Z2cHw6sp823Y9wbsmmfW acRCSR2azlVK4s3/2ej4Y8AouEe0zn6mESWh5D43BmrHCQD5mcs/REJBC69dOgZ/ejgf TetsgqV8Z3nFilvKW61kjy3zMlvNcVOENtOmX6X7t/ddVrD+7ZicaMHLziq0S84hrBrw MxYg== X-Gm-Message-State: APjAAAWrXGwW3lVKDEjDj38Njmd39UrzmNTuxrtJVJNcn7Y6Q2NuDCi7 +4Bhme2uk2bDkaeoLTHZuLM= X-Google-Smtp-Source: APXvYqxK3JthT2l0Yj/2dZ39D1HZCIOxy5aGGbAOcYRAPyJaK6c8NE32tB2ZD42/xwsZEruZ3984xg== X-Received: by 2002:adf:dc0a:: with SMTP id t10mr3812995wri.138.1575464876303; Wed, 04 Dec 2019 05:07:56 -0800 (PST) Received: from localhost (pD9E518ED.dip0.t-ipconnect.de. [217.229.24.237]) by smtp.gmail.com with ESMTPSA id a14sm8520219wrx.81.2019.12.04.05.07.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Dec 2019 05:07:55 -0800 (PST) From: Thierry Reding To: soc@kernel.org, arm@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 1/3] memory: tegra: Fixes for v5.5-rc1 Date: Wed, 4 Dec 2019 14:07:51 +0100 Message-Id: <20191204130753.3614278-1-thierry.reding@gmail.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hi ARM SoC maintainers, The following changes since commit 141bef44e123c101c0da0443ab6b3cfa750f251a: memory: tegra: Consolidate registers definition into common header (2019-11-11 14:55:27 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.5-memory-fixes for you to fetch changes up to 030d2829f4c22e675e21904f32ab60f659174e72: memory: tegra30-emc: Fix panic on suspend (2019-11-18 13:54:40 +0100) Thanks, Thierry ---------------------------------------------------------------- memory: tegra: Fixes for v5.5-rc1 This contains a fix for a kernel panic that can occur on suspend if EMC timings are not available in device tree. ---------------------------------------------------------------- Dmitry Osipenko (1): memory: tegra30-emc: Fix panic on suspend drivers/memory/tegra/tegra30-emc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) From patchwork Wed Dec 4 13:07:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 1204171 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="got+vM/4"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 47SfKb15vTz9sR7 for ; Thu, 5 Dec 2019 00:08:03 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727635AbfLDNIC (ORCPT ); Wed, 4 Dec 2019 08:08:02 -0500 Received: from mail-wr1-f68.google.com ([209.85.221.68]:33378 "EHLO mail-wr1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726215AbfLDNIC (ORCPT ); Wed, 4 Dec 2019 08:08:02 -0500 Received: by mail-wr1-f68.google.com with SMTP id b6so8584693wrq.0 for ; Wed, 04 Dec 2019 05:08:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/7IM0fv40hADv5GE+ySNRZnxruCXkFYwzWNw9KugEzc=; b=got+vM/4BLEJka9KYKG+DGIsI8XOzl2yBzrtfBCGzw7DRektRkAeHZ1SPa/bo4z5Gx raFW4UYxTzvqz/svRpp+8QGW1I4uYlQdMYxbnTpszg7y0IywHPi6LUaF/Tw8e3snAxIV fX4xlq8FwN0tTikt4LW8yIWzBMt36MrqGCS19avhSQm8Qy7tD8+dg0SYekK40ju9EAuy kfg+ji/CjJA9Ik8OjQ27GG/NB0nWbA66Dja06Es6rjT+466Jrc1vJqFi69LKjyImAhZc sEFFNnrWEahjSuxO+oen/aGcE5SPTEUYmol2tFGMZ2B+6lGzwg3hX7fYbpS1bK0MbRAN X8AA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/7IM0fv40hADv5GE+ySNRZnxruCXkFYwzWNw9KugEzc=; b=KM5XPmNBYU0ky+ZYvYAHmId/h81tVWiWYX9u+c3Purf60Ot0T5+GoJTcWPDp7qElMx f3fAgxZE9ydte8xi0sO0N5bUV9t8gctsgWY6a3Ph3QM1bct5MHS2FF1FbQ2pC6wJXonF BRJVKmeZ3ilpRN8H1NxQfQI49f1M4xjyYGF44GJzESFd4hYSt2weAqEOQ/Sm5Dh3PgjF KvAL1VOVDKsymbc63YI1EjpcwVrlouoEOkO4P47An/OEXiV4qyzf9qZ0ZwDGXq5k1IdB LEwLMB6tl3emOiD9Xdk8HcG7feRDuVx+Jlw3a/F2c4EwYCm238jU/BVndXw4Y+bkPavA Ac1A== X-Gm-Message-State: APjAAAUAp0dUWupfUlFrFeNDTCELKBl6jK4nngD2IXI0vQTLyxBtoi5i iOpwVB8M/iiXhp4r5MnsW/8= X-Google-Smtp-Source: APXvYqx+JJ7wzKgp89nig0jYQ/8cLqpqZ6rH+Nv69b2Ijv114+lAuxQoETrAKA7GgMu0DqC17nE7xw== X-Received: by 2002:a5d:480b:: with SMTP id l11mr4057766wrq.129.1575464880292; Wed, 04 Dec 2019 05:08:00 -0800 (PST) Received: from localhost (pD9E518ED.dip0.t-ipconnect.de. [217.229.24.237]) by smtp.gmail.com with ESMTPSA id k8sm8181241wrl.3.2019.12.04.05.07.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Dec 2019 05:07:59 -0800 (PST) From: Thierry Reding To: soc@kernel.org, arm@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 3/3] cpufreq: tegra: Fixes for v5.5-rc1 Date: Wed, 4 Dec 2019 14:07:53 +0100 Message-Id: <20191204130753.3614278-3-thierry.reding@gmail.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191204130753.3614278-1-thierry.reding@gmail.com> References: <20191204130753.3614278-1-thierry.reding@gmail.com> MIME-Version: 1.0 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org Hi ARM SoC maintainers, 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/tegra/linux.git tags/tegra-for-5.5-cpufreq for you to fetch changes up to 0fb438eed10ca13d212a5675363beb5a5cd721f2: cpufreq: tegra124: Add suspend and resume support (2019-10-29 13:25:29 +0100) I had originally meant for this to go in through the cpufreq tree, but I might have messed up the messaging, so Viresh ended up not pulling it into his tree. He did provide an Acked-by, which I've included in the patch, so he probably was assuming this to go via some other tree all along. Unfortunately, it's now causing suspend/resume to fail because the clock driver changes require the CPU frequency driver to disable the CPU clock before suspend can be entered, so it'd be great to get this in via late fixes for ARM SoC. Thanks, Thierry ---------------------------------------------------------------- cpufreq: tegra: Changes for v5.5-rc1 Implements support for suspend/resume on Tegra124. ---------------------------------------------------------------- Sowjanya Komatineni (1): cpufreq: tegra124: Add suspend and resume support drivers/cpufreq/tegra124-cpufreq.c | 59 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+)