summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
Commit message (Expand)AuthorAgeFilesLines
* 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-211-3/+5
* | ipmi: kcs_bmc_aspeed: Optionally apply status addressAndrew Jeffery2021-06-211-33/+83
* | ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheetAndrew Jeffery2021-06-211-12/+12
* | ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationAndrew Jeffery2021-06-211-2/+180
* | ipmi: kcs_bmc: Add serio adaptorAndrew Jeffery2021-06-213-0/+172
* | ipmi: kcs_bmc: Enable IBF on openAndrew Jeffery2021-06-213-19/+12
* | ipmi: kcs_bmc: Allow clients to control KCS IRQ stateAndrew Jeffery2021-06-216-57/+131
* | ipmi: kcs_bmc: Decouple the IPMI chardev from the coreAndrew Jeffery2021-06-215-13/+128
* | ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery2021-06-217-294/+367
* | ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery2021-06-217-52/+117
* | ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery2021-06-215-67/+110
* | ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmiAndrew Jeffery2021-06-214-412/+451
* | ipmi: kcs_bmc: Rename {read,write}_{status,data}() functionsAndrew Jeffery2021-06-211-27/+25
* | ipmi: kcs_bmc: Make status update atomicAndrew Jeffery2021-06-214-6/+21
* | ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesAndrew Jeffery2021-06-211-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-289-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-101-1/+1
| * ipmi:ssif: make ssif_i2c_send() voidLiguang Zhang2021-03-101-61/+20
| * ipmi: Refine retry conditions for getting device idTerry Duncan2021-03-102-8/+4
* | ipmi: kcs: aspeed: Adapt to new LPC DTS layoutChia-Wei, Wang2021-04-091-11/+16
|/
* ipmi: remove open coded version of SMBus block writeWolfram Sang2021-01-281-12/+12
* char: ipmi: convert comma to semicolonZheng Yongjun2020-12-161-3/+3
* ipmi: msghandler: Suppress suspicious RCU usage warningQinglang Miao2020-11-191-1/+2
* ipmi/watchdog: replace atomic_add() and atomic_sub()Yejune Deng2020-11-171-4/+4
* char: ipmi: remove unneeded breakTom Rix2020-10-271-1/+0
* Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2020-10-145-36/+89
|\
| * ipmi_si: Fix wrong return value in try_smi_init()Tianjia Zhang2020-10-051-1/+1
| * ipmi: msghandler: Fix a signedness bugDan Carpenter2020-09-182-2/+2
| * ipmi: add retry in try_get_dev_id()Xianting Tian2020-09-162-2/+17
| * ipmi: Clean up some printksCorey Minyard2020-09-153-19/+29
| * ipmi:msghandler: retry to get device id on an errorXianting Tian2020-09-151-4/+25
| * ipmi:sm: Print current state when the state is invalidXianting Tian2020-09-153-3/+9
| * ipmi: Reset response handler when failing to send the commandMarkus Boehme2020-09-151-1/+3
| * ipmi: add a newline when printing parameter 'panic_op' by sysfsXiongfeng Wang2020-09-031-4/+4
| * char: ipmi: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-7/+6
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* ipmi/watchdog: add missing newlines when printing parameters by sysfsXiongfeng Wang2020-07-211-2/+7