summaryrefslogtreecommitdiff
path: root/drivers/staging/crystalhd
Commit message (Expand)AuthorAgeFilesLines
* staging: crystalhd: Fix no space before tabsGulsah Kose2014-03-161-1/+1
* drivers/staging/crystalhd:crystalhd_lnx.c: Fix line over 80 characters.Aybuke Ozdemir2014-03-161-5/+8
* drivers/staging/crystalhd/bcm_70012_regs.h: Fix line over 80 characters.Andreea-Cristina Bernat2014-03-101-1/+2
* Staging: crystalhd: prefer pr_warn to printk(KERN_WARNING)Georgiana Rodica Chelu2014-03-081-1/+1
* Staging: crystalhd: Fix different address spaces warningMonam Agarwal2014-03-071-6/+6
* Staging: crystalhd: Fix different address spaces warning from sparse in cryst...Monam Agarwal2014-03-072-3/+3
* staging: crystalhd: remove unnecessary parenthesisSeongJae Park2014-02-071-2/+2
* staging: crystalhd: enclose multi statements macroSeongJae Park2014-02-071-1/+3
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* staging: crystalhd: Fix typo in crystalhdMasanari Iida2013-12-069-12/+12
* staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-021-1/+1
* staging: crystalhd: return true and false instead of 1 and 0Valentina Manea2013-11-101-1/+1
* Staging: crystalhd: use vfree() instead of kfree()Wei Yongjun2013-10-111-1/+1
* Staging: crystalhd: Fix sparse warnings regarding static functionsValentina Manea2013-10-071-6/+7
* Staging: crystalhd: Fix assignment of 0/1 to bool variablesPeter Senna Tschudin2013-09-251-4/+4
* staging: crystalhd: Resolve sparse 'different base types' warnings.Shaun Laing2013-08-301-2/+2
* Staging: crystalhd: fixed whitespace and string style issuesRobert Foss2013-08-283-8/+5
* Staging: crystalhd: remove an unneeded NULL checkDan Carpenter2013-06-031-4/+1
* staging/crystalhd: Fixes line over 80 characters warning in bc_dts_glob_lnx.hAmarjargal Gundjalam2013-05-131-8/+11
* staging/crystalhd: Fixes line over 80 characters warning in crystalhd_hw.*Amarjargal Gundjalam2013-05-132-134/+218
* staging/crystalhd: Fixes line over 80 characters warning in crystalhd_misc.*Amarjargal Gundjalam2013-05-132-26/+50
* staging/crystalhd: Fixes line over 80 characters warning in crystalhd_lnx.*Amarjargal Gundjalam2013-05-132-14/+18
* staging/crystalhd: Fixes line over 80 characters warning in crystalhd_cmds.*Amarjargal Gundjalam2013-05-132-18/+29
* staging/crystalhd: Fixes line over 80 characters warning in crystalhd_fw_if.hAmarjargal Gundjalam2013-05-131-37/+44
* staging: crystalhd: remove use of __devexitBill Pemberton2012-11-212-4/+4
* staging: crystalhd: remove use of __devinitBill Pemberton2012-11-213-5/+5
* staging: crystalhd: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* staging: crystalhd: fix a style warningDevendra Naga2012-10-221-2/+2
* drivers/staging/crystalhd/crystalhd_lnx.c: adjust inconsistent IS_ERR and PTR...Julia Lawall2012-09-041-1/+1
* staging/crystalhd: unregister chardev when class_create fails in chd_dec_init...Devendra Naga2012-08-131-1/+3
* staging/crystalhd: assign PTR_ERR at fail cases to rc in chd_dec_init_chdevDevendra Naga2012-08-131-0/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-283-2/+1
* Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-281-0/+2
* staging: crystalhd: Fix typo in crystalhd_hw.cMasanari Iida2012-03-081-1/+1
* Staging: crystalhd: Remove unused header bc_dts_types.hJorgyano Vieira2012-02-291-40/+0
* Staging: crystalhd: Replace the local includes with global headerJorgyano Vieira2012-02-299-18/+15
* Staging: crystalhd: Add global headerJorgyano Vieira2012-02-291-0/+14
* Staging: crystalhd: Get rid of unecessary BCMLOG_ENTER macroJorgyano Vieira2012-02-243-14/+0
* Staging: crystalhd: crystalhd_misc: Get rid of unused macroJorgyano Vieira2012-02-241-5/+0
* Staging: crystalhd: crystalhd_misc: improved debug macrosJorgyano Vieira2012-02-151-21/+25
* staging: precedence bug in crystalhd_stop_tx_dma_engine()Dan Carpenter2012-02-091-2/+1
* staging: crystalhd: bc_dts_defs.h: Fix up coding styleJorgyano Vieira2011-12-161-90/+172
* staging: crystalhd/bc_dts_types.h: typedef cleanupArvydas Sidorenko2011-09-161-57/+0
* drivers/staging/crystalhd/: Fix a coding style issuesArvydas Sidorenko2011-09-125-275/+275
* staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches2011-04-251-2/+2
* staging: crystalhd: remove unused typedef bc_bool_tNicolas Kaiser2011-04-201-1/+0
* Fix common misspellingsLucas De Marchi2011-03-312-4/+4
* staging: crystalhd: fix memory leaksAlexander Beregalov2011-03-142-5/+14
* Staging: crystalhd: don't waste the last char of bufferDan Carpenter2011-03-141-1/+1
* Staging: crystalhd: change GFP_ATOMIC to GFP_KERNELDan Carpenter2011-03-141-4/+2