summaryrefslogtreecommitdiff
path: root/drivers/dahdi/zaphfc/base.c
AgeCommit message (Collapse)Author
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-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