From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH 00/16] sh-sci: Remove unnecessary fields from platform data Date: Tue, 3 Dec 2013 10:44:28 -0800 Message-ID: <20131203184428.GC23280@kroah.com> References: <1385675010-26904-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:53040 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752412Ab3LCSn0 (ORCPT ); Tue, 3 Dec 2013 13:43:26 -0500 Content-Disposition: inline In-Reply-To: <1385675010-26904-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Laurent Pinchart Cc: linux-sh@vger.kernel.org, linux-serial@vger.kernel.org On Thu, Nov 28, 2013 at 10:43:14PM +0100, Laurent Pinchart wrote: > Hello, > > This patch set removes or replaces unneeded fields from the sh-sci platform > data structure. Fields are simply removed when unused (gpios), moved to the > sci_port structure when used by the driver but not by board code (overrun_bit > and error_mask), or replaced by a more explicit field with a default value > computed in the driver for most cases (scbrr_algo_id). > > The patches are based on top of the sh-sci DT patch series previously posted > to the mailing lists. For all serial patches: Acked-by: Greg Kroah-Hartman