From: Mike Turquette <mturquette@linaro.org>
To: linux-arm-kernel@lists.infradead.org
Cc: linux-next@vger.kernel.org,
Paul Gortmaker <paul.gortmaker@windriver.com>,
SeongJae Park <sj38.park@gmail.com>,
Tomasz Figa <t.figa@samsung.com>,
Kyungmin Park <kyungmin.park@samsung.com>
Subject: Re: [PATCH-next] drivers/clk: make max77686 driver bool for now
Date: Mon, 27 Jan 2014 13:52:57 -0800 [thread overview]
Message-ID: <20140127215257.4167.26286@quantum> (raw)
In-Reply-To: <1390505535-30229-1-git-send-email-paul.gortmaker@windriver.com>
Quoting Paul Gortmaker (2014-01-23 11:32:15)
> Commit 3966c947f45911e093114371462687134d5e8d40 ("clk: max77686:
> Refactor driver data handling") added a call to __clk_get_hw()
> but this function is not exported (as __<name> is typically a
> private/internal thing).
>
> Hence this driver fails to build modular, and has been causing
> allmodconfig build breakage in arch outside of just ARM. Since
> the only defconfig that uses it sets it as =y, lets just make
> it non-modular for now.
>
> Mike says that changes are pending to export similar functionality
> in the future[1], so at that point in time, it can be returned to
> tristate if desired.
Hi Paul,
I've just sent off my 2nd pull request for 3.14 and it includes the
export for __clk_get_hw.
Regards,
Mike
>
> [1] https://lkml.org/lkml/2014/1/20/21
>
> Reported-by: SeongJae Park <sj38.park@gmail.com>
> Cc: SeongJae Park <sj38.park@gmail.com>
> Cc: Tomasz Figa <t.figa@samsung.com>
> Cc: Kyungmin Park <kyungmin.park@samsung.com>
> Cc: Mike Turquette <mturquette@linaro.org>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
>
> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> index efb508a..009fb9b 100644
> --- a/drivers/clk/Kconfig
> +++ b/drivers/clk/Kconfig
> @@ -40,7 +40,7 @@ config COMMON_CLK_VERSATILE
> - Versatile Express
>
> config COMMON_CLK_MAX77686
> - tristate "Clock driver for Maxim 77686 MFD"
> + bool "Clock driver for Maxim 77686 MFD"
> depends on MFD_MAX77686
> ---help---
> This driver supports Maxim 77686 crystal oscillator clock.
> --
> 1.8.5.2
>
WARNING: multiple messages have this Message-ID (diff)
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH-next] drivers/clk: make max77686 driver bool for now
Date: Mon, 27 Jan 2014 13:52:57 -0800 [thread overview]
Message-ID: <20140127215257.4167.26286@quantum> (raw)
In-Reply-To: <1390505535-30229-1-git-send-email-paul.gortmaker@windriver.com>
Quoting Paul Gortmaker (2014-01-23 11:32:15)
> Commit 3966c947f45911e093114371462687134d5e8d40 ("clk: max77686:
> Refactor driver data handling") added a call to __clk_get_hw()
> but this function is not exported (as __<name> is typically a
> private/internal thing).
>
> Hence this driver fails to build modular, and has been causing
> allmodconfig build breakage in arch outside of just ARM. Since
> the only defconfig that uses it sets it as =y, lets just make
> it non-modular for now.
>
> Mike says that changes are pending to export similar functionality
> in the future[1], so at that point in time, it can be returned to
> tristate if desired.
Hi Paul,
I've just sent off my 2nd pull request for 3.14 and it includes the
export for __clk_get_hw.
Regards,
Mike
>
> [1] https://lkml.org/lkml/2014/1/20/21
>
> Reported-by: SeongJae Park <sj38.park@gmail.com>
> Cc: SeongJae Park <sj38.park@gmail.com>
> Cc: Tomasz Figa <t.figa@samsung.com>
> Cc: Kyungmin Park <kyungmin.park@samsung.com>
> Cc: Mike Turquette <mturquette@linaro.org>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
>
> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> index efb508a..009fb9b 100644
> --- a/drivers/clk/Kconfig
> +++ b/drivers/clk/Kconfig
> @@ -40,7 +40,7 @@ config COMMON_CLK_VERSATILE
> - Versatile Express
>
> config COMMON_CLK_MAX77686
> - tristate "Clock driver for Maxim 77686 MFD"
> + bool "Clock driver for Maxim 77686 MFD"
> depends on MFD_MAX77686
> ---help---
> This driver supports Maxim 77686 crystal oscillator clock.
> --
> 1.8.5.2
>
next prev parent reply other threads:[~2014-01-27 21:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-23 19:32 [PATCH-next] drivers/clk: make max77686 driver bool for now Paul Gortmaker
2014-01-23 19:32 ` Paul Gortmaker
2014-01-27 21:52 ` Mike Turquette [this message]
2014-01-27 21:52 ` Mike Turquette
2014-01-27 22:32 ` Paul Gortmaker
2014-01-27 22:32 ` Paul Gortmaker
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=20140127215257.4167.26286@quantum \
--to=mturquette@linaro.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-next@vger.kernel.org \
--cc=paul.gortmaker@windriver.com \
--cc=sj38.park@gmail.com \
--cc=t.figa@samsung.com \
/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.