summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio...Christophe JAILLET2021-10-291-1/+3
* char: ipmi: replace snprintf in show functions with sysfs_emitYe Guojin2021-10-213-16/+16
* ipmi: ipmb: fix dependencies to eliminate build errorRandy Dunlap2021-10-141-1/+1
* ipmi:ipmb: Add OF supportCorey Minyard2021-10-141-5/+34
* ipmi: bt: Add ast2600 compatible stringJoel Stanley2021-10-071-0/+1
* ipmi: bt-bmc: Use registers directlyJoel Stanley2021-10-061-52/+16
* ipmi: ipmb: Fix off-by-one size check on rcvlenColin Ian King2021-10-051-1/+1
* ipmi:ssif: Use depends on, not select, for I2CCorey Minyard2021-10-051-1/+1
* ipmi:ipmb: Add initial support for IPMI over IPMBCorey Minyard2021-10-053-0/+520
* ipmi: Add support for IPMB direct messagesCorey Minyard2021-10-051-33/+255
* ipmi: Export ipmb_checksum()Corey Minyard2021-10-051-1/+2
* ipmi: Check error code before processing BMC responseCorey Minyard2021-10-051-1/+8
* ipmi:devintf: Return a proper error when recv buffer too smallCorey Minyard2021-10-051-3/+5
* ipmi: Disable some operations during a panicCorey Minyard2021-10-052-8/+19
* ipmi:watchdog: Set panic count to proper value on a panicCorey Minyard2021-10-051-4/+4
* Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2021-09-121-12/+11
|\
| * char: ipmi: use DEVICE_ATTR helper macroDwaipayan Ray2021-08-121-5/+4
| * ipmi: rate limit ipmi smi_event failure messageWen Yang2021-08-121-7/+7
* | parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König2021-08-304-9/+7
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\
| * kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* | ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned intColin Ian King2021-06-221-3/+5
* | ipmi: kcs_bmc_aspeed: Optionally apply status addressAndrew Jeffery2021-06-221-33/+83
* | ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheetAndrew Jeffery2021-06-221-12/+12
* | ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationAndrew Jeffery2021-06-221-2/+180
* | ipmi: kcs_bmc: Add serio adaptorAndrew Jeffery2021-06-223-0/+172
* | ipmi: kcs_bmc: Enable IBF on openAndrew Jeffery2021-06-223-19/+12
* | ipmi: kcs_bmc: Allow clients to control KCS IRQ stateAndrew Jeffery2021-06-226-57/+131
* | ipmi: kcs_bmc: Decouple the IPMI chardev from the coreAndrew Jeffery2021-06-225-13/+128
* | ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery2021-06-227-294/+367
* | ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery2021-06-227-52/+117
* | ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery2021-06-225-67/+110
* | ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmiAndrew Jeffery2021-06-224-412/+451
* | ipmi: kcs_bmc: Rename {read,write}_{status,data}() functionsAndrew Jeffery2021-06-221-27/+25
* | ipmi: kcs_bmc: Make status update atomicAndrew Jeffery2021-06-224-6/+21
* | ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesAndrew Jeffery2021-06-221-76/+76
* | ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu2021-05-131-10/+12
|/
* Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2021-04-299-266/+137
|\
| * ipmi_si: Join string literals backAndy Shevchenko2021-04-026-66/+38
| * ipmi_si: Drop redundant check before calling put_device()Andy Shevchenko2021-04-021-2/+1
| * ipmi_si: Use strstrip() to remove surrounding spacesAndy Shevchenko2021-04-021-12/+4
| * ipmi_si: Get rid of ->addr_source_cleanup()Andy Shevchenko2021-04-023-22/+2
| * ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()Andy Shevchenko2021-04-023-16/+16
| * ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko2021-04-021-32/+19
| * ipmi_si: Use proper ACPI macros to check error code for failuresAndy Shevchenko2021-04-021-6/+6
| * ipmi_si: Utilize temporary variable to hold device pointerAndy Shevchenko2021-04-021-8/+7
| * ipmi_si: Remove bogus err_free labelAndy Shevchenko2021-04-021-12/+5
| * ipmi_si: Switch to use platform_get_mem_or_io()Andy Shevchenko2021-04-021-20/+14
| * ipmi: Handle device properties with software node APIHeikki Krogerus2021-03-111-1/+1
| * ipmi:ssif: make ssif_i2c_send() voidLiguang Zhang2021-03-111-61/+20