summaryrefslogtreecommitdiff
path: root/drivers/dahdi/opvxa1200.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-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-05opvxa1200.c r122 from OpenVox SVNTzafrir Cohen
opvxa1200.c from http://www.openvox.cn/viewvc/dahdi/trunk/ , r122