From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751210AbcGNNLY (ORCPT ); Thu, 14 Jul 2016 09:11:24 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:50082 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750966AbcGNNLW (ORCPT ); Thu, 14 Jul 2016 09:11:22 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Patrice Chotard , Olof Johansson , Kevin Hilman , arm@kernel.org, "linux-kernel@vger.kernel.org" , "open list:ARM/STI ARCHITECTURE" , Peter Griffin Subject: Re: [GIT PULL v3] STi SoC changes for v4.8 Date: Thu, 14 Jul 2016 15:10:40 +0200 Message-ID: <5162937.DKTOH8rVm0@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-28-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <57834D9D.4070900@st.com> References: <57834D9D.4070900@st.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:fJBJNhqA/AgGPiEvnVGqDVcVDQfZOOyU8HhE3dTX5XRsBYKd257 DQC9PBQrD48ABrD5DTed8erVblXSIUMTtXstbOa/BdPQFecRYqdehLhKVjCHbYJipWVkJ85 1Q1JDJ2Tv8grKHcJ3sC+PO1H8ewOE8pUwfiatfztZs68H6odcKnPJ3QO/Z+C/Ieim2rinww 2dSHmMX3mSSYCcpHeevXw== X-UI-Out-Filterresults: notjunk:1;V01:K0:Fy391qsoyZI=:TkPw69f3fgrmLf4a+kvWcn YCWeQ9cZpdBrBZBNmMtZETIi8iNCZBBqPjWQhYGeZWqBt/apV4TNmiGeFX5okkLv3QaW4E6kp IPhnk3T8CLJr+9w1jtih6MNhSd2lhJOCrJQqVaQkbuqS9dBawfoCUO+QyWvbqPt6mIcfM6bRM IE673aQbt6mltGFT5K/hSsgBCzVVmDSDVGA3I8T9EBNY7UjDJqX4FZ4ApFA+mYzzJZfpSlAoc XZma8yiGzz43WQbGvP7PNWRhvlcpj+t+YrQnCJr6ePPW1aKXOB9UqBzkkVuo97Bgje1kliCXx weroTfn1GyLTWE1DcWA0YPGm5Q6PD9eHAMuHOaQZCm4i4Iql6YMRPWNPb/tJEcsKDsdnKK3ab 5yLx6wDXDSxME2FYr0a/rFn5a4O2/dczSKCRK66bTuW/ZC3DzDOkXPfN0LqTKNzNHL9WMYhKJ eEgVMZ53sxXFhR1n5wSPXU5DrSr1SBCufx7vBkgPnkAUs2uci8c4ixkK5rtY5MltmQGySbV54 R2wot7OD5lVApyTtfLjXpXMLmdoN2XHQwNbZpw2CG98wTcDFtGbnwtA6yArLP+VU8vxCH6xRV 04WJAtGCEgiwiZPNt8MWNm3dtkYyiSh/HJxyDwQWBt+zOhkYZ3PugeSX9Vhs///R+A6sjGz9+ CL2t+kLOqo4FmrirqkVFwFaWOsKuU4n/BNjgVwqqSR8calq4EFLOk/nbx16OrRahs0/D8K3bD XkBzL5TZ2+0RKxuj Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday, July 11, 2016 9:41:17 AM CEST Patrice Chotard wrote: > Highlights: > ----------- > - Add a dummy L2 cache's write_sec callback as in non secure mode execution, > we can't get access to L2 cache secure registers > - Cosmetics change, in case of dump_stack, update the hardware name with a > more generic for the STi SoCs family Merged into next/soc. Note that you can skip the "Highlights" and "-------" lines in the tag, just write it the way you want it to appear in the git history. I actually prefer normal sentences, but lists like you have here are also fine. Ideally start with a one-line description of the branch. Arnd