Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1511900 > unrolled thread

[PATCH 0/3] Add new builtin_misc_device users

Started byPaul Gortmaker <paul.gortmaker@windriver.com>
First post2016-10-29 22:50 +0200
Last post2016-10-29 22:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] Add new builtin_misc_device users Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-10-29 22:50 +0200

#1511900 — [PATCH 0/3] Add new builtin_misc_device users

FromPaul Gortmaker <paul.gortmaker@windriver.com>
Date2016-10-29 22:50 +0200
Subject[PATCH 0/3] Add new builtin_misc_device users
Message-ID<sxIJI-32B-7@gated-at.bofh.it>
The new macro builtin_misc_device doesn't currently exist anywhere
other than Greg's char-misc tree.  As such I was going to stagger
the patches containing users of it by a merge window to avoid any
dependency issues, but Greg offered to take the users in via the
char-misc tree which also solves the dependency issue (assuming
the blackfin and s390 people don't mind).

So these three patches are the ones from my queue that use the
new macro.  Build tested for s390 and blackfin to ensure no typos
or implicit include issues inadvertently crept in.

We are simply replacing module_misc_device with the new
builtin_misc_device in code that is always built in due to
the Makefile/Kconfig settings controlling it.  Along with that
we get rid of any other modular related references that are
inactive in the always non-modular case.

Paul.

---

Cc: Bas Vermeulen <bvermeul@blackstar.xs4all.nl>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Steven Miao <realmz6@gmail.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Matias Bjorling <mb@lightnvm.io>
Cc: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-s390@vger.kernel.org

Paul Gortmaker (3):
  lightnvm: make core.c explicitly non-modular
  blackfin: make-bf561/coreb.c explicitly non-modular
  s390: char: make slp_ctl explicitly non-modular

 arch/blackfin/mach-bf561/coreb.c | 10 ++++------
 drivers/lightnvm/core.c          | 14 ++++++--------
 drivers/s390/char/sclp_ctl.c     |  4 ++--
 3 files changed, 12 insertions(+), 16 deletions(-)

-- 
2.10.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web