Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-25 | Print a message when a firmware is request | Samuel Thibault | |
to let the user have an idea why the driver does not work. | |||
2011-05-08 | remove .svn directories | Samuel Thibault | |
2010-08-09 | fake irq disable and enable. | Zheng Da | |
Some functions such as blk_plug_device checks whether irqs are disabled. So I need to fake irq diable in spin_lock_irq and spin_lock_irqsave. | |||
2010-05-06 | remove local_irq_restore in spin_trylock_irqsave. | Zheng Da | |
2010-02-28 | implement cli/sti with a lock. | Zheng Da | |
In order to avoid dead lock caused by spin_lock_irq or spin_lock_irqsave, I remove irq disabling in them. It's really unnecessary to do spin_lock_irq and spin_lock_irqsave any more because interrupt isn't handled in a real interrupt context. | |||
2010-02-07 | free delivered packets. | Zheng Da | |
2010-01-29 | libdde_linux26 is adapted to be used by libmachdev. | Zheng Da | |
2010-01-16 | prepare to use initcall to do initialization. | Zheng Da | |
2010-01-13 | fix the problem of including path. | Zheng Da | |
2010-01-01 | Change the path of header files. | Zheng Da | |
TODO We need to handle initcall properly. | |||
2010-01-01 | The modified Makefile can build libdde_linux26 now | Zheng Da | |
2009-12-21 | a temporary version of Makefiles for libdde_linux26 | Zheng Da | |
2009-12-06 | check in the original version of dde linux26. | Zheng Da | |