[git pull] FireWire updates post 3.0

From: Stefan Richter
Date: Fri Jul 22 2011 - 09:09:40 EST


Linus, please pull from the for-linus branch at

git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git for-linus

to receive the following updates for the IEEE 1394 (FireWire) subsystem.
This brings yet another reduction of CPU utilization, corrections of two
obscure issues in the userspace driver ABI, documentation, and the usual
housekeeping.

Thanks.

August Lilleaas (1):
firewire: net: replacing deprecated __attribute__((packed)) with __packed

Clemens Ladisch (1):
firewire: ohci: remove superfluous posted write flushes

Stefan Richter (8):
firewire: ohci: reduce potential context_stop latency
firewire: ohci: add a comment on PHY reg access serialization
firewire: ohci: fix PHY reg access after card ejection
firewire: ohci: skip soft reset retries after card ejection
firewire: cdev: return -ENOTTY for unimplemented ioctls, not -EINVAL
firewire: cdev: prevent race between first get_info ioctl and bus reset event queuing
firewire: cdev: ABI documentation enhancements
firewire: document the sysfs ABIs

Documentation/ABI/stable/firewire-cdev | 103 ++++++++++++++++++++++
Documentation/ABI/stable/sysfs-bus-firewire | 122 +++++++++++++++++++++++++++
drivers/firewire/core-cdev.c | 20 +++--
drivers/firewire/net.c | 5 +-
drivers/firewire/ohci.c | 42 ++++++----
include/linux/firewire-cdev.h | 78 ++++++++---------
6 files changed, 303 insertions(+), 67 deletions(-)
create mode 100644 Documentation/ABI/stable/firewire-cdev
create mode 100644 Documentation/ABI/stable/sysfs-bus-firewire
--
Stefan Richter
-=====-==-== -=== =-==-
http://arcgraph.de/sr/
--
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/