Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754464AbdFNHlm (ORCPT ); Wed, 14 Jun 2017 03:41:42 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:35594 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750828AbdFNHll (ORCPT ); Wed, 14 Jun 2017 03:41:41 -0400 Subject: Re: [PATCH v2 2/2] tty/serial: atmel: make the driver DT only To: Alexandre Belloni , Greg Kroah-Hartman References: <20170613202439.26369-1-alexandre.belloni@free-electrons.com> <20170613202439.26369-2-alexandre.belloni@free-electrons.com> Cc: Nicolas Ferre , linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: Richard Genoud Message-ID: <97aeecba-eb9f-508c-9052-3fb00f89f9e8@gmail.com> Date: Wed, 14 Jun 2017 09:41:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170613202439.26369-2-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 544 Lines: 13 On 13/06/2017 22:24, Alexandre Belloni wrote: > Now that AVR32 is gone, platform_data are not used to initialize the driver > anymore, remove that path from the driver. Also remove the now unused > struct atmel_uart_data. > > Signed-off-by: Alexandre Belloni > --- > drivers/tty/serial/atmel_serial.c | 96 +++++++++++++------------------------ > include/linux/platform_data/atmel.h | 10 ---- > 2 files changed, 33 insertions(+), 73 deletions(-) Acked-by: Richard Genoud