From patchwork Mon Oct 21 18:04:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11202801 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 434BC13BD for ; Mon, 21 Oct 2019 18:05:10 +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 1D24720B7C for ; Mon, 21 Oct 2019 18:05:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="u7uw/cSQ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1D24720B7C Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+638+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id fqf6YY1556264xcF2ShzCb68; Mon, 21 Oct 2019 11:05:09 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.279.1571681109497578675 for ; Mon, 21 Oct 2019 11:05:09 -0700 X-Received: by mail.kernel.org (Postfix) id 33584214B2; Mon, 21 Oct 2019 18:05:09 +0000 (UTC) X-Received: from localhost.localdomain (unknown [194.230.155.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 30C9B21872; Mon, 21 Oct 2019 18:05:05 +0000 (UTC) From: Krzysztof Kozlowski To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Krzysztof Kozlowski , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL 1/5] ARM: defconfig: Samsung for v5.5 Date: Mon, 21 Oct 2019 20:04:49 +0200 Message-Id: <20191021180453.29455-2-krzk@kernel.org> In-Reply-To: <20191021180453.29455-1-krzk@kernel.org> References: <20191021180453.29455-1-krzk@kernel.org> 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 X-Gm-Message-State: PiXNdnLRKx16nrqPFcxT2Rxox1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571681109; bh=MS8K9lnztK5Ux/bA5q/1C9nd+2QyD4w6y4kCn+ip820=; h=Cc:Date:From:Reply-To:Subject:To; b=u7uw/cSQrsmEvvJQALJ8EmA95wuzsrtJ4Fmu0uhSDsajwxObcz8xukC12d+A4sz6J5k DufYEy13s1zfaAZ5nqKqbYYAKtgagQeIo1hY0WBzXTI3BKhrzRMVPiPe7M8GAphsuVJxO Po0icUWykNRQb0Uf3EUxGXvH6hi9wanGUD0= 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/krzk/linux.git tags/samsung-defconfig-5.5 for you to fetch changes up to 54e48a69c117648b18684fe0198f40be1bf21acc: ARM: multi_v7_defconfig: Enable Exynos bus and memory frequency scaling (devfreq) (2019-10-09 18:34:53 +0200) ---------------------------------------------------------------- Samsung defconfig changes for v5.5 1. Enable Dynamic Memory Controller driver for Exynos5422, 2. Enable Arndale (Exynos5250) audio driver, 3. Sync multi_v7 defconfig with exynos by enabling useful and necessary drivers (NFC, watchdog, S2MPA01 regulator, IOMMU, Maxim extcon drivers, PHY for SATA and devfreq). ---------------------------------------------------------------- Krzysztof Kozlowski (2): ARM: multi_v7_defconfig: Enable options for boards with Exynos SoC ARM: multi_v7_defconfig: Enable Exynos bus and memory frequency scaling (devfreq) Lukasz Luba (1): ARM: exynos_defconfig: Enable DMC driver Sylwester Nawrocki (1): ARM: exynos_defconfig: Enable Arndale audio driver arch/arm/configs/exynos_defconfig | 2 ++ arch/arm/configs/multi_v7_defconfig | 20 +++++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#638): https://linux.kernel.org/g/patchwork-soc/message/638 Mute This Topic: https://linux.kernel.org/mt/36362091/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] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Mon Oct 21 18:04:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11202805 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 CEB22139A for ; Mon, 21 Oct 2019 18:05: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 A97DA2173B for ; Mon, 21 Oct 2019 18:05: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="HXcr0HP+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A97DA2173B Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+639+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id Wf4wYY1556264xQar5smm7Wp; Mon, 21 Oct 2019 11:05:14 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.280.1571681114010711674 for ; Mon, 21 Oct 2019 11:05:14 -0700 X-Received: by mail.kernel.org (Postfix) id 9B2D021783; Mon, 21 Oct 2019 18:05:13 +0000 (UTC) X-Received: from localhost.localdomain (unknown [194.230.155.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B78FC21906; Mon, 21 Oct 2019 18:05:09 +0000 (UTC) From: Krzysztof Kozlowski To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Krzysztof Kozlowski , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL 2/5] drivers: memory: Samsung for v5.5 Date: Mon, 21 Oct 2019 20:04:50 +0200 Message-Id: <20191021180453.29455-3-krzk@kernel.org> In-Reply-To: <20191021180453.29455-1-krzk@kernel.org> References: <20191021180453.29455-1-krzk@kernel.org> 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 X-Gm-Message-State: rJ6Pg7g17AaBGjZzgx0Mt9m9x1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571681114; bh=aCLZt5qQqzuUL4FAZzEDD2bGF+pUdQvSosIuqru+9Ic=; h=Cc:Date:From:Reply-To:Subject:To; b=HXcr0HP+qXjuv5t/6VjOGVBfMGy7ihinc3HnP4WspjNvXD9FIq7dlabhgo53iqVIe3X /qW98lUv5dT7zEs6zyVDDfTFA5tegtVmyaBVu0FoVgweAWxwZbul0DfHzYhhwPx8dovE4 c3PV5fsGVi2+7vY/NBW9grXNfyTZJAl7dm4= Hi, Topic branch/pull for DMC driver in memory. Patchset had many iterations on mailing lists and waited for very long. Best regards, Krzysztof 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/krzk/linux.git tags/samsung-drivers-dmc-5.5 for you to fetch changes up to bbf918863e183d66adf00ca1b24fb641149a0d3d: memory: samsung: exynos5422-dmc: Add support for interrupt from performance counters (2019-10-02 19:37:37 +0200) ---------------------------------------------------------------- Samsung DMC driver for v5.5 Add Samsung Dynamic Memory Controller for Exynos5422 which provides scaling of frequency and voltage of memory controller and DRAM. The driver allows to reduce energy usage without performance impact. ---------------------------------------------------------------- Colin Ian King (1): memory: samsung: exynos5422-dmc: Fix spelling mistake "counld" -> "could" Lukasz Luba (4): memory: Extend of_memory with LPDDR3 support memory: Add DMC driver for Exynos5422 memory: samsung: exynos5422-dmc: Fix kfree() of devm-allocated memory and missing static memory: samsung: exynos5422-dmc: Add support for interrupt from performance counters MAINTAINERS | 8 + drivers/memory/jedec_ddr.h | 61 ++ drivers/memory/of_memory.c | 149 +++ drivers/memory/of_memory.h | 18 + drivers/memory/samsung/Kconfig | 13 + drivers/memory/samsung/Makefile | 1 + drivers/memory/samsung/exynos5422-dmc.c | 1550 +++++++++++++++++++++++++++++++ 7 files changed, 1800 insertions(+) create mode 100644 drivers/memory/samsung/exynos5422-dmc.c -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#639): https://linux.kernel.org/g/patchwork-soc/message/639 Mute This Topic: https://linux.kernel.org/mt/36362099/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] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Mon Oct 21 18:04:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11202817 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 0655A1895 for ; Mon, 21 Oct 2019 18:05:28 +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 D551021920 for ; Mon, 21 Oct 2019 18:05:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="l5rVerpj" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D551021920 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+642+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id 60nkYY1556264x5l02mOYiXP; Mon, 21 Oct 2019 11:05:27 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.284.1571681127372034851 for ; Mon, 21 Oct 2019 11:05:27 -0700 X-Received: by mail.kernel.org (Postfix) id 1BF57222D3; Mon, 21 Oct 2019 18:05:27 +0000 (UTC) X-Received: from localhost.localdomain (unknown [194.230.155.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 86BBE20B7C; Mon, 21 Oct 2019 18:05:23 +0000 (UTC) From: Krzysztof Kozlowski To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Krzysztof Kozlowski , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL 3/5] ARM: dts: exynos: memory DMC driver bindings for v5.5 Date: Mon, 21 Oct 2019 20:04:53 +0200 Message-Id: <20191021180453.29455-6-krzk@kernel.org> In-Reply-To: <20191021180453.29455-1-krzk@kernel.org> References: <20191021180453.29455-1-krzk@kernel.org> 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 X-Gm-Message-State: qLPkS47kDETWA1u2eeCMRYpix1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571681127; bh=nH/6EPSydUM9wsg3ryoeAAgWHkqEKiqLspWkemoB7uI=; h=Cc:Date:From:Reply-To:Subject:To; b=l5rVerpjnqdpu/p5p3upTBgpBub3a8DfZddHBaii+3pSKrAIubpQPDhFHTSNY7OS5CA 4iTXCJlD2rrdoqf/0+UtbN2tRQzUnlq+Gy1dhZGn3ahOIwvP9nwPgW/AFmJAn1KupfrJF P+wE81EMNcHDfboJj9ZS9aUBxmmpOx1TC0Y= Hi, Topic branch/pull for DMC driver bindings/DTS. Patchset had many iterations on mailing lists and waited for very long. Best regards, Krzysztof 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/krzk/linux.git tags/samsung-dt-dmc-5.5 for you to fetch changes up to 41f277be1d028e64fb8d5e91a7ce74df600bde54: dt-bindings: memory-controllers: exynos5422-dmc: Correct example syntax and memory region (2019-10-06 17:54:28 +0200) ---------------------------------------------------------------- Samsung DTS changes for DMC driver for v5.5 Add bindings and update device tree sources of Exynos5422 platforms with new Dynamic Memory Controller nodes and properties. ---------------------------------------------------------------- Krzysztof Kozlowski (1): dt-bindings: memory-controllers: exynos5422-dmc: Correct example syntax and memory region Lukasz Luba (9): dt-bindings: ddr: Rename lpddr2 directory dt-bindings: ddr: Add bindings for LPDDR3 memories dt-bindings: memory-controllers: Add Exynos5422 DMC device description ARM: dts: exynos: Add syscon compatible to clock controller on Exynos542x ARM: dts: exynos: Add DMC device to Exynos5422 and Odroid XU3-family boards dt-bindings: ddr: Add bindings for Samsung LPDDR3 memories dt-bindings: memory-controllers: exynos5422-dmc: Add interrupt mode ARM: dts: exynos: Extend mapped region for DMC on Exynos5422 ARM: dts: exynos: Add interrupts to DMC controller in Exynos5422 .../bindings/{lpddr2 => ddr}/lpddr2-timings.txt | 0 .../devicetree/bindings/{lpddr2 => ddr}/lpddr2.txt | 2 +- .../devicetree/bindings/ddr/lpddr3-timings.txt | 58 ++++++++++ Documentation/devicetree/bindings/ddr/lpddr3.txt | 101 ++++++++++++++++++ .../bindings/memory-controllers/exynos5422-dmc.txt | 84 +++++++++++++++ arch/arm/boot/dts/exynos5420.dtsi | 76 ++++++++++++- arch/arm/boot/dts/exynos5422-odroid-core.dtsi | 117 +++++++++++++++++++++ arch/arm/boot/dts/exynos5800.dtsi | 2 +- 8 files changed, 437 insertions(+), 3 deletions(-) rename Documentation/devicetree/bindings/{lpddr2 => ddr}/lpddr2-timings.txt (100%) rename Documentation/devicetree/bindings/{lpddr2 => ddr}/lpddr2.txt (96%) create mode 100644 Documentation/devicetree/bindings/ddr/lpddr3-timings.txt create mode 100644 Documentation/devicetree/bindings/ddr/lpddr3.txt create mode 100644 Documentation/devicetree/bindings/memory-controllers/exynos5422-dmc.txt -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#642): https://linux.kernel.org/g/patchwork-soc/message/642 Mute This Topic: https://linux.kernel.org/mt/36362143/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] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Mon Oct 21 18:04:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11202809 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 99F55139A for ; Mon, 21 Oct 2019 18:05:19 +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 72A79214B2 for ; Mon, 21 Oct 2019 18:05:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="s5ugm+G/" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 72A79214B2 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+640+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id pcPMYY1556264xbiuNc9Zsyd; Mon, 21 Oct 2019 11:05:19 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web12.290.1571681118850359124 for ; Mon, 21 Oct 2019 11:05:18 -0700 X-Received: by mail.kernel.org (Postfix) id 6905921872; Mon, 21 Oct 2019 18:05:18 +0000 (UTC) X-Received: from localhost.localdomain (unknown [194.230.155.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A40C320B7C; Mon, 21 Oct 2019 18:05:14 +0000 (UTC) From: Krzysztof Kozlowski To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Krzysztof Kozlowski , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL 4/5] ARM: dts: exynos: Stuff for v5.5 Date: Mon, 21 Oct 2019 20:04:51 +0200 Message-Id: <20191021180453.29455-4-krzk@kernel.org> In-Reply-To: <20191021180453.29455-1-krzk@kernel.org> References: <20191021180453.29455-1-krzk@kernel.org> 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 X-Gm-Message-State: UPTjhhEe6wWzbZRWaaBuT7Irx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571681119; bh=Q6M1wIAj2dElMjUBUjhpM9X+DU8SGT7WQrh+9qSZg/8=; h=Cc:Date:From:Reply-To:Subject:To; b=s5ugm+G/vJUaXZPHH+MYXFodYuoyQ/UvnLhXOMSY/MJVoYVgMckA1OuAuqeL5D6I/Pr EtaFGPb5muqkxEp0PqXfXTfJJzINAS3hXETYXlQ+uK7J8P0VFKZ0Od0FvwzO8KZpD9aXg F7es+96E4qqBU+ltSoJ8HihN0YPGyz2TGu8= 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/krzk/linux.git tags/samsung-dt-5.5 for you to fetch changes up to d60d0cff4ab01255b25375425745c3cff69558ad: ARM: dts: s3c64xx: Fix init order of clock providers (2019-10-08 22:45:20 +0200) ---------------------------------------------------------------- Samsung DTS ARM changes for v5.5 1. Add ARM architected timers on Exynos5 for KVM-based virtualization, 2. Extend chip identification needed for future Adaptive Supply Voltage, 3. Add audio support to Arndale board, 4. Fix init order of clock providers on s3c64xx, 5. A lot of cleanups and adjustments of DTS with DT schema. ---------------------------------------------------------------- Krzysztof Kozlowski (8): ARM: dts: exynos: Rename Multi Core Timer node to "timer" ARM: dts: exynos: Remove MCT subnode for interrupt map on Exynos4210 ARM: dts: exynos: Remove MCT subnode for interrupt map on Exynos4412 ARM: dts: exynos: Remove MCT subnode for interrupt map on Exynos5250 ARM: dts: exynos: Remove MCT subnode for interrupt map on Exynos54xx ARM: dts: exynos: Use defines for MCT interrupt GIC SPI/PPI specifier ARM: dts: exynos: Rename power domain nodes to "power-domain" in Exynos4 ARM: dts: exynos: Rename SysRAM node to "sram" Lihua Yao (1): ARM: dts: s3c64xx: Fix init order of clock providers Maciej Falkowski (2): ARM: dts: exynos: Remove obsolete IRQ lines on Exynos3250 ARM: dts: exynos: Split phandle in dmas property Marek Szyprowski (1): ARM: dts: exynos: Add support ARM architected timers on Exynos5 Sylwester Nawrocki (3): ARM: dts: exynos: Add "syscon" compatible string to chipid node on Exynos5 ARM: dts: exynos: Add samsung,asv-bin property to Odroid XU3 Lite ARM: dts: exynos: Add audio support (WM1811 CODEC boards) to Arndale board arch/arm/boot/dts/exynos3250.dtsi | 13 +++---- arch/arm/boot/dts/exynos4.dtsi | 14 ++++---- arch/arm/boot/dts/exynos4210.dtsi | 27 +++++---------- arch/arm/boot/dts/exynos4412.dtsi | 25 +++++--------- arch/arm/boot/dts/exynos5.dtsi | 4 +-- arch/arm/boot/dts/exynos5250-arndale.dts | 27 ++++++++++++++- arch/arm/boot/dts/exynos5250.dtsi | 41 ++++++++-------------- arch/arm/boot/dts/exynos5260.dtsi | 2 +- arch/arm/boot/dts/exynos5410.dtsi | 6 ++-- arch/arm/boot/dts/exynos5420-peach-pit.dts | 4 +++ arch/arm/boot/dts/exynos5420.dtsi | 14 ++++---- arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts | 4 +++ arch/arm/boot/dts/exynos54xx.dtsi | 46 ++++++++++++------------- arch/arm/boot/dts/exynos5800-peach-pi.dts | 4 +++ arch/arm/boot/dts/s3c6410-mini6410.dts | 4 +++ arch/arm/boot/dts/s3c6410-smdk6410.dts | 4 +++ 16 files changed, 126 insertions(+), 113 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#640): https://linux.kernel.org/g/patchwork-soc/message/640 Mute This Topic: https://linux.kernel.org/mt/36362109/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] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Mon Oct 21 18:04:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11202813 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 7DCE313BD for ; Mon, 21 Oct 2019 18:05:23 +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 577A020B7C for ; Mon, 21 Oct 2019 18:05:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="q6Q0JVx+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 577A020B7C Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+641+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id sYwyYY1556264xXcMl6ZFnyb; Mon, 21 Oct 2019 11:05:23 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web12.291.1571681122900115225 for ; Mon, 21 Oct 2019 11:05:22 -0700 X-Received: by mail.kernel.org (Postfix) id 8BDB021783; Mon, 21 Oct 2019 18:05:22 +0000 (UTC) X-Received: from localhost.localdomain (unknown [194.230.155.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 118BD214AE; Mon, 21 Oct 2019 18:05:18 +0000 (UTC) From: Krzysztof Kozlowski To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Krzysztof Kozlowski , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL 5/5] arm64: dts: exynos: Stuff for v5.5 Date: Mon, 21 Oct 2019 20:04:52 +0200 Message-Id: <20191021180453.29455-5-krzk@kernel.org> In-Reply-To: <20191021180453.29455-1-krzk@kernel.org> References: <20191021180453.29455-1-krzk@kernel.org> 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 X-Gm-Message-State: 0OTGigvQyn4Csw4tzDJmw8JEx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571681123; bh=0gtyzV6YuWplP5TKuAAi/ezD5XGvoVYz8PFB5Tu9tzc=; h=Cc:Date:From:Reply-To:Subject:To; b=q6Q0JVx+0ug4HF9K2Ap9o0/plo3myxrScnyGVJj6oLMYVaIBi3nVjMn9e2D85CoqNtn 3pmQeaNnGf3LnF6ZvIGbpBaxTQjbrO9WjUFsUueuENDmO5QBFwTy0EHY85zrzARMQhAPI /jK9qtqgA1/2YylNteJ4OznutV9BlGj7gno= 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/krzk/linux.git tags/samsung-dt64-5.5 for you to fetch changes up to 9f17f839fe9cfee2615f03f9f4a1b34ae1f1a040: arm64: dts: exynos: Rename Multi Core Timer node to "timer" on Exynos5433 (2019-10-01 21:04:47 +0200) ---------------------------------------------------------------- Samsung DTS ARM64 changes for v5.5 1. Fix boot of Exynos7 due to wrong address/size of memory node, 2. Move GPU under /soc node, 3. Minor of DT bindings. ---------------------------------------------------------------- Krzysztof Kozlowski (1): arm64: dts: exynos: Rename Multi Core Timer node to "timer" on Exynos5433 Maciej Falkowski (2): arm64: dts: exynos: Swap clock order of sysmmu on Exynos5433 arm64: dts: exynos: Split phandle in dmas property on Exynos5433 Marek Szyprowski (3): arm64: dts: exynos: Move GPU under /soc node for Exynos5433 arm64: dts: exynos: Move GPU under /soc node for Exynos7 arm64: dts: exynos: Revert "Remove unneeded address space mapping for soc node" arch/arm64/boot/dts/exynos/exynos5433.dtsi | 168 ++++++++++++++--------------- arch/arm64/boot/dts/exynos/exynos7.dtsi | 28 ++--- 2 files changed, 98 insertions(+), 98 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#641): https://linux.kernel.org/g/patchwork-soc/message/641 Mute This Topic: https://linux.kernel.org/mt/36362123/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] -=-=-=-=-=-=-=-=-=-=-=-