lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 20 May 2015 20:56:56 +0530
From:	Sudip Mukherjee <sudipm.mukherjee@...il.com>
To:	Tim Waugh <tim@...erelk.net>, Jean Delvare <jdelvare@...e.de>,
	Wolfram Sang <wsa@...-dreams.de>,
	Willy Tarreau <willy@...a-x.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	Alan Cox <gnomes@...rguk.ukuu.org.uk>
Cc:	linux-kernel@...r.kernel.org, linux-i2c@...r.kernel.org,
	devel@...verdev.osuosl.org,
	Sudip Mukherjee <sudipm.mukherjee@...il.com>
Subject: [PATCH 0/6] use devicemodel with parport

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ