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: 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
*
ipmi: Fix I2C client removal in the SSIF driver
Corey Minyard
2018-08-31
1
-11
/
+6
*
ipmi: Rework SMI registration failure
Corey Minyard
2018-08-31
1
-10
/
+3
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-1
/
+2
*
ipmi: Remove the proc interface
Corey Minyard
2018-05-09
1
-89
/
+0
*
ipmi_ssif: Fix uninitialized variable issue
Gustavo A. R. Silva
2018-04-19
1
-2
/
+1
*
ipmi: Remove smi->intf checks
Corey Minyard
2018-04-18
1
-9
/
+3
*
ipmi_ssif: Get rid of unused intf_num
Corey Minyard
2018-04-18
1
-5
/
+0
*
ipmi: ipmi_unregister_smi() cannot fail, have it return void
Corey Minyard
2018-04-18
1
-3
/
+1
*
ipmi_ssif: Remove usecount handling
Corey Minyard
2018-04-18
1
-21
/
+0
*
ipmi_ssif: Convert over to a shutdown handler
Corey Minyard
2018-04-18
1
-24
/
+31
*
ipmi: Change ipmi_smi_t to struct ipmi_smi *
Corey Minyard
2018-04-18
1
-5
/
+5
*
ipmi_ssif: Fix kernel panic at msg_done_handler
Kamlakant Patel
2018-03-13
1
-2
/
+2
*
ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
Corey Minyard
2018-03-12
1
-105
/
+0
*
ipmi: Add or fix SPDX-License-Identifier in all files
Corey Minyard
2018-02-27
1
-5
/
+1
*
ipmi_ssif: Remove duplicate NULL check
Andy Shevchenko
2018-01-22
1
-2
/
+1
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-22
1
-4
/
+3
*
ipmi: Make the DMI probe into a generic platform probe
Corey Minyard
2017-09-28
1
-9
/
+3
*
ipmi: Make the IPMI proc interface configurable
Corey Minyard
2017-09-28
1
-0
/
+6
*
ipmi_ssif: Add device attrs for the things in proc
Corey Minyard
2017-09-28
1
-2
/
+74
*
ipmi: Remove the device id from ipmi_register_smi()
Corey Minyard
2017-09-27
1
-19
/
+0
*
ipmi: Make ipmi_demangle_device_id more generic
Jeremy Kerr
2017-09-27
1
-1
/
+2
*
ipmi:ssif: Add missing unlock in error branch
Corey Minyard
2017-06-30
1
-0
/
+5
*
ipmi:ssif: Check dev before setting drvdata
Corey Minyard
2017-06-28
1
-1
/
+2
*
ipmi: Convert DMI handling over to a platform device
Corey Minyard
2017-06-19
1
-60
/
+102
*
ipmi:ssif: Use i2c_adapter_id instead of adapter->nr
Corey Minyard
2017-06-16
1
-2
/
+3
*
ipmi_ssif: remove redundant null check on array client->adapter->name
Colin Ian King
2017-05-18
1
-2
/
+1
*
ipmi_ssif: unlock on allocation failure
Dan Carpenter
2017-05-08
1
-0
/
+2
*
ipmi_ssif: use setup_timer
Geliang Tang
2017-04-07
1
-3
/
+2
*
ipmi: Fix kernel panic at ipmi_ssif_thread()
Joeseph Chang
2017-04-07
1
-1
/
+3
*
ipmi: Pick up slave address from SMBIOS on an ACPI device
Corey Minyard
2016-11-25
1
-2
/
+31
*
ipmi_ssif: Remove an unused module parameter
Corey Minyard
2016-11-07
1
-4
/
+0
*
i2c: add a protocol parameter to the alert callback
Benjamin Tissoires
2016-06-17
1
-1
/
+5
*
ipmi: Fix the I2C address extraction from SPMI tables
Corey Minyard
2016-05-17
1
-1
/
+1
*
ipmi_ssif: Fix logic around alert handling
Corey Minyard
2016-03-18
1
-9
/
+4
[next]