summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi_dummy.c
AgeCommit message (Expand)Author
2012-04-05dahdi_dummy: Include timer.h instead of time.hShaun Ruffell
2012-03-21Update Digium copyright on files changed since beginning of the year.Shaun Ruffell
2012-03-15dahdi_dummy: Fix compilation since dahdi-linux 2.6.0.Shaun Ruffell
2011-01-03'dahdi_copy_string()' -> 'strlcpy()'Shaun Ruffell
2011-01-03Trivial removal of duplicate #includesShaun Ruffell
2010-12-08dahdi: Clean up an unused waitqueueRuss Meyerriecks
2010-09-07dahdi_dummy: #include <linux/slab.h> for kzalloc and friends.Shaun Ruffell
2010-07-26dahdi: Move the 'owner' field from dahdi_span to dahdi_span_ops.Shaun Ruffell
2010-07-26dahdi: Remove the 'pvt' member from dahdi_span.Shaun Ruffell
2010-07-12dahdi: Explicitly ensure we don't schedule a timer for the current tick.Shaun Ruffell
2009-08-05dahdi_dummy: Remove some trailing whitespace.Shaun Ruffell
2009-08-04dahdi_dummy: Do not allow jumps in system time to lock up the system.Shaun Ruffell
2009-06-29dahdi-base: Enable DAHDI to manage the reference counts for the board drivers.Shaun Ruffell
2009-04-29dahdi_dummy: Remove real-time clock support.Shaun Ruffell
2009-01-21If we have the accessors, do not under any circumstance redefine themShaun Ruffell
2009-01-21Fix version in dahdi_dummy workaround. Tzafrir Cohen
2009-01-20Some distributions have backported the hrtimer_get_expires andShaun Ruffell
2008-12-11dahdi_dummy: If we're using the system tick, don't use the hrtimer interface.Shaun Ruffell
2008-12-11Fix building dahdi_dummy for kernels 2.6.13, 2.6.14:Tzafrir Cohen
2008-11-03Adjust DAHDI to the new timers interface of kernel 2.6.28Tzafrir Cohen
2008-10-28fix a large number of warnings found by sparse, the kernel code sanity checki...Kevin P. Fleming
2008-08-27remove some more ztdummy referencesKevin P. Fleming
2008-08-06last round of license header updates hereKevin P. Fleming
2008-08-03Change all instances of printk in DAHDI to include a priorityRussell Bryant
2008-07-29make an initial split of dahdi/kernel.h into userspace- and kernelspace-speci...Kevin P. Fleming
2008-07-02fix remaining drivers broken by pointer type change in 'struct dahdi_span'......Kevin P. Fleming
2008-06-20merge modular_ec branch, which adds modular echocan support and lots of minor...Kevin P. Fleming
2008-05-23Remove some left over ZT referencesMatthew Fredrickson
2008-05-22and with another fell swoop... 2.4 kernel support is gone tooKevin P. Fleming
2008-05-22fix up all remaining references to zaptel/zapata (except for the ones in cred...Kevin P. Fleming
2008-05-21replace Zaptel with DAHDI, ZAPTEL with DAHDI, ZAPATA with DAHDIKevin P. Fleming
2008-05-21replace zap_ with dahdi_, ZAP_ with DAHDI_Kevin P. Fleming
2008-05-21replace ZT_ with DAHDI_, zt_ with dahdi_Kevin P. Fleming
2008-05-21rename modules from zt prefixes to dahdi prefixesKevin P. Fleming