summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_si_platform.c
AgeCommit message (Expand)Author
2023-12-19ipmi: si: Use device_get_match_data()Rob Herring
2023-08-15ipmi_si: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt
2023-06-20ipmi: Change request_module to request_module_nowaitCorey Minyard
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König
2021-04-02ipmi_si: Join string literals backAndy Shevchenko
2021-04-02ipmi_si: Use proper ACPI macros to check error code for failuresAndy Shevchenko
2021-04-02ipmi_si: Utilize temporary variable to hold device pointerAndy Shevchenko
2021-04-02ipmi_si: Remove bogus err_free labelAndy Shevchenko
2021-04-02ipmi_si: Switch to use platform_get_mem_or_io()Andy Shevchenko
2020-05-18ipmi_si: Load acpi_ipmi when ACPI IPMI interface addedStuart Hayes
2020-03-11ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai
2019-08-02ipmi_si: Rework some include filesCorey Minyard
2019-07-13Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-03drivers: ipmi: Drop device referenceSuzuki K Poulose
2019-05-20ipmi_si: fix unexpected driver unregister warningKefeng Wang
2019-04-24ipmi: Remove warning if no slave address is presentCorey Minyard
2019-02-22ipmi_si: Consolidate scanning the platform busCorey Minyard
2019-02-22ipmi_si: Switch hotmod to use a platform deviceCorey Minyard
2019-02-22ipmi: Consolidate the adding of platform devicesCorey Minyard
2019-02-22ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard
2019-02-22ipmi_si: Fix crash when using hard-coded deviceCorey Minyard
2018-09-18ipmi: Remove platform driver overrides and use the id_tableCorey Minyard
2018-09-18ipmi: Use more common logging stylesJoe Perches
2018-03-12ipmi: Remove ACPI SPMI probing from the system interface driverCorey Minyard
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard
2017-12-12ipmi_si_platform: Fix typo in parameter descriptionWei Yongjun
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard
2017-09-28ipmi_si: Move platform device handling to another fileCorey Minyard