Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752321AbdLKJeR (ORCPT ); Mon, 11 Dec 2017 04:34:17 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:33153 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751307AbdLKJeP (ORCPT ); Mon, 11 Dec 2017 04:34:15 -0500 X-Google-Smtp-Source: ACJfBotFrPD1AbUi0gJmJLVh6rf9SyfiT+AjHWPGu07C1oTe/FCTMi5pdXWjs98zpjdrxp+xA5OG+4Xgtzd4vniMLUg= MIME-Version: 1.0 In-Reply-To: References: <1512394376-25962-1-git-send-email-ludovic.Barre@st.com> From: Philippe Ombredanne Date: Mon, 11 Dec 2017 10:33:33 +0100 Message-ID: Subject: Re: [PATCH] ARM: debug: add stm32 low-level debug support To: Ludovic Barre Cc: Alexandre Torgue , Russell King , Maxime Coquelin , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , LKML , Gerald Baeza Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 890 Lines: 33 Ludovic, On Mon, Dec 11, 2017 at 10:08 AM, Alexandre Torgue wrote: > Hi Ludovic > > On 12/04/2017 02:32 PM, Ludovic Barre wrote: >> >> From: Ludovic Barre >> >> This adds low-level debug support on USART1 for STM32F4 >> and STM32F7. Compiled via 'CONFIG_DEBUG_LL' and 'CONFIG_EARLY_PRINTK'. >> Enabled via 'earlyprintk' in bootargs. >> >> Signed-off-by: Gerald Baeza > > > Acked-by: Alexandre TORGUE [...] >> --- /dev/null >> +++ b/arch/arm/include/debug/stm32.S >> @@ -0,0 +1,41 @@ >> +/* >> + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved >> + * Author: Gerald Baeza >> + * License terms: GNU General Public License (GPL), version 2 Have you considered using the new SPDX ids? See THomas doc patches for details. -- Cordially Philippe Ombredanne