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:	Tue,  4 Sep 2012 17:01:05 +0200
From:	Samuel Iglesias Gonsálvez 
	<siglesias@...lia.com>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:	devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
	industrypack-devel@...ts.sourceforge.net,
	Samuel Iglesias Gonsálvez 
	<siglesias@...lia.com>
Subject: [PATCH 00/16] ipack: autoload IP module drivers

Hello,

This bunch of patches adds support to autoload IP module drivers when they are
detected by the ipack bus driver.

Also, it changes the endianness of the carrier device to Big Endian as it is
defined in the Industry Pack standard. Due to that, the source code is
simplified too.

There are more patches (~40) waiting to be sent but I prefer to send them in
batches for proper review. If you think it will be a better idea to send them
all together, please tell me.

Thanks to Jens Taprogge for his work on this area.

Best regards,

Sam

Jens Taprogge (15):
  Staging: ipack/bridges/tpci200: Reorganize tpci200_probe in
    preparation for functional changes.
  Staging: ipack/bridges/tpci200: Use the TPCI200 in big endian mode.
  Staging: ipack/devices/ipoctal: Convert ipoctal to directly use
    ioread/write functions.
  Staging: ipack/bridges/tpci200: Remove the read/write functions from
    ipack_bus_ops.
  Staging: ipack/devices/ipoctal: ipoctal cleanups.
  Staging: ipack/devices/ipoctal: Tidy up ipoctal some more.
  Staging: ipack: implement ipack device table.
  Staging: ipack: Read the ID space during device registration.
  Staging: ipack: Parse vendor and device id.
  Staging: ipack: Move device ids from ipoctal.c to ipack_ids.h.
  Staging: ipack: Make ipack_driver_ops const.
  Staging: ipack/devices/ipoctal: Expose DEVICE_TABLE for ipoctal.
  Staging: ipack: Implement device matching on the bus level.
  Staging: ipack: Expose modalias through sysfs.
  Staging: ipack: Provide ID Prom through sysfs.

Samuel Iglesias Gonsálvez (1):
  Staging: ipack: remove read/write operations from ipack_bus_ops

 drivers/staging/ipack/bridges/tpci200.c |  280 ++++++-------------------------
 drivers/staging/ipack/bridges/tpci200.h |    9 +
 drivers/staging/ipack/devices/ipoctal.c |  188 +++++++++------------
 drivers/staging/ipack/devices/scc2698.h |  114 ++++++-------
 drivers/staging/ipack/ipack.c           |  271 ++++++++++++++++++++++++++++--
 drivers/staging/ipack/ipack.h           |   49 ++++--
 drivers/staging/ipack/ipack_ids.h       |   32 ++++
 include/linux/mod_devicetable.h         |    7 +
 scripts/mod/file2alias.c                |   15 ++
 9 files changed, 543 insertions(+), 422 deletions(-)
 create mode 100644 drivers/staging/ipack/ipack_ids.h

-- 
1.7.10.4

--
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