aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/idle (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-27dt-bindings: iio: imu: st_lsm6dsx: add lsm6dsrx device bindingsLorenzo Bianconi1-0/+1
2019-10-27iio: imu: st_lsm6dsx: add support to LSM6DSRXLorenzo Bianconi6-5/+21
2019-10-27iio: st: Drop GPIO includeLinus Walleij4-4/+0
2019-10-27staging: rtl8712: Remove lines before a close braceCristiane Naves1-2/+0
2019-10-27staging: fieldbus: anybuss: use devm_platform_ioremap_resource helperCristiane Naves1-6/+2
2019-10-27staging: media: allegro-dvt: remove bool comparisonCristiane Naves1-1/+1
2019-10-27staging: octeon: Remove unneeded variableCristiane Naves1-3/+1
2019-10-27staging: gasket: Fix lines ending with a '('Cristiane Naves1-2/+2
2019-10-26Staging: qlge: Rewrite two while loops as simple for loopsSamuil Ivanov1-6/+4
2019-10-26drivers/staging/fbtft/fb_seps525: New driver for SEPS525 (Syncoam) LCD ControllersMichael Hennerich4-0/+229
2019-10-26staging: wlan-ng: remove unused field from struct hfa384x_usbctlxTim Collier1-2/+0
2019-10-26staging: wlan-ng: fix compilation for USB debuggingTim Collier1-2/+0
2019-10-26staging: wlan-ng: correct parameter alignment in hfa384x.hTim Collier1-1/+1
2019-10-26staging: wlan-ng: shorten lines over 80 characters in hfa384x.hTim Collier1-4/+10
2019-10-26staging: wlan-ng: remove unnecessary casts from prism2usb.cTim Collier1-3/+3
2019-10-26staging: rtl8188eu: reduce indentation level in rtw_alloc_stainfoMichael Straube1-50/+51
2019-10-26staging: rtl8188eu: cleanup long lines in rtw_sta_mgt.cMichael Straube1-5/+10
2019-10-26staging: rtl8188eu: remove ternary operatorMichael Straube1-2/+2
2019-10-26staging: rtl8188eu: convert rtw_access_ctrl to return boolMichael Straube2-4/+4
2019-10-26staging: rtl8188eu: rename array bcast_addrMichael Straube1-2/+2
2019-10-26staging: rtl8188eu: convert unsigned char array to u8Michael Straube1-1/+1
2019-10-26staging: rtl8188eu: cleanup comments in rtw_sta_mgt.cMichael Straube1-5/+10
2019-10-26staging: wfx: fix warnings of alignment should match open parenthesisJules Irenge3-8/+10
2019-10-26staging: wfx: correct misspelled wordsJules Irenge1-2/+2
2019-10-26staging: wfx: fix warnings of logical continuationJules Irenge1-7/+7
2019-10-26staging: wfx: fix warning of line over 80 charactersJules Irenge6-49/+102
2019-10-26staging: wfx: fix warnings of no space is necessaryJules Irenge6-24/+24
2019-10-26staging: wfx: fix number of available tx_policiesJérôme Pouiller1-1/+1
2019-10-26staging: wfx: fix setting MAC address from DTJérôme Pouiller1-1/+2
2019-10-26staging: wfx: fix Oops when CONFIG_OF_NET is not setJérôme Pouiller1-1/+1
2019-10-26staging: wfx: fix CONFIG_MMC=m with CONFIG_WFX=yJérôme Pouiller1-0/+1
2019-10-26staging: wfx: relocate wfx_fill_sl_key() in secure_link.hJérôme Pouiller3-29/+10
2019-10-26staging: wfx: drop module versionJérôme Pouiller3-10/+0
2019-10-26staging: rtl8723bs: Change tabs for spacesJavier F. Arias1-3/+3
2019-10-26staging: rtl8723bs: Fix function call formatJavier F. Arias1-10/+5
2019-10-26staging: rtl8723bs: Fix indentation warningsJavier F. Arias1-2/+2
2019-10-26staging: rtl8723bs: Remove commented codeJavier F. Arias1-47/+9
2019-10-26staging: rtl8723bs: Add spaces between operatorsJavier F. Arias1-18/+18
2019-10-26staging: rtl8723bs: Fix lines over 80 charactersJavier F. Arias1-9/+31
2019-10-26staging: rtl8723bs: Replace string with identifierJavier F. Arias1-11/+11
2019-10-25riscv: cleanup do_trap_breakChristoph Hellwig1-20/+6
2019-10-25nbd: verify socket is supported during setupMike Christie1-2/+21
2019-10-25ata: libahci_platform: Fix regulator_get_optional() misuseMark Brown1-24/+14
2019-10-25nbd: handle racing with error'ed out commandsJosef Bacik1-0/+6
2019-10-25nbd: protect cmd->status with cmd->lockJosef Bacik1-5/+7
2019-10-25io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREADJens Axboe1-12/+32
2019-10-25io_uring: used cached copies of sq->dropped and cq->overflowJens Axboe1-5/+8
2019-10-25ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157Patrice Chotard1-4/+4
2019-10-25io_uring: Fix race for sqes with userspacePavel Begunkov1-1/+2
2019-10-25io_uring: Fix broken links with offloadingPavel Begunkov1-29/+33