summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_ssif.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipmi: refactor deprecated strncpyJustin Stitt2023-09-131-1/+1
* ipmi: Change request_module to request_module_nowaitCorey Minyard2023-06-201-1/+1
* ipmi:ssif: Fix a memory leak when scanning for an adapterCorey Minyard2023-06-201-1/+1
* ipmi:ssif: Add check for kstrdupJiasheng Jiang2023-06-191-0/+5
* ipmi: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-261-1/+1
* ipmi:ssif: Drop if blocks with always false conditionUwe Kleine-König2023-04-121-6/+0
* ipmi: fix SSIF not responding under certain cond.Zhang Yuchen2023-04-121-2/+2
* ipmi:ssif: Add send_retries incrementCorey Minyard2023-04-041-1/+3
* char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"zipeng zhang2023-03-161-1/+1
* ipmi:ssif: Add a timer between request retriesCorey Minyard2023-02-101-7/+27
* ipmi:ssif: Remove rtc_us_timerCorey Minyard2023-02-101-9/+0
* ipmi_ssif: Rename idle state and checkCorey Minyard2023-02-101-23/+23
* ipmi:ssif: resend_msg() cannot failCorey Minyard2023-02-101-21/+7
* ipmi:ssif: Increase the message retry timeCorey Minyard2022-11-041-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-111-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-281-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-101-42/+74
* ipmi: clean an indentation issue, remove extraneous spaceColin Ian King2019-02-101-1/+1
* ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2019-02-101-1/+1
* ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard2019-02-101-10/+16
* ipmi: Fix SSIF flag requestsCorey Minyard2019-02-101-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-121-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