summaryrefslogtreecommitdiff
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-01remove two unused typedef-sTzafrir Cohen
typedefs are not popular in the kernel. Luckily those typedefs weren't used anywhere in the code.
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-04-19Bump default dahdi version to 2.3 (branch)Tzafrir Cohen
2010-04-19Remove trailing whitespace from patch headerTzafrir Cohen
Having a line '--- ' (with extra space) in a patch file is not such a good idea. Use '---' like git does.
2010-03-10gen-patch: the branch is actually 2.2Tzafrir Cohen
2010-03-10gen-patch: get rid of generated .mod.c filesTzafrir Cohen
2010-03-10use branch 2.2.1 as the base branch for patchTzafrir Cohen
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-21Don't copy Kconfig twice in the patchTzafrir Cohen
2010-01-21More coding-style changes in mmx.hTzafrir Cohen
Likewise: no functional changes.
2010-01-21Style cleanups in fir.h and mmx.hTzafrir Cohen
Coding style issues only. No functional change.
2010-01-21use explicit union instead of typedefTzafrir Cohen
2010-01-21Add a more proper MMX support to OSLECTzafrir Cohen
* Grab mmx.h from http://svn.astfin.org/software/oslec/trunk/spandsp-0.0.3/src/spandsp/mmx.h (rev 2141) * Fix Kbuild * Re-add MMX and SSE2 support in fir.h Note that the added code still needs some slightly shaping into kernel form.
2010-01-21Revert back to kernel.org OSLECTzafrir Cohen
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-06Generate a standard header for the patch.Tzafrir Cohen
2010-01-05Remove unneeded stuff from main MakefileTzafrir Cohen
2010-01-05build/patch opvxa1200.cTzafrir Cohen
* Add entry in Kconfig and line in Kbuild . * fxo_modes.h was missing. Copy it over from dahdi-linux, * And again - don't include it in the patch.
2010-01-05opvxa1200.c r122 from OpenVox SVNTzafrir Cohen
opvxa1200.c from http://www.openvox.cn/viewvc/dahdi/trunk/ , r122
2010-01-05Ignore the right patch nameTzafrir Cohen
2010-01-05build/patch wcopenpci as wellTzafrir Cohen
* Add an entry in Kconfig and a line in Kbuild * Provide proslic.h from dahdi-linux, * But don't include it in the patch.
2010-01-05wcopenpci from current Debian packageTzafrir Cohen
2010-01-05Also build/patch zaphfcTzafrir Cohen
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
2010-01-05Introduce the build systemTzafrir Cohen
The Makefile supports either building modules locally or generating a patch vs. dahdi-linux SVN. * drivers/dahdi/{Kbuild,Kconfig} - will be merged with existing ones * dahdi_echocan_oslec.c: Copied as-is from dahdi. Provides a better sanity check that the 'echo' module was built OK.
2010-01-05Ignore generated filesTzafrir Cohen
2010-01-05Bring OSLEC up-to-date with out-of-tree versionTzafrir Cohen
* Bring back MMX support. * This is done in a quick-and-dirty way, - copy over existing files. * TODO: reduce the changes in this diff to only include MMX support.
2010-01-05OSLEC from kernel.orgTzafrir Cohen
Current version of OSLEC from kernel.org