From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Reset controller changes for v4.13
Date: Mon, 29 May 2017 11:28:18 +0200 [thread overview]
Message-ID: <1496050098.17695.31.camel@pengutronix.de> (raw)
Dear arm-soc maintainers,
please consider merging this tag for v4.13, which adds a new Gemini
reset driver, cleans up array allocation in the sti/reset-syscfg driver,
and renames the ti_syscon Kconfig symbol to align with the others.
regards
Philipp
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git tags/reset-for-4.13
for you to fetch changes up to 2acb037fc42b8ce5ae59a7d5db3c9b35672e3dd7:
reset: Add a Gemini reset controller (2017-05-24 10:46:13 +0200)
----------------------------------------------------------------
Reset controller changes for v4.13
- Use devm_kcalloc to allocate the channels array in sti/reset-syscfg
- Rename the TI_SYSCON_RESET Kconfig option to RESET_TI_SYSCON for
consistency
- Add new reset driver and DT bindings for Cortina Systems Gemini
reset controller
----------------------------------------------------------------
Linus Walleij (2):
reset: add DT bindings header for Gemini reset controller
reset: Add a Gemini reset controller
Markus Elfring (1):
reset: sti: Use devm_kcalloc() in syscfg_reset_controller_register()
Suman Anna (1):
reset: ti_syscon: Rename TI_SYSCON_RESET to RESET_TI_SYSCON
drivers/reset/Kconfig | 9 +-
drivers/reset/Makefile | 3 +-
drivers/reset/reset-gemini.c | 110 +++++++++++++++++++++++
drivers/reset/sti/reset-syscfg.c | 6 +-
include/dt-bindings/reset/cortina,gemini-reset.h | 36 ++++++++
5 files changed, 158 insertions(+), 6 deletions(-)
create mode 100644 drivers/reset/reset-gemini.c
create mode 100644 include/dt-bindings/reset/cortina,gemini-reset.h
next reply other threads:[~2017-05-29 9:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-29 9:28 Philipp Zabel [this message]
2017-06-19 2:03 ` [GIT PULL] Reset controller changes for v4.13 Olof Johansson
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=1496050098.17695.31.camel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).