linux/arch/arm/mach-davinci
Arnd Bergmann a0edabb91e ARM: davinci: select CONFIG_RESET_CONTROLLER
commit 7afec66e2b upstream.

Selecting RESET_CONTROLLER is actually required, otherwise we
can get a link failure in the clock driver:

drivers/clk/davinci/psc.o: In function `__davinci_psc_register_clocks':
psc.c:(.text+0x9a0): undefined reference to `devm_reset_controller_register'
drivers/clk/davinci/psc-da850.o: In function `da850_psc0_init':
psc-da850.c:(.text+0x24): undefined reference to `reset_controller_add_lookup'

Link: https://lore.kernel.org/r/20191210195202.622734-1-arnd@arndb.de
Fixes: f962396ce2 ("ARM: davinci: support multiplatform build for ARM v5")
Cc: <stable@vger.kernel.org> # v5.4
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-01-23 08:22:32 +01:00
..
include/mach ARM: davinci: move timer definitions to davinci.h 2019-08-08 00:22:49 +05:30
Kconfig ARM: davinci: select CONFIG_RESET_CONTROLLER 2020-01-23 08:22:32 +01:00
Makefile ARM: davinci: support multiplatform build for ARM v5 2019-09-09 21:36:47 +02:00
Makefile.boot
asp.h
board-da830-evm.c
board-da850-evm.c ARM: davinci: da850-evm: switch to using a fixed regulator for lcdc 2019-08-26 17:53:57 +05:30
board-dm355-evm.c
board-dm355-leopard.c
board-dm365-evm.c
board-dm644x-evm.c
board-dm646x-evm.c
board-mityomapl138.c
board-neuros-osd2.c
board-omapl138-hawk.c
board-sffsdr.c
clock.h
common.c
cpuidle.c
cpuidle.h
da8xx-dt.c
da830.c ARM: davinci: da830: switch to using the clocksource driver 2019-08-08 00:22:49 +05:30
da850.c ARM: davinci: da850: switch to using the clocksource driver 2019-08-08 00:22:49 +05:30
davinci.h ARM: davinci: move timer definitions to davinci.h 2019-08-08 00:22:49 +05:30
ddr2.h
devices-da8xx.c
devices.c
dm355.c ARM: davinci: dm355: switch to using the clocksource driver 2019-08-08 00:22:49 +05:30
dm365.c ARM: davinci: dm365: Fix McBSP dma_slave_map entry 2019-10-17 19:20:22 +05:30
dm644x.c ARM: davinci: dm644x: switch to using the clocksource driver 2019-08-26 17:49:07 +05:30
dm646x.c ARM: davinci: dm646x: Fix a typo in the comment 2019-08-26 17:51:28 +05:30
irqs.h
mux.c
mux.h
pdata-quirks.c
pm.c
pm_domain.c
psc.h
serial.c
sleep.S ARM: davinci: fix sleep.S build error on ARMv4 2019-07-23 10:12:53 -07:00
sram.c
sram.h
time.c ARM: davinci: enable the clocksource driver for DT mode 2019-08-08 00:22:48 +05:30
usb-da8xx.c
usb.c