summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fwserial
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-101-8/+6
|\
| * firewire: introduce fw_driver.probe and .remove methodsStefan Richter2013-06-091-8/+6
* | staging: fwserial: Use normal logging stylesJoe Perches2013-05-302-65/+72
|/
* Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-8/+2
|\
| * TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-8/+2
* | staging/fwserial: Replace seq_printf with seq_putsValentin Ilie2013-04-081-3/+3
|/
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-212-31/+22
|\
| * Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-254-16/+10
| |\
| * | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-1/+1
| * | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-26/+15
| * | TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+1
| * | TTY: convert more flipping functionsJiri Slaby2013-01-151-3/+5
* | | staging/fwserial: Fix compiler warningPeter Hurley2013-01-311-1/+1
* | | staging/fwserial: Annotate rcu pointers with __rcuPeter Hurley2013-01-311-1/+1
* | | staging/fwserial: Fix endian issue in unit directoryPeter Hurley2013-01-291-6/+5
* | | staging/fwserial: add diagnostic for buffer overflowPeter Hurley2013-01-291-1/+4
* | | staging/fwserial: Remove reference to removed constantPeter Hurley2013-01-291-1/+1
* | | staging/fwserial: Don't use deprecated alloc_tty_driver()Peter Hurley2013-01-291-12/+9
* | | staging/fwserial: Factor unstable stats/debug/status info to debugfsPeter Hurley2013-01-292-0/+84
* | | staging/fwserial: Cleanup /proc/tty/driver/ filePeter Hurley2013-01-291-24/+15
* | | staging/fwserial: Create loop device the 'tty' wayPeter Hurley2013-01-292-96/+93
* | | staging/fwserial: Fix sparse build warningsPeter Hurley2013-01-292-2/+4
* | | staging/fwserial: Release port regardless of unplug response codePeter Hurley2013-01-291-3/+2
* | | staging/fwserial: Only reset port status for attached peersPeter Hurley2013-01-291-9/+12
* | | staging/fwserial: Drop suggestion for helper fn integrationPeter Hurley2013-01-291-2/+0
* | | staging/fwserial: Assume firmware is OHCI-complaintPeter Hurley2013-01-291-2/+7
* | | staging/fwserial: Fold constant MAX_ASYNC_PAYLOADPeter Hurley2013-01-291-2/+1
* | | staging/fwserial: Simplify max payload calculationPeter Hurley2013-01-291-2/+2
* | | staging/fwserial: Refer to fw_device as "node"Peter Hurley2013-01-291-1/+1
* | | staging/fwserial: Remove bandwidth limit logicPeter Hurley2013-01-292-12/+6
| |/ |/|
* | staging/fwserial: Update TODO file per reviewer commentsPeter Hurley2013-01-071-8/+3
* | staging/fwserial: Limit tx/rx to 1394-2008 spec maximumPeter Hurley2013-01-073-7/+4
* | staging/fwserial: Refine Kconfig help textPeter Hurley2013-01-071-1/+3
|/
* staging/fwserial: Remove superfluous freePeter Hurley2012-11-281-1/+0
* staging/fwserial: Use WARN_ONCE when port table is corruptedPeter Hurley2012-11-281-8/+3
* staging/fwserial: Destruct embedded tty_port on teardownPeter Hurley2012-11-281-1/+4
* staging/fwserial: Fix build breakage when !CONFIG_BUGPeter Hurley2012-11-281-4/+1
* staging: fwserial: Add TTY-over-Firewire serial driverPeter Hurley2012-11-287-0/+3821
OpenPOWER on IntegriCloud