summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-16iio: accel: bma180: Prepare for different reset valuesJonathan Bakker1-2/+6
2020-05-15Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman65-646/+3164
2020-05-15staging: wfx: remove false positive warningJérôme Pouiller1-2/+4
2020-05-15staging: wfx: trace acknowledges not linked to any stationsJérôme Pouiller1-0/+3
2020-05-15staging: wfx: remove false-positive WARN()Jérôme Pouiller1-7/+0
2020-05-15staging: wfx: fix error reporting in wfx_start_ap()Jérôme Pouiller1-2/+5
2020-05-15staging: wfx: drop unnecessary filter configuration when disabling filterJérôme Pouiller1-1/+0
2020-05-15staging: wfx: fix PS parameters when multiple vif are in useJérôme Pouiller1-7/+13
2020-05-15staging: wfx: fix potential dead lock between join and scanJérôme Pouiller3-0/+10
2020-05-15staging: wfx: merge wfx_stop_ap() with wfx_reset()Jérôme Pouiller1-5/+1
2020-05-15staging: wfx: rename wfx_do_unjoin() into wfx_reset()Jérôme Pouiller2-17/+16
2020-05-15staging: wfx: fix potential use-after-freeJérôme Pouiller1-1/+1
2020-05-15staging: wfx: call wfx_tx_update_sta() before to destroy tx_privJérôme Pouiller1-16/+23
2020-05-15staging: wfx: split out wfx_tx_fill_rates() from wfx_tx_confirm_cb()Jérôme Pouiller1-30/+33
2020-05-15staging: wfx: fix status of dropped framesJérôme Pouiller1-0/+1
2020-05-15staging: wfx: fix indentationJérôme Pouiller1-3/+3
2020-05-15staging: wfx: fix value of scan timeoutJérôme Pouiller1-1/+1
2020-05-15staging: wfx: check pointers returned by allocationsJérôme Pouiller2-0/+45
2020-05-15staging: wfx: apply 80-columns rule to stringsJérôme Pouiller5-16/+20
2020-05-15staging: wfx: fix warning when unregister a frozen deviceJérôme Pouiller1-0/+2
2020-05-15staging: vt6656: vt6655: removing unused macros definition MakefilesMatej Dujava3-7/+0
2020-05-15staging: fbtft: fb_st7789v: Initialize the DisplayOliver Graute1-5/+27
2020-05-15staging: qlge: Remove unnecessary spaces in qlge_main.cXiangyang Zhang1-18/+18
2020-05-15staging: vc04_services: Block comment alignmentJohn Oldman1-22/+11
2020-05-15staging: greybus: uart: replace driver line-coding structJohan Hovold1-15/+4
2020-05-15staging: most: usb: use macro ATTRIBUTE_GROUPSChristian Gromm1-9/+2
2020-05-15staging: most: fix typo in KconfigChristian Gromm1-1/+1
2020-05-15staging: most: usb: use dev_dbg functionChristian Gromm1-11/+11
2020-05-15staging: most: usb: check number of reported endpointsChristian Gromm1-7/+6
2020-05-15staging: most: usb: remove reference to USB error codesChristian Gromm1-97/+0
2020-05-15staging: most: usb: use dev_*() functions to print messagesChristian Gromm1-8/+8
2020-05-13staging: vt6656: Remove logically dead codeOscar Carter1-17/+0
2020-05-13staging: bcm2835-camera: insert emty line after declarationHoussem KADI1-0/+1
2020-05-13staging: vt6656: remove difs / sifs adjustments.Malcolm Priestley1-32/+0
2020-05-13staging: vt6656: vnt_get_rtscts_rsvtime_le replace with rts/cts duration.Malcolm Priestley1-108/+5
2020-05-13staging: vt6656: Split RTS and CTS Duration functionsMalcolm Priestley1-40/+16
2020-05-13staging: vt6656: vnt_get_rtscts_duration_le use ieee80211_ctstoself_durationMalcolm Priestley1-29/+3
2020-05-13staging: vt6656: vnt_rxtx_rsvtime_le16 to use ieee80211_generic_frame_duration.Malcolm Priestley1-18/+14
2020-05-13staging: vt6656: vnt_get_rtscts_duration_le use ieee80211_rts_durationMalcolm Priestley1-15/+5
2020-05-13staging: most: usb: sanity check channel before using it as an index into arraysColin Ian King1-5/+6
2020-05-13staging: most: usb: add PM functionsChristian Gromm1-0/+28
2020-05-13staging: wfx: update TODOJérôme Pouiller1-19/+0
2020-05-13staging: wfx: fix endianness of the field 'channel_number'Jérôme Pouiller2-8/+11
2020-05-13staging: wfx: fix endianness of the field 'num_tx_confs'Jérôme Pouiller2-2/+3
2020-05-13staging: wfx: fix endianness of the field 'status'Jérôme Pouiller8-40/+30
2020-05-13staging: wfx: fix access to le32 attribute 'len'Jérôme Pouiller4-12/+11
2020-05-13staging: wfx: fix endianness of the struct hif_ind_startupJérôme Pouiller2-8/+11
2020-05-13staging: wfx: declare the field 'packet_id' with native byte orderJérôme Pouiller1-2/+6
2020-05-13staging: wfx: fix access to le32 attribute 'indication_type'Jérôme Pouiller1-4/+4
2020-05-13staging: wfx: fix access to le32 attribute 'event_id'Jérôme Pouiller1-2/+3