[PATCH 0/4] ISDN patches for net-next
From: Tilman Schmidt <hidden>
Date: 2014-05-18 22:43:15
Here's a series of patches for the ISDN CAPI subsystem and an auxiliary patch to the tty driver, prepared by Paul Bolle over the last couple of weeks. I would appreciate if you could merge these via net-next. Paul Bolle (4): isdn/capi: move capi_info2str to capidrv.c isdn/capi: Make verbose reporting depend on capidrv tty: allow tty drivers to rename their device nodes isdn/capi: fix (middleware) device nodes drivers/isdn/capi/Kconfig | 18 ++-- drivers/isdn/capi/capi.c | 8 +- drivers/isdn/capi/capidrv.c | 195 ++++++++++++++++++++++++++++++++++++++++ drivers/isdn/capi/capiutil.c | 200 ------------------------------------------ drivers/tty/tty_io.c | 16 +++- include/linux/isdn/capiutil.h | 5 -- include/linux/tty_driver.h | 1 + 7 files changed, 226 insertions(+), 217 deletions(-) -- 1.9.2.459.g68773ac