summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-07Better patch detailsHEADmasterTzafrir Cohen
* Version of DAHDI used for patch. * Point to Gitorious rather than to my private tree. * Bump version to 2.4.1 .
2010-09-12ap400: some simple sparse fixesTzafrir Cohen
* Use C99-style initializations. The default value of a field is 0/NULL. * Statify some functions.
2010-09-12ap400: remove an unused variableTzafrir Cohen
2010-09-12ap400: move span callbacs to a separate structureTzafrir Cohen
r8985 and r8986 moved most of the span operation callbacks from the dahdi_span itself to a separate struct. That struct is allocated statically by the driver.
2010-09-12ap400: remove 'pvt' member of dahdi_spanTzafrir Cohen
r8984 removed the member 'pvt' of struct dahdi_span in dahdi/kernel.h . No use to have a pointer to a struct that is already embedded in our struct. Thus we remove a single usage of it and replace it with container_of().
2010-09-12initial ap400 driverTzafrir Cohen
2010-09-12Switch to dahdi-linux 2.4Tzafrir Cohen
Switch to dahdi-linux 2.4 . No branch there yet, so use the tag.
2010-09-12Move span callbacs to a separate structureTzafrir Cohen
r8985 and r8986 moved most of the span operation callbacks from the dahdi_span itself to a separate struct. That struct is typically allocated statically by the driver.
2010-09-08remove 'pvt' member of dahdi_spanTzafrir Cohen
r8984 removed the member 'pvt' of struct dahdi_span in dahdi/kernel.h . No use to have a pointer to a struct that is already embedded in our struct. Thus we remove a single usage of it and replace it with container_of().
2010-08-24set modules to be ower-s of their spansTzafrir Cohen
Set 'span->owner = THIS_MODULE' for all of our drivers. This is for the reference counting introduced in 2.3. Otherwise we get annoying WARN_ON traces. Origin: http://bugs.elastix.org/view.php?id=408 (Patch kernel_tainted_zaphfc_opvxa1200.patch by Odicha)
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