aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-31[media] staging/media: fix msi3101 build errorsRandy Dunlap1-0/+2
2013-10-30Staging: sb105x: info leak in mp_get_count()Dan Carpenter1-1/+1
2013-10-30Staging: bcm: info leak in ioctlDan Carpenter1-0/+1
2013-10-30staging: wlags49_h2: buffer overflow setting station nameDan Carpenter1-3/+6
2013-10-30staging: ozwpan: prevent overflow in oz_cdev_write()Dan Carpenter1-0/+3
2013-10-30staging: drm/imx: fix return value check in ipu_add_subdevice_pdata()Wei Yongjun1-1/+1
2013-10-30Staging: zram: Fix access of NULL pointerRashika Kheria1-2/+4
2013-10-30Staging: zram: Fix variable dereferenced before checkRashika Kheria1-6/+3
2013-10-30Staging: rtl8187se: space prohibited before semicolon in r8185b_init.cEbru Akagunduz1-2/+2
2013-10-30Staging: rtl8187se: fix space prohibited after that open parenthesis '(' in r8185b_init.cEbru Akagunduz1-1/+1
2013-10-30Staging: rtl8187se: fix braces {} are not necessary for single statement blocks in r8185b_init.cEbru Akagunduz1-2/+1
2013-10-30Staging: rtl8187se: fix trailing whitespace in r8185b_init.cEbru Akagunduz1-3/+3
2013-10-30Staging: rtl8187se: fix please, no space before tabs in r8185b_init.cEbru Akagunduz1-10/+10
2013-10-30drivers/staging/nvec/Kconfig: remove trailing whitespaceHimangi Saraogi1-1/+1
2013-10-30Staging: dwc2: Fix variable dereferenced before checkRashika Kheria1-9/+8
2013-10-30Staging: xgifb: fix braces {} are not necessary for any arm of this statementEbru Akagunduz1-3/+2
2013-10-30staging: rtl8192e: remove unneeded semicolonsValentina Manea1-2/+2
2013-10-30staging: rtl8192e: use true and false for bool variablesValentina Manea5-14/+14
2013-10-29staging: ft1000: return values corrected in scram_start_dwnldKelley Nielsen1-2/+4
2013-10-29staging: ft1000: change values of status return variable in write_dpram32_and_checkKelley Nielsen2-7/+4
2013-10-29staging: bcm: Remove unnecessary pointer castingLisa Nguyen4-9/+9
2013-10-29imx-drm: ipuv3-crtc: Invert IPU DI0 clock polarityFabio Estevam1-1/+1
2013-10-29staging: r8188eu: Fix sparse warnings in rtl_p2p.cLarry Finger1-4/+4
2013-10-29staging: r8188eu: Fix sparse warnings in rtw_mlme_ext.cLarry Finger1-20/+21
2013-10-29staging: r8188eu: Fix sparse warnings in rtl8188e.cmd.cLarry Finger1-4/+4
2013-10-29staging: r8188eu: Fix sparse warnings in rtw_ieee80211.cLarry Finger1-8/+8
2013-10-29staging: comedi: s626: replace S626_MULT_X? valuesIan Abbott2-25/+15
2013-10-29staging: comedi: s626: remove S626_BF_* macrosIan Abbott1-9/+0
2013-10-29staging: comedi: s626: expand standardized IndxSrc valuesIan Abbott2-15/+15
2013-10-29staging: comedi: s626: make CRA and CRB setup conversions more readableIan Abbott1-166/+151
2013-10-29staging: drm/imx: fix return value check in imx_drm_init()Wei Yongjun1-2/+2
2013-10-29staging: comedi: adl_pci9118: fix a misaligned commentIan Abbott1-1/+1
2013-10-29staging: r8188eu: Set device type to wlanLarry Finger1-0/+5
2013-10-29staging: Remove OOM message after input_allocate_deviceJoe Perches3-7/+1
2013-10-29staging: octeon: drop redundant mac address checkLuka Perkov1-1/+1
2013-10-29Staging: bcm: Fix WARNING: space prohibited before semicolon.Kevin McKinney1-1/+1
2013-10-29drivers: staging: bcm: Removed a developer debug statement.Chuong Ngo1-4/+1
2013-10-29Stging: bcm: Adapter.h : removed typedef from struct _U_IP_ADDRESS and changed it to lowercaseHimangi Saraogi1-4/+4
2013-10-29Staging: winbond: Fix Sparse Warnings in reg.cEbru Akagunduz1-76/+29
2013-10-29Staging: winbond: Fix Sparse Warnings in phy_calibration.cEbru Akagunduz1-299/+16
2013-10-29staging: comedi: use memdup_user to simplify codeTeodora Baluta1-23/+10
2013-10-29staging: ft1000: status variables changed to int in ft1000_download.cKelley Nielsen2-16/+16
2013-10-29staging: ft1000: style issues fixed in write_blkKelley Nielsen1-66/+57
2013-10-29staging: ft1000: function write_dpram32_and_check extracted from write_blkKelley Nielsen1-49/+58
2013-10-29staging: ft1000: duplicate code replaced with call to request_code_segmentKelley Nielsen1-45/+19
2013-10-29staging: ft1000: function request_code_segment extractedKelley Nielsen1-35/+32
2013-10-28staging: ft1000: function scram_start_dwnld extracted from scram_dnldr in ft1000_download.cKelley Nielsen1-23/+23
2013-10-28Staging: ft1000: Fix assignment of bool to 0/1 in ft1000_dnld.cRashika Kheria1-1/+1
2013-10-28Staging: ft1000: Fix comparsion of bool to 0/1 in ft1000_hw.cRashika Kheria1-1/+1
2013-10-28Staging: ft1000: Fix assignment of bool to 0/1 in ft1000_hw.cRashika Kheria1-10/+10