From patchwork Tue Sep 1 09:16:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 11747721 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 12493166C for ; Tue, 1 Sep 2020 09:16:16 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 0DCDD20E65; Tue, 1 Sep 2020 09:16:16 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.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 6FB1520866 for ; Tue, 1 Sep 2020 09:16:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="bFydp95m" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6FB1520866 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linus.walleij@linaro.org Received: by mail-lj1-f195.google.com with SMTP id w3so631010ljo.5 for ; Tue, 01 Sep 2020 02:16:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=NbVcLDRpBSoAM0rVS440Qgbq4ZlojTZEJxI+pQ7S1Hg=; b=bFydp95m455hxMBJiH1davW/PdkV4wK/dQdWj+I5yJo9//I8r3tiBy/Sl21ND4BRqB 9zoClZrh6phehiaMR5qHKiYCy1Se4DhFrZ3FkQF9i7F4Iscwt9AFFSp+5AdJuMGb9z4S /iHNMAgBSRP+ugygatskZVkCDByHFCpI69+JNjfOMMsDUwJH3aq0KFHQmKESPHxDfOaY 8ykWuHtfWeZx6K5hRU6z9wXBw9BdewhIz7AacGsjVlUGIrShzmLUqFQKjK/9tVoE21BH 26iaouwtwxssjULi+acBAFNRYQMnhZB3qerCF3xyPoogrpBVoH9iqoAGcyMumY1j3zDo cUCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=NbVcLDRpBSoAM0rVS440Qgbq4ZlojTZEJxI+pQ7S1Hg=; b=kzxcblEV2qNhCJ+YBOVKxwSUkTSbt3i+51KmBWzfYuwkSRCpcZUNm8A8U8Q8ktsTNh wpcfozLB/gr/ko+M+l70f0waRwQoGdhf2R95qVGB7m3o/po95ADtJkF+nEwbNGPGCL4Z ptNfeDqnY8l+d8GwHvgW9449k31K7wXOIe9xiGwJKa51EnkjogRaRCHDqjjj8reOz++k 9Io9H0xyWjPwJEEnfOEskAgWhHzWYeWyIpTlRgljMrzGMhIdxBIjdvnVZLtFA8fI09dv RkJyoiXhkAHsAJ1ZrR3Hf8A7eq2b25C+8N73xYlqI8gYveVRBUVwDRB4qL43glV1LfU2 GHgw== X-Gm-Message-State: AOAM533j1aCrpwk1W7VI6qN3keYaqvU2MtNn50YF9Frg1/tk4lNF+haD H4fo0eG8HrAF2cBbx41Qy6Bq9YCYceEPU7ODot30IHaoLXBHqw== X-Google-Smtp-Source: ABdhPJzIH2GaYP0swXxmEl9C5EtUyeKB5AURh83vZEX8jBqx/11GkzCYBiIpCZJ5NBRK7TwRIfMKK4ELNxaONezU1jk= X-Received: by 2002:a2e:4e09:: with SMTP id c9mr88439ljb.283.1598951773522; Tue, 01 Sep 2020 02:16:13 -0700 (PDT) MIME-Version: 1.0 From: Linus Walleij Date: Tue, 1 Sep 2020 11:16:02 +0200 Message-ID: Subject: [GIT PULL] Versatile updates for the v5.10 kernel List-Id: To: arm-soc , SoC Team Cc: Linux ARM Hi SoC folks, please pull in the following Versatile SoC updates for the v5.10 kernel cycle. Yours, Linus Walleij The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git tags/versatile-soc-v5.10-1 for you to fetch changes up to 5d007a09f3c8b9b1421bf267d16d79fd9a11930b: ARM: versatile: Remove Integrator and Realview from PHYS_OFFSET (2020-08-28 01:03:02 +0200) ---------------------------------------------------------------- Versatile SoC updates for the v5.10 kernel cycle: - Drop a static qualifier in integrator_soc_init() - Remove Integrator and Versatile from PHYS_OFFSET ---------------------------------------------------------------- Linus Walleij (1): ARM: versatile: Remove Integrator and Realview from PHYS_OFFSET YueHaibing (1): soc: integrator: Drop pointless static qualifier in integrator_soc_init() arch/arm/Kconfig | 4 +--- drivers/soc/versatile/soc-integrator.c | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-)