On Fri, Nov 29, 2013 at 2:11 AM, Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> wrote: > 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(-) Looking good, thanks for hacking this up! For this series: Acked-by: Magnus Damm <damm@xxxxxxxxxxxxx> Cheers, / magnus -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html