summaryrefslogtreecommitdiff
path: root/drivers/staging/heci
AgeCommit message (Expand)AuthorFilesLines
2009-08-08staging: add dependencies on PCI for drivers that require itJeff Mahoney1-0/+1
2009-06-19Staging: heci: fix the problem that file_ext->state should be protected by de...Dongxiao Xu3-6/+26
2009-06-19Staging: heci: do not print error when heci_bh_handler is already on workqueueDongxiao Xu1-8/+4
2009-06-19Staging: heci: fix setting h_is bit in h_csr registerDongxiao Xu4-4/+24
2009-06-19Staging: heci: fix typos and add wait after disconnectDongxiao Xu3-2/+3
2009-06-19Staging: heci: fix softirq safe to unsafe spinlock issueDongxiao Xu3-26/+26
2009-06-19Staging: heci: fix spinlock order mess of device_lock and read_io_lockDongxiao Xu2-3/+16
2009-06-19Staging: heci: fix wrong order of device_lock and file_lockDongxiao Xu1-2/+5
2009-06-19Staging: heci: fix userspace pointer messDongxiao Xu2-9/+15
2009-06-19Staging: remove unused #include <linux/version.h>'sHuang Weiyi3-3/+0
2009-04-04Staging: heci: add TODO fileGreg Kroah-Hartman1-0/+6
2009-04-04Staging: heci: fix some sparse warningsGreg Kroah-Hartman5-14/+15
2009-04-04Staging: heci: fix checkpatch warningsGreg Kroah-Hartman1-4/+4
2009-04-04Staging: heci: remove kcompat.hGreg Kroah-Hartman5-154/+0
2009-04-04Staging: add heci driverMarcin Obara12-0/+6624