lkml.org 
[lkml]   [2016]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [PATCH] clk: probe common clock drivers earlier
    Date
    Quoting Masahiro Yamada (2016-05-05 00:57:17)
    > Several SoCs implement platform drivers for clocks rather than
    > CLK_OF_DECLARE(). Clocks should come earlier because they are
    > prerequisites for many of other drivers. It will help to mitigate
    > EPROBE_DEFER issues.
    >
    > Also, drop the comment since it does not look valuable.
    >
    > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

    Acked-by: Michael Turquette <mturquette@baylibre.com>

    Regards,
    Mike

    > ---
    >
    > drivers/Makefile | 3 +--
    > 1 file changed, 1 insertion(+), 2 deletions(-)
    >
    > diff --git a/drivers/Makefile b/drivers/Makefile
    > index 8f5d076..a2a4922 100644
    > --- a/drivers/Makefile
    > +++ b/drivers/Makefile
    > @@ -44,6 +44,7 @@ obj-$(CONFIG_REGULATOR) += regulator/
    >
    > # reset controllers early, since gpu drivers might rely on them to initialize
    > obj-$(CONFIG_RESET_CONTROLLER) += reset/
    > +obj-y += clk/
    >
    > # tty/ comes before char/ so that the VT console is the boot-time
    > # default.
    > @@ -141,8 +142,6 @@ obj-$(CONFIG_VHOST_RING) += vhost/
    > obj-$(CONFIG_VLYNQ) += vlynq/
    > obj-$(CONFIG_STAGING) += staging/
    > obj-y += platform/
    > -#common clk code
    > -obj-y += clk/
    >
    > obj-$(CONFIG_MAILBOX) += mailbox/
    > obj-$(CONFIG_HWSPINLOCK) += hwspinlock/
    > --
    > 1.9.1
    >
    > --
    > To unsubscribe from this list: send the line "unsubscribe linux-clk" in
    > the body of a message to majordomo@vger.kernel.org
    > More majordomo info at http://vger.kernel.org/majordomo-info.html

    \
     
     \ /
      Last update: 2016-07-16 05:01    [W:3.980 / U:1.260 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site