index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_ssif.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipmi: refactor deprecated strncpy
Justin Stitt
2023-09-13
1
-1
/
+1
*
ipmi: Change request_module to request_module_nowait
Corey Minyard
2023-06-20
1
-1
/
+1
*
ipmi:ssif: Fix a memory leak when scanning for an adapter
Corey Minyard
2023-06-20
1
-1
/
+1
*
ipmi:ssif: Add check for kstrdup
Jiasheng Jiang
2023-06-19
1
-0
/
+5
*
ipmi: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-26
1
-1
/
+1
*
ipmi:ssif: Drop if blocks with always false condition
Uwe Kleine-König
2023-04-12
1
-6
/
+0
*
ipmi: fix SSIF not responding under certain cond.
Zhang Yuchen
2023-04-12
1
-2
/
+2
*
ipmi:ssif: Add send_retries increment
Corey Minyard
2023-04-04
1
-1
/
+3
*
char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"
zipeng zhang
2023-03-16
1
-1
/
+1
*
ipmi:ssif: Add a timer between request retries
Corey Minyard
2023-02-10
1
-7
/
+27
*
ipmi:ssif: Remove rtc_us_timer
Corey Minyard
2023-02-10
1
-9
/
+0
*
ipmi_ssif: Rename idle state and check
Corey Minyard
2023-02-10
1
-23
/
+23
*
ipmi:ssif: resend_msg() cannot fail
Corey Minyard
2023-02-10
1
-21
/
+7
*
ipmi:ssif: Increase the message retry time
Corey Minyard
2022-11-04
1
-1
/
+1
*
Merge tag 'for-linus-6.1-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
2022-10-11
1
-2
/
+2
|
\
|
*
ipmi: Add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
2022-09-22
1
-2
/
+2
*
|
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-4
/
+2
|
/
*
ipmi: remove unnecessary type castings
Yu Zhe
2022-05-12
1
-3
/
+3
*
ipmi:ssif: Check for NULL msg when handling events and messages
Corey Minyard
2022-05-12
1
-0
/
+23
*
ipmi: use simple i2c probe function
Stephen Kitt
2022-05-12
1
-2
/
+2
*
ipmi: initialize len variable
Tom Rix
2022-03-20
1
-1
/
+1
*
ipmi: ssif: replace strlcpy with strscpy
Jason Wang
2022-01-17
1
-1
/
+1
*
ipmi: ssif: initialize ssif_info->client early
Mian Yousaf Kaukab
2021-12-08
1
-3
/
+4
*
char: ipmi: replace snprintf in show functions with sysfs_emit
Ye Guojin
2021-10-21
1
-2
/
+2
*
ipmi:ssif: make ssif_i2c_send() void
Liguang Zhang
2021-03-11
1
-61
/
+20
*
ipmi: ssif: Remove finished TODO comment about SMBus alert
Misono Tomohiro
2020-06-24
1
-5
/
+0
*
ipmi:ssif: Remove dynamic platform device handing
Corey Minyard
2020-05-28
1
-22
/
+1
*
Try to load acpi_ipmi when an SSIF ACPI IPMI interface is added
Corey Minyard
2020-05-18
1
-0
/
+1
*
char: ipmi: convert to use i2c_new_client_device()
Wolfram Sang
2020-05-14
1
-2
/
+2
*
ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_c...
Jules Irenge
2020-04-03
1
-0
/
+2
*
ipmi:ssif: Handle a possible NULL pointer reference
Corey Minyard
2019-12-23
1
-3
/
+7
*
ipmi_ssif: avoid registering duplicate ssif interface
Kamlakant Patel
2019-08-22
1
-1
/
+77
*
ipmi_si: Rework some include files
Corey Minyard
2019-08-02
1
-1
/
+0
*
ipmi_ssif: fix unexpected driver unregister warning
Kefeng Wang
2019-05-24
1
-1
/
+4
*
ipmi: Remove warning if no slave address is present
Corey Minyard
2019-04-24
1
-1
/
+1
*
ipmi:ssif: Only unregister the platform driver if it was registered
Corey Minyard
2019-04-24
1
-1
/
+2
*
ipmi:ssif: compare block number correctly for multi-part return messages
Kamlakant Patel
2019-04-24
1
-1
/
+5
*
ipmi:ssif: Change some pr_xxx to dev_xxx calls
Corey Minyard
2019-02-10
1
-42
/
+74
*
ipmi: clean an indentation issue, remove extraneous space
Colin Ian King
2019-02-10
1
-1
/
+1
*
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
2019-02-10
1
-1
/
+1
*
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
2019-02-10
1
-10
/
+16
*
ipmi: Fix SSIF flag requests
Corey Minyard
2019-02-10
1
-12
/
+52
*
ipmi:ssif: Fix handling of multi-part return messages
Corey Minyard
2019-01-23
1
-8
/
+17
*
ipmi: Fix timer race with module unload
Jan Glauber
2018-10-12
1
-4
/
+6
*
ipmi:ssif: Add support for multi-part transmit messages > 2 parts
Corey Minyard
2018-09-18
1
-50
/
+159
*
ipmi: Remove platform driver overrides and use the id_table
Corey Minyard
2018-09-18
1
-0
/
+6
*
ipmi: Free the address list on module cleanup
Corey Minyard
2018-09-18
1
-0
/
+2
*
ipmi: Don't leave holes in the I2C address list in the ssif driver
Corey Minyard
2018-09-18
1
-6
/
+5
*
ipmi: Use more common logging styles
Joe Perches
2018-09-18
1
-36
/
+33
*
ipmi: Fix NULL pointer dereference in ssif_probe
Gustavo A. R. Silva
2018-08-31
1
-1
/
+3
[next]