From: Greg KH <greg@kroah.com>
To: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Cc: linux-sh@vger.kernel.org, linux-serial@vger.kernel.org
Subject: Re: [PATCH 00/16] sh-sci: Remove unnecessary fields from platform data
Date: Tue, 03 Dec 2013 18:44:28 +0000 [thread overview]
Message-ID: <20131203184428.GC23280@kroah.com> (raw)
In-Reply-To: <1385675010-26904-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
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 <gregkh@linuxfoundation.org>
WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <greg@kroah.com>
To: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Cc: linux-sh@vger.kernel.org, linux-serial@vger.kernel.org
Subject: Re: [PATCH 00/16] sh-sci: Remove unnecessary fields from platform data
Date: Tue, 3 Dec 2013 10:44:28 -0800 [thread overview]
Message-ID: <20131203184428.GC23280@kroah.com> (raw)
In-Reply-To: <1385675010-26904-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
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 <gregkh@linuxfoundation.org>
next prev parent reply other threads:[~2013-12-03 18:44 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-28 21:43 [PATCH 00/16] sh-sci: Remove unnecessary fields from platform data Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 01/16] serial: sh-sci: Move overrun_bit and error_mask fields out of pdata Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 02/16] serial: sh-sci: Remove unused GPIO request code Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 03/16] serial: sh-sci: Compute overrun_bit without using baud rate algo Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 04/16] serial: sh-sci: Rework baud rate calculation Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 05/16] ARM: shmobile: sh7372: Don't set plat_sci_port scbrr_algo_id field Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 06/16] ARM: shmobile: sh73a0: " Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 07/16] ARM: shmobile: r7s72100: " Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 08/16] ARM: shmobile: r8a73a4: " Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 09/16] ARM: shmobile: r8a7740: " Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 10/16] ARM: shmobile: r8a7778: " Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 11/16] ARM: shmobile: r8a7779: " Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 12/16] ARM: shmobile: r8a7790: " Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 13/16] ARM: shmobile: r8a7791: " Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 14/16] sh: sh772[34]: Set serial port sampling rate to 8 for SCIFA ports Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 15/16] sh: Don't set plat_sci_port scbrr_algo_id field Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-11-28 21:43 ` [PATCH 16/16] serial: sh-sci: Remove platform data " Laurent Pinchart
2013-11-28 21:43 ` Laurent Pinchart
2013-12-03 18:44 ` Greg KH [this message]
2013-12-03 18:44 ` [PATCH 00/16] sh-sci: Remove unnecessary fields from platform data Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131203184428.GC23280@kroah.com \
--to=greg@kroah.com \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=linux-serial@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.