summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-10-03staging: rtl8712: add SPDX identifiersMichael Straube93-1206/+93
2018-10-03staging: fbtft: Prefer using the BIT macroMamta Shukla1-28/+28
2018-10-03staging: rtl8188eu: fix spelling mistake in commentMichael Straube1-1/+1
2018-10-03staging: rtl8188eu: remove braces from single if statementMichael Straube1-2/+1
2018-10-03staging: rtl8188eu: remove unnecessary parentheses in odm_rtl8188e.cMichael Straube1-3/+3
2018-10-03staging: rtl8188eu: add spaces around '+' in fw.cMichael Straube1-3/+3
2018-10-03staging: rtl8188eu: simplify block comment in pwrseq.cMichael Straube1-3/+2
2018-10-03staging: rtl8188eu: correct block comment in bb_cfg.cMichael Straube1-4/+4
2018-10-03staging: rtl8188eu: rename odm_SignalScaleMapping()Michael Straube1-3/+3
2018-10-03staging: rtl8188eu: rename variable in odm_SignalScaleMapping()Michael Straube1-10/+10
2018-10-03staging: rtl8188eu: rename parameter of odm_SignalScaleMapping()Michael Straube1-15/+16
2018-10-03staging: rtl8188eu: rename odm_EVMdbToPercentage()Michael Straube1-2/+2
2018-10-03staging: rtl8188eu: rename parameter of odm_EVMdbToPercentage()Michael Straube1-2/+2
2018-10-03staging: rtl8188eu: rename odm_QueryRxPwrPercentage()Michael Straube1-4/+4
2018-10-03staging: rtl8188eu: rename parameter of odm_QueryRxPwrPercentage()Michael Straube1-4/+4
2018-10-03staging: rtl8188eu: replace tabs with spaces in odm_hwconfig.cMichael Straube1-2/+2
2018-10-03staging: rtl8188eu: add spaces around '*' in odm_hwconfig.cMichael Straube1-14/+14
2018-10-03staging: rtl8188eu: add spaces around '+' in odm_hwconfig.cMichael Straube1-3/+3
2018-10-03staging: rtl8188eu: remove wrapper odm_SignalScaleMapping()Michael Straube1-6/+1
2018-10-03staging: rtl8188eu: rename odm_HWConfigMichael Straube4-2/+2
2018-10-03staging: rtl8188eu: cleanup inconsistent indentingMichael Straube12-42/+43
2018-10-03staging: ks7010: Remove unnecessary null checkAymen Qader1-2/+2
2018-10-03staging: sm750fb: Remove extra space characterAymen Qader1-1/+1
2018-10-03staging: rtlwifi: Removed unused define and code efuse_re_pg* from wifi.hRick Veens1-4/+0
2018-10-03staging: axis-fifo: add error handling of class_create()Alexey Khoroshilov1-0/+2
2018-10-03staging: most: usb: add release function for DCI deviceChristian Gromm1-1/+8
2018-10-03staging: rtlwifi: Return -ENOMEM instead of -1Aymen Qader1-2/+2
2018-10-03staging: mt7621-mmc: Remove unused single statement macrosNishad Kamdar1-28/+0
2018-10-03staging: mt7621-mmc: Remove single statement macro msdc_irq_restore()Nishad Kamdar1-6/+1
2018-10-03staging: dgnc: delete the driverGreg Kroah-Hartman12-4716/+0
2018-10-03staging: dgnc: Fix Kconfig help header and textSehro Rautenkranz1-5/+9
2018-10-03staging: rtl8723bs: clean up clang warning on extraneous parenthesesColin Ian King2-4/+3
2018-10-03staging: rtl8712: Remove unnecessary parenthesesDafna Hirschfeld1-3/+3
2018-10-03staging: rtl8723bs: Mark ACPI table declaration as usedNathan Chancellor1-1/+1
2018-10-03staging: mt7621-mmc: replace `printk` with preferred APIDafna Hirschfeld1-3/+3
2018-10-03staging: mt7621-mmc: Fix comparison to NULLDafna Hirschfeld1-5/+5
2018-10-03staging: mt7621-mmc: remove unnecessary braces from 'if' statementsDafna Hirschfeld1-6/+3
2018-10-02Merge tag 'iio-for-4.20b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman16-86/+400
2018-09-29staging: vboxvideo: Use more drm_fb_helper functionsHans de Goede5-91/+31
2018-09-29staging: vboxvideo: Drop unnecessary drm_connector_helper_funcs callbacksHans de Goede1-20/+0
2018-09-29staging: vboxvideo: Call drm_atomic_helper_check_plane_state from atomic_checkHans de Goede1-1/+29
2018-09-29staging: vboxvideo: Replace crtc_helper enable/disable functionsHans de Goede1-4/+6
2018-09-29staging: vboxvideo: Fix DPMS support after atomic conversionHans de Goede2-27/+2
2018-09-29staging: vboxvideo: Restore page-flip supportHans de Goede1-2/+5
2018-09-29staging: vboxvideo: Atomic phase 3: Switch last bits over to atomicHans de Goede3-59/+17
2018-09-29staging: vboxvideo: Atomic phase 2: Stop using plane->fb and crtc->*Hans de Goede3-14/+18
2018-09-29staging: vboxvideo: Atomic phase 2: Wire up state object handlersHans de Goede2-8/+10
2018-09-29staging: vboxvideo: Atomic phase 1: Use drm_plane_helpers for primary planeHans de Goede1-26/+90
2018-09-29staging: vboxvideo: Atomic phase 1: convert cursor to universal planeHans de Goede2-205/+186
2018-09-29staging: vboxvideo: Cache mode width, height and crtc panning in vbox_crtcHans de Goede2-12/+36