summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus
AgeCommit message (Expand)Author
2010-05-14Merged revisions 8560,8575-8576 via svnmerge from Shaun Ruffell
2010-04-06voicebus: Change WARN_ON_ONCE to BUG_ON.Shaun Ruffell
2010-04-05wcte12xp: Try to reconfigure the VPM if we fail to configure the channels.Shaun Ruffell
2010-04-04wcte12xp: Poll the VPM and reset it if necessary.Shaun Ruffell
2010-04-04wcte12xp, wctdm24xxp: If we're only one packet behind, just exit.Shaun Ruffell
2010-04-03wcte12xp, wtdm24xxp: Make sure the writes are retried.Shaun Ruffell
2010-04-03wcte12xp, wctdm24xxp: Close a memory leak when processing VPM commands.Shaun Ruffell
2010-04-03wcte12xp: Resend both framer and VPM commands when reads may have been lost.Shaun Ruffell
2010-03-25wctdm24xxp: Add an 'hx8' mode for buffer processing.Shaun Ruffell
2010-03-22wctdm24xxp, wcte12xp: Fix several problems with buffer processing.Shaun Ruffell
2010-03-22wctdm24xxp, wcte12xp: Remove the completion on shutdown.Shaun Ruffell
2010-03-22wctdm24xxp, wcte12xp: Remove locking macros.Shaun Ruffell
2010-03-22wcte12xp, wctdm24xxp: Do not keep individual free lists for VPM commands.Shaun Ruffell
2010-03-01voicebus: Include dahdi/kernel.h in voicebus_net.cShaun Ruffell
2010-03-01wctdm24xxp, wcte12xp: Add optional module parameter to set the maximum latency.Shaun Ruffell
2010-03-01wctdm24xx, wcte12xp: Fix compiler warning about unused local variable.Shaun Ruffell
2010-03-01wctdm24xxp, wcte12xp: Change list_for_each_entry to list_for_each_entry_safe.Shaun Ruffell
2010-03-01wcte12xp, wctdm24xxp: Use memory mapped IO instead of port IO.Shaun Ruffell
2010-02-26voicebus: Turn off CONFIG_VOICEBUS_SYSFS by default.Shaun Ruffell
2010-02-26wctdm24xxp: Add support for Hx8 series cards.Shaun Ruffell
2010-02-26wctdm24xxp, wcte12xp: Updating the interface for the VPMADT032.Shaun Ruffell
2010-02-26voicebus: Only use the slab debug facilities if CONFIG_SLAB_DEBUG is defined.Shaun Ruffell
2010-02-26voicebus: Add optional network debugging interface.Shaun Ruffell
2010-02-25voicebus: Only use request_module_nowait on kernels >= 2.6.30.Shaun Ruffell
2010-02-25wctdm24xxp, wcte12xp: Buffer handling improvements.Shaun Ruffell
2010-02-25wctdm24xxp: Provide option to initialize boards in parallel on kernels > 2.6.30Shaun Ruffell
2010-02-24wctdm24xxp, wcte12xp: Abort attach if interface fails to come out of reset.Shaun Ruffell
2010-02-10voicebus: Improve hard underrun handling.Shaun Ruffell
2010-02-10vpmadt032: show the location of the device printing to the kernel logShaun Ruffell
2010-02-08voicebus: Reset own bits when a soft underrun is detected.Shaun Ruffell
2010-02-08dahdi: Update the Digium copyright on files changed since 2010-01-01.Shaun Ruffell
2010-02-08vpmadt032,wcte12xp: Use a timeout on the read/write commands and during load.Shaun Ruffell
2010-02-08voicebus: Remove unused 'voicebus_get_pci_dev'.Shaun Ruffell
2010-02-03wctdm24xxp, voicebus: Move sysfs handling from voicebus to wctdm24xxp.Shaun Ruffell
2010-01-08voicebus: Remove framesize, buffer_cache, and cache_line members from struct.Shaun Ruffell
2010-01-08voicebus: Make 'struct voicebus' embeddable by the client driver strutures.Shaun Ruffell
2009-12-22voicebus, wcte12xp: Only define SLAB_STORE_USER when CONFIG_SLUB is defined.Shaun Ruffell
2009-11-12wcte12xp, voicebus: Set the companding mode correctly on E1.Shaun Ruffell
2009-11-12voicebus: Use dev_xxx macro when printing vpm messages.Shaun Ruffell
2009-11-12voicebus: Remove redundant MAX_CHANNELS_FROM_SPANShaun Ruffell
2009-11-12voicebus: Remove unused curtone from 'struct vpmadt032'Shaun Ruffell
2009-11-12voicebus: Fix race when enabling/disabling hardware echocan.Shaun Ruffell
2009-11-07voicebus: Be just a little more graceful if we cannot grab our interrupt line.Shaun Ruffell
2009-11-07voicebus: Remove 'assert' macros and use BUG_ON/WARN_ON directly.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-07voicebus: Add function to lock the latency.Shaun Ruffell
2009-11-07voicebus: Send 'idle' buffers when the transmit descriptor underruns.Shaun Ruffell
2009-11-07voicebus: Use DAHDI_IRQ_SHARED instead of defining our own.Shaun Ruffell
2009-11-07voicebus: Set the DMA_BIT_MASKShaun Ruffell