aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-01staging: bcm2835-camera: Remove/amend some obsolete commentsDave Stevenson1-10/+1
2019-07-01staging: bcm2835-camera: Correct V4L2_CID_COLORFX_CBCR behaviourDave Stevenson1-2/+2
2019-07-01staging: bcm2835-camera: Use enums for max value in controlsDave Stevenson1-24/+13
2019-07-01staging: bcm2835-camera: Fix up mmal-parameters.hDave Stevenson1-102/+159
2019-07-01staging: bcm2835-camera: Fix multiple assignments should be avoidedDave Stevenson1-2/+3
2019-07-01staging: bcm2835-camera: Unify header inclusion definesDave Stevenson1-2/+2
2019-07-01staging: bcm2835-camera: Add multiple inclusion protection to headersDave Stevenson2-0/+6
2019-07-01staging: bcm2835-camera: Set sequence number correctlyDave Stevenson2-0/+6
2019-07-01staging: bcm2835-camera: Handle empty EOS buffers whilst streamingDave Stevenson2-11/+15
2019-07-01staging: bcm2835-camera: Remove check of the number of buffers suppliedDave Stevenson1-10/+0
2019-07-01staging: bcm2835-camera: Ensure all buffers are returned on disableDave Stevenson3-6/+23
2019-07-01staging: bcm2835-camera: Fix open parenthesis alignmentDave Stevenson4-18/+24
2019-07-01staging: bcm2835-camera: Fix missing lines between itemsDave Stevenson1-0/+1
2019-07-01staging: bcm2835-camera: Fix brace style issues.Dave Stevenson3-3/+6
2019-07-01staging: bcm2835-camera: Fix multiple line dereference errorsDave Stevenson1-7/+4
2019-07-01staging: bcm2835-camera: Reduce length of enum namesDave Stevenson3-112/+111
2019-07-01staging: bcm2835-camera: Fix spacing around operatorsDave Stevenson3-23/+24
2019-07-01staging: bcm2835-camera: Fix comment style violations.Dave Stevenson3-169/+185
2019-07-01staging: bcm2835-camera: Remove dead email addressesDave Stevenson12-48/+60
2019-07-01staging: bcm2835-camera: Return early on errorsDave Stevenson1-45/+49
2019-07-01staging: bcm2835-camera: Correctly denote key frames in encoded dataDave Stevenson1-0/+3
2019-07-01staging: bcm2835-camera: Do not bulk receive from service threadDave Stevenson1-42/+59
2019-07-01staging: bcm2835-camera: Replace spinlock protecting context_map with mutexDave Stevenson1-6/+7
2019-07-01staging: bcm2835-camera: Check the error for REPEAT_SEQ_HEADERDave Stevenson1-1/+1
2019-07-01staging/rtl8188eu/os_dep: Remove unneeded variable retHariprasad Kelam1-12/+6
2019-07-01staging: rtl8188eu: Remove declarations of unused functionsNishka Dasgupta1-6/+0
2019-07-01staging: rtl8188eu: hal: Replace function ODM_TXPowerTrackingCheck()Nishka Dasgupta2-6/+0
2019-07-01staging: rtl8188eu: hal: Replace function odm_TXPowerTrackingInit()Nishka Dasgupta2-6/+0
2019-07-01staging: rtl8188eu: os_dep: Remove return variableNishka Dasgupta1-2/+2
2019-07-01staging: netlogic: Change GFP_ATOMIC to GFP_KERNELHariprasad Kelam1-1/+1
2019-07-01staging: rts5208: Simplify boolean expression to improve code styleTobias Nießen1-4/+4
2019-07-01staging: rts5208: Rewrite redundant if statement to improve code styleTobias Nießen1-12/+11
2019-07-01staging: wilc1000: rename 'host_interface' source and headerAjay Singh4-2/+2
2019-07-01staging: wilc1000: remove extra argument passing to wilc_send_config_pkt()Ajay Singh3-81/+40
2019-07-01staging: wilc1000: remove use of 'src_addr' element in 'wilc_vif' structAjay Singh3-4/+2
2019-07-01staging: wilc1000: remove unnecessary loop to traverse vif interfacesAjay Singh2-17/+6
2019-07-01staging: wilc1000: remove use of driver_handler_id & ifc_idAjay Singh5-9/+4
2019-07-01staging: wilc1000: added support to dynamically add/remove interfacesAjay Singh9-390/+492
2019-07-01staging: wilc1000: fix error path cleanup in wilc_wlan_initialize()Ajay Singh1-6/+6
2019-07-01staging: wilc1000: handle p2p operations in caller contextAjay Singh1-29/+17
2019-07-01staging: rtl8188eu: Add 'rtl8188eufw.bin' to MODULE_FIRMWARE listAlexander Dahl1-0/+1
2019-07-01staging: mt7621-pci: fix PCIE_FTS_NUM_LO macroSergio Paracuellos1-1/+1
2019-07-01staging: bcm2835-camera: Restore return behavior of ctrl_set_bitrate()Stefan Wahren1-3/+16
2019-07-01staging: greybus: tools: Remove function log_csv_error()Nishka Dasgupta1-6/+0
2019-07-01staging: comedi: dt282x: fix a null pointer deref on interruptIan Abbott1-1/+2
2019-07-01staging: comedi: amplc_pci230: fix null pointer deref on interruptIan Abbott1-1/+2
2019-07-01staging/most/video: set device_caps in struct video_deviceHans Verkuil1-5/+1
2019-07-01staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr)Shobhit Kukreti2-3/+2
2019-07-01staging: erofs: don't check special inode layoutYue Hu1-0/+1
2019-07-01staging: erofs: return the error value if fill_inline_data() failsYue Hu1-2/+2