summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2021-04-299-266/+137
|\
| * ipmi_si: Join string literals backAndy Shevchenko2021-04-026-66/+38
| * ipmi_si: Drop redundant check before calling put_device()Andy Shevchenko2021-04-021-2/+1
| * ipmi_si: Use strstrip() to remove surrounding spacesAndy Shevchenko2021-04-021-12/+4
| * ipmi_si: Get rid of ->addr_source_cleanup()Andy Shevchenko2021-04-023-22/+2
| * ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()Andy Shevchenko2021-04-023-16/+16
| * ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko2021-04-021-32/+19
| * ipmi_si: Use proper ACPI macros to check error code for failuresAndy Shevchenko2021-04-021-6/+6
| * ipmi_si: Utilize temporary variable to hold device pointerAndy Shevchenko2021-04-021-8/+7
| * ipmi_si: Remove bogus err_free labelAndy Shevchenko2021-04-021-12/+5
| * ipmi_si: Switch to use platform_get_mem_or_io()Andy Shevchenko2021-04-021-20/+14
| * ipmi: Handle device properties with software node APIHeikki Krogerus2021-03-111-1/+1
| * ipmi:ssif: make ssif_i2c_send() voidLiguang Zhang2021-03-111-61/+20
| * ipmi: Refine retry conditions for getting device idTerry Duncan2021-03-112-8/+4
* | Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-2921-349/+937
|\ \
| * | of: overlay: Fix kerneldoc warning in of_overlay_remove()Rob Herring2021-04-211-1/+1
| * | of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addressesLeonardo Bras2021-04-211-1/+4
| * | of: base: Fix spelling issue with function param 'prop'Lee Jones2021-03-291-3/+3
| * | of: Add missing 'Return' section in kerneldoc commentsRob Herring2021-03-277-73/+99
| * | of: Fix kerneldoc output formattingRob Herring2021-03-272-143/+141
| * | of: overlay: fix for_each_child.cocci warningskernel test robot2021-03-241-0/+1
| * | of: of_reserved_mem: Demote kernel-doc abusesLee Jones2021-03-231-3/+3
| * | of: overlay: Fix function name disparityLee Jones2021-03-231-1/+1
| * | of: of_net: Provide function name and param descriptionLee Jones2021-03-231-0/+3
| * | of: fdt: Demote kernel-doc abuses and fix function namingLee Jones2021-03-231-11/+12
| * | of: address: Provide descriptions for 'of_address_to_resource's paramsLee Jones2021-03-231-0/+3
| * | of: property: Provide missing member description and remove excess paramLee Jones2021-03-231-1/+1
| * | of: base: Fix some formatting issues and provide missing descriptionsLee Jones2021-03-231-5/+11
| * | of: platform: Demote kernel-doc abuseLee Jones2021-03-231-1/+1
| * | of: dynamic: Fix incorrect parameter name and provide missing descriptionsLee Jones2021-03-231-1/+3
| * | of: device: Fix function name in header and provide missing descriptionsLee Jones2021-03-231-1/+6
| * | of: unittest: Statically apply overlays using fdtoverlayViresh Kumar2021-03-233-0/+56
| * | of: unittest: Create overlay_common.dtsi and testcases_common.dtsiViresh Kumar2021-03-235-106/+128
| * | of: property: Remove unneeded return variableYang Li2021-03-111-2/+1
| * | kexec: Use fdt_appendprop_addrrange() to add ima buffer to FDTLakshmi Ramasubramanian2021-03-081-52/+5
| * | powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian2021-03-081-0/+240
| * | of: Add a common kexec FDT setup functionRob Herring2021-03-082-0/+271
* | | Merge tag 'for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2021-04-2947-365/+2299
|\ \ \
| * | | power: supply: cpcap-battery: fix invalid usage of list cursorGuangqing Zhu2021-04-211-1/+1
| * | | power: supply: bq256xx: add kerneldoc for structure membersKrzysztof Kozlowski2021-04-201-0/+2
| * | | power: supply: act8945a: correct kerneldocKrzysztof Kozlowski2021-04-201-1/+1
| * | | power: supply: max17040: remove unneeded double castKrzysztof Kozlowski2021-04-201-2/+1
| * | | power: supply: max17040: handle device_property_read_u8_array() failureKrzysztof Kozlowski2021-04-201-5/+4
| * | | power: supply: max14577: remove unneeded variable initializationKrzysztof Kozlowski2021-04-201-1/+1
| * | | power: supply: surface-charger: Make symbol 'surface_ac_pm_ops' staticQiheng Lin2021-04-121-1/+1
| * | | power: supply: surface-battery: Make some symbols staticQiheng Lin2021-04-121-2/+2
| * | | power: reset: restart-poweroff: Add missing MODULE_DEVICE_TABLEBixuan Cui2021-04-121-0/+1
| * | | power: reset: hisi-reboot: add missing MODULE_DEVICE_TABLEChen Lifu2021-04-091-0/+1
| * | | power: supply: s3c_adc_battery: fix possible use-after-free in s3c_adc_bat_re...Yang Yingliang2021-04-081-1/+1
| * | | power: supply: generic-adc-battery: fix possible use-after-free in gab_remove()Yang Yingliang2021-04-081-1/+1