summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtc: tps6586x: convert to SPDX identifierNobuhiro Iwamatsu2021-07-101-14/+1
* rtc: tps80031: convert to SPDX identifierNobuhiro Iwamatsu2021-07-101-14/+1
* rtc: rtd119x: Fix format of SPDX identifierNobuhiro Iwamatsu2021-07-101-2/+1
* rtc: sc27xx: Fix format of SPDX identifierNobuhiro Iwamatsu2021-07-101-1/+1
* rtc: palmas: convert to SPDX identifierNobuhiro Iwamatsu2021-07-101-14/+1
* rtc: max6900: convert to SPDX identifierNobuhiro Iwamatsu2021-07-101-5/+3
* rtc: ds1374: convert to SPDX identifierNobuhiro Iwamatsu2021-07-101-5/+2
* rtc: au1xxx: convert to SPDX identifierNobuhiro Iwamatsu2021-07-101-4/+1
* rtc: pcf85063: Update the PCF85063A datasheet revisionFabio Estevam2021-07-101-1/+1
* rtc: pcf8563: Fix the datasheet URLFabio Estevam2021-06-201-1/+1
* rtc: pcf85063: Fix the datasheet URLFabio Estevam2021-06-201-2/+2
* rtc: pcf2127: Fix the datasheet URLFabio Estevam2021-06-201-1/+1
* rtc: v3020: remove redundant initialization of variable retvalColin Ian King2021-06-201-1/+1
* rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error pathMartin Fuzzey2021-06-201-2/+4
* rtc: bd70528: Drop BD70528 supportMatti Vaittinen2021-06-202-309/+14
* rtc: max77686: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-06-201-2/+2
* rtc: m41t80: correct kerneldoc function namesYang Yingliang2021-06-201-12/+8
* rtc: sysfs: Correct kerneldoc function name hctosys_show()Yang Yingliang2021-06-201-1/+1
* rtc: imxdi: add wakeup supportMartin Kaiser2021-05-251-0/+4
* rtc: efi: Remove the repeated module aliasShaokun Zhang2021-05-251-1/+0
* rtc: fix snprintf() checking in is_rtc_hctosys()Dan Carpenter2021-05-251-2/+2
* rtc: mxc_v2: add missing MODULE_DEVICE_TABLEBixuan Cui2021-05-251-0/+1
* rtc: m41t80: add support for fixed clockSebastian Reichel2021-05-251-0/+12
* rtc: bd70528: fix BD71815 watchdog dependencyArnd Bergmann2021-05-251-1/+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-051-6/+175
| | * drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.Bas Nieuwenhuizen2021-05-051-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-281-1/+1
| | * amdgpu/pm: set pp_dpm_dcefclk to readonly on NAVI10 and newer gpusDarren Powell2021-04-281-0/+8
| | * amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLIDDarren Powell2021-04-282-2/+7
| | * drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2Christian König2021-04-283-8/+18
| | * drm/amd/display: Reject non-zero src_y and src_x for video planesHarry Wentland2021-04-281-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
| | |\ \ \
| | | * | | drm/i915/gvt: Prevent divided by zero when calculating refresh rateColin Xu2021-04-291-3/+3
* | | | | | drm/i915/display: fix compiler warning about array overrunLinus Torvalds2021-05-081-1/+12