From 54e991b56639437f922113b6b12f34e8044418d8 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 2 Aug 2016 13:18:29 +0900 Subject: reset: uniphier: add reset controller driver for UniPhier SoCs This is the initial commit for UniPhier reset controller driver. Signed-off-by: Masahiro Yamada Acked-by: Rob Herring Signed-off-by: Philipp Zabel --- drivers/reset/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'drivers/reset/Kconfig') diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 4be1b8c..7dfe8d8 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -27,6 +27,16 @@ config TI_SYSCON_RESET you wish to use the reset framework for such memory-mapped devices, say Y here. Otherwise, say N. +config RESET_UNIPHIER + tristate "Reset controller driver for UniPhier SoCs" + depends on ARCH_UNIPHIER || COMPILE_TEST + depends on OF && MFD_SYSCON + default ARCH_UNIPHIER + help + Support for reset controllers on UniPhier SoCs. + Say Y if you want to control reset signals provided by System Control + block, Media I/O block, Peripheral Block. + source "drivers/reset/sti/Kconfig" source "drivers/reset/hisilicon/Kconfig" -- cgit v1.1 From e27b4a6e634735b730cdae7b9d852a000c06cadd Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 28 Jul 2016 15:30:08 +0200 Subject: reset: ath79: add driver Kconfig option Visible only if COMPILE_TEST is enabled, this allows to include the driver in build tests. Acked-by: Aban Bedel Reviewed-by: Masahiro Yamada Signed-off-by: Philipp Zabel --- drivers/reset/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/reset/Kconfig') diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 7dfe8d8..9da0507 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -14,6 +14,13 @@ menuconfig RESET_CONTROLLER if RESET_CONTROLLER +config RESET_ATH79 + bool "AR71xx Reset Driver" if COMPILE_TEST + default ATH79 + help + This enables the ATH79 reset controller driver that supports the + AR71xx SoC reset controller. + config RESET_OXNAS bool -- cgit v1.1 From 70d467ea16c7bc1c21ccde69e01fa41a1b3b9df7 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 28 Jul 2016 15:31:12 +0200 Subject: reset: berlin: add driver Kconfig option Visible only if COMPILE_TEST is enabled, this allows to include the driver in build tests. Cc: Antoine Tenart Cc: Sebastian Hesselbarth Reviewed-by: Masahiro Yamada Signed-off-by: Philipp Zabel --- drivers/reset/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/reset/Kconfig') diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 9da0507..1194cbe 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -21,6 +21,12 @@ config RESET_ATH79 This enables the ATH79 reset controller driver that supports the AR71xx SoC reset controller. +config RESET_BERLIN + bool "Berlin Reset Driver" if COMPILE_TEST + default ARCH_BERLIN + help + This enables the reset controller driver for Marvell Berlin SoCs. + config RESET_OXNAS bool -- cgit v1.1 From cd7f4b81cf927a0296b50b95862ef4f1b064ea27 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 28 Jul 2016 15:32:01 +0200 Subject: reset: lpc18xx: add driver Kconfig option Visible only if COMPILE_TEST is enabled, this allows to include the driver in build tests. Acked-by: Joachim Eastwood Reviewed-by: Masahiro Yamada Signed-off-by: Philipp Zabel --- drivers/reset/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/reset/Kconfig') diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 1194cbe..72c9b78 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -27,6 +27,12 @@ config RESET_BERLIN help This enables the reset controller driver for Marvell Berlin SoCs. +config RESET_LPC18XX + bool "LPC18xx/43xx Reset Driver" if COMPILE_TEST + default ARCH_LPC18XX + help + This enables the reset controller driver for NXP LPC18xx/43xx SoCs. + config RESET_OXNAS bool -- cgit v1.1 From 44336c24a931eb51feba6574bcf4d63c4bca432f Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 28 Jul 2016 15:32:36 +0200 Subject: reset: meson: add driver Kconfig option Visible only if COMPILE_TEST is enabled, this allows to include the driver in build tests. Acked-by: Neil Armstrong Reviewed-by: Masahiro Yamada Signed-off-by: Philipp Zabel --- drivers/reset/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/reset/Kconfig') diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 72c9b78..3fa6afe 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -33,6 +33,12 @@ config RESET_LPC18XX help This enables the reset controller driver for NXP LPC18xx/43xx SoCs. +config RESET_MESON + bool "Meson Reset Driver" if COMPILE_TEST + default ARCH_MESON + help + This enables the reset driver for Amlogic Meson SoCs. + config RESET_OXNAS bool -- cgit v1.1 From fab3f73098bbccd0ca433896e860974992bbe877 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 28 Jul 2016 15:33:07 +0200 Subject: reset: pistachio: add driver Kconfig option Visible only if COMPILE_TEST is enabled, this allows to include the driver in build tests. Cc: Damien Horsley Acked-by: James Hartley Reviewed-by: Masahiro Yamada Signed-off-by: Philipp Zabel --- drivers/reset/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/reset/Kconfig') diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 3fa6afe..8bb1d87 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -42,6 +42,12 @@ config RESET_MESON config RESET_OXNAS bool +config RESET_PISTACHIO + bool "Pistachio Reset Driver" if COMPILE_TEST + default MACH_PISTACHIO + help + This enables the reset driver for ImgTec Pistachio SoCs. + config TI_SYSCON_RESET tristate "TI SYSCON Reset Driver" depends on HAS_IOMEM -- cgit v1.1 From 5c91407ed3d19704016a6a70ccbeb5c1914615bc Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 28 Jul 2016 15:33:43 +0200 Subject: reset: socfpga: add driver Kconfig option Visible only if COMPILE_TEST is enabled, this allows to include the driver in build tests. Acked-by: Dinh Nguyen Reviewed-by: Masahiro Yamada Signed-off-by: Philipp Zabel --- drivers/reset/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/reset/Kconfig') diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 8bb1d87..fc0947f 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -48,6 +48,12 @@ config RESET_PISTACHIO help This enables the reset driver for ImgTec Pistachio SoCs. +config RESET_SOCFPGA + bool "SoCFPGA Reset Driver" if COMPILE_TEST + default ARCH_SOCFPGA + help + This enables the reset controller driver for Altera SoCFPGAs. + config TI_SYSCON_RESET tristate "TI SYSCON Reset Driver" depends on HAS_IOMEM -- cgit v1.1 From 7e0e901d41406861810aa631d0dca22ac8c6dc41 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 28 Jul 2016 15:34:15 +0200 Subject: reset: stm32: add driver Kconfig option Visible only if COMPILE_TEST is enabled, this allows to include the driver in build tests. Cc: Maxime Coquelin Cc: Gabriel Fernandez Reviewed-by: Masahiro Yamada Signed-off-by: Philipp Zabel --- drivers/reset/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/reset/Kconfig') diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index fc0947f..afcbb99 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -54,6 +54,12 @@ config RESET_SOCFPGA help This enables the reset controller driver for Altera SoCFPGAs. +config RESET_STM32 + bool "STM32 Reset Driver" if COMPILE_TEST + default ARCH_STM32 + help + This enables the RCC reset controller driver for STM32 MCUs. + config TI_SYSCON_RESET tristate "TI SYSCON Reset Driver" depends on HAS_IOMEM -- cgit v1.1 From 0ae084195b64e9a99fd0ef65b006b74ca2addefe Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Tue, 9 Aug 2016 09:28:44 +0200 Subject: reset: sunxi: add driver Kconfig option Visible only if COMPILE_TEST is enabled, this allows to include the driver in build tests. Reviewed-by: Masahiro Yamada Signed-off-by: Philipp Zabel --- drivers/reset/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/reset/Kconfig') diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index afcbb99..7f748af 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -60,6 +60,12 @@ config RESET_STM32 help This enables the RCC reset controller driver for STM32 MCUs. +config RESET_SUNXI + bool "Allwinner SoCs Reset Driver" if COMPILE_TEST && !ARCH_SUNXI + default ARCH_SUNXI + help + This enables the reset driver for Allwinner SoCs. + config TI_SYSCON_RESET tristate "TI SYSCON Reset Driver" depends on HAS_IOMEM -- cgit v1.1 From 6f51b860076995d290810cd5fdc00afbbe36ca28 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Tue, 9 Aug 2016 09:28:54 +0200 Subject: reset: zynq: add driver Kconfig option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Visible only if COMPILE_TEST is enabled, this allows to include the driver in build tests. Cc: Moritz Fischer Cc: Sören Brinkmann Acked-by: Michal Simek Reviewed-by: Masahiro Yamada Signed-off-by: Philipp Zabel --- drivers/reset/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'drivers/reset/Kconfig') diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 7f748af..06d9fa2 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -86,6 +86,12 @@ config RESET_UNIPHIER Say Y if you want to control reset signals provided by System Control block, Media I/O block, Peripheral Block. +config RESET_ZYNQ + bool "ZYNQ Reset Driver" if COMPILE_TEST + default ARCH_ZYNQ + help + This enables the reset controller driver for Xilinx Zynq SoCs. + source "drivers/reset/sti/Kconfig" source "drivers/reset/hisilicon/Kconfig" -- cgit v1.1