summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2010-10-20dahdi: '-o' -> '--no-same-owner' in drivers/dahdi/firmware/MakefileShaun Ruffell
2010-10-20dahdi: dahdi_chan_unreg was not cleaning up conferenced channels properly.Shaun Ruffell
2010-10-20vpmadt032: Honor the CONFIG_DAHDI_NO_ECHOCAN_DISABLE flag.Shaun Ruffell
2010-10-18xpp: Fixes init error for PRI devices with < 4 portsTzafrir Cohen
2010-10-04dahdi: 'if (chan)' -> 'if (!chan)' in dahdi_ioctl_getgains.Shaun Ruffell
2010-09-29dahdi: Anonymous member in dahdi_echocan_events union.Shaun Ruffell
2010-09-29dahdi: Fix 'void *' pointer arithmetic warnings.Shaun Ruffell
2010-09-27wcb4xxp: Spelling 'LOOKBACK_SUPPORTED' -> 'LOOPBACK_SUPPORTED'Shaun Ruffell
2010-09-24dahdi: Remove bigzaplock by converting chan_lock to spinlock_t.Shaun Ruffell
2010-09-24dahdi: process_timers is already called with interrupts disabled.Shaun Ruffell
2010-09-24dahdi: Rename 'zaptimer' -> 'dahdi_timer'Shaun Ruffell
2010-09-24Move test for DEFINE_SPINLOCK into include/dahdi/kernel.hShaun Ruffell
2010-09-24dahdi: Remove remaining #if 0 locations from dahdi-base.Shaun Ruffell
2010-09-24dahdi: Allow core DAHDI software timing to work when DAHDI_CHUNKSIZE > 8.Shaun Ruffell
2010-09-24dahdi: Only disable/enable interrupts once when iterating through channels.Shaun Ruffell
2010-09-23dahdi_dynamic: Update copyright.Shaun Ruffell
2010-09-23wcte12xp, wctdm24xxp: Convert vbb cache from kmem_cache to dma_pool.Shaun Ruffell
2010-09-23wcte12xp, wctdm24xxp: Remove comment about converting from IO space.Shaun Ruffell
2010-09-23wct4xxp: Drop usage of 'volatile' qualifier.Shaun Ruffell
2010-09-23wct4xxp: Add debug option to log detected RBS bit changes.Shaun Ruffell
2010-09-21wcte12xp, wctdm24xxp: Do not rely on polling main memory.Shaun Ruffell
2010-09-21wctdm24xxp: Add optional FXO digital loopback if DEBUG is defined.Shaun Ruffell
2010-09-20dahdi: Channels can have their own file_operations structure.Shaun Ruffell
2010-09-20dahdi: Remove redundant 'gainalloc' member from struct dahdi_chan.Shaun Ruffell
2010-09-20dahdi: Change iteration through pseudo/real chans in process_masterspan.Shaun Ruffell
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