From patchwork Wed Sep 11 18:36:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11141723 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 78FF276 for ; Wed, 11 Sep 2019 18:36:45 +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 40E74208E4 for ; Wed, 11 Sep 2019 18:36:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="OpDLnOx4" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 40E74208E4 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+554+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Wed, 11 Sep 2019 11:36:43 -0700 X-Received: by mail.kernel.org (Postfix) id 1AE572089F; Wed, 11 Sep 2019 18:36:43 +0000 (UTC) X-Received: from localhost.localdomain (unknown [194.230.155.145]) (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 1EC7D2084D; Wed, 11 Sep 2019 18:36:39 +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/2] arm64: dts: exynos: Pull for v5.4 Date: Wed, 11 Sep 2019 20:36:31 +0200 Message-Id: <20190911183632.4317-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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1568227003; bh=1Lj9WthzRIyCkDmYPm817sJTn3hLAN5DR5jvHCVOOUY=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=OpDLnOx4cUY1EQV/D1WWN0ntKcCL3HzrZ9a+JuGHD9L5c5Sa+i2mmpRrntXf4GCRph4 8jMyJt/WwcZsSqVUzqN+tiKvi01huc3JwVP7mMddI/xnW4zn1ago7eyCgxnUzSYmzTHYz wDEzygKjwNvb+Z9iOOjwu9QHyT/ANhQyYUI= Hi, Unfortunately the patches were applied right after closing the linux-next. Best regards, Krzysztof The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-5.4 for you to fetch changes up to 266cf9826de38efac416e744d42364ac7fa9dc5b: arm64: dts: exynos: Remove useless #address-cells property for GIC node (2019-09-05 21:27:17 +0200) ---------------------------------------------------------------- Samsung DTS ARM64 changes for v5.4 1. Fix boot of Exynos7 due to wrong address/size of memory node, 2. Move GPU under /soc node, 3. Minor cleanup of #address-cells. ---------------------------------------------------------------- Marek Szyprowski (4): arm64: dts: exynos: Propagate address/size cell change to /memory node arm64: dts: exynos: Move GPU under /soc node for Exynos5433 arm64: dts: exynos: Move GPU under /soc node for Exynos7 arm64: dts: exynos: Remove useless #address-cells property for GIC node .../boot/dts/exynos/exynos5433-tm2-common.dtsi | 2 +- arch/arm64/boot/dts/exynos/exynos5433.dtsi | 102 ++++++++++----------- arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 2 +- arch/arm64/boot/dts/exynos/exynos7.dtsi | 23 +++-- 4 files changed, 64 insertions(+), 65 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#554): https://linux.kernel.org/g/patchwork-soc/message/554 Mute This Topic: https://linux.kernel.org/mt/34106877/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 Wed Sep 11 18:36:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 11141725 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 3A38976 for ; Wed, 11 Sep 2019 18:36:47 +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 11B542084D for ; Wed, 11 Sep 2019 18:36:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="mpADzSF+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 11B542084D 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+555+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Wed, 11 Sep 2019 11:36:46 -0700 X-Received: by mail.kernel.org (Postfix) id 3EBBB216F4; Wed, 11 Sep 2019 18:36:46 +0000 (UTC) X-Received: from localhost.localdomain (unknown [194.230.155.145]) (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 957EE20863; Wed, 11 Sep 2019 18:36:43 +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/2] ARM: samsung: mach/soc for v5.4, second pull Date: Wed, 11 Sep 2019 20:36:32 +0200 Message-Id: <20190911183632.4317-2-krzk@kernel.org> In-Reply-To: <20190911183632.4317-1-krzk@kernel.org> References: <20190911183632.4317-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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1568227006; bh=E3Nqvo2Sd/fRQcIHQ9roXUB6Dtl4rm11fqXY1Y7y6P0=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=mpADzSF+VjabD4SHiA2rFG1wVQR3x7oWts9gyovJhgmLLJKacd75IEhLE1NzxiUJrmF AiIpiIrrNa8buf1jsbHTo9tHmGiLN+ICaX0A++91Vnxpi1avTYhndO8c8em3ZeHhWUPsy qFfedVe9r5hGf1X1g8G2NLz7CGBB+Pa/au4= Hi, Late pull, on top of previous pull request. Unfortunately the patches were applied right after closing the linux-next. Best regards, Krzysztof The following changes since commit c663d542bfb40eeeb6d393ed155c23a4666d65e1: MAINTAINERS: Extend patterns for Samsung SoC, Security Subsystem and clock drivers (2019-08-22 21:04:45 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-5.4-3 for you to fetch changes up to 13aeb3fe4d5bd78a6dc7bde32986a7296da420d3: ARM: exynos: Enable support for ARM architected timers (2019-09-09 20:56:43 +0200) ---------------------------------------------------------------- Samsung mach/soc changes for v5.4, part 2 1. Fix system restart on S3C6410 due to missing match of watchdog, 2. Enable suppor for ARM architected timers on Exynos. ---------------------------------------------------------------- Lihua Yao (1): ARM: samsung: Fix system restart on S3C6410 Marek Szyprowski (1): ARM: exynos: Enable support for ARM architected timers arch/arm/mach-exynos/Kconfig | 1 + arch/arm/plat-samsung/watchdog-reset.c | 1 + 2 files changed, 2 insertions(+) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#555): https://linux.kernel.org/g/patchwork-soc/message/555 Mute This Topic: https://linux.kernel.org/mt/34106878/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] -=-=-=-=-=-=-=-=-=-=-=-