From patchwork Sat Feb 16 20:20:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 10816727 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 9646B13B5 for ; Sat, 16 Feb 2019 20:21:09 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7B0DD2AD26 for ; Sat, 16 Feb 2019 20:21:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6D7692AD45; Sat, 16 Feb 2019 20:21:09 +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 CC29A2AD26 for ; Sat, 16 Feb 2019 20:21:08 +0000 (UTC) X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Sat, 16 Feb 2019 12:21:07 -0800 X-Received: by mail.kernel.org (Postfix) id 30529222A1; Sat, 16 Feb 2019 20:21:07 +0000 (UTC) X-Received: from mail-qt1-f193.google.com (mail-qt1-f193.google.com [209.85.160.193]) (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 EC75821A4C; Sat, 16 Feb 2019 20:21:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EC75821A4C X-Received: by mail-qt1-f193.google.com with SMTP id n32so14914259qte.11; Sat, 16 Feb 2019 12:21:06 -0800 (PST) X-Gm-Message-State: AHQUAuasPRd6WbZzvEY5wgtOaRkJKo6dBTY5kjS/6qzQjSBAu5TOIwYC DT3RO9/9wNBAfF7Jr28QpX6O8xKgych7JpKjg76zPjIh X-Google-Smtp-Source: AHgI3Ia/2rsWZ8K/2zWyynt4pkoPhVdkNlUkukzVf6+l9kZ2DcdzJfacPmVF8o7JBsFlpp7UcyJdnPYTp0KubJa/xKs= X-Received: by 2002:a0c:81ee:: with SMTP id 43mr11897047qve.180.1550348465878; Sat, 16 Feb 2019 12:21:05 -0800 (PST) MIME-Version: 1.0 From: Arnd Bergmann Date: Sat, 16 Feb 2019 21:20:48 +0100 Message-ID: Subject: [GIT PULL] ARM: SoC fixes for 5.0 To: Linuxkernel+Patchwork-Soc via Email Integration Cc: soc@kernel.org, arm-soc , Linux ARM , Linux Kernel Mailing List 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=1550348468; bh=A7PFBA+e2J6pJo0LBFbDBKFO7HShCZHbmYuYyhfxzks=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=Wl0Bbv4jUeV5PRDo7QS6nVwqr0qKQICV1yKpwxltlCq04c0cntge+vXxh9baEbPLQ5v ljrXZAZ28Q0//oT+wQdwkgg9I/l3dYdoBGsfUkxntBDnV1EQcFq8nRQ6IxJWAA+5lH7Ls bK6cc8l+egXodDLlEWwjxhyoZU54QZUW+Eg= X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9: Linux 5.0-rc6 (2019-02-10 14:42:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to 410d7360541c0e21b58e56b64e5bcdbec9c1d285: Merge tag 'omap-for-v5.0/fixes-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes (2019-02-15 20:39:46 +0100) ---------------------------------------------------------------- This week is a much smaller update, containing fixes only for TI OMAP, NXP i.MX and Rockchips platforms: - omap4 had problems with lost timer interrupts - another IRQ handling issue with OMAP5 - A workaround for a regression in the pwm-omap-dmtimer driver - eMMC was broken on the new imx8mq-evk board - a fix for new dtc graph warnings and a regulator fix for rock64 - USB support broke on rk3328-rock64 ---------------------------------------------------------------- Arnd Bergmann (5): Merge tag 'omap-for-v5.0/fixes-rc4' of git://git.kernel.org/.../tmlind/linux-omap into fixes Merge tag 'v5.0-rockchip-dts32fixes-1' of git://git.kernel.org/.../mmind/linux-rockchip into arm/fixes Merge tag 'v5.0-rockchip-dts64fixes-1' of git://git.kernel.org/.../mmind/linux-rockchip into arm/fixes Merge tag 'imx-fixes-5.0-3' of git://git.kernel.org/.../shawnguo/linux into arm/fixes Merge tag 'omap-for-v5.0/fixes-rc5' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes Carlo Caione (1): arm64: dts: imx8mq: Fix boot from eMMC Dmitry Voytik (1): arm64: dts: rockchip: enable usb-host regulators at boot on rk3328-rock64 Enric Balletbo i Serra (1): arm64: dts: rockchip: fix graph_port warning on rk3399 bob kevin and excavator Johan Jonker (1): ARM: dts: rockchip: remove qos_cif1 from rk3188 power-domain Russell King (1): ARM: OMAP2+: fix lack of timer interrupts on CPU1 after hotplug Tony Lindgren (5): clocksource: timer-ti-dm: Fix pwm dmtimer usage of fck reparenting ARM: OMAP5+: Fix inverted nirq pin interrupts with irq_set_type bus: ti-sysc: Fix timer handling with drop pm_runtime_irq_safe() ARM: dts: Configure clock parent for pwm vibra Merge branch 'pwm-dmtimer-fixes' into omap-for-v5.0/fixes-v2 Yizhuo (1): ARM: OMAP2+: Variable "reg" in function omap4_dsi_mux_pads() could be uninitialized arch/arm/boot/dts/omap4-droid4-xt894.dts | 11 ++++++ arch/arm/boot/dts/omap5-board-common.dtsi | 9 +++-- arch/arm/boot/dts/omap5-cm-t54.dts | 12 +++++- arch/arm/boot/dts/rk3188.dtsi | 1 - arch/arm/mach-omap2/cpuidle44xx.c | 16 ++------ arch/arm/mach-omap2/display.c | 7 +++- arch/arm/mach-omap2/omap-wakeupgen.c | 36 +++++++++++++++++- arch/arm64/boot/dts/freescale/imx8mq-evk.dts | 44 +++++++++++----------- arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 + arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 2 + arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts | 2 +- arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts | 2 +- .../dts/rockchip/rk3399-sapphire-excavator.dts | 2 +- drivers/bus/ti-sysc.c | 6 +-- drivers/clocksource/timer-ti-dm.c | 5 ++- 15 files changed, 109 insertions(+), 48 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13): https://linux.kernel.org/g/patchwork-soc/message/13 Mute This Topic: https://linux.kernel.org/mt/29876343/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] -=-=-=-=-=-=-=-=-=-=-=-