aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König1-1/+3
2021-04-02ipmi_si: Join string literals backAndy Shevchenko1-9/+8
2021-04-02ipmi_si: Use proper ACPI macros to check error code for failuresAndy Shevchenko1-6/+6
2021-04-02ipmi_si: Utilize temporary variable to hold device pointerAndy Shevchenko1-8/+7
2021-04-02ipmi_si: Remove bogus err_free labelAndy Shevchenko1-12/+5
2021-04-02ipmi_si: Switch to use platform_get_mem_or_io()Andy Shevchenko1-20/+14
2020-05-18ipmi_si: Load acpi_ipmi when ACPI IPMI interface addedStuart Hayes1-0/+2
2020-03-11ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai1-2/+2
2019-08-02ipmi_si: Rework some include filesCorey Minyard1-1/+1
2019-07-13Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-1/+6
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-1/+1
2019-06-03drivers: ipmi: Drop device referenceSuzuki K Poulose1-0/+1
2019-05-20ipmi_si: fix unexpected driver unregister warningKefeng Wang1-1/+5
2019-04-24ipmi: Remove warning if no slave address is presentCorey Minyard1-4/+2
2019-02-22ipmi_si: Consolidate scanning the platform busCorey Minyard1-0/+20
2019-02-22ipmi_si: Switch hotmod to use a platform deviceCorey Minyard1-0/+1
2019-02-22ipmi: Consolidate the adding of platform devicesCorey Minyard1-8/+3
2019-02-22ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard1-7/+7
2019-02-22ipmi_si: Fix crash when using hard-coded deviceCorey Minyard1-7/+22
2018-09-18ipmi: Remove platform driver overrides and use the id_tableCorey Minyard1-0/+6
2018-09-18ipmi: Use more common logging stylesJoe Perches1-9/+11
2018-03-12ipmi: Remove ACPI SPMI probing from the system interface driverCorey Minyard1-154/+0
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard1-0/+1
2017-12-12ipmi_si_platform: Fix typo in parameter descriptionWei Yongjun1-1/+1
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard1-55/+46
2017-09-28ipmi_si: Move platform device handling to another fileCorey Minyard1-0/+602