summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | pwm: renesas-tpu: Drop confusing registered messageGeert Uytterhoeven2020-03-301-2/+0
| * | | | pwm: renesas-tpu: Fix late Runtime PM enablementGeert Uytterhoeven2020-03-301-5/+4
| * | | | pwm: rcar: Fix late Runtime PM enablementGeert Uytterhoeven2020-03-301-3/+7
| * | | | pwm: meson: Fix confusing indentationKrzysztof Kozlowski2020-03-301-1/+1
| * | | | pwm: pca9685: Use gpio core provided macro GPIO_LINE_DIRECTION_OUTRishi Gupta2020-03-301-1/+1
| * | | | pwm: pca9685: Replace CONFIG_PM with __maybe_unusedRishi Gupta2020-03-301-4/+2
| * | | | pwm: tegra: Add support for Tegra194Sandipan Patra2020-03-301-0/+6
| * | | | pwm: Enable compile testing for some of driversKrzysztof Kozlowski2020-03-301-22/+25
| * | | | pwm: pca9685: Remove unused duty_cycle struct elementMatthias Schiffer2020-03-301-4/+0
| * | | | pwm: mxs: Remove unused include of of_address.hAnson Huang2020-03-301-1/+0
| * | | | pwm: imx27: Remove unused include of of_device.hAnson Huang2020-03-301-1/+0
| * | | | pwm: imx-tpm: Remove unused includesAnson Huang2020-03-301-2/+0
| * | | | pwm: Implement some checks for lowlevel driversUwe Kleine-König2020-03-302-7/+137
| * | | | pwm: imx27: Ensure clocks being on iff the PWM is onUwe Kleine-König2020-03-301-2/+12
| * | | | pwm: imx27: Don't disable clocks at device remove timeUwe Kleine-König2020-03-301-2/+0
| * | | | pwm: imx27: Simplify helper function to enable and disable clocksUwe Kleine-König2020-03-301-10/+7
| * | | | pwm: imx27: Fix clock handling in pwm_imx27_apply()Uwe Kleine-König2020-03-301-1/+1
| * | | | pwm: bcm2835: Dynamically allocate baseFlorian Fainelli2020-03-301-0/+1
* | | | | Merge tag 'for-linus-5.7-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2020-04-103-32/+139
|\ \ \ \ \
| * | | | | ipmi: kcs: Fix aspeed_kcs_probe_of_v1()Dan Carpenter2020-04-071-1/+1
| * | | | | ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_c...Jules Irenge2020-04-031-0/+2
| * | | | | ipmi: kcs: aspeed: Implement v2 bindingsAndrew Jeffery2020-04-031-23/+121
| * | | | | ipmi: kcs: Finish configuring ASPEED KCS device before enableAndrew Jeffery2020-04-031-3/+4
| * | | | | ipmi: fix hung processes in __get_guid()Wen Yang2020-04-031-2/+2
| * | | | | drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover2020-03-121-4/+10
* | | | | | Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-1031-189/+350
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'amd-drm-fixes-5.7-2020-04-08' of git://people.freedesktop.org/~agd...Dave Airlie2020-04-1022-48/+217
| |\ \ \ \ \ \
| | * | | | | | drm/amdgpu/display: fix warning when compiling without debugfsAlex Deucher2020-04-081-1/+1
| | * | | | | | drm/amdgpu: unify fw_write_wait for new gfx9 asicsAaron Liu2020-04-081-0/+2
| | * | | | | | drm/amd/powerplay: error out on forcing clock setting not supportedEvan Quan2020-04-081-1/+46
| | * | | | | | drm/amdgpu: fix gfx hang during suspend with video playback (v2)Prike Liang2020-04-081-2/+3
| | * | | | | | drm/amd/display: Check for null fclk voltage when parsing clock tableMichael Strauss2020-04-071-1/+1
| | * | | | | | drm/amd/display: Acknowledge wm_optimized_requiredJoshua Aberback2020-04-071-2/+3
| | * | | | | | drm/amd/display: Make cursor source translation adjustment optionalNicholas Kazlauskas2020-04-074-4/+19
| | * | | | | | drm/amd/display: Calculate scaling ratios on every medium/full updateNicholas Kazlauskas2020-04-071-1/+12
| | * | | | | | drm/amd/display: Program viewport when source pos changes for DCN20 hw seqNicholas Kazlauskas2020-04-071-0/+1
| | * | | | | | drm/amd/display: Fix incorrect cursor pos on scaled primary planeNicholas Kazlauskas2020-04-072-6/+11
| | * | | | | | drm/amd/display: change default pipe_split policy for DCN1Eric Yang2020-04-071-1/+1
| | * | | | | | drm/amd/display: Translate cursor position by source rectNicholas Kazlauskas2020-04-071-1/+33
| | * | | | | | drm/amd/display: Update stream adjust in dc_stream_adjust_vmin_vmaxIsabel Zhang2020-04-071-0/+2
| | * | | | | | drm/amd/display: Avoid create MST prop after registrationJerry (Fangzhi) Zuo2020-04-072-3/+13
| | * | | | | | drm/amdgpu/psp: dont warn on missing optional TA'sAlex Deucher2020-04-071-3/+3
| | * | | | | | drm/amdgpu: update RAS related dmesg printJohn Clements2020-04-072-7/+12
| | * | | | | | drm/amdgpu: resolve mGPU RAS query instabilityJohn Clements2020-04-071-5/+15
| | * | | | | | drm/amd/amdgpu: Correct gfx10's CG sequenceChengming Gui2020-04-071-8/+15
| | * | | | | | drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventAaron Ma2020-04-031-1/+2
| | * | | | | | drm/amdgpu: change SH MEM alignment mode for gfx10Likun Gao2020-04-031-1/+1
| | * | | | | | drm/amd/powerplay: avoid using pm_en before it is initializedTiecheng Zhou2020-04-031-1/+2
| | * | | | | | drm/amd/powerplay: implement the is_dpm_running()Prike Liang2020-04-031-0/+12
| | * | | | | | drm/amd/display: re-order asic declarationsShirish S2020-04-031-2/+4