Prev: [PATCH v3 5/7] TCPCT part 2e: accept SYNACK data
Next: [PATCH 01/28] Move kernel/kgdb.c to kernel/debug/debug_core.c
From: Stefan Richter on 25 Feb 2010 16:20 Hi all, if there are no objections, I will see to get the following pulled into the mainline early next week: - three cycle timer related enhancements (hence mostly audio related): hardware quirk fix for reliable cycle timer register access, "quirks" module parameter for firewire-ohci, choice of clock for local time in the read-cycle-timer ioctl, - a few fixes (minor ones as far as I can tell), - some refactoring like the config ROM text leaf accessor and dead code removal. Clemens Ladisch (2): firewire: add fw_csr_string() helper function firewire: ohci: work around cycle timer bugs on VIA controllers N�meth M�rton (1): firewire: make PCI device id constant Stefan Richter (21): firewire: core: fw_csr_string addendum firewire: qualify config ROM cache pointers as const pointers firewire: ohci: enable cycle timer fix on ALi and NEC controllers firewire: get_cycle_timer optimization and cleanup firewire: remove incomplete Bus_Time CSR support Merge tag 'v2.6.33' for its firewire changes since last branch point firewire: core: fix "giving up on config rom" with Panasonic AG-DV2500 firewire: core: don't fail device creation in case of too large config ROM blocks firewire: core: increase stack size of config ROM reader firewire: core: fix an information leak firewire: core: rename an internal function firewire: cdev: add more flexible cycle timer ioctl firewire: cdev: increment ABI version number firewire: core: change type of a data buffer firewire: core: combine a bit of repeated code firewire: ohci: remove unused dualbuffer IR code firewire: ohci: reorder struct fw_ohci for better cache efficiency firewire: ohci: use an ID table for quirks detection firewire: ohci: add module parameter to activate quirk fixes firewire: ohci: fix IR/IT context mask mixup firewire: ohci: extend initialization log message drivers/firewire/core-cdev.c | 368 +++++++++++++++---------------- drivers/firewire/core-device.c | 198 +++++++++++------ drivers/firewire/core-transaction.c | 17 +- drivers/firewire/core.h | 2 +- drivers/firewire/ohci.c | 364 ++++++++++-------------------- drivers/firewire/sbp2.c | 5 +- drivers/media/dvb/firewire/firedtv-fw.c | 39 +--- include/linux/firewire-cdev.h | 40 +++- include/linux/firewire.h | 11 +- include/linux/pci_ids.h | 1 - 10 files changed, 493 insertions(+), 552 deletions(-) -- 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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |