summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm24xxp
AgeCommit message (Expand)Author
2012-03-29wctdm24xxp: Remove forward declaration of inline for GCC 3.4.4Shaun Ruffell
2012-03-16wctdm24xxp: Fix bug if hook state on FXS changes before channel configuration.Shaun Ruffell
2011-12-12wctdm24xxp: Do not call voicebus_release() before wctdm_back_out_gracefully()Shaun Ruffell
2011-09-27wctdm24xxp: Set dahdi_span.devicetype string in one place.Shaun Ruffell
2011-09-23wctdm24xxp, wcte12xp: Advertise VPMOCT032 presence in dahdi_span.devicetype.Shaun Ruffell
2011-08-19wctdm24xxp: Set 'fastoffhook' counter to 8ms and turn off calibration delay.Shaun Ruffell
2011-08-18wctdm24xxp: Use our own free list for IRQ commands.Shaun Ruffell
2011-06-29wctdm24xxp: Fix typo in previous commit for fastpickup mode.Shaun Ruffell
2011-06-29wctdm24xxp: Add 'fastpick' module parameter.Shaun Ruffell
2011-06-29wctdm24xxp: Ensure battery drops on FXS hangups honor the channel otimer.Shaun Ruffell
2011-06-28wcte12xp, wctdm24xxp: Load VPMOCT032 firmware in background.Russ Meyerriecks
2011-06-28wcte12xp, wctdm24xxp: Add support for the VPMOCT032 hardware echocanceler.Russ Meyerriecks
2011-06-11wctdm24xxp: Do not read extra register when test for FXO module fails.Shaun Ruffell
2011-06-02wctdm24xxp: Do not export board number in the device description.Shaun Ruffell
2011-06-02wctdm24xxp: Calculate the SPI offsets ahead of time.Shaun Ruffell
2011-06-02wctdm24xxp: Shorten up some of the sleeps/waits.Shaun Ruffell
2011-06-02wctdm24xxp: Allow more than one outstanding read at a time.Shaun Ruffell
2011-06-02wctdm24xxp: reglock can be used to protect the txhookstate.Shaun Ruffell
2011-06-02wctdm24xxp: Use lists for SPI commands to the modules.Shaun Ruffell
2011-06-02wctdm24xxp: Cleanup in wctdm_identify_modules.Shaun Ruffell
2011-06-02wctdm24xxp: Remove 'pos' member from 'struct wctdm'.Shaun Ruffell
2011-06-02wctdm24xxp: Drop 'flags' from 'struct wctdm_module'.Shaun Ruffell
2011-06-02wctdm24xxp: Hold the reglock longer in the interrupt handler.Shaun Ruffell
2011-06-02wctdm24xxp: Pass the pointer to struct wctdm_module directly instead of index.Shaun Ruffell
2011-06-02wctdm24xxp: Use pointer to "struct fxs" in POLARITY_XOR.Shaun Ruffell
2011-06-02wctdm24xxp: Trivial. Reduce the indentation level in wctdm_proslic_oppending.Shaun Ruffell
2011-06-02wctdm24xxp: Use enumeration for module types.Shaun Ruffell
2011-06-02wctdm24xxp: Group the QRV members together.Shaun Ruffell
2011-06-02wctdm24xxp: Group the per-module information togetherShaun Ruffell
2011-06-02wctdm24xxp: Dynamically allocate the board_name.Shaun Ruffell
2011-06-02wctdm24xxp: Remove modmap member from 'struct wctdm'.Shaun Ruffell
2011-06-02wcte12xp, wctdm24xxp: Separate test for VPMADT032 and initialization.Shaun Ruffell
2011-06-02wcte12xp, wctdm24xxp: Use a constant string for the VPM workqueue name.Shaun Ruffell
2011-06-02wctdm24xxp: Block chanconfig and spanconfig until board is ready.Shaun Ruffell
2011-06-02dahdi: Do not allow 'hwec' to be attached to channels that do not have one.Shaun Ruffell
2011-06-02dahdi: Allow dahdi_span_ops.[chan|span]config and startup to block.Shaun Ruffell
2011-06-02Remove unused variables.Shaun Ruffell
2011-06-02wctdm24xxp: Check if the FXS signaling setting is valid.Shaun Ruffell
2011-04-04wctdm24xxp, wcte12xp, wct4xxp, wcb4xxp, wctdm: Do not support suspend.Shaun Ruffell
2011-04-04wctdm24xxp, wcte12xp: Add voicebus_quiesce function.Shaun Ruffell
2011-03-19wctdm24xxp: Remove SLIC_LF_OPPENDING setting on fxs->idletxhookstate from set...Alec L Davis
2011-03-15wctdm24xxp: Fix regression with LEDS on TDM410.Shaun Ruffell
2011-02-28wcte12xp, wctdm24xxp: Remove unused support for booting VPMADT032 from SPI.Shaun Ruffell
2011-02-28wctdm24xxp: Remove unused wctdm_vpm_check, wctdm_vpm_in, and wctdm_vpm_out.Shaun Ruffell
2011-02-28wcte12xp, wctdm24xxp: Minor fixes for big endian host architectures.Shaun Ruffell
2011-02-18wctdm24xxp,wcte12xp: Replace read/writechunk with eframe/sframeRuss Meyerriecks
2011-02-09wctdm24xxp: Remove the wctdm_regs structure from the stack in wctdm_ioctl.Shaun Ruffell
2011-02-09wctdm24xxp: Remove unused portconfig variable.Shaun Ruffell
2011-01-31wctdm24xxp: Remove code for unsupported modules.Shaun Ruffell
2011-01-20wctdm24xxp: Replace interruptible_sleep_on with wait_event_interruptible.Shaun Ruffell