summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_platform.c
Commit message (Expand)AuthorAgeFilesLines
* parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König2021-08-301-1/+3
* ipmi_si: Join string literals backAndy Shevchenko2021-04-021-9/+8
* 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_si: Load acpi_ipmi when ACPI IPMI interface addedStuart Hayes2020-05-181-0/+2
* ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai2020-03-111-2/+2
* ipmi_si: Rework some include filesCorey Minyard2019-08-021-1/+1
* Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmiLinus Torvalds2019-07-131-1/+6
|\
| * drivers: ipmi: Drop device referenceSuzuki K Poulose2019-06-031-0/+1
| * ipmi_si: fix unexpected driver unregister warningKefeng Wang2019-05-201-1/+5
* | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
|/
* ipmi: Remove warning if no slave address is presentCorey Minyard2019-04-241-4/+2
* ipmi_si: Consolidate scanning the platform busCorey Minyard2019-02-221-0/+20
* ipmi_si: Switch hotmod to use a platform deviceCorey Minyard2019-02-221-0/+1
* ipmi: Consolidate the adding of platform devicesCorey Minyard2019-02-221-8/+3
* ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard2019-02-221-7/+7
* ipmi_si: Fix crash when using hard-coded deviceCorey Minyard2019-02-221-7/+22
* ipmi: Remove platform driver overrides and use the id_tableCorey Minyard2018-09-181-0/+6
* ipmi: Use more common logging stylesJoe Perches2018-09-181-9/+11
* ipmi: Remove ACPI SPMI probing from the system interface driverCorey Minyard2018-03-121-154/+0
* ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-271-0/+1
* ipmi_si_platform: Fix typo in parameter descriptionWei Yongjun2017-12-121-1/+1
* ipmi: Make the DMI probe into a generic platform probeCorey Minyard2017-09-281-55/+46
* ipmi_si: Move platform device handling to another fileCorey Minyard2017-09-281-0/+602