summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* power: supply: cpcap-charger: get the battery inserted infomation from cpcap-...Carl Philipp Klemm2021-06-041-19/+20
* power: supply: cpcap-battery: invalidate config when incompatible measurement...Carl Philipp Klemm2021-06-041-3/+16
* power: supply: axp20x_battery: allow disabling battery chargingHermann Lauer2021-06-041-2/+15
* power: supply: max17040: drop unused platform data supportKrzysztof Kozlowski2021-06-041-3/+0
* power: supply: max17040: simplify POWER_SUPPLY_PROP_ONLINEKrzysztof Kozlowski2021-06-041-2/+1
* power: supply: max17040: remove non-working POWER_SUPPLY_PROP_STATUSKrzysztof Kozlowski2021-06-041-29/+3
* power: reset: at91-sama5d2_shdwc: Remove redundant error printing in at91_shd...Zhen Lei2021-06-041-3/+1
* power: reset: gpio-poweroff: add missing MODULE_DEVICE_TABLEBixuan Cui2021-06-041-0/+1
* power: supply: rt5033_battery: Fix device tree enumerationStephan Gerhold2021-06-042-1/+9
* power: supply: Drop BD70528 supportMatti Vaittinen2021-06-043-720/+0
* power: supply: max17040: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-06-041-3/+1
* power: supply: max17042: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-06-041-1/+1
* power: supply: sbs-battery: cache constant string propertiesIkjoon Jang2021-06-031-58/+95
* power: supply: rn5t618: Add input current limitAndreas Kemnade2021-06-031-0/+188
* power: supply: rn5t618: Add charger type detectionAndreas Kemnade2021-06-031-0/+47
* power: supply: smb347-charger: Drop unused includeLinus Walleij2021-06-031-1/+0
* power: supply: pm2301_charger: Delete driverLinus Walleij2021-06-032-1250/+1
* power: supply: ab8500: Drop unnecessary NULL check after container_ofGuenter Roeck2021-06-031-3/+0
* power: supply: ab8500: Drop unused memberLinus Walleij2021-06-031-1/+0
* power: supply: ab8500: Enable USB and ACLinus Walleij2021-06-032-12/+14
* power: supply: ab8500: Avoid NULL pointersLinus Walleij2021-06-031-1/+17
* power: supply: ab8500: Call battery population onceLinus Walleij2021-06-033-20/+0
* power: supply: ab8500: Move to componentized bindingLinus Walleij2021-06-035-334/+379
* power: supply: ab8500: Fix typoJian Xin2021-06-031-1/+1
* power: supply: sc2731_charger: Add missing MODULE_DEVICE_TABLEZou Wei2021-05-131-0/+1
* power: supply: sc27xx: Add missing MODULE_DEVICE_TABLEZou Wei2021-05-131-0/+1
* 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
| | |\ \ \