summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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: constify the address parameter to create.Shaun 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_[loc|eth|ethmf]: Remove unused return value from transmit callb...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
2011-01-03dahdi_dynamic_loc: Do not call dahdi_dynamic_receive on peers before reg.Shaun Ruffell
2011-01-03dahdi_dynamic_loc: Reduce indentation level in 'dahdi_dynamic_local_create()'Shaun Ruffell
2011-01-03dahdi_dynamic_loc: Use a standard kernel linked list.Shaun Ruffell
2011-01-03dahdi_dynamic_loc: kmalloc/memset -> kzallocShaun Ruffell
2011-01-03dahdi_dynamic_loc: Remove references to 'zaptel'Shaun Ruffell
2011-01-03Update copyright on changed files since 2011-01-01.Shaun Ruffell
2011-01-03wcte12xp: Remove GpakHpi.h file from drivers/dahdi/wcte12xpShaun Ruffell
2011-01-03wct4xxp: Hold the reglock longer when checking error counters.Shaun Ruffell
2011-01-03Trivial removal of duplicate #includesShaun Ruffell
2011-01-03wcb4xxp: HDLC packets do not pass over D-channel.Shaun Ruffell
2011-01-03wcte12xp, wctdm24xxp: Do not call pci_set_drvdata after device initialization.Shaun Ruffell
2011-01-03constants for ctl, transcode, timer, channel, pseudoTzafrir Cohen
2010-12-21dahdi: Cleanup in the dahdi_chan_poll function.Shaun Ruffell
2010-12-21dahdi: Initialize chan->waitq once at registration time.Shaun Ruffell
2010-12-21dahdi: Use a single wait_queue_t for dahdi channels.Shaun Ruffell
2010-12-21dahdi: Remove interruptible_sleep_on() calls for WINK/FLASH.Shaun Ruffell
2010-12-20wcb4xxp: Remove unused syncpos member.Shaun Ruffell
2010-12-15wcte12xp, wctdm24xxp: Use more descriptive symbols for the bus setup.Shaun Ruffell
2010-12-15wctdm24xxp, wcte12xp: Disable PCI read-line multiple command.Shaun Ruffell
2010-12-15wcb4xxp: Remove redundant dev member from 'struct wcb4xxp'Shaun Ruffell
2010-12-15wct4xxp: Close a memory leak in the VPM450 error path.Shaun Ruffell
2010-12-15vpmadt032: Convert ifacelock from rwlock to plain spinlock.Shaun Ruffell
2010-12-15wctc4xxp: Make the "mode" module parameter read-only in sysfs.Shaun Ruffell
2010-12-15wcte12xp: Unregister the span before any additional cleanup.Shaun Ruffell
2010-12-15wctdm24xxp, wcte12xp: Lock interrupts when recovering from an underrun.Shaun Ruffell
2010-12-15wctdm24xxp, wcte12xp: Add more descriptive message on a failed reset.Shaun Ruffell
2010-12-13dahdi: Do not dereference chan->span for pseudo channels.Shaun Ruffell
2010-12-09dahdi_echocan_hpec: Update the HPEC wrapper to use the new name interfaceKinsey Moore
2010-12-09dahdi-base, dahdi_echocan_*, wcb4xxp, wct4xxp, wctdm24xxp, wcte12xp, kernel: ...Kinsey Moore
2010-12-09dahdi-base, kernel, dahdi_echocan_*, wcb4xxp, wct4xxp, wctdm24xxp, wcte12xp: ...Kinsey Moore
2010-12-09dahdi-base: Alarms may not be the last item on the line, so don't strip the t...Kinsey Moore
2010-12-09dahdi-base: Remove old method of invoking HWECKinsey Moore
2010-12-09dahdi-base: Allow HWEC to use the modular echocan interfaceKinsey Moore
2010-12-08dahdi: Fixed loopup/loopdown signalsRuss Meyerriecks
2010-12-08dahdi: Removing loopstop maint functionRuss Meyerriecks
2010-12-08dahdi: Clean up an unused waitqueueRuss Meyerriecks
2010-12-08wcte12xp: Use interruptible waits to decrease impact on load average.Shaun Ruffell