| Commit message (Expand) | Author | Age | Files | Lines |
* | scripts/spelling.txt: add "intialization" pattern and fix typo instances | Masahiro Yamada | 2017-02-28 | 1 | -2/+2 |
* | firewire: core: document fw_csr_string's truncation of long strings | Stefan Richter | 2014-12-10 | 1 | -0/+3 |
* | firewire: don't use PREPARE_DELAYED_WORK | Tejun Heo | 2014-03-07 | 1 | -7/+15 |
* | firewire: remove support of fw_driver.driver.probe and .remove methods | Stefan Richter | 2013-06-09 | 1 | -8/+2 |
* | firewire: introduce fw_driver.probe and .remove methods | Stefan Richter | 2013-06-09 | 1 | -9/+36 |
* | firewire: remove unnecessary alloc/OOM messages | Stefan Richter | 2013-04-28 | 1 | -3/+1 |
* | firewire: convert to idr_alloc() | Tejun Heo | 2013-02-28 | 1 | -8/+3 |
* | firewire: add minor number range check to fw_device_init() | Tejun Heo | 2013-02-28 | 1 | -0/+4 |
* | firewire: core: feed /dev/random with devices' GUIDs | Clemens Ladisch | 2012-09-25 | 1 | -0/+3 |
* | firewire: core: add is_local sysfs device attribute | Clemens Ladisch | 2012-06-30 | 1 | -0/+9 |
* | firewire: core: fw_device_refresh(): clean up error handling | Clemens Ladisch | 2012-04-17 | 1 | -21/+12 |
* | firewire: core: log config rom reading errors | Clemens Ladisch | 2012-04-17 | 1 | -15/+27 |
* | firewire: core: improve reread_config_rom() interface | Clemens Ladisch | 2012-04-17 | 1 | -21/+19 |
* | firewire: core: wait for inaccessible devices after bus reset | Clemens Ladisch | 2012-04-17 | 1 | -6/+3 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | firewire: core: prefix log messages with card name | Stefan Richter | 2012-02-22 | 1 | -32/+28 |
* | firewire: move fw_device reference counting from drivers to core | Stefan Richter | 2012-01-15 | 1 | -0/+2 |
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139... | Linus Torvalds | 2011-08-22 | 1 | -5/+10 |
|\ |
|
| * | firewire: core: handle ack_busy when fetching the Config ROM | Stefan Richter | 2011-08-13 | 1 | -5/+10 |
* | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 1 | -1/+1 |
|/ |
|
* | firewire: sbp2: parallelize login, reconnect, logout | Stefan Richter | 2011-05-10 | 1 | -2/+3 |
* | firewire: core: use non-reentrant workqueue with rescuer | Stefan Richter | 2011-05-10 | 1 | -11/+19 |
* | firewire: core: ignore link-active bit of new nodes, fix device recognition | Stefan Richter | 2011-03-20 | 1 | -7/+12 |
* | firewire: core: fix card->reset_jiffies overflow | Clemens Ladisch | 2011-01-23 | 1 | -1/+2 |
* | Merge firewire branches to be released post v2.6.35 | Stefan Richter | 2010-08-02 | 1 | -5/+6 |
|\ |
|
| * | firewire: cdev: fix fw_cdev_event_bus_reset emission after local config ROM c... | Stefan Richter | 2010-07-13 | 1 | -0/+1 |
| * | firewire: core: fix fw_send_request kerneldoc comment | Stefan Richter | 2010-07-13 | 1 | -5/+5 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2010-03-26 | 1 | -63/+40 |
|\| |
|
| * | firewire: core: align driver match with modalias | Stefan Richter | 2010-03-24 | 1 | -49/+38 |
| * | firewire: core: fix Model_ID in modalias | Stefan Richter | 2010-03-24 | 1 | -26/+14 |
* | | Driver core: create lock/unlock functions for struct device | Greg Kroah-Hartman | 2010-03-08 | 1 | -3/+2 |
|/ |
|
* | firewire: core: rename an internal function | Stefan Richter | 2010-02-24 | 1 | -14/+14 |
* | firewire: core: fix an information leak | Stefan Richter | 2010-02-24 | 1 | -0/+1 |
* | firewire: core: increase stack size of config ROM reader | Stefan Richter | 2010-02-24 | 1 | -4/+2 |
* | firewire: core: don't fail device creation in case of too large config ROM bl... | Stefan Richter | 2010-02-24 | 1 | -7/+11 |
* | firewire: core: fix "giving up on config rom" with Panasonic AG-DV2500 | Stefan Richter | 2010-02-24 | 1 | -10/+22 |
* | firewire: qualify config ROM cache pointers as const pointers | Stefan Richter | 2009-12-29 | 1 | -10/+11 |
* | firewire: core: fw_csr_string addendum | Stefan Richter | 2009-12-29 | 1 | -10/+16 |
* | firewire: add fw_csr_string() helper function | Clemens Ladisch | 2009-12-29 | 1 | -33/+77 |
* | driver model: constify attribute groups | David Brownell | 2009-09-15 | 1 | -1/+1 |
* | firewire: core: don't update Broadcast_Channel if RFC 2734 conditions aren't met | Stefan Richter | 2009-06-14 | 1 | -1/+17 |
* | firewire: core: prepare for non-core children of card devices | Stefan Richter | 2009-06-06 | 1 | -4/+20 |
* | firewire: add parent-of-unit accessor | Stefan Richter | 2009-06-06 | 1 | -2/+2 |
* | firewire: rename source files | Stefan Richter | 2009-06-05 | 1 | -0/+1196 |