summaryrefslogtreecommitdiff
path: root/drivers/dahdi/zaphfc/base.c
AgeCommit message (Collapse)Author
2010-08-01move d-chan initialization outside of chans loopzaphfc_cleanupTzafrir Cohen
Move some initializations of the span that are specific to the D-channel outside of the channel-speicific loop.
2010-08-01bool type instead of TRUE/FALSETzafrir Cohen
Replace #define-s of TRUE and FALSE with the built-in type bool. We still need to carry around the ugly legacy ifdefs for using int instead.
2010-08-01A simple signess issue reported by sparseTzafrir Cohen
2010-07-31Simple fixes for checkpatch.pl commentsTzafrir Cohen
2010-07-31revert index fix from zaphfc r7Tzafrir Cohen
Fix index fix from b447cfe (zaphfc svn rev 7). It broke systems.
2010-03-10Solved typo (see issue 1) Thanks to reporter.Jose A. Deniz
git-svn-id: http://zaphfc.googlecode.com/svn/branches/2.2@7 6b77f504-82de-11de-a8c8-95b3e4aa02d0
2010-01-09sched.h was also removed from interrupts.hTzafrir Cohen
Commit d43c36 made it necessary to add sched.h to more of the board drivers. http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d43c36 Add the missing <linux/sched.h>, as done in dahdi-linux r7392 .
2010-01-05Alias vzaphfc added. Added while(0) missing in 2.6.30 patch Corrected system ↵Jose A. Deniz
freeze when configured as dchan instead of hardhdlc D channel git-svn-id: http://zaphfc.googlecode.com/svn/branches/2.2@5 6b77f504-82de-11de-a8c8-95b3e4aa02d0
2010-01-05Added support for kernel 2.6.30Jose A. Deniz
git-svn-id: http://zaphfc.googlecode.com/svn/branches/2.2@4 6b77f504-82de-11de-a8c8-95b3e4aa02d0
2010-01-05Refformating code. Some minor fixes in defs.Jose A. Deniz
git-svn-id: http://zaphfc.googlecode.com/svn/branches/2.2@3 6b77f504-82de-11de-a8c8-95b3e4aa02d0
2010-01-05Initial state. It works but a lot of stuff to clean at codeJose A. Deniz
git-svn-id: http://zaphfc.googlecode.com/svn/branches/2.2@2 6b77f504-82de-11de-a8c8-95b3e4aa02d0