* [GIT PULL] Reset controller changes for v5.11
@ 2020-12-04 14:25 Philipp Zabel
2020-12-04 14:25 ` Philipp Zabel
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Philipp Zabel @ 2020-12-04 14:25 UTC (permalink / raw)
To: soc; +Cc: linux-arm-kernel, kernel
Dear SoC maintainers,
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux tags/reset-for-v5.11
for you to fetch changes up to d06c4dec98b655e2808d2a59681ec24197c59c9d:
reset-controller: ti: force the write operation when assert or deassert (2020-12-03 08:44:57 +0100)
----------------------------------------------------------------
Reset controller updates for v5.11
This tag adds support for sharing pulsed resets under certain
conditions. For example, when multiple drivers go through a
suspend-resume cycle, a reset line they share can be triggered
again during resume.
Further, the reset-meson driver now can be built as a module, the
reset-socfpga driver properly releases its memory region in the
probe error path, and reset-ti-syscon driver uses regmap_write_bits()
instead of regmap_update_bits() to support devices without status
readback.
----------------------------------------------------------------
Amjad Ouled-Ameur (1):
reset: make shared pulsed reset controls re-triggerable
Crystal Guo (1):
reset-controller: ti: force the write operation when assert or deassert
Dinh Nguyen (1):
reset: socfpga: add error handling and release mem-region
Neil Armstrong (1):
reset: meson: make it possible to build as a module
drivers/reset/Kconfig | 3 +-
drivers/reset/core.c | 73 +++++++++++++++++++++++++++++++++++++++++
drivers/reset/reset-meson.c | 8 ++++-
drivers/reset/reset-socfpga.c | 11 +++++--
drivers/reset/reset-ti-syscon.c | 4 +--
include/linux/reset.h | 1 +
6 files changed, 94 insertions(+), 6 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] Reset controller changes for v5.11
2020-12-04 14:25 [GIT PULL] Reset controller changes for v5.11 Philipp Zabel
@ 2020-12-04 14:25 ` Philipp Zabel
2020-12-08 23:31 ` Arnd Bergmann
2020-12-08 23:50 ` patchwork-bot+linux-soc
2 siblings, 0 replies; 5+ messages in thread
From: Philipp Zabel @ 2020-12-04 14:25 UTC (permalink / raw)
To: soc; +Cc: kernel, linux-arm-kernel
Dear SoC maintainers,
The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux tags/reset-for-v5.11
for you to fetch changes up to d06c4dec98b655e2808d2a59681ec24197c59c9d:
reset-controller: ti: force the write operation when assert or deassert (2020-12-03 08:44:57 +0100)
----------------------------------------------------------------
Reset controller updates for v5.11
This tag adds support for sharing pulsed resets under certain
conditions. For example, when multiple drivers go through a
suspend-resume cycle, a reset line they share can be triggered
again during resume.
Further, the reset-meson driver now can be built as a module, the
reset-socfpga driver properly releases its memory region in the
probe error path, and reset-ti-syscon driver uses regmap_write_bits()
instead of regmap_update_bits() to support devices without status
readback.
----------------------------------------------------------------
Amjad Ouled-Ameur (1):
reset: make shared pulsed reset controls re-triggerable
Crystal Guo (1):
reset-controller: ti: force the write operation when assert or deassert
Dinh Nguyen (1):
reset: socfpga: add error handling and release mem-region
Neil Armstrong (1):
reset: meson: make it possible to build as a module
drivers/reset/Kconfig | 3 +-
drivers/reset/core.c | 73 +++++++++++++++++++++++++++++++++++++++++
drivers/reset/reset-meson.c | 8 ++++-
drivers/reset/reset-socfpga.c | 11 +++++--
drivers/reset/reset-ti-syscon.c | 4 +--
include/linux/reset.h | 1 +
6 files changed, 94 insertions(+), 6 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Reset controller changes for v5.11
2020-12-04 14:25 [GIT PULL] Reset controller changes for v5.11 Philipp Zabel
2020-12-04 14:25 ` Philipp Zabel
@ 2020-12-08 23:31 ` Arnd Bergmann
2020-12-08 23:31 ` Arnd Bergmann
2020-12-08 23:50 ` patchwork-bot+linux-soc
2 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:31 UTC (permalink / raw)
To: soc, Philipp Zabel; +Cc: Arnd Bergmann, linux-arm-kernel, kernel
From: Arnd Bergmann <arnd@arndb.de>
On Fri, 04 Dec 2020 15:25:02 +0100, Philipp Zabel wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
>
> Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
>
> are available in the Git repository at:
>
> git://git.pengutronix.de/pza/linux tags/reset-for-v5.11
>
> [...]
Merged into arm/drivers, thanks!
merge commit: 03c48a830e9d256be34f15f782f9877d0d9a9c2f
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Reset controller changes for v5.11
2020-12-08 23:31 ` Arnd Bergmann
@ 2020-12-08 23:31 ` Arnd Bergmann
0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:31 UTC (permalink / raw)
To: soc, Philipp Zabel; +Cc: kernel, linux-arm-kernel, Arnd Bergmann
From: Arnd Bergmann <arnd@arndb.de>
On Fri, 04 Dec 2020 15:25:02 +0100, Philipp Zabel wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
>
> Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
>
> are available in the Git repository at:
>
> git://git.pengutronix.de/pza/linux tags/reset-for-v5.11
>
> [...]
Merged into arm/drivers, thanks!
merge commit: 03c48a830e9d256be34f15f782f9877d0d9a9c2f
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Reset controller changes for v5.11
2020-12-04 14:25 [GIT PULL] Reset controller changes for v5.11 Philipp Zabel
2020-12-04 14:25 ` Philipp Zabel
2020-12-08 23:31 ` Arnd Bergmann
@ 2020-12-08 23:50 ` patchwork-bot+linux-soc
2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2020-12-08 23:50 UTC (permalink / raw)
To: Philipp Zabel; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (refs/heads/for-next):
On Fri, 04 Dec 2020 15:25:02 +0100 you wrote:
> Dear SoC maintainers,
>
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
>
> Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
>
> are available in the Git repository at:
>
> [...]
Here is the summary with links:
- [GIT,PULL] Reset controller changes for v5.11
https://git.kernel.org/soc/soc/c/03c48a830e9d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-12-08 23:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-04 14:25 [GIT PULL] Reset controller changes for v5.11 Philipp Zabel
2020-12-04 14:25 ` Philipp Zabel
2020-12-08 23:31 ` Arnd Bergmann
2020-12-08 23:31 ` Arnd Bergmann
2020-12-08 23:50 ` patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox