Received: by 10.213.65.68 with SMTP id h4csp2362836imn; Mon, 9 Apr 2018 02:09:23 -0700 (PDT) X-Google-Smtp-Source: AIpwx49SwWqbxp0U+FSXGGZhvdzPASLWD+rzFXO8VZ1rWUHQ8l6ekNFFbjrRW06N15F1FLofFsBM X-Received: by 10.101.100.130 with SMTP id e2mr19266301pgv.301.1523264963872; Mon, 09 Apr 2018 02:09:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523264963; cv=none; d=google.com; s=arc-20160816; b=uCAQyp6WtjBXRZbDfk29yZGVLAnVVqOry8ymzZrCLGKZVH9t2J7LVl3kcuiyf4p4ed bdTG/KtwY7lYDRBpXI2JQmcaH9QjXNuAi20iJWTzUv+Sz5IJMBS+lQk9mbDqdCYTL5QA mU6Vm834fksRBbxRyKDvAvmbPP7OfTJBQSFPn9jFPW/Nm9XrnBF/sVHBBON/Ohy6yiHA W7GAnpW6396tolCcLU7k11679Kkr3hN+LpbU2oY9gWzb1+6FT/Gx0dFV7h505acEN/Lb j1U7cEgJc68CYuLeS0en7bGWjvFTmZcd4UaLfG3BPIgOIsDpIlp820NXn8d7DnWw/xAK m9jw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:organization:from:references:cc:to:subject :arc-authentication-results; bh=/VbH9wUwq1m1zjihUDJS+BFY8eHU3VoDEJ/NpygXPSs=; b=o71u4+qjEL0Oak9oER1UoNA6L3HsWISyeKFmSjULtFN2262+D7J+gMQpc2DdhUJwyR +edZyDcoGwUCPz/Leg8LFTu2W0YkQLdvI7nC/hMoCppj2/O7Z/XcaofZDSojuAtwH/SS Q8+a4zpxURN096LMdddqu/Tsnn/NGmbaUjOE6pAk/pvBxXeTz0H9Nke4zESgCkVQVLvP qNqGLochdcWkT+Buz1/PdjaeYVzq69y+Rsv2aD9+ddu/wh9mesri6HM6bgt/K67o9iNk /glQZ4zw4K68/uFLC83Zg1hOQ7W8yAjl1v3F0uoMQ4uqpp0oqAXlIQzTjjNVqjZ5CfK/ LXZw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g1-v6si13859687plt.520.2018.04.09.02.08.46; Mon, 09 Apr 2018 02:09:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751978AbeDIJEg (ORCPT + 99 others); Mon, 9 Apr 2018 05:04:36 -0400 Received: from foss.arm.com ([217.140.101.70]:53254 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750863AbeDIJEe (ORCPT ); Mon, 9 Apr 2018 05:04:34 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 07C501529; Mon, 9 Apr 2018 02:04:34 -0700 (PDT) Received: from [10.1.206.75] (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E1E8C3F592; Mon, 9 Apr 2018 02:04:31 -0700 (PDT) Subject: Re: [PATCH v5 07/13] ARM: smp: Add initialization of CNTVOFF To: Geert Uytterhoeven Cc: =?UTF-8?Q?Myl=c3=a8ne_Josserand?= , Russell King , Maxime Ripard , Chen-Yu Tsai , Mark Rutland , Rob Herring , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , LABBE Corentin , quentin.schulz@bootlin.com, Thomas Petazzoni , Linux ARM , Linux Kernel Mailing List References: <20180403061836.3926-1-mylene.josserand@bootlin.com> <20180403061836.3926-8-mylene.josserand@bootlin.com> <06308f46-ce7c-ddeb-ebca-abd1153138ba@arm.com> <20180404155909.148085f7@dell-desktop.home> <86vad7qc21.wl-marc.zyngier@arm.com> From: Marc Zyngier Organization: ARM Ltd Message-ID: Date: Mon, 9 Apr 2018 10:04:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/04/18 09:24, Geert Uytterhoeven wrote: > On Wed, Apr 4, 2018 at 4:30 PM, Marc Zyngier wrote: >> On Wed, 04 Apr 2018 14:59:09 +0100, >> Mylčne Josserand wrote: > > [Marc: stuck in ISO-8859-1? ;-] I have no idea what Wanderlust does (that's what I use on my laptop). But Thunderbird definitely interprets the original posting as 'è', which should work with a 8859-1. I need to have a look at how to get UTF-8 to be the default... (I hate email clients). > >>>> It'd be good to take this opportunity to refactor the shmobile code. >>> >>> I can do it in this series but I do not have any shmobile platforms so >>> I will not be able to test my modifications (only compilation). >>> >>> If someone can test it for me (who?), it is okay for me to refactor this >>> code :) >> >> I guess you could Cc the shmobile folks (Geert Uytterhoeven, Simon >> Horman), and get them to review/test the changes. > > Correct. I can test on a remote R-Car E2 ALT board that needs it. > > P.S. Interestingly, none of the Renesas CA15 SoCs seem to suffer from it, > only CA7. I suspect A15 has the courtesy of resetting CNTVOFF to zero, and A7 doesn't. But the letter of the architecture is that it has an "UNKNOWN reset value". Thanks, M. -- Jazz is not dead. It just smells funny...