From patchwork Sun Jul 28 09:42:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 11062923 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8281614DB for ; Sun, 28 Jul 2019 09:42:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6F64D2872F for ; Sun, 28 Jul 2019 09:42:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 632D6288BD; Sun, 28 Jul 2019 09:42:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id F10DD2872F for ; Sun, 28 Jul 2019 09:42:34 +0000 (UTC) X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Sun, 28 Jul 2019 02:42:34 -0700 X-Received: by mail.kernel.org (Postfix) id 72DFC214C6; Sun, 28 Jul 2019 09:42:33 +0000 (UTC) X-Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) (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 09CA42075E for ; Sun, 28 Jul 2019 09:42:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 09CA42075E X-Received: by mail-lf1-f67.google.com with SMTP id 62so35081307lfa.8 for ; Sun, 28 Jul 2019 02:42:32 -0700 (PDT) X-Gm-Message-State: APjAAAWd7oIYtGEHx4xKdUoin67onhswNTHl4LSQqZWd2zRFwFJl0Gqf G1Gc8vh10O9ievSrIRO7cb7AGvYgRHhfPiW2a0B/CA== X-Google-Smtp-Source: APXvYqzWJiBc04u821O8lLlHQipQzPGX3VlYjVKpdypbbdiLHA2djeMZmPVioLPTYmY/E9AD3Oy4DgWAKvSXN0tLxio= X-Received: by 2002:ac2:5c42:: with SMTP id s2mr38152445lfp.61.1564306951139; Sun, 28 Jul 2019 02:42:31 -0700 (PDT) MIME-Version: 1.0 From: Linus Walleij Date: Sun, 28 Jul 2019 11:42:20 +0200 Message-ID: Subject: [GIT PULL] Ux500 updates for v5.4 take one To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Linux ARM , Nicholas Mc Guire , Ulf Hansson 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=1564306954; bh=pdQbypfw2mJ/XiJ0oz8HSoHNZDT355KLOb7dknOyE4U=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=WOGblFfc05EAxFmvLpAur7UYsjBCrkZXlTPNTvJt3lfunbnqGzU3JN4aYPG6KDZBJbx WG9p7/JPVPqEgtHUFvSgXo7zDhZajM3CEeIxnIZSRP3hCzO00L6wEfsxE7QW7Wv6vGQur ow/PNs9VQbj1ztnMkCQRM7iocWr825/e/CQ= X-Virus-Scanned: ClamAV using ClamSMTP Hi ARM SoC folks, here are some initial patches for Ux500 targeted for the v5.4 kernel cycle. Please pull it in! Details in the signed tag. Yours, Linus Walleij The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git tags/ux500-v5.4-1 for you to fetch changes up to 163ce24a435061f9ff7e1673fec5be0868bdb7d3: MAINTAINERS: add soc/ux500 (2019-07-23 10:44:14 +0200) ---------------------------------------------------------------- This is a slew of Ux500 updates for the v5.4 kernel cycle: - Stop populating the PRCMU devices from the core CPU file, it works just fine at device_initcall() level. - Add a missing of_node_put() in the core file. - Simplify the debug UART code. - Add myself to MAINTAINERS ---------------------------------------------------------------- Linus Walleij (2): ARM: ux500: Stop populating the PRCMU devices early ARM: ux500: simplify and move debug UART Nicholas Mc Guire (2): ARM: ux500: add missing of_node_put() MAINTAINERS: add soc/ux500 MAINTAINERS | 1 + arch/arm/include/debug/ux500.S | 9 ++------- arch/arm/mach-ux500/cpu-db8500.c | 1 - drivers/soc/ux500/ux500-soc-id.c | 5 ++++- 4 files changed, 7 insertions(+), 9 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#196): https://linux.kernel.org/g/patchwork-soc/message/196 Mute This Topic: https://linux.kernel.org/mt/32630639/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] -=-=-=-=-=-=-=-=-=-=-=-