Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1270209

Re: [PATCH] serial: imx: fix clk_prepare/unprepare usage

From Marcus Folkesson <marcus.folkesson@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH] serial: imx: fix clk_prepare/unprepare usage
Date 2015-11-16 15:20 +0100
Message-ID <qvsNs-8o3-19@gated-at.bofh.it> (permalink)
References <qtWPF-7f8-19@gated-at.bofh.it> <qvrom-7n2-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Mon, Nov 16, 2015 at 10:49:01AM -0200, Fabio Estevam wrote:
> On Thu, Nov 12, 2015 at 7:58 AM, Marcus Folkesson
> <marcus.folkesson@gmail.com> wrote:
> > clk_prepare/unprapare APIs are not allowed in atomic context, so
> > move prepare/unprepare to probe/remove and use clk_enable/disable
> > instead.
> >
> > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> 
> Looks like you are using an older kernel.
> 
> Please check 0c727a42043f79db2.


You are right, the bug does not seems to exist anymore.

Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] serial: imx: fix clk_prepare/unprepare usage Marcus Folkesson <marcus.folkesson@gmail.com> - 2015-11-12 11:00 +0100
  Re: [PATCH] serial: imx: fix clk_prepare/unprepare usage Uwe Kleine-König   <u.kleine-koenig@pengutronix.de> - 2015-11-16 13:20 +0100
    Re: [PATCH] serial: imx: fix clk_prepare/unprepare usage Marcus Folkesson <marcus.folkesson@gmail.com> - 2015-11-16 15:00 +0100
      Re: [PATCH] serial: imx: fix clk_prepare/unprepare usage Fabio Estevam <festevam@gmail.com> - 2015-11-16 15:20 +0100
  Re: [PATCH] serial: imx: fix clk_prepare/unprepare usage Fabio Estevam <festevam@gmail.com> - 2015-11-16 13:50 +0100
    Re: [PATCH] serial: imx: fix clk_prepare/unprepare usage Marcus Folkesson <marcus.folkesson@gmail.com> - 2015-11-16 15:20 +0100

csiph-web