summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard2019-10-071-5/+19
* ipmi_si: remove an unused variable in try_smi_init()Dan Carpenter2019-04-171-2/+0
* ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard2019-02-221-42/+3
* ipmi_si: Remove hotmod devices on removal and exitCorey Minyard2019-02-221-3/+9
* ipmi_si: Switch hotmod to use a platform deviceCorey Minyard2019-02-221-1/+1
* 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-6/+17
* ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2019-02-091-1/+1
* ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard2019-02-091-1/+4
* ipmi_si: fix use-after-free of resource->nameYang Yingliang2019-02-091-0/+5
* drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
* ipmi: Change to ktime_get_ts64()Arnd Bergmann2018-09-181-3/+3
* ipmi: Use more common logging stylesJoe Perches2018-09-181-11/+11
* ipmi: Rework SMI registration failureCorey Minyard2018-08-311-13/+4
* ipmi: Cleanup oops on initialization failureCorey Minyard2018-06-241-2/+4
* ipmi: Remove the proc interfaceCorey Minyard2018-05-091-125/+0
* ipmi_si: Clean up shutdown a bitCorey Minyard2018-04-181-21/+11
* ipmi_si: Rename intf_num to si_numCorey Minyard2018-04-181-9/+9
* ipmi: Remove smi->intf checksCorey Minyard2018-04-181-8/+3
* ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-181-4/+1
* ipmi_si: Convert over to a shutdown handlerCorey Minyard2018-04-181-13/+18
* ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard2018-04-181-3/+3
* ipmi: missing error code in try_smi_init()Dan Carpenter2018-03-061-0/+1
* ipmi: Consolidate cleanup codeCorey Minyard2018-03-061-94/+70
* ipmi: Remove some unnecessary initializationsCorey Minyard2018-03-061-5/+0
* ipmi: Fix some error cleanup issuesCorey Minyard2018-03-061-4/+14
* ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-271-21/+1
* ipmi: Clear smi_info->thread to prevent use-after-free during module unloadMasamitsu Yamazaki2018-01-151-1/+3
* ipmi_si: Fix error handling of platform deviceCorey Minyard2017-12-121-3/+6
* Merge tag 'for-linus-4.15-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-12-111-21/+23
|\
| * ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki2017-12-061-21/+23
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
|/
* ipmi_si: Delete an error message for a failed memory allocation in try_smi_in...Markus Elfring2017-10-171-1/+0
* ipmi_si: fix memory leak on new_smiColin Ian King2017-10-171-0/+1
* ipmi: Make the DMI probe into a generic platform probeCorey Minyard2017-09-281-1/+1
* ipmi: Make the IPMI proc interface configurableCorey Minyard2017-09-281-0/+4
* ipmi_si: Add device attrs for the things in procCorey Minyard2017-09-281-1/+103
* ipmi_si: remove ipmi_smi_alloc() functionCorey Minyard2017-09-281-10/+2
* ipmi_si: Move port and mem I/O handling to their own filesCorey Minyard2017-09-281-254/+2
* ipmi_si: Get rid of unused spacing and port fieldsCorey Minyard2017-09-281-10/+0
* ipmi_si: Move PARISC handling to another fileCorey Minyard2017-09-281-57/+3
* ipmi_si: Move PCI setup to another fileCorey Minyard2017-09-281-161/+2
* ipmi_si: Move platform device handling to another fileCorey Minyard2017-09-281-588/+4
* ipmi_si: Move hardcode handling to a separate file.Corey Minyard2017-09-271-146/+6
* ipmi_si: Move the hotmod handling to another file.Corey Minyard2017-09-271-243/+18
* ipmi_si: Change ipmi_si_add_smi() to take just I/O infoCorey Minyard2017-09-271-306/+226
* ipmi_si: Move io setup into io structureCorey Minyard2017-09-271-92/+81
* ipmi_si: Move irq setup handling into the io structCorey Minyard2017-09-271-81/+73
* ipmi_si: Move some platform data into the io structureCorey Minyard2017-09-271-216/+199
* ipmi_si: Rename function to add smi, make it globalCorey Minyard2017-09-271-16/+10