summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* leds: lm3692x: Put fwnode in any case during ->probe()Andy Shevchenko2021-05-281-4/+4
* leds: lm36274: Correct headers (of*.h -> mod_devicetable.h)Andy Shevchenko2021-05-281-1/+1
* leds: lm36274: Put fwnode in error case during ->probe()Andy Shevchenko2021-05-281-0/+1
* leds: lm3532: Make error handling more robustAndy Shevchenko2021-05-281-5/+2
* leds: lm3532: select regmap I2C APIAndy Shevchenko2021-05-281-0/+1
* leds: lgm-sso: Drop duplicate NULL check for GPIO operationsAndy Shevchenko2021-05-281-1/+1
* leds: lgm-sso: Remove unneeded of_match_ptr()Andy Shevchenko2021-05-281-1/+1
* leds: lgm-sso: Fix clock handlingAndy Shevchenko2021-05-281-27/+17
* leds: el15203000: Introduce to_el15203000_led() helperAndy Shevchenko2021-05-281-13/+7
* leds: class: The -ENOTSUPP should never be seen by user spaceAndy Shevchenko2021-05-281-4/+0
* leds: leds-mlxcpld: Fix a bunch of kernel-doc formatting issuesLee Jones2021-05-281-19/+19
* leds: leds-lp8860: Fix kernel-doc related formatting issuesLee Jones2021-05-281-8/+8
* leds: leds-mlxreg: Fix incorrect documentation of struct member 'led_cdev' an...Lee Jones2021-05-281-1/+2
* leds: leds-lm3697: Provide some missing descriptions for struct membersLee Jones2021-05-281-0/+4
* leds: leds-lm3692x: Fix some kernel-doc formatting issuesLee Jones2021-05-281-9/+9
* leds: leds-lm3530: Fix incorrect spelling of 'brightness'Lee Jones2021-05-281-1/+1
* leds: leds-lp3944: Provide missing function names in documentation headersLee Jones2021-05-281-3/+3
* leds: leds-is31fl32xx: Provide missing description for member 'sw_shutdown_func'Lee Jones2021-05-281-1/+2
* leds: leds-blinkm: Remove unused variable 'ret'Lee Jones2021-05-281-3/+2
* leds: leds-as3645a: Fix function name 'as3645a_set_current()'Lee Jones2021-05-281-1/+1
* leds: leds-bcm6328: Demote kernel-doc abuseLee Jones2021-05-281-1/+1
* leds: led-class: Fix incorrectly documented param 'dev'Lee Jones2021-05-281-1/+1
* leds: leds-gpio-register: Supply description for param 'id'Lee Jones2021-05-281-0/+1
* leds: trigger: ledtrig-cpu: Fix incorrectly documented param 'ledevt'Lee Jones2021-05-281-1/+1
* leds: tlc591xx: fix return value check in tlc591xx_probe()Yang Yingliang2021-05-101-2/+6
* Linux 5.13-rc1v5.13-rc1Linus Torvalds2021-05-091-2/+2
* fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds2021-05-091-1/+1
* Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-05-0919-81/+332
|\
| * Merge tag 'amd-drm-fixes-5.13-2021-05-05' of https://gitlab.freedesktop.org/a...Dave Airlie2021-05-0714-45/+328
| |\
| | * drm/amdgpu: Use device specific BO size & stride check.Bas Nieuwenhuizen2021-05-061-6/+175
| | * drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.Bas Nieuwenhuizen2021-05-061-0/+4
| | * drm/amd/pm: initialize variableTom Rix2021-05-041-1/+1
| | * drm/radeon: Avoid power table parsing memory leaksKees Cook2021-05-041-5/+15
| | * drm/radeon: Fix off-by-one power_state index heap overwriteKees Cook2021-05-041-3/+3
| | * drm/amd/display: Fix two cursor duplication when using overlayRodrigo Siqueira2021-05-041-0/+51
| | * drm/amdgpu: add new MC firmware for Polaris12 32bit ASICEvan Quan2021-05-041-3/+10
| | * amdgpu: fix GEM obj leak in amdgpu_display_user_framebuffer_createSimon Ser2021-04-291-0/+1
| | * drm/amdgpu: Register VGA clients after init can no longer failKai-Heng Feng2021-04-291-15/+13
| | * drm/amdgpu: Handling of amdgpu_device_resume return value for graceful teardownPavan Kumar Ramayanam2021-04-291-0/+3
| | * drm/amdgpu: fix r initial valuesVictor Zhao2021-04-291-1/+1
| | * drm/amd/display: fix wrong statement in mst hpd debugfsMikita Lipski2021-04-291-1/+1
| | * amdgpu/pm: set pp_dpm_dcefclk to readonly on NAVI10 and newer gpusDarren Powell2021-04-291-0/+8
| | * amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLIDDarren Powell2021-04-292-2/+7
| | * drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König2021-04-293-8/+18
| | * drm/amd/display: Reject non-zero src_y and src_x for video planesHarry Wentland2021-04-291-0/+17
| * | Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...Dave Airlie2021-05-074-33/+1
| |\ \
| | * | fbmem: Mark proc_fb_seq_ops as __maybe_unusedGuenter Roeck2021-05-041-1/+1
| | * | drm/msm/dpu: Delete bonkers codeRob Clark2021-05-033-32/+0
| * | | Merge tag 'drm-intel-next-fixes-2021-04-30' of git://anongit.freedesktop.org/...Dave Airlie2021-05-071-3/+3
| |\ \ \
| | * \ \ Merge tag 'gvt-next-fixes-2021-04-29' of https://github.com/intel/gvt-linux i...Jani Nikula2021-04-291-3/+3
| | |\ \ \