summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi_dynamic.c
AgeCommit message (Expand)Author
2012-04-03dahdi_dynamic: Close race on unload if red alarm timer was running when unloa...Shaun Ruffell
2012-04-03dahdi_dynamic: Remove calls to __module_get().Shaun Ruffell
2012-04-03dahdi_dynamic: Do not call into dahdi_dynamic without holding reference.Shaun Ruffell
2012-03-21dahdi_dynamic: Since dynamic devices are 'parentless' we must name them.Shaun Ruffell
2012-03-21Update Digium copyright on files changed since beginning of the year.Shaun Ruffell
2012-03-13Remove support for kernels < 2.6.18Tzafrir Cohen
2011-10-26dahdi: Register devices instead of individual spans.Tzafrir Cohen
2011-08-10dahdi_dynamic: Call dahdi_receive in rx packet handler.Shaun Ruffell
2011-06-02dahdi: Allow dahdi_span_ops.[chan|span]config and startup to block.Shaun Ruffell
2011-01-03dahdi, xpp: dahdi_span_ops.sync_tick should return void.Shaun Ruffell
2011-01-03'dahdi_copy_string()' -> 'strlcpy()'Shaun Ruffell
2011-01-03dahdi_dynamic: Do not depend on BKL for serialization of dspan creation.Shaun Ruffell
2011-01-03dahdi_dynamic: Pass the dahdi_dynamic to create/destroy functions.Shaun Ruffell
2011-01-03dahdi_dynamic: Do not enable tasklets by default for dynamic_spans.Shaun Ruffell
2011-01-03dahdi_dynamic: Use dahdi_span_ops.sync_tick for driving dynamic spans.Shaun Ruffell
2011-01-03dahdi_dynamic: Remove tests for KERNEL_VERSION < 2.6.9Shaun Ruffell
2011-01-03dahdi_dynamic: dynamic drivers should not reference count themselves.Shaun Ruffell
2011-01-03dahdi_dynamic: "dahdi_dynamic_[un]register()" -> "dahdi_dynamic_[un]register_...Shaun Ruffell
2011-01-03dahdi_dynamic: Replace usecount and dead members with 'struct kref'Shaun Ruffell
2011-01-03dahdi_dynamic: Use const pointers for dahdi_dynamic_driver strings.Shaun Ruffell
2011-01-03dahdi_dynamic: kmalloc/memset -> kzallocShaun Ruffell
2011-01-03dahdi_dynamic: Trivial removal of 'zaptel' references.Shaun Ruffell
2010-09-24Move test for DEFINE_SPINLOCK into include/dahdi/kernel.hShaun Ruffell
2010-09-23dahdi_dynamic: Update copyright.Shaun Ruffell
2010-07-26dahdi: Move the 'owner' field from dahdi_span to dahdi_span_ops.Shaun Ruffell
2010-07-26dahdi: Move the callbacks in dahdi_span into its own structure.Shaun Ruffell
2010-07-26dahdi: Remove the 'pvt' member from dahdi_span.Shaun Ruffell
2010-02-26dahdi_dynamic: Changes to allow to compile against vanilla 2.6.9 kernel.Shaun Ruffell
2010-02-25dahdi_dynamic: Another trivial formatting change.Shaun Ruffell
2010-02-25dahdi_dynamic: trivial checkpatch.pl formatting changes.Shaun Ruffell
2010-02-25dahdi_dynamic: Add TDMoE Multi-Frame support.Shaun Ruffell
2009-06-29dahdi-base: Enable DAHDI to manage the reference counts for the board drivers.Shaun Ruffell
2009-06-26dahdi_dynamic: Release the dlock before calling accross modules.Shaun Ruffell
2009-01-26Manipulate the REGISTERED flag with atomic bitops now since the bit is setShaun Ruffell
2008-10-28fix a large number of warnings found by sparse, the kernel code sanity checki...Kevin P. Fleming
2008-08-20use the new separate allocation method for channel structures here tooKevin P. Fleming
2008-08-20update code to match version in ZaptelKevin 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-07-02break up large memory allocations made by digital span drivers into smaller o...Kevin P. Fleming
2008-06-20merge modular_ec branch, which adds modular echocan support and lots of minor...Kevin P. Fleming
2008-05-23Update Linux Support Services copyright references to DigiumMatthew Fredrickson
2008-05-22and with another fell swoop... 2.4 kernel support is gone tooKevin P. Fleming
2008-05-22and with one fell swoop... devfs support disappearsKevin 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