summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
AgeCommit message (Expand)Author
2011-01-18dahdi: Constify the data parameter to __buf_push.Shaun Ruffell
2011-01-18dahdi: Trivial. Move process_masterspan description.Shaun Ruffell
2011-01-18dahdi: Fix recent regression with native bridging.Shaun Ruffell
2011-01-17dahdi: Permit open pseudo channels before spans are registered.Shaun Ruffell
2011-01-16Refactor SysFS code to dahdi-sysfs.cTzafrir Cohen
2011-01-10cleaner error handling in dahdi_registerTzafrir Cohen
2011-01-10span_sysfs_{create,remove}Tzafrir Cohen
2011-01-10Pass error val from dahdi_register_echocan_factoryTzafrir Cohen
2011-01-10separate device init functionsTzafrir Cohen
2011-01-06dahdi: Do not call dahdi_check_conf under lock.Shaun Ruffell
2011-01-05dahdi: Ensure we have room to keep all span channels contiguous.Shaun Ruffell
2011-01-05dahdi: Move the default tone lengths into include/dahdi/dahdi_config.hShaun Ruffell
2011-01-03dahdi: Also use constant for DAHDI_TRANSCODETzafrir Cohen
2011-01-03dahdi: Break the dahdi_ctl_ioctl handlers into separate functions.Shaun Ruffell
2011-01-03dahdi: Do not locate new master in interrupt context.Shaun Ruffell
2011-01-03dahdi: Add module parameter to limit number of pseudo channels.Shaun Ruffell
2011-01-03dahdi: Remove 'chans' array from reg/unreg. Now completely removed.Shaun Ruffell
2011-01-03dahdi: Remove three maxchans/DAHDI_MAX_CHANNELS references.Shaun Ruffell
2011-01-03dahdi: Drop 'chans' reference in chan_from_num.Shaun Ruffell
2011-01-03dahdi: Group all conditions for skipping channel receive together.Shaun Ruffell
2011-01-03dahdi: Move the slave channel processing into separate functions.Shaun Ruffell
2011-01-03dahdi: Save pointer to monitored channel in struct dahdi_chan.Shaun Ruffell
2011-01-03dahdi: When DACS is enabled, hold a pointer directly to the crossed channel.Shaun Ruffell
2011-01-03dahdi: Only check for NOSTDTXRX once in dahdi_receive.Shaun Ruffell
2011-01-03dahdi: Trivial formatting change in dahdi_receive.Shaun Ruffell
2011-01-03dahdi: Change dahdi_chan.nextslave from index to a pointer.Shaun Ruffell
2011-01-03dahdi: Use 'dacs_chan' convenience pointer in dahdi_ioctl_chanconfig.Shaun Ruffell
2011-01-03dahdi: Remove arbitrary limit on number of spans in the kernel.Shaun Ruffell
2011-01-03dahdi: Move the contents of digits.h directly into dahdi-base.cShaun Ruffell
2011-01-03dahdi: Cleanup formatting in dahdi_ioctl_set_dialparams().Shaun Ruffell
2011-01-03dahdi: Move DAHDI_SET_DIALPARAMS code into separate function.Shaun Ruffell
2011-01-03dahdi: Change reference counting for tone zones.Shaun Ruffell
2011-01-03dahdi: Introduce dahdi_kasprintf for pre 2.6.12 kernels.Shaun Ruffell
2011-01-03dahdi: Add error if CONFIG_BKL is not definedShaun Ruffell
2011-01-03dahdi: trivial. Remove unneccessary comment.Shaun Ruffell
2011-01-03dahdi: Minor fix for alloc/free of 'struct ecfactory'Shaun Ruffell
2011-01-03dahdi: Convert ecfactory_list_lock from rwlock to spinlock.Shaun Ruffell
2011-01-03dahdi: Use a spinlock instead of a rwlock for 'zone_lock'Shaun Ruffell
2011-01-03dahdi: Trivial move of sync_tick callback to inline function.Shaun Ruffell
2011-01-03'dahdi_copy_string()' -> 'strlcpy()'Shaun Ruffell
2011-01-03dahdi: Take a reference count on module when operating on spans directly.Shaun Ruffell
2011-01-03dahdi: Add the span onto the list as the very last thingShaun Ruffell
2011-01-03dahdi: Allow spans to advertise if they can provide any timing.Shaun Ruffell
2011-01-03dahdi_dynamic: Use dahdi_span_ops.sync_tick for driving dynamic spans.Shaun Ruffell
2011-01-03Update copyright on changed files since 2011-01-01.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