[linux-oxnas] [PATCH 0/4] reset: de-modularize the remaining reset drivers |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/linux-oxnas Archives
]
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@xxxxxxxxxxxxxx
Cc: Alban Bedel <albeu@xxxxxxx>
Cc: Carlo Caione <carlo@xxxxxxxxxx>
Cc: Damien Horsley <Damien.Horsley@xxxxxxxxxx>
Cc: Kevin Hilman <khilman@xxxxxxxxxxxx>
Cc: linux-amlogic@xxxxxxxxxxxxxxxxxxx
Cc: linux-oxnas@xxxxxxxxxxxxxxxxxxx
Cc: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
Cc: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
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