summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2011-05-23xpp: Remove obsolete and unused OLD_PROC codeTzafrir Cohen
2011-05-23Revert "remove OLD_PROC code (leave only informative proc files)"Oron Peled
2011-05-08remove OLD_PROC code (leave only informative proc files)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-15wctdm24xxp: Remove fwringdetect module parameter.Shaun Ruffell
2011-04-15wctdm24xxp: Use time range for debouncing polarity.Shaun Ruffell
2011-04-15wctdm24xxp: Use interval for debouncing FXO battery.Shaun Ruffell
2011-04-15wctdm24xxp: Use time interval for debouncing ring detect.Shaun Ruffell
2011-04-15wctdm24xxp: Use state machine to debounce fxs hook state.Shaun Ruffell
2011-04-15wctdm24xxp: No need to debounce the remote hook state on FXS port.Shaun Ruffell
2011-04-15wctdm24xxp: Use interval for checking on hook transfer timer.Shaun Ruffell
2011-04-15wctdm24xxp: oppending_ms shouldn't assume being checked at 1ms intervals.Shaun Ruffell
2011-04-15wctdm24xxp: Name the shadow registers for each modules.Shaun Ruffell
2011-04-15wctdm24xxp: Use time interval for checking fxs modules.Shaun Ruffell
2011-04-15wctdm24xxp: Check current time is after expected time.Shaun Ruffell
2011-04-15wctdm24xxp: Change intcount to framecount.Shaun Ruffell
2011-04-15wctdm24xxp: Use fact that handle_transmit/receive are called in hard-irqShaun Ruffell
2011-04-15wctdm24xxp: Make sure the interrupt handler isn't using the vpm instance.Shaun Ruffell
2011-04-15wctdm24xxp: Load the onboard modules in parallel as much as possible.Shaun Ruffell
2011-04-15wctdm24xxp: Introduce bg_create/bg_join.Shaun Ruffell
2011-04-15wctdm24xxp: Calculate the SPI offsets ahead of time.Shaun Ruffell
2011-04-15wctdm24xxp: Shorten up some of the sleeps/waits.Shaun Ruffell
2011-04-15wctdm24xxp: Allow more than one outstanding read at a time.Shaun Ruffell
2011-04-15wctdm24xxp: Use lists for SPI commands to the modules.Shaun Ruffell
2011-04-15wctdm24xxp: Cleanup in wctdm_identify_modules.Shaun Ruffell
2011-04-15wctdm24xxp: Remove 'pos' member from 'struct wctdm'.Shaun Ruffell
2011-04-15wctdm24xxp: Drop 'flags' from 'struct wctdm_module'.Shaun Ruffell
2011-04-15wctdm24xxp: Hold the reglock longer in the interrupt handler.Shaun Ruffell
2011-04-15wctdm24xxp: Pass the pointer to struct wctdm_module directly instead of index.Shaun Ruffell
2011-04-15wctdm24xxp: Trivial. Reduce the indentation level in wctdm_proslic_oppending.Shaun Ruffell
2011-04-15wctdm24xxp: Use enumeration for module types.Shaun Ruffell
2011-04-15wctdm24xxp: Group the QRV members together.Shaun Ruffell
2011-04-15wctdm24xxp: Group the per-module information togetherShaun Ruffell
2011-04-15wctdm24xxp: Dynamically allocate the board_name.Shaun Ruffell
2011-04-15wctdm24xxp: Remove modmap member from 'struct wctdm'.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-14wcte12xp: If we cannot read the mode selection pins fail the module load.Shaun Ruffell
2011-04-04b4xxp: Only create the timing_master attributes in the context of probeShaun Ruffell
2011-04-04dahdi: Group dahdi timers into "rates" for improved CPU utilization.Shaun Ruffell
2011-04-04wctdm24xxp, wctdm: Reduce memory used by fxo_modes array.Shaun Ruffell
2011-04-04wcte12xp: Unroll the TDM extraction/insertion from the sframe.Shaun Ruffell
2011-04-04wcte12xp, wctdm24xxp: decriptor_list.count does not need to be atomic.Shaun Ruffell
2011-04-04wcte12xp, wctdm24xxp: Remove a PCI read from hardirq context.Shaun Ruffell
2011-04-04wcte12xp: Use the in-hardirq versions of dahdi_receive/dahdi_transmit.Shaun Ruffell
2011-04-04wctdm24xxp, wcte12xp: Always call handle_transmit/receive in hardirq context.Shaun Ruffell