summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2010-11-04wctdm24xxp: 'wait_just_a_bit()' -> 'msleep()'Shaun Ruffell
2010-11-04wctdm24xxp: Remove unused 'usecount' member.Shaun Ruffell
2010-11-04wctdm24xxp: Replace 'schluffen()' with 'interruptible_sleep_on()'Shaun Ruffell
2010-11-04dahdi: Constify the dahdi_txlevelnames and return of dahdi_lboname().Shaun Ruffell
2010-11-04dahdi: Close race between checking IOMUX condition and sleeping.Shaun Ruffell
2010-11-04dahdi: Move the DAHDI_IOMUX ioctl handler into a separate function.Shaun Ruffell
2010-11-04dahdi: 'schluffen()' -> 'interruptible_sleep_on()' or 'wait_event_interruptib...Shaun Ruffell
2010-11-04Remove mutex emulationShaun Ruffell
2010-11-04dahdi: Remove DAHDI_CONFLINK functionality.Shaun Ruffell
2010-10-25Minor logging text changeRuss Meyerriecks
2010-10-25dahdi: Eliminate NULL dereference when bridging channels.Shaun Ruffell
2010-10-25wctdm24xxp: Detect FXS modules based on the 3210 SLIC.Shaun Ruffell
2010-10-20wcb4xxp: Support beroNet BN4S0e PCI Express cardTzafrir Cohen
2010-10-20dahdi-base: Fixed null pointer dereference in dahdi_check_confKinsey Moore
2010-10-20dahdi: Remove CONFIG_OLD_HDLC_API since that is kernel 2.4 specific.Shaun Ruffell
2010-10-20wctdm24xxp, wcte12xp: Remove unused 'whichframe' parameter.Shaun Ruffell
2010-10-20dahdi: Drop some 'zt' prefixes on chan.Shaun Ruffell
2010-10-20dahdi: Atomically set/test if channel has associated network device.Shaun Ruffell
2010-10-20dahdi_echocan_oslec: Call olsec_hpf_tx if CONFIG_DAHDI_PROCESS_ECHOCAN_TX is ...Shaun Ruffell
2010-10-20dahdi: Add compile time DAHDI_ECHOCAN_PROCESS_TX option.Shaun Ruffell
2010-10-20wctdm24xxp: Leave FXO (DAA) always in full-wave ring detect mode.Shaun Ruffell
2010-10-20wctc4xxp: Space required after ','.Shaun Ruffell
2010-10-20wctc4xxp: Remove trailing whitespace.Shaun Ruffell
2010-10-20wctc4xxp: Cannot print the encoder/decoder channels before we know them.Shaun Ruffell
2010-10-20wctc4xxp: 'WARN_ON(1)' -> 'dev_info(...' on channel creation failure.Shaun Ruffell
2010-10-20wctc4xxp: Drop 'DTE_PRINTK' macro in favor of standard 'dev_xxx'Shaun Ruffell
2010-10-20wctc4xxp: Remove 'service_dte' function and a few inline keywords.Shaun Ruffell
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