Doug Bailey (1): Assign NULL values to pointers to insure that future kfree calls do not cause errors. Oron Peled (1): xpp: usermode_helper() bugfix for kernels >= 3.3.0 Shaun Ruffell (12): wcte12xp: Destroy the cache if the linemode is not recognized. wcte12xp: Allow default_linemode to be set to j1. wcte12xp: Fix pulse digit detection when set for FXO signalling modes. wcte12xp: Fix stack corruption when checking T1 RBS states. dahdi: pci-aspm.h was included in 2.6.26 not 2.6.25. xpp: Do not typedef bool on RHEL 5.2 or later. wctdm24xxp: Only two polarity reversals are needed to validate RING on FXO ports. wct4xxp: EC channel calculation in TONEDETECT assumes TE820. wct4xxp: t4_serial_setup() was called more often than necessary. wcb4xxp: Allocate memory in hfc_decode_st_state() with GFP_ATOMIC. wctdm24xxp: Use framecount and not jiffies when looking for battery present. wctdm24xxp: Eliminate chance for channel to be stuck in RED alarm. Tzafrir Cohen (3): xpp: pre/post_unregister: not for the EC Add .gitignore file gitignore: Add README.html to git ignore list .gitignore | 41 +++++++ drivers/dahdi/wcb4xxp/base.c | 3 +- drivers/dahdi/wct4xxp/base.c | 12 +- drivers/dahdi/wctdm24xxp/base.c | 43 ++++--- drivers/dahdi/wcte12xp/base.c | 238 +++++++++++++++++++++++++++++++------- drivers/dahdi/wcte12xp/wcte12xp.h | 1 + drivers/dahdi/xpp/card_global.c | 12 +- drivers/dahdi/xpp/xdefs.h | 14 ++- drivers/dahdi/xpp/xpp_dahdi.c | 4 +- include/dahdi/kernel.h | 2 +- 10 files changed, 292 insertions(+), 78 deletions(-)