From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752308AbcHKSX0 (ORCPT ); Thu, 11 Aug 2016 14:23:26 -0400 Received: from gloria.sntech.de ([95.129.55.99]:56141 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750818AbcHKSXX convert rfc822-to-8bit (ORCPT ); Thu, 11 Aug 2016 14:23:23 -0400 From: Heiko Stuebner To: Andy Yan Cc: sre@kernel.org, robh+dt@kernel.org, john.stultz@linaro.org, k.kozlowski@samsung.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, jun.nie@linaro.org, matthias.bgg@gmail.com, moritz.fischer@ettus.com Subject: Re: [PATCH v10 3/4] ARM: dts: rockchip: add syscon-reboot-mode DT node Date: Thu, 11 Aug 2016 20:23:11 +0200 Message-ID: <1904400.cBk6EHq0Yx@phil> User-Agent: KMail/5.2.3 (Linux/4.6.0-1-amd64; KDE/5.23.0; x86_64; ; ) In-Reply-To: <5a7f6e2f-c7f5-6402-c0ed-364eda7da40e@rock-chips.com> References: <1467811081-20700-1-git-send-email-andy.yan@rock-chips.com> <3833029.abRAq4Ccmc@diego> <5a7f6e2f-c7f5-6402-c0ed-364eda7da40e@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andy, Am Donnerstag, 21. Juli 2016, 16:28:40 CEST schrieb Andy Yan: > On 2016年07月21日 06:01, Heiko Stübner wrote: > > Am Mittwoch, 6. Juli 2016, 21:28:34 schrieb Andy Yan: > >> Rockchip platform use a SYSCON mapped register store > >> the reboot mode magic value for bootloader to use when > >> system reboot. So add syscon-reboot-mode driver DT node > >> for rk3xxx/rk3036/rk3288 based platform > >> > >> Reviewed-by: Matthias Brugger > >> Signed-off-by: Andy Yan > > > > just as a heads up, with the driver part applied, this part looks good as > > well. we're of course very close to the 4.7 release, so this will need to > > wait until after 4.8-rc1 as I'll need to do a shared branch for the > > rockchip_boot- mode.h . I can do the separation myself then , so there is > > no need to resend anything. > > Got it, thanks! I've split the first patch and applied the 3 resulting dts patches now: https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/commit/?h=v4.9-shared/soc-hdr&id=18a21e2c079a01805607bb474b3536a99620d162 https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/commit/?h=v4.9-armsoc/dts32&id=b60ab70bbeced9a780ba297ffc555bc3a8ae6045 https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/commit/?h=v4.9-armsoc/dts64&id=2e9e2863c7bee8ef828924cb0cad900776cb6d08 with some minor fixes, please double-check that I didn't mess up Thanks Heiko