summaryrefslogtreecommitdiff
path: root/drivers/dahdi/dahdi-base.c
AgeCommit message (Expand)Author
2011-05-23add "span_id" dahdi_span attribute. Calculated during device registration.sysfsOron Peled
2011-05-23Allow low-level drivers to unregister a single span at a time:Oron Peled
2011-04-15dahdi: Do not save the irq information.Shaun Ruffell
2011-04-15dahdi: Move irq/irqmisses from dahdi_span into dahdi_device.Shaun Ruffell
2011-04-15dahdi: Expose dahdi devices in sysfs.Shaun Ruffell
2011-04-15dahdi: Expose spans in sysfs.Oron Peled
2011-04-15dahdi: register/unregister devices as opposed to individual spans.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.Tzafrir Cohen
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_fileOron Peled
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
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