summaryrefslogtreecommitdiff
path: root/drivers/dahdi
AgeCommit message (Expand)Author
2010-09-20dahdi: Keep psuedo channels on pseudo_chan_list.Shaun Ruffell
2010-09-20dahdi: Define psuedo channels as being without a span.Shaun Ruffell
2010-09-20dahdi: Reduce 'chans' references in dahdi_ctl_ioctl.Shaun Ruffell
2010-09-20dahdi: 'user_data' is extraneous in dahdi_ctl_ioctl.Shaun Ruffell
2010-09-20dahdi: Remove unused unit from dahdi_common_ioctl.Shaun Ruffell
2010-09-20dahdi: Move DAHDI_SPANSTAT ioctl handlers into separate functions.Shaun Ruffell
2010-09-20dahdi: Remove unit parameter from dahdi_chanandpsuedo_ioctl.Shaun Ruffell
2010-09-20dahdi: Remove unit parameter to dahdi_prechan_ioctlShaun Ruffell
2010-09-20dahdi: Remove unit parameter from dahdi_chan_poll.Shaun Ruffell
2010-09-20dahdi: Remove unit parameter from dahdi_ioctl_[get|set]gains.Shaun Ruffell
2010-09-20dahdi: Remove unit parameter from dahdi_specchan_release.Shaun Ruffell
2010-09-20dahdi: dahdi_specchan_open also does not need the unit parameter.Shaun Ruffell
2010-09-20dahdi: 'unit' -> 'chan->channo' in a CONFIG_DAHDI_DEBUG block.Shaun Ruffell
2010-09-20dahdi: Remove what appears to be stale debug code in dahdi_chan_read/write.Shaun Ruffell
2010-09-20dahdi: Remove the unit parameter from dahdi_chan_ioctl.Shaun Ruffell
2010-09-20dahdi: Reduce chans array indexing in dahdi_chan_unreg.Shaun Ruffell
2010-09-20dahdi: Modify "is_monitor_mode" to be usable by dahdi_chan_unreg.Shaun Ruffell
2010-09-20dahdi: Reduce 'chans' dereferencing in dahdi_check_confShaun Ruffell
2010-09-20dahdi: Issue warning if DAHDI_INDIRECT ioctl is used.Shaun Ruffell
2010-09-20dahdi: Use 'chan' convenience pointer in dahdi_receive.Shaun Ruffell
2010-09-20dahdi: Use 'chan' convenience pointer in process_masterspan.Shaun Ruffell
2010-09-20dahdi: Use 'chan' convenience pointer in dahdi_transmit.Shaun Ruffell
2010-09-20dahdi: chans[ms->confna] -> conf_chan.Shaun Ruffell
2010-09-20dahdi: Remove unused parameter in three ioctl handlers.Shaun Ruffell
2010-09-20dahdi: Move handlers for DAHDI_[GET|SET]_PARAMS into separate functions.Shaun Ruffell
2010-09-20dahdi: Move the conferencing ioctls into their own functions.Shaun Ruffell
2010-09-20dahdi: Move DAHDI_CHANCONFIG ioctl into separate function.Shaun Ruffell
2010-09-20dahdi: Move DAHDI_CHANDIAG ioctl into separate function.Shaun Ruffell
2010-09-20dahdi: Refactor some of the access to the 'spans' array.Shaun Ruffell
2010-09-20dahdi: Embed the proc entries in struct dahdi_span.Shaun Ruffell
2010-09-20dahdi: Be more tolerant of surprise removal of channels.Shaun Ruffell
2010-09-20dahdi: Remove '#if 1' in dahdi_transmit.Shaun Ruffell
2010-09-20wcte12xp: Remove unused 'dtmfactive', 'dtmfmask', and 'dtmfmutemask' members.Shaun Ruffell
2010-09-16vpmadt032: Remove potential endless waits when resetting.Shaun Ruffell
2010-09-14wcte12xp: Remove unused 'unchannelized' global.Shaun Ruffell
2010-09-14wcte12xp, wctdm24xxp: '0x0c' -> PCI_CACHE_LINE_SIZE.Shaun Ruffell
2010-09-14wcte12xp, wctdm24xxp: Add call to 'pci_set_mwi' on initialization.Shaun Ruffell
2010-09-14wcte12xp, wctdm24xxp: Remove redundant vb_enable_io_access.Shaun Ruffell
2010-09-14dahdi: 0 -> DAHDI_LAW_DEFAULTShaun Ruffell
2010-09-14wcte12xp: '4' -> 'VPM150M_ACTIVE'.Shaun Ruffell
2010-09-14dahdi: Remove unused functions __buf_munge and __buf_cpush.Shaun Ruffell
2010-09-14dahdi: Remove the unused label from __buf_pull and __buf_push calls.Shaun Ruffell
2010-09-14wct4xxp: Put two DMA messages behind debug flag.Shaun Ruffell
2010-09-11wctdm24xxp, wcte12xp: Fix comment. RELAXED is no longer a mode name.Shaun Ruffell
2010-09-11wcte12xp: Remove unused functions from t1_span_ops.Shaun Ruffell
2010-09-10dahdi-base: All channels for a span are now unconfigured on shutdownKinsey Moore
2010-09-10wcte11xp, wcte12xp: Fix a long-standing issue with shutdownKinsey Moore
2010-09-08wct4xxp: Update span-local struct with timing infoRuss Meyerriecks
2010-09-07dahdi_dummy: #include <linux/slab.h> for kzalloc and friends.Shaun Ruffell
2010-09-03dahdi-base: Hide "Master changed to" messageRuss Meyerriecks