summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_ssif.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-271-5/+1
* ipmi_ssif: Remove duplicate NULL checkAndy Shevchenko2018-01-221-2/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* ipmi: Make the DMI probe into a generic platform probeCorey Minyard2017-09-281-9/+3
* 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/+0
* 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-171-2/+1
* ipmi_ssif: unlock on allocation failureDan Carpenter2017-05-081-0/+2
* ipmi_ssif: use setup_timerGeliang Tang2017-04-071-3/+2
* 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-241-2/+31
* ipmi_ssif: Remove an unused module parameterCorey Minyard2016-11-071-4/+0
* 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-161-1/+1
* ipmi_ssif: Fix logic around alert handlingCorey Minyard2016-03-181-9/+4