* [GIT PULL] Reset controller changes for v4.16
@ 2018-01-02 9:16 Philipp Zabel
2018-01-05 11:28 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2018-01-02 9:16 UTC (permalink / raw)
To: linux-arm-kernel
Dear arm-soc maintainers,
Happy New Year! Please consider merging this tag for v4.16. It adds
Meson-AXG?reset support and fixes a few issues with the reset include
header:?device_reset_optional is fixed to be really optional, unused
headers are pruned, and useless warnings and deprecated API calls are
removed.
regards
Philipp
The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git tags/reset-for-4.16
for you to fetch changes up to 0e5721f76252d69d424ec87a391d5ea37414b641:
reset: meson-axg: add compatible string for Meson-AXG SoC (2017-11-27 09:16:40 +0100)
----------------------------------------------------------------
Reset controller changes for v4.16
- Fix device_reset_optional to be really optional
- Header clean up: includes, warnings, and deprecated calls.
- Add driver and bindings for the Meson-AXG SoC reset controller
----------------------------------------------------------------
Masahiro Yamada (4):
reset: make device_reset_optional() really optional
reset: remove remaining WARN_ON() in <linux/reset.h>
reset: minimize the number of headers included from <linux/reset.h>
reset: remove reset_control_get(_optional)
Yixun Lan (2):
dt-bindings: reset: Add bindings for the Meson-AXG SoC Reset Controller
reset: meson-axg: add compatible string for Meson-AXG SoC
.../bindings/reset/amlogic,meson-reset.txt | 3 +-
drivers/reset/core.c | 9 +-
drivers/reset/reset-meson.c | 2 +
.../dt-bindings/reset/amlogic,meson-axg-reset.h | 124 +++++++++++++++++++++
include/linux/reset.h | 50 +++------
5 files changed, 149 insertions(+), 39 deletions(-)
create mode 100644 include/dt-bindings/reset/amlogic,meson-axg-reset.h
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL] Reset controller changes for v4.16
2018-01-02 9:16 [GIT PULL] Reset controller changes for v4.16 Philipp Zabel
@ 2018-01-05 11:28 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2018-01-05 11:28 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jan 2, 2018 at 10:16 AM, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Dear arm-soc maintainers,
>
> Happy New Year! Please consider merging this tag for v4.16. It adds
> Meson-AXG reset support and fixes a few issues with the reset include
> header: device_reset_optional is fixed to be really optional, unused
> headers are pruned, and useless warnings and deprecated API calls are
> removed.
Pulled into next/drivers.
I ended up using a variant of your text above as the changelog, rather than
the bullet list that more or less shows the same things as the shortlog.
Generally speaking, I'd prefer to have that kind of description in full
sentences in the git tag as well. Thanks,
Arnd
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-05 11:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-02 9:16 [GIT PULL] Reset controller changes for v4.16 Philipp Zabel
2018-01-05 11:28 ` Arnd Bergmann
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).