linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2] Reset controller changes for v4.12
Date: Wed, 15 Mar 2017 15:52:15 +0100	[thread overview]
Message-ID: <1489589535.2528.23.camel@pengutronix.de> (raw)

Hi,

Please consider merging this tag, which adds new drivers for i.MX7 and
Arria10, removes module code from non-modular drivers, and fixes a build
warning in the uniphier driver and the nr_resets property usage of the
socfpga driver as well as 64-bit compilation of the sunxi driver.

I have dropped the mfd dt-bindings patch "dt-bindings: mfd: Add Altera
Arria10 SR Reset Controller bindings" since v1, and added "reset: sunxi:
fix for 64-bit compilation".

regards
Philipp

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.pengutronix.de/git/pza/linux.git tags/reset-for-4.12-1

for you to fetch changes up to 11282a49b735ad7f4cea187de2b8dc5489343e4b:

  reset: sunxi: fix for 64-bit compilation (2017-03-15 12:19:12 +0100)

----------------------------------------------------------------
Reset controller changes for v4.12

- make reset drivers with bool Kconfig options explicitly non-modular
- fix uniphier non-static symbol warnings
- fix socfpga nr_resets property
- new drivers for the Arria10 and i.MX7 system reset controllers
- fix sunxi 64-bit compilation

----------------------------------------------------------------
Andre Przywara (1):
      reset: sunxi: fix for 64-bit compilation

Andrey Smirnov (1):
      reset: Add i.MX7 SRC reset driver

Paul Gortmaker (4):
      reset: meson: make it explicitly non-modular
      reset: oxnas: make it explicitly non-modular
      reset: ath79: make it explicitly non-modular
      reset: pistachio: make it explicitly non-modular

Rojhalat Ibrahim (1):
      reset-socfpga: Fix nr_resets property

Thor Thayer (2):
      dt-bindings: reset: a10sr: Add Arria10 SR Reset Controller offsets
      reset: Add Altera Arria10 SR Reset Controller

Wei Yongjun (1):
      reset: uniphier: fix non static symbol warnings

 .../devicetree/bindings/reset/fsl,imx7-src.txt     |  47 ++++++
 MAINTAINERS                                        |   2 +
 drivers/reset/Kconfig                              |  14 ++
 drivers/reset/Makefile                             |   3 +
 drivers/reset/reset-a10sr.c                        | 138 ++++++++++++++++++
 drivers/reset/reset-ath79.c                        |  27 ++--
 drivers/reset/reset-imx7.c                         | 158 +++++++++++++++++++++
 drivers/reset/reset-meson.c                        |  12 +-
 drivers/reset/reset-oxnas.c                        |   6 +-
 drivers/reset/reset-pistachio.c                    |   9 +-
 drivers/reset/reset-socfpga.c                      |  13 +-
 drivers/reset/reset-sunxi.c                        |  18 +--
 drivers/reset/reset-uniphier.c                     |  20 +--
 include/dt-bindings/reset/altr,rst-mgr-a10sr.h     |  33 +++++
 include/dt-bindings/reset/imx7-reset.h             |  62 ++++++++
 15 files changed, 500 insertions(+), 62 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/reset/fsl,imx7-src.txt
 create mode 100644 drivers/reset/reset-a10sr.c
 create mode 100644 drivers/reset/reset-imx7.c
 create mode 100644 include/dt-bindings/reset/altr,rst-mgr-a10sr.h
 create mode 100644 include/dt-bindings/reset/imx7-reset.h

             reply	other threads:[~2017-03-15 14:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-15 14:52 Philipp Zabel [this message]
2017-03-22  0:33 ` [GIT PULL v2] Reset controller changes for v4.12 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=1489589535.2528.23.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).