From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755252AbaHAMYu (ORCPT ); Fri, 1 Aug 2014 08:24:50 -0400 Received: from lxorguk.ukuu.org.uk ([81.2.110.251]:41809 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751963AbaHAMYt (ORCPT ); Fri, 1 Aug 2014 08:24:49 -0400 Date: Fri, 1 Aug 2014 13:23:43 +0100 From: One Thousand Gnomes To: Ricardo Ribalda Delgado Cc: Greg Kroah-Hartman , Jiri Slaby , Alan Cox , Heikki Krogerus , Murali Karicheri , Jingoo Han , Michael Welling , Peter Hurley , Joe Schultz , Ingo Molnar , Doug Anderson , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2 v2] serial: Add support for Fintek F81216A LPC to 4 UART Message-ID: <20140801132343.45153300@alan.etchedpixels.co.uk> In-Reply-To: <1406834546-23033-1-git-send-email-ricardo.ribalda@gmail.com> References: <1406834546-23033-1-git-send-email-ricardo.ribalda@gmail.com> Organization: Intel Corporation X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 31 Jul 2014 21:22:26 +0200 Ricardo Ribalda Delgado wrote: > This patch lets you set the RS485 cappabilites of the device through > TIOCSRS485 and TIOCGRS485 as defined on Documentation/serial/serial-rs485.txt > > In order to probe the device, the PNP id and the device id is used. > > Signed-off-by: Ricardo Ribalda Delgado This half of things looks good to me.