summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
AgeCommit message (Expand)Author
2012-04-11dahdi: Fix compilation when CONFIG_DAHDI_WATCHDOG is defined.Shaun Ruffell
2012-04-03dahdi: Fix compilation when CONFIG_DAHDI_NET is defined.Shaun Ruffell
2012-04-03dahdi: Fix compilation when CONFIG_DAHDI_ECHOCAN_PROCESS_TX is defined.Shaun Ruffell
2012-04-03dahdi_dynamic: Do not call into dahdi_dynamic without holding reference.Shaun Ruffell
2012-03-21A parent-less device should not crash dahdiShaun Ruffell
2012-03-21dahdi: Add dahdi_pci_disable_link_state for kernel < 2.6.25.Shaun Ruffell
2011-12-14DAHDI-linux: Fix "surprise removal" problemsTzafrir Cohen
2011-12-14dahdi: Return dahdi_span_ops.startup callback errors to userspace.Shaun Ruffell
2011-11-07dahdi: Unregister dahdi_device from sysfs if we fail to auto assign spans.Shaun Ruffell
2011-11-07dahdi: Fix typo in previous commit which forced some spans to always fail ass...Shaun Ruffell
2011-11-07Extra debugging aids and messagesTzafrir Cohen
2011-11-07bugfix: off-by-one in span assignmentTzafrir Cohen
2011-11-02dahdi: First span registered becomes master by default.Shaun Ruffell
2011-10-26dahdi: Give userspace a chance to respond to surprise removal.Tzafrir Cohen
2011-10-26dahdi: Remove dahdi_span.irq and move dahdi_span.irqmisses into dahdi_device.Tzafrir Cohen
2011-10-26dahdi: Expose dahdi devices in sysfs.Tzafrir Cohen
2011-10-26dahdi: Expose spans in sysfs.Tzafrir Cohen
2011-10-26dahdi: Register devices instead of individual spans.Tzafrir Cohen
2011-10-26dahdi: dahdi_is_analog_span() -> dahdi_is_digital_span()Tzafrir Cohen
2011-10-26dahdi: Add error messages in dahdi_ioctl_chanconfig.Tzafrir Cohen
2011-10-26dahdi: start handling "surprise device removal".Tzafrir Cohen
2011-09-23dahdi: Check for master in DAHDI_STARTUP / resolves MeetMe regression.Shaun Ruffell
2011-09-13dahdi: Decrease the initial coretimer delay to 4ms from 1 second.Shaun Ruffell
2011-07-21dahdi: Drivers that do not support hwec should not report hwec is available.Shaun Ruffell
2011-07-20get registration_mutex at free_pseudoTzafrir Cohen
2011-07-12dahdi: Add dynamic dahdi parameter hwec_overrides_swec.Tzafrir Cohen
2011-06-28dahdi: Always attach hwec to a channel if available.Shaun Ruffell
2011-06-28Revert "dahdi: Group dahdi timers into "rates" for improved CPU utilization."Shaun Ruffell
2011-06-28Revert "dahdi: If a timer is not configured then we should block indefinitely."Shaun Ruffell
2011-06-02dahdi: Do not allow 'hwec' to be attached to channels that do not have one.Shaun Ruffell
2011-06-02dahdi: Provide notification when preechocan buffer is created and destroyed.Shaun Ruffell
2011-06-02dahdi: Update the dahdi_ec_chunk interface to support preec streams.Shaun Ruffell
2011-06-02dahdi: Allow dahdi_span_ops.[chan|span]config and startup to block.Shaun Ruffell
2011-06-02dahdi: Do not release the echocan under lock.Shaun Ruffell
2011-06-02dahdi: If a timer is not configured then we should block indefinitely.Shaun Ruffell
2011-06-02dahdi: Make tone zone registration messages debug only.Shaun Ruffell
2011-06-02dahdi: Propagate shutdown returncode to user space.Shaun Ruffell
2011-06-02dahdi: Fix compilation on Linux 2.6.26 w/CONFIG_DAHDI_NET.Shaun Ruffell
2011-06-02Remove unused variables.Shaun Ruffell
2011-04-25dahdi: Enable DTMF A,B,C, and D digits.Shaun Ruffell
2011-04-15dahdi: Bug fix for enabling buffer eventsKinsey Moore
2011-04-15dahdi: Add capability to generate events on buffer underruns and overrunsKinsey Moore
2011-04-04dahdi: Group dahdi timers into "rates" for improved CPU utilization.Shaun Ruffell
2011-04-04dahdi: Add in-hardirq versions of the dahdi_receive/transmit/ec_span.Shaun Ruffell
2011-04-04dahdi: Do not enable interrupts before processing entire span.Shaun Ruffell
2011-04-04core timer: don't hang when the clock goes back.Shaun Ruffell
2011-02-28dahdi: Do not rebuild dahdi-base.c when only updating the version.Shaun Ruffell
2011-02-20replace old proc interface by modern seq_fileTzafrir Cohen
2011-02-02dahdi: Analog spans do not have to be marked RUNNING to become master.Shaun Ruffell
2011-01-31dahdi: Experimentally remove dependency on the Big Kernel Lock.Shaun Ruffell