summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_si_hotmod.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-02ipmi_si: Join string literals backAndy Shevchenko1-3/+2
2021-04-02ipmi_si: Drop redundant check before calling put_device()Andy Shevchenko1-2/+1
2021-04-02ipmi_si: Use strstrip() to remove surrounding spacesAndy Shevchenko1-12/+4
2020-05-15docs: fix references for ipmi.rst fileMauro Carvalho Chehab1-1/+1
2019-04-24ipmi: Add the i2c-addr property for SSIF interfacesCorey Minyard1-0/+1
2019-02-22ipmi_si: Potential array underflow in hotmod_handler()Dan Carpenter1-1/+2
2019-02-22ipmi_si: Consolidate scanning the platform busCorey Minyard1-15/+1
2019-02-22ipmi_si: Remove hotmod devices on removal and exitCorey Minyard1-1/+31
2019-02-22ipmi_si: Switch hotmod to use a platform deviceCorey Minyard1-112/+96
2019-02-22ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard1-3/+4
2018-09-19ipmi: Use more common logging stylesJoe Perches1-8/+9
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard1-0/+1
2017-11-02Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Corey Minyard1-2/+2
2017-09-28ipmi_si: Move the hotmod handling to another file.Corey Minyard1-0/+242