aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fwserial (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-29staging/fwserial: Fix endian issue in unit directoryPeter Hurley1-6/+5
2013-01-29staging/fwserial: add diagnostic for buffer overflowPeter Hurley1-1/+4
2013-01-29staging/fwserial: Remove reference to removed constantPeter Hurley1-1/+1
2013-01-29staging/fwserial: Don't use deprecated alloc_tty_driver()Peter Hurley1-12/+9
2013-01-29staging/fwserial: Factor unstable stats/debug/status info to debugfsPeter Hurley2-0/+84
2013-01-29staging/fwserial: Cleanup /proc/tty/driver/ filePeter Hurley1-24/+15
2013-01-29staging/fwserial: Create loop device the 'tty' wayPeter Hurley2-96/+93
2013-01-29staging/fwserial: Fix sparse build warningsPeter Hurley2-2/+4
2013-01-29staging/fwserial: Release port regardless of unplug response codePeter Hurley1-3/+2
2013-01-29staging/fwserial: Only reset port status for attached peersPeter Hurley1-9/+12
2013-01-29staging/fwserial: Drop suggestion for helper fn integrationPeter Hurley1-2/+0
2013-01-29staging/fwserial: Assume firmware is OHCI-complaintPeter Hurley1-2/+7
2013-01-29staging/fwserial: Fold constant MAX_ASYNC_PAYLOADPeter Hurley1-2/+1
2013-01-29staging/fwserial: Simplify max payload calculationPeter Hurley1-2/+2
2013-01-29staging/fwserial: Refer to fw_device as "node"Peter Hurley1-1/+1
2013-01-29staging/fwserial: Remove bandwidth limit logicPeter Hurley2-12/+6
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman4-16/+10
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-26/+15
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2013-01-15TTY: convert more flipping functionsJiri Slaby1-3/+5
2013-01-07staging/fwserial: Update TODO file per reviewer commentsPeter Hurley1-8/+3
2013-01-07staging/fwserial: Limit tx/rx to 1394-2008 spec maximumPeter Hurley3-7/+4
2013-01-07staging/fwserial: Refine Kconfig help textPeter Hurley1-1/+3
2012-11-28staging/fwserial: Remove superfluous freePeter Hurley1-1/+0
2012-11-28staging/fwserial: Use WARN_ONCE when port table is corruptedPeter Hurley1-8/+3
2012-11-28staging/fwserial: Destruct embedded tty_port on teardownPeter Hurley1-1/+4
2012-11-28staging/fwserial: Fix build breakage when !CONFIG_BUGPeter Hurley1-4/+1
2012-11-28staging: fwserial: Add TTY-over-Firewire serial driverPeter Hurley7-0/+3821