[PATCH 0/6] use devicemodel with parport

From: Sudip Mukherjee
Date: Wed May 20 2015 - 11:27:24 EST


After 5 versions of WIP, finally a patch submission.
parport subsystem is now in the transition stage and supports the old
model and the new device model. 3 of the drivers have been converted
into new model and tested.
After other drivers are converted we can remove the old code from
parport.

Sudip Mukherjee (6):
parport: add device-model to parport subsystem
staging: panel: use new parport device model
i2c-parport: define ports to connect
i2c-parport: use new parport device model
paride: use new parport device model
MAINTAINERS: maintain parport

MAINTAINERS | 7 +-
drivers/block/paride/paride.c | 57 ++++++-
drivers/block/paride/paride.h | 2 +
drivers/block/paride/pcd.c | 9 +
drivers/block/paride/pd.c | 12 +-
drivers/block/paride/pf.c | 7 +
drivers/block/paride/pg.c | 8 +
drivers/block/paride/pt.c | 8 +
drivers/i2c/busses/i2c-parport.c | 38 ++++-
drivers/parport/parport_pc.c | 4 +-
drivers/parport/procfs.c | 15 +-
drivers/parport/share.c | 345 ++++++++++++++++++++++++++++++++++++---
drivers/staging/panel/panel.c | 14 +-
include/linux/parport.h | 43 ++++-
14 files changed, 522 insertions(+), 47 deletions(-)

--
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/