aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/crystalhd/crystalhd_lnx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-28Staging: crystalhd: fixed whitespace and string style issuesRobert Foss1-2/+1
2013-06-03Staging: crystalhd: remove an unneeded NULL checkDan Carpenter1-4/+1
2013-05-13staging/crystalhd: Fixes line over 80 characters warning in crystalhd_lnx.*Amarjargal Gundjalam1-12/+16
2012-11-21staging: crystalhd: remove use of __devexitBill Pemberton1-3/+3
2012-11-21staging: crystalhd: remove use of __devinitBill Pemberton1-3/+3
2012-11-21staging: crystalhd: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-04drivers/staging/crystalhd/crystalhd_lnx.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall1-1/+1
2012-08-13staging/crystalhd: unregister chardev when class_create fails in chd_dec_init_chdevDevendra Naga1-1/+3
2012-08-13staging/crystalhd: assign PTR_ERR at fail cases to rc in chd_dec_init_chdevDevendra Naga1-0/+2
2012-02-29Staging: crystalhd: Replace the local includes with global headerJorgyano Vieira1-1/+2
2012-02-24Staging: crystalhd: Get rid of unecessary BCMLOG_ENTER macroJorgyano Vieira1-4/+0
2011-03-14staging: crystalhd: fix memory leaksAlexander Beregalov1-5/+13
2011-03-14Staging: crystalhd: don't waste the last char of bufferDan Carpenter1-1/+1
2011-03-14Staging: crystalhd: change GFP_ATOMIC to GFP_KERNELDan Carpenter1-4/+2
2010-11-16drivers/staging: Remove unnecessary casts of pci_get_drvdataJoe Perches1-3/+3
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-31staging: crystalhd: call disable_pci_device() if pci_probe() failedKulikov Vasiliy1-0/+1
2010-07-22Staging: autoconvert trivial BKL users to private mutexArnd Bergmann1-4/+5
2010-07-08Staging: crystalhd_lnx: remove casts from void*Kulikov Vasiliy1-2/+2
2010-06-18Staging: crystalhd: removed kfree(NULL) checksScott Kidder1-6/+3
2010-05-18Staging: crystalhd: Remove typedefs from driverLior Dotan1-17/+17
2010-05-11Staging: crystalhd: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2010-05-11Staging: push down BKL into ioctl functionsArnd Bergmann1-4/+9
2010-05-11Staging: crystalhd: Whitespace fixes, indentation fixes and 3 changed #includesLars Lindley1-13/+13
2010-05-11Staging: crystalhd: fix device_create() return value checkJani Nikula1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Staging: crystalhd: Misc improvements for crystalhd_lnx.cAmeya Palande1-46/+31
2010-03-03staging: add Broadcom Crystal HD driverJarod Wilson1-0/+780