Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1638006 > unrolled thread
| Started by | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| First post | 2017-05-09 11:30 +0200 |
| Last post | 2017-05-09 11:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] clk: meson: gxbb: fix build error without RESET_CONTROLLER Neil Armstrong <narmstrong@baylibre.com> - 2017-05-09 11:30 +0200
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Date | 2017-05-09 11:30 +0200 |
| Subject | Re: [PATCH] clk: meson: gxbb: fix build error without RESET_CONTROLLER |
| Message-ID | <tF9CW-8gv-5@gated-at.bofh.it> |
On 04/24/2017 12:10 PM, Neil Armstrong wrote: > On 04/24/2017 12:05 PM, Tobias Regnery wrote: >> With CONFIG_RESET_CONTROLLER=n we see the following link error in the >> meson gxbb clk driver: >> >> drivers/built-in.o: In function 'gxbb_aoclkc_probe': >> drivers/clk/meson/gxbb-aoclk.c:161: undefined reference to 'devm_reset_controller_register' >> >> Fix this by selecting the reset controller subsystem. >> >> Signed-off-by: Tobias Regnery <tobias.regnery@gmail.com> >> --- >> drivers/clk/meson/Kconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/clk/meson/Kconfig b/drivers/clk/meson/Kconfig >> index 19480bcc7046..2f29ee1a4d00 100644 >> --- a/drivers/clk/meson/Kconfig >> +++ b/drivers/clk/meson/Kconfig >> @@ -14,6 +14,7 @@ config COMMON_CLK_MESON8B >> config COMMON_CLK_GXBB >> bool >> depends on COMMON_CLK_AMLOGIC >> + select RESET_CONTROLLER >> help >> Support for the clock controller on AmLogic S905 devices, aka gxbb. >> Say Y if you want peripherals and CPU frequency scaling to work. >> > > Hi Tobias, > > I was going to push this, thanks for the patch ! > > Acked-by: Neil Armstrong <narmstrong@baylibre.com> > > Neil > Applied on fixes/meson-clk-drivers Thanks, Neil
Back to top | Article view | linux.kernel
csiph-web