Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753683AbeAGMAl (ORCPT + 1 other); Sun, 7 Jan 2018 07:00:41 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:39308 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753466AbeAGMAj (ORCPT ); Sun, 7 Jan 2018 07:00:39 -0500 X-Google-Smtp-Source: ACJfBosxCY6o3aOKUB1SLICZ7jOUGou5GYon8kMhEEDPk+9yCEbX2H8iTQhHqql/rbJbWXJBOsvOv5Behnd+TCN9kBQ= MIME-Version: 1.0 In-Reply-To: <20180105143006.5369-2-alexandre.belloni@free-electrons.com> References: <20180105143006.5369-1-alexandre.belloni@free-electrons.com> <20180105143006.5369-2-alexandre.belloni@free-electrons.com> From: Philippe Ombredanne Date: Sun, 7 Jan 2018 12:59:57 +0100 Message-ID: Subject: Re: [PATCH v2 1/6] ARM: at91: add TCB registers definitions To: Alexandre Belloni Cc: Daniel Lezcano , Thomas Gleixner , Nicolas Ferre , Boris Brezillon , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , LKML Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Fri, Jan 5, 2018 at 3:30 PM, Alexandre Belloni wrote: > Add registers and bits definitions for the timer counter blocks found on > Atmel ARM SoCs. > > Signed-off-by: Alexandre Belloni > --- > include/soc/at91/atmel_tcb.h | 229 +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 229 insertions(+) > create mode 100644 include/soc/at91/atmel_tcb.h > > diff --git a/include/soc/at91/atmel_tcb.h b/include/soc/at91/atmel_tcb.h > new file mode 100644 > index 000000000000..f48e60f8ab92 > --- /dev/null > +++ b/include/soc/at91/atmel_tcb.h > @@ -0,0 +1,229 @@ > +/* > + * Copyright (C) 2016 Atmel > + * > + * This program is free software; you can redistribute it and/or modify it > + * under the terms of the GNU General Public License version 2 as published by > + * the Free Software Foundation. > + * > + * This program is distributed in the hope that it will be useful, but WITHOUT > + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or > + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for > + * more details. > + * > + * You should have received a copy of the GNU General Public License along with > + * this program. If not, see . > + */ Alexandre, Would you mind using SPDx tags here like you did in /drivers/clocksource/timer-atmel-tcb.c ? Thanks! -- Cordially Philippe Ombredanne