From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752106AbdBFWE6 (ORCPT ); Mon, 6 Feb 2017 17:04:58 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:35285 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751372AbdBFWE4 (ORCPT ); Mon, 6 Feb 2017 17:04:56 -0500 Message-ID: <5898F301.60202@gmail.com> Date: Mon, 06 Feb 2017 22:04:49 +0000 From: Sudip Mukherjee User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Jan Kiszka , Andy Shevchenko CC: Greg Kroah-Hartman , Jiri Slaby , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH v13 1/2] serial: exar: split out the exar code from 8250_pci References: <1485815302-5708-1-git-send-email-sudipm.mukherjee@gmail.com> <82b6d515-7ac8-5593-e4e7-d694612f94c1@siemens.com> In-Reply-To: <82b6d515-7ac8-5593-e4e7-d694612f94c1@siemens.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 06 February 2017 02:45 PM, Jan Kiszka wrote: > On 2017-01-30 23:28, Sudip Mukherjee wrote: >> From: Sudip Mukherjee >> >> Add the serial driver for the Exar chips. And also register the >> platform device for the GPIO provided by the Exar chips. >> > > And another question: you left pci_fastcom335_setup and related things > untouched - did that code come later, or is it left in 8250_pci.c for a > reason? That was discussed. Those are separate chips from different vendor and this patchset was specifically for Exar chips. So i suggested I will do it via separate patch. Regards Sudip