summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-11Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-21/+23
2017-12-06ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki1-21/+23
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-10-17ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...Markus Elfring1-1/+0
2017-10-17ipmi_si: fix memory leak on new_smiColin Ian King1-0/+1
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard1-1/+1
2017-09-28ipmi: Make the IPMI proc interface configurableCorey Minyard1-0/+4
2017-09-28ipmi_si: Add device attrs for the things in procCorey Minyard1-1/+103
2017-09-28ipmi_si: remove ipmi_smi_alloc() functionCorey Minyard1-10/+2
2017-09-28ipmi_si: Move port and mem I/O handling to their own filesCorey Minyard1-254/+2
2017-09-28ipmi_si: Get rid of unused spacing and port fieldsCorey Minyard1-10/+0
2017-09-28ipmi_si: Move PARISC handling to another fileCorey Minyard1-57/+3
2017-09-28ipmi_si: Move PCI setup to another fileCorey Minyard1-161/+2
2017-09-28ipmi_si: Move platform device handling to another fileCorey Minyard1-588/+4
2017-09-27ipmi_si: Move hardcode handling to a separate file.Corey Minyard1-146/+6
2017-09-27ipmi_si: Move the hotmod handling to another file.Corey Minyard1-243/+18
2017-09-27ipmi_si: Change ipmi_si_add_smi() to take just I/O infoCorey Minyard1-306/+226
2017-09-27ipmi_si: Move io setup into io structureCorey Minyard1-92/+81
2017-09-27ipmi_si: Move irq setup handling into the io structCorey Minyard1-81/+73
2017-09-27ipmi_si: Move some platform data into the io structureCorey Minyard1-216/+199
2017-09-27ipmi_si: Rename function to add smi, make it globalCorey Minyard1-16/+10
2017-09-27ipmi: Remove the device id from ipmi_register_smi()Corey Minyard1-1/+0
2017-09-27ipmi: Make ipmi_demangle_device_id more genericJeremy Kerr1-1/+2
2017-09-27ipmi: Prefer ACPI system interfaces over SMBIOS onesCorey Minyard1-10/+23
2017-09-27char: ipmi: make function ipmi_get_info_from_resources staticColin Ian King1-2/+3
2017-09-27char: ipmi: eliminate misleading print info when being probed via ACPIHanjun Guo1-1/+1
2017-08-22parisc/ipmi_si_intf: Fix section mismatches on parisc platformHelge Deller1-5/+7
2017-07-10Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-146/+119
2017-06-19ipmi: Convert DMI handling over to a platform deviceCorey Minyard1-144/+117
2017-06-09ipmi: Use the proper default value for register size in ACPICorey Minyard1-4/+4
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+7
2017-04-20Annotate hardware config module parameters in drivers/char/ipmi/David Howells1-7/+7
2017-04-10ipmi_si: use smi_num for init_nameTony Camuso1-3/+16
2016-11-24ipmi: Pick up slave address from SMBIOS on an ACPI deviceCorey Minyard1-1/+9
2016-11-24ipmi_si: Clean up printksCorey Minyard1-76/+54
2016-11-24Move platform device creation earlier in the initializationCorey Minyard1-15/+31
2016-11-07ipmi: Periodically check for events, not messagesCorey Minyard1-2/+2
2016-07-27ipmi: remove trydefaults parameter and default initTony Camuso1-73/+0
2016-05-16IPMI: reserve memio regions separatelyCorey Minyard1-13/+27
2016-05-16ipmi: Fix some minor coding style issuesCorey Minyard1-13/+12
2016-03-18ipmi: do not probe ACPI devices if si_tryacpi is unsetJoe Lawrence1-0/+3
2016-03-18ipmi_si: Avoid a wrong long timeout on transaction doneCorey Minyard1-2/+2
2016-03-18ipmi_si: Fix module parameter doc namesCorey Minyard1-2/+2
2016-02-03ipmi: put acpi.h with the other headersTony Camuso1-2/+1
2016-01-12ipmi: Remove unnecessary pci_disable_device.Dave Jones1-1/+0
2016-01-12ipmi: constify some struct and char arraysLABBE Corentin1-11/+16
2015-12-09ipmi: move timer init to before irq is setupJan Stancek1-4/+4
2015-11-15char: ipmi: Move MODULE_DEVICE_TABLE() to follow structLuis de Bethencourt1-1/+1
2015-11-15ipmi: Stop the timer immediately if idleCorey Minyard1-0/+7
2015-11-15ipmi: Start the timer and thread on internal msgsCorey Minyard1-29/+44