All of lore.kernel.org
 help / color / mirror / Atom feed
From: Claudiu Beznea <claudiu.beznea@microchip.com>
To: <robh+dt@kernel.org>, <nicolas.ferre@microchip.com>,
	<alexandre.belloni@bootlin.com>, <p.zabel@pengutronix.de>,
	<linux@armlinux.org.uk>, <sre@kernel.org>,
	<linux-pm@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Subject: [PATCH v2 10/10] ARM: configs: sama7: enable CONFIG_RESET_CONTROLLER
Date: Thu, 7 Apr 2022 10:17:08 +0300	[thread overview]
Message-ID: <20220407071708.3848812-11-claudiu.beznea@microchip.com> (raw)
In-Reply-To: <20220407071708.3848812-1-claudiu.beznea@microchip.com>

Enable CONFIG_RESET_CONTROLLER. It is necessary for resetting individual
in SoC devices.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 arch/arm/configs/sama7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
index 0368068e04d9..ce20bef1246e 100644
--- a/arch/arm/configs/sama7_defconfig
+++ b/arch/arm/configs/sama7_defconfig
@@ -180,6 +180,7 @@ CONFIG_IIO_SW_TRIGGER=y
 CONFIG_AT91_SAMA5D2_ADC=y
 CONFIG_PWM=y
 CONFIG_PWM_ATMEL=y
+CONFIG_RESET_CONTROLLER=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 CONFIG_FANOTIFY=y
-- 
2.32.0


WARNING: multiple messages have this Message-ID (diff)
From: Claudiu Beznea <claudiu.beznea@microchip.com>
To: <robh+dt@kernel.org>, <nicolas.ferre@microchip.com>,
	<alexandre.belloni@bootlin.com>, <p.zabel@pengutronix.de>,
	<linux@armlinux.org.uk>, <sre@kernel.org>,
	<linux-pm@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Subject: [PATCH v2 10/10] ARM: configs: sama7: enable CONFIG_RESET_CONTROLLER
Date: Thu, 7 Apr 2022 10:17:08 +0300	[thread overview]
Message-ID: <20220407071708.3848812-11-claudiu.beznea@microchip.com> (raw)
In-Reply-To: <20220407071708.3848812-1-claudiu.beznea@microchip.com>

Enable CONFIG_RESET_CONTROLLER. It is necessary for resetting individual
in SoC devices.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 arch/arm/configs/sama7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig
index 0368068e04d9..ce20bef1246e 100644
--- a/arch/arm/configs/sama7_defconfig
+++ b/arch/arm/configs/sama7_defconfig
@@ -180,6 +180,7 @@ CONFIG_IIO_SW_TRIGGER=y
 CONFIG_AT91_SAMA5D2_ADC=y
 CONFIG_PWM=y
 CONFIG_PWM_ATMEL=y
+CONFIG_RESET_CONTROLLER=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 CONFIG_FANOTIFY=y
-- 
2.32.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-04-07  7:16 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-07  7:16 [PATCH v2 00/10] power: reset: at91-reset: add support for sama7g5 Claudiu Beznea
2022-04-07  7:16 ` Claudiu Beznea
2022-04-07  7:16 ` [PATCH v2 01/10] ARM: dts: at91: use generic name for reset controller Claudiu Beznea
2022-04-07  7:16   ` Claudiu Beznea
2022-04-07  9:47   ` Philipp Zabel
2022-04-07  9:47     ` Philipp Zabel
2022-04-07  7:17 ` [PATCH v2 02/10] dt-bindings: reset: convert Atmel/Microchip reset controller to YAML Claudiu Beznea
2022-04-07  7:17   ` Claudiu Beznea
2022-04-07  7:17 ` [PATCH v2 03/10] dt-bindings: reset: atmel,at91sam9260-reset: add sama7g5 bindings Claudiu Beznea
2022-04-07  7:17   ` [PATCH v2 03/10] dt-bindings: reset: atmel, at91sam9260-reset: " Claudiu Beznea
2022-04-07  7:17 ` [PATCH v2 04/10] dt-bindings: reset: add sama7g5 definitions Claudiu Beznea
2022-04-07  7:17   ` Claudiu Beznea
2022-04-07  9:47   ` Philipp Zabel
2022-04-07  9:47     ` Philipp Zabel
2022-04-07  7:17 ` [PATCH v2 05/10] power: reset: at91-reset: document structures and enums Claudiu Beznea
2022-04-07  7:17   ` Claudiu Beznea
2022-04-07  7:17 ` [PATCH v2 06/10] power: reset: at91-reset: add at91_reset_data Claudiu Beznea
2022-04-07  7:17   ` Claudiu Beznea
2022-04-07  7:17 ` [PATCH v2 07/10] power: reset: at91-reset: add reset_controller_dev support Claudiu Beznea
2022-04-07  7:17   ` Claudiu Beznea
2022-04-07  9:46   ` Philipp Zabel
2022-04-07  9:46     ` Philipp Zabel
2022-04-07  7:17 ` [PATCH v2 08/10] power: reset: at91-reset: add support for SAMA7G5 Claudiu Beznea
2022-04-07  7:17   ` Claudiu Beznea
2022-04-07  7:17 ` [PATCH v2 09/10] ARM: dts: at91: sama7g5: add reset-controller node Claudiu Beznea
2022-04-07  7:17   ` Claudiu Beznea
2022-04-07  7:17 ` Claudiu Beznea [this message]
2022-04-07  7:17   ` [PATCH v2 10/10] ARM: configs: sama7: enable CONFIG_RESET_CONTROLLER Claudiu Beznea

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=20220407071708.3848812-11-claudiu.beznea@microchip.com \
    --to=claudiu.beznea@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=nicolas.ferre@microchip.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=sre@kernel.org \
    /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.