[PATCH 00/16] ipack: autoload IP module drivers

From: Samuel Iglesias GonsÃlvez
Date: Tue Sep 04 2012 - 11:10:11 EST


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