summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm24xxp
AgeCommit message (Expand)Author
2009-11-19wctdm24xxp: Honor the alawoverride parameter when using the VPMADT032.Shaun Ruffell
2009-11-12voicebus: Use dev_xxx macro when printing vpm messages.Shaun Ruffell
2009-11-12wctdm24xxp, wcte12xp: We no longer have any DTMF events to check for.Shaun Ruffell
2009-11-12voicebus: Fix race when enabling/disabling hardware echocan.Shaun Ruffell
2009-11-07voicebus: Add optional sysfs entry for reading a boards current latency.Shaun Ruffell
2009-11-07voicebus, wctdm24xxp, wcte12xp: Move a print out of the interrupt handler.Shaun Ruffell
2009-11-07wctdm24xxp: Lock latency when loadingShaun Ruffell
2009-10-12headers: sched.h was also removed from interrupts.hShaun Ruffell
2009-10-07Fix a logic error in the companding check. Duh....Matthew Fredrickson
2009-10-02Implement API update to do per-channel companding selection for VPMADT032Matthew Fredrickson
2009-09-30Update echocan API so it only uses channel offset in free routineMatthew Fredrickson
2009-09-14Race condition in handling writes to proslic LINEFEED register (64)Doug Bailey
2009-09-07wctdm24xxp: Remove a few more unneeded 'volatile' keywords.Shaun Ruffell
2009-08-19Ensure that dahdi_scan correctly reports VPM presence.Kevin P. Fleming
2009-08-14wctdm24xxp, wctdm: Detect if our hookstate has been set back to the initial s...Shaun Ruffell
2009-08-13wctdm24xxp: Use the ARRAY_SIZE macro where appropriate.Shaun Ruffell
2009-08-11wctdm24xxp: Remove unused members related to hardware DTMF detection.Shaun Ruffell
2009-08-05wctdm24xxp, wctdm: Formatting changes.Shaun Ruffell
2009-08-05Change proslic linefeed register settingDoug Bailey
2009-08-04wctdm24xxp: txints and rxints duplicate intcount. Remove them.Shaun Ruffell
2009-08-04wctdm24xxp: Eliminate 'variety' and 'type' members from 'struct wctdm'.Shaun Ruffell
2009-08-04wctdm24xxp: Remove some unused members from struct wctdm.Shaun Ruffell
2009-08-04wctdm24xxp: We no longer need to keep our own reference count.Shaun Ruffell
2009-06-29dahdi-base: Enable DAHDI to manage the reference counts for the board drivers.Shaun Ruffell
2009-06-18wctdm, wctdm24xxp, wcfxo: Fix calls to dahdi_hooksig.Shaun Ruffell
2009-05-11voicebus: Update the default vpmadt032 parameters.Shaun Ruffell
2009-05-07voicebus: Create workqueue for each vpmadt032 instance.Shaun Ruffell
2009-05-07voicebus: Changing default NLP type to 'suppression'.Shaun Ruffell
2009-04-30Ensure that vpmsupport=0 module parameter takes proper effectKevin P. Fleming
2009-04-29echocan: Improve interface for echo cancelers.Shaun Ruffell
2009-04-29voicebus: Move common vpmadt032 interface into voicebus module.Shaun Ruffell
2009-01-30Do a stricter test for FXS modules. FXO modules will be hi-z during this tim...Mike Spiceland
2009-01-28Allow EXTRA_CFLAGS to propagate to builds in the subfolders for wct4xxp,Shaun Ruffell
2009-01-27Break VMWI ioctl calls into two separate calls to maintain old revision compa...Doug Bailey
2009-01-22Change structure passed in DAHDI_VMWI ioctl call to make it so new VMWI types...Doug Bailey
2009-01-21Change the DAHDI_VMWI ioctl call to pass data via structure. Doug Bailey
2009-01-19Add mask for portion of DAHDI_VMWI ioctl call that carries the number of mess...Doug Bailey
2009-01-19Add line reversal MWI to wctdm and wctdm24xxp drivers Doug Bailey
2008-11-13Make a message about the host cacheline size being unsupported a debug onlyShaun Ruffell
2008-11-05Check the return value of the down_interruptible call in order to quiet aShaun Ruffell
2008-10-28fix a large number of warnings found by sparse, the kernel code sanity checki...Kevin P. Fleming
2008-09-15Fixed two typos.Shaun Ruffell
2008-08-27a bit of attribution cleanupKevin P. Fleming
2008-08-20improve compatibility with 2.6.26 and 2.6.27 kernelsKevin P. Fleming
2008-08-13import the neon mwi detectionDoug Bailey
2008-08-06last round of license header updates hereKevin P. Fleming
2008-08-06more license header updatesKevin P. Fleming
2008-08-03Change all instances of printk in DAHDI to include a priorityRussell Bryant
2008-08-03Rework the table of signalling bits for signalling types and hook statesRussell Bryant
2008-07-29make an initial split of dahdi/kernel.h into userspace- and kernelspace-speci...Kevin P. Fleming