summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_ssif.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi:ssif: Increase the message retry timeCorey Minyard2022-11-031-1/+1
* Merge tag 'for-linus-6.1-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2022-10-111-2/+2
|\
| * ipmi: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-221-2/+2
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-4/+2
|/
* ipmi: remove unnecessary type castingsYu Zhe2022-05-121-3/+3
* ipmi:ssif: Check for NULL msg when handling events and messagesCorey Minyard2022-05-121-0/+23
* ipmi: use simple i2c probe functionStephen Kitt2022-05-121-2/+2
* ipmi: initialize len variableTom Rix2022-03-201-1/+1
* ipmi: ssif: replace strlcpy with strscpyJason Wang2022-01-171-1/+1
* ipmi: ssif: initialize ssif_info->client earlyMian Yousaf Kaukab2021-12-081-3/+4
* char: ipmi: replace snprintf in show functions with sysfs_emitYe Guojin2021-10-211-2/+2
* ipmi:ssif: make ssif_i2c_send() voidLiguang Zhang2021-03-101-61/+20
* ipmi: ssif: Remove finished TODO comment about SMBus alertMisono Tomohiro2020-06-241-5/+0
* ipmi:ssif: Remove dynamic platform device handingCorey Minyard2020-05-271-22/+1
* Try to load acpi_ipmi when an SSIF ACPI IPMI interface is addedCorey Minyard2020-05-181-0/+1
* char: ipmi: convert to use i2c_new_client_device()Wolfram Sang2020-05-141-2/+2
* ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_c...Jules Irenge2020-04-031-0/+2
* ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard2019-12-231-3/+7
* ipmi_ssif: avoid registering duplicate ssif interfaceKamlakant Patel2019-08-221-1/+77
* ipmi_si: Rework some include filesCorey Minyard2019-08-021-1/+0
* ipmi_ssif: fix unexpected driver unregister warningKefeng Wang2019-05-241-1/+4
* ipmi: Remove warning if no slave address is presentCorey Minyard2019-04-241-1/+1
* ipmi:ssif: Only unregister the platform driver if it was registeredCorey Minyard2019-04-241-1/+2
* ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel2019-04-241-1/+5
* ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard2019-02-091-42/+74
* ipmi: clean an indentation issue, remove extraneous spaceColin Ian King2019-02-091-1/+1
* 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-10/+16
* ipmi: Fix SSIF flag requestsCorey Minyard2019-02-091-12/+52
* ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard2019-01-231-8/+17
* ipmi: Fix timer race with module unloadJan Glauber2018-10-111-4/+6
* ipmi:ssif: Add support for multi-part transmit messages > 2 partsCorey Minyard2018-09-181-50/+159
* ipmi: Remove platform driver overrides and use the id_tableCorey Minyard2018-09-181-0/+6
* ipmi: Free the address list on module cleanupCorey Minyard2018-09-181-0/+2
* ipmi: Don't leave holes in the I2C address list in the ssif driverCorey Minyard2018-09-181-6/+5
* ipmi: Use more common logging stylesJoe Perches2018-09-181-36/+33
* ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva2018-08-311-1/+3
* ipmi: Fix I2C client removal in the SSIF driverCorey Minyard2018-08-311-11/+6
* ipmi: Rework SMI registration failureCorey Minyard2018-08-311-10/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* ipmi: Remove the proc interfaceCorey Minyard2018-05-091-89/+0
* ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva2018-04-191-2/+1
* ipmi: Remove smi->intf checksCorey Minyard2018-04-181-9/+3
* ipmi_ssif: Get rid of unused intf_numCorey Minyard2018-04-181-5/+0
* ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-181-3/+1
* ipmi_ssif: Remove usecount handlingCorey Minyard2018-04-181-21/+0
* ipmi_ssif: Convert over to a shutdown handlerCorey Minyard2018-04-181-24/+31
* ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard2018-04-181-5/+5
* ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel2018-03-131-2/+2
* ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driverCorey Minyard2018-03-121-105/+0