All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: <linux-kernel@vger.kernel.org>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>,
	Alban Bedel <albeu@free.fr>, Carlo Caione <carlo@caione.org>,
	Damien Horsley <Damien.Horsley@imgtec.com>,
	Kevin Hilman <khilman@baylibre.com>,
	<linux-amlogic@lists.infradead.org>,
	<linux-oxnas@lists.tuxfamily.org>,
	Neil Armstrong <narmstrong@baylibre.com>,
	Philipp Zabel <p.zabel@pengutronix.de>
Subject: [PATCH 0/4] reset: de-modularize the remaining reset drivers
Date: Tue, 7 Feb 2017 19:18:43 -0500	[thread overview]
Message-ID: <20170208001847.9887-1-paul.gortmaker@windriver.com> (raw)

Recently, a new reset driver was added that used module stuff in a
driver that was clearly non-modular[1].  With that in mind, it is
probably wise to get the remaining patches I have locally for the
existing reset drivers out the door, so we don't get any more
future instances of a new driver copying the old error once again.

Paul.

---

[1] https://lkml.kernel.org/r/CAP=VYLqhAEKAdnO7skBU7V+NxbQqXs_UbOO0J1hYHmCq3aKQow@mail.gmail.com

Cc: Alban Bedel <albeu@free.fr>
Cc: Carlo Caione <carlo@caione.org>
Cc: Damien Horsley <Damien.Horsley@imgtec.com>
Cc: Kevin Hilman <khilman@baylibre.com>
Cc: linux-amlogic@lists.infradead.org
Cc: linux-oxnas@lists.tuxfamily.org
Cc: Neil Armstrong <narmstrong@baylibre.com>
Cc: Philipp Zabel <p.zabel@pengutronix.de>

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

 drivers/reset/reset-ath79.c     | 27 ++++++++-------------------
 drivers/reset/reset-meson.c     | 12 ++++--------
 drivers/reset/reset-oxnas.c     |  6 ++----
 drivers/reset/reset-pistachio.c |  9 ++-------
 4 files changed, 16 insertions(+), 38 deletions(-)

-- 
2.11.0

WARNING: multiple messages have this Message-ID (diff)
From: paul.gortmaker@windriver.com (Paul Gortmaker)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/4] reset: de-modularize the remaining reset drivers
Date: Tue, 7 Feb 2017 19:18:43 -0500	[thread overview]
Message-ID: <20170208001847.9887-1-paul.gortmaker@windriver.com> (raw)

Recently, a new reset driver was added that used module stuff in a
driver that was clearly non-modular[1].  With that in mind, it is
probably wise to get the remaining patches I have locally for the
existing reset drivers out the door, so we don't get any more
future instances of a new driver copying the old error once again.

Paul.

---

[1] https://lkml.kernel.org/r/CAP=VYLqhAEKAdnO7skBU7V+NxbQqXs_UbOO0J1hYHmCq3aKQow at mail.gmail.com

Cc: Alban Bedel <albeu@free.fr>
Cc: Carlo Caione <carlo@caione.org>
Cc: Damien Horsley <Damien.Horsley@imgtec.com>
Cc: Kevin Hilman <khilman@baylibre.com>
Cc: linux-amlogic at lists.infradead.org
Cc: linux-oxnas at lists.tuxfamily.org
Cc: Neil Armstrong <narmstrong@baylibre.com>
Cc: Philipp Zabel <p.zabel@pengutronix.de>

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

 drivers/reset/reset-ath79.c     | 27 ++++++++-------------------
 drivers/reset/reset-meson.c     | 12 ++++--------
 drivers/reset/reset-oxnas.c     |  6 ++----
 drivers/reset/reset-pistachio.c |  9 ++-------
 4 files changed, 16 insertions(+), 38 deletions(-)

-- 
2.11.0

             reply	other threads:[~2017-02-08  0:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-08  0:18 Paul Gortmaker [this message]
2017-02-08  0:18 ` [PATCH 0/4] reset: de-modularize the remaining reset drivers Paul Gortmaker
2017-02-08  0:18 ` [PATCH 1/4] reset: ath79: make it explicitly non-modular Paul Gortmaker
2017-02-09  9:03   ` Alban
2017-02-08  0:18 ` [PATCH 2/4] reset: pistachio: " Paul Gortmaker
2017-02-08  0:18 ` [PATCH 3/4] reset: meson: " Paul Gortmaker
2017-02-08  0:18   ` Paul Gortmaker
2017-02-08  8:43   ` Neil Armstrong
2017-02-08  8:43     ` Neil Armstrong
2017-02-08  0:18 ` [PATCH 4/4] reset: oxnas: " Paul Gortmaker
2017-02-08  8:44   ` Neil Armstrong
2017-02-08 10:43 ` [PATCH 0/4] reset: de-modularize the remaining reset drivers Philipp Zabel
2017-02-08 10:43   ` Philipp Zabel

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=20170208001847.9887-1-paul.gortmaker@windriver.com \
    --to=paul.gortmaker@windriver.com \
    --cc=Damien.Horsley@imgtec.com \
    --cc=albeu@free.fr \
    --cc=carlo@caione.org \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-oxnas@lists.tuxfamily.org \
    --cc=narmstrong@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    /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.