From patchwork Thu Sep 5 12:18:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Heiko_St=C3=BCbner?= X-Patchwork-Id: 11132971 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 AF1921395 for ; Thu, 5 Sep 2019 12:18:35 +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 6827621883 for ; Thu, 5 Sep 2019 12:18:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="dpQDbrO2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6827621883 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+534+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Thu, 05 Sep 2019 05:18:14 -0700 X-Received: by mail.kernel.org (Postfix) id 2C0CA22CF5; Thu, 5 Sep 2019 12:18:14 +0000 (UTC) X-Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E6C8E21883; Thu, 5 Sep 2019 12:18:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E6C8E21883 X-Received: from wf0413.dip.tu-dresden.de ([141.76.181.157] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i5qiK-0003pP-9j; Thu, 05 Sep 2019 14:18:12 +0200 From: Heiko Stuebner To: Linuxkernel+Patchwork-Soc via Email Integration Cc: soc@kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [GIT PULL 1/2] Rockchip DT32 changes for 5.4 - round2 Date: Thu, 05 Sep 2019 14:18:11 +0200 Message-ID: <1718334.9BoTfW0Ujv@phil> MIME-Version: 1.0 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=1567685915; bh=4Wbbl2Z05yGd863+IGLXxVkQav+ANBfcAiffb3RZ6m0=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=dpQDbrO2BRgeBCGCJPfrhGrh3EULKEwYlTcD7Ya2Gh/dkWkDMWDEVoSnUQYO6ILmRV0 +6LU3z5uhTUPSntvzRa+DNgXYEFIm7Ab1PeQrhCOh/tUlJw5up1Ff1jTnz1csVQllUsAn +fgmZ2Z+jyRy9zHP9603T4ikfsaut0K8LCA= Hi (arm-)soc people, please find below and in the reply a small second round of Rockchip changes targetted at 5.4. Mainly only small cleanups and have been in linux-next for a while now, I just didn't get to pull-requests due to travel and jetlag. Linus wrote that he wants to do an -rc8 but if the stuff below is too late I can also easily move it to 5.5. So if not too late, please pull Thanks Heiko The following changes since commit dd7c66ac777a70e224e66593e95ce6d22147c919: ARM: dts: add device tree for Mecer Xtreme Mini S6 (2019-08-16 18:04:43 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.4-rockchip-dts32-2 for you to fetch changes up to 9f72a1d0300b03a9fc6cba93f8cc0ab326185788: dt-bindings: arm: rockchip: remove reference to fennec board (2019-08-22 21:32:18 +0200) ---------------------------------------------------------------- Removal of the rk3288-fennec board which never made it to any market. ---------------------------------------------------------------- Kever Yang (2): ARM: dts: rockchip: remove rk3288 fennec board support dt-bindings: arm: rockchip: remove reference to fennec board .../devicetree/bindings/arm/rockchip.yaml | 5 - arch/arm/boot/dts/Makefile | 1 - arch/arm/boot/dts/rk3288-fennec.dts | 347 --------------------- 3 files changed, 353 deletions(-) delete mode 100644 arch/arm/boot/dts/rk3288-fennec.dts -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#534): https://linux.kernel.org/g/patchwork-soc/message/534 Mute This Topic: https://linux.kernel.org/mt/33152599/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 Thu Sep 5 12:18:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Heiko_St=C3=BCbner?= X-Patchwork-Id: 11132977 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 5179B1395 for ; Thu, 5 Sep 2019 12:19:18 +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 2A95121883 for ; Thu, 5 Sep 2019 12:19:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="b1q35Bl7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2A95121883 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+535+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Thu, 05 Sep 2019 05:18:57 -0700 X-Received: by mail.kernel.org (Postfix) id 0E09522CEC; Thu, 5 Sep 2019 12:18:57 +0000 (UTC) X-Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CA01521883; Thu, 5 Sep 2019 12:18:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CA01521883 X-Received: from wf0413.dip.tu-dresden.de ([141.76.181.157] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i5qj1-0003qD-6Y; Thu, 05 Sep 2019 14:18:55 +0200 From: Heiko Stuebner To: Linuxkernel+Patchwork-Soc via Email Integration Cc: soc@kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [GIT PULL 2/2] Rockchip DT64 changes for 5.4 - round2 Date: Thu, 05 Sep 2019 14:18:54 +0200 Message-ID: <43564855.cWDBQSyQMS@phil> In-Reply-To: <1718334.9BoTfW0Ujv@phil> References: <1718334.9BoTfW0Ujv@phil> MIME-Version: 1.0 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=1567685957; bh=i6YefObBbjFFD1nkrer5c1IrzXjMpPmVopn2BYDckmE=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=b1q35Bl7xZfnTITqhCcrY02FEKpU4ThZE0sZex9Qjw2anvoQm/0wDNf1KVkvmPHBI36 T5yx0kc1sgVpa9QdfuTxv67dwgZEB0YZVJiYOwUkRhKLjWk6SzXhdPIa5fsQWzSqNkWTj KtW35WtGxpl3uoRtzm58XMmlUYZq+hr5+KY= The following changes since commit fc702ed49a8668a17343811ee28214d845bfc5e6: arm64: dts: rockchip: Add dts for Leez RK3399 P710 SBC (2019-08-16 14:39:20 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.4-rockchip-dts64-2 for you to fetch changes up to 03e61929c0d227ed3e1c322fc3804216ea298b7e: arm64: dts: rockchip: limit clock rate of MMC controllers for RK3328 (2019-09-01 03:00:17 +0200) ---------------------------------------------------------------- RK3328 mmc clockrate limit and addition of vpu node as well as a regulator fix for the rk3328-rock64. ---------------------------------------------------------------- Jonas Karlman (1): arm64: dts: rockchip: add rk3328 VPU node Kever Yang (1): arm64: dts: rockchip: fix vcc_host_5v regulator for usb3 host Shawn Lin (1): arm64: dts: rockchip: limit clock rate of MMC controllers for RK3328 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 11 ++--------- arch/arm64/boot/dts/rockchip/rk3328.dtsi | 17 ++++++++++++++++- 2 files changed, 18 insertions(+), 10 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#535): https://linux.kernel.org/g/patchwork-soc/message/535 Mute This Topic: https://linux.kernel.org/mt/33152613/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] -=-=-=-=-=-=-=-=-=-=-=-