linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] serial: sh-sci: Prepare for CCF migration
@ 2013-11-28 17:11 Laurent Pinchart
  2013-11-28 17:11 ` [PATCH 1/2] serial: sh-sci: Don't enable/disable port from within break timer Laurent Pinchart
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Laurent Pinchart @ 2013-11-28 17:11 UTC (permalink / raw)
  To: linux-sh; +Cc: linux-serial, Greg Kroah-Hartman, Simon Horman

Hello,

This patch set prepares the driver to CCF migration by replacing clk_enable()
and clk_disable() by clk_prepare_enable() and clk_disable_unprepare()
respectively (2/2). In order to do so it first ensures that the clk_enable()
and clk_disable() calls will only take place from non-atomic context (1/2).

Greg, these patches are dependencies for a bunch of ARM patches that will go
through Simon's tree. Would you be fine if Simon merged all sh-sci patches
through his tree for v3.14 ?

Laurent Pinchart (2):
  serial: sh-sci: Don't enable/disable port from within break timer
  serial: sh-sci: Convert to clk_prepare/unprepare

 drivers/tty/serial/sh-sci.c | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-12-14  1:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-28 17:11 [PATCH 0/2] serial: sh-sci: Prepare for CCF migration Laurent Pinchart
2013-11-28 17:11 ` [PATCH 1/2] serial: sh-sci: Don't enable/disable port from within break timer Laurent Pinchart
2013-11-28 17:11 ` [PATCH 2/2] serial: sh-sci: Convert to clk_prepare/unprepare Laurent Pinchart
2013-11-29  2:15 ` [PATCH 0/2] serial: sh-sci: Prepare for CCF migration Magnus Damm
2013-12-02 13:36 ` Laurent Pinchart
2013-12-03 18:43   ` Greg Kroah-Hartman
2013-12-14  1:00     ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).