summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_ssif.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
* ipmi: Use more common logging stylesJoe Perches2018-09-181-36/+33Star
* 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/+6Star
* ipmi: Rework SMI registration failureCorey Minyard2018-08-311-10/+3Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* ipmi: Remove the proc interfaceCorey Minyard2018-05-091-89/+0Star
* ipmi_ssif: Fix uninitialized variable issueGustavo A. R. Silva2018-04-191-2/+1Star
* ipmi: Remove smi->intf checksCorey Minyard2018-04-181-9/+3Star
* ipmi_ssif: Get rid of unused intf_numCorey Minyard2018-04-181-5/+0Star
* ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-181-3/+1Star
* ipmi_ssif: Remove usecount handlingCorey Minyard2018-04-181-21/+0Star
* 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/+0Star
* ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-271-5/+1Star
* ipmi_ssif: Remove duplicate NULL checkAndy Shevchenko2018-01-221-2/+1Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* ipmi: Make the DMI probe into a generic platform probeCorey Minyard2017-09-281-9/+3Star
* ipmi: Make the IPMI proc interface configurableCorey Minyard2017-09-281-0/+6
* ipmi_ssif: Add device attrs for the things in procCorey Minyard2017-09-281-2/+74
* ipmi: Remove the device id from ipmi_register_smi()Corey Minyard2017-09-271-19/+0Star
* ipmi: Make ipmi_demangle_device_id more genericJeremy Kerr2017-09-271-1/+2
* ipmi:ssif: Add missing unlock in error branchCorey Minyard2017-06-301-0/+5
* ipmi:ssif: Check dev before setting drvdataCorey Minyard2017-06-281-1/+2
* ipmi: Convert DMI handling over to a platform deviceCorey Minyard2017-06-191-60/+102
* ipmi:ssif: Use i2c_adapter_id instead of adapter->nrCorey Minyard2017-06-161-2/+3
* ipmi_ssif: remove redundant null check on array client->adapter->nameColin Ian King2017-05-181-2/+1Star
* ipmi_ssif: unlock on allocation failureDan Carpenter2017-05-081-0/+2
* ipmi_ssif: use setup_timerGeliang Tang2017-04-071-3/+2Star
* ipmi: Fix kernel panic at ipmi_ssif_thread()Joeseph Chang2017-04-071-1/+3
* ipmi: Pick up slave address from SMBIOS on an ACPI deviceCorey Minyard2016-11-251-2/+31
* ipmi_ssif: Remove an unused module parameterCorey Minyard2016-11-071-4/+0Star
* i2c: add a protocol parameter to the alert callbackBenjamin Tissoires2016-06-171-1/+5
* ipmi: Fix the I2C address extraction from SPMI tablesCorey Minyard2016-05-171-1/+1
* ipmi_ssif: Fix logic around alert handlingCorey Minyard2016-03-181-9/+4Star
* char: ipmi: Drop owner assignment from i2c_driverKrzysztof Kozlowski2016-01-121-1/+0Star
* char: ipmi: ipmi_ssif: Replace timeval with timespec64Amitoj Kaur Chawla2015-10-251-4/+5
* ipmi:ssif: Add a module parm to specify that SMBus alerts don't workCorey Minyard2015-09-031-0/+8
* ipmi: constify SSIF ACPI device idsMathias Krause2015-09-031-1/+1
* char:ipmi - Change 1 to true for bool type variables during initialization.Shailendra Verma2015-09-031-2/+2
* ipmi: Fix multi-part message handlingCorey Minyard2015-05-061-13/+38
* ipmi: Add alert handling to SSIFCorey Minyard2015-05-061-16/+116
* ipmi: Remove unused including <linux/version.h>Wei Yongjun2015-05-061-1/+0Star