summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)Author
2021-06-21ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned intColin Ian King
2021-06-21ipmi: kcs_bmc_aspeed: Optionally apply status addressAndrew Jeffery
2021-06-21ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheetAndrew Jeffery
2021-06-21ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Add serio adaptorAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Enable IBF on openAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Allow clients to control KCS IRQ stateAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Decouple the IPMI chardev from the coreAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmiAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Rename {read,write}_{status,data}() functionsAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Make status update atomicAndrew Jeffery
2021-06-21ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesAndrew Jeffery
2021-05-13ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu
2021-04-28Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2021-04-09ipmi: kcs: aspeed: Adapt to new LPC DTS layoutChia-Wei, Wang
2021-04-02ipmi_si: Join string literals backAndy Shevchenko
2021-04-02ipmi_si: Drop redundant check before calling put_device()Andy Shevchenko
2021-04-02ipmi_si: Use strstrip() to remove surrounding spacesAndy Shevchenko
2021-04-02ipmi_si: Get rid of ->addr_source_cleanup()Andy Shevchenko
2021-04-02ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()Andy Shevchenko
2021-04-02ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko
2021-04-02ipmi_si: Use proper ACPI macros to check error code for failuresAndy Shevchenko
2021-04-02ipmi_si: Utilize temporary variable to hold device pointerAndy Shevchenko
2021-04-02ipmi_si: Remove bogus err_free labelAndy Shevchenko
2021-04-02ipmi_si: Switch to use platform_get_mem_or_io()Andy Shevchenko
2021-03-10ipmi: Handle device properties with software node APIHeikki Krogerus
2021-03-10ipmi:ssif: make ssif_i2c_send() voidLiguang Zhang
2021-03-10ipmi: Refine retry conditions for getting device idTerry Duncan
2021-01-28ipmi: remove open coded version of SMBus block writeWolfram Sang
2020-12-16char: ipmi: convert comma to semicolonZheng Yongjun
2020-11-19ipmi: msghandler: Suppress suspicious RCU usage warningQinglang Miao
2020-11-17ipmi/watchdog: replace atomic_add() and atomic_sub()Yejune Deng
2020-10-27char: ipmi: remove unneeded breakTom Rix
2020-10-14Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2020-10-05ipmi_si: Fix wrong return value in try_smi_init()Tianjia Zhang
2020-09-18ipmi: msghandler: Fix a signedness bugDan Carpenter
2020-09-16ipmi: add retry in try_get_dev_id()Xianting Tian
2020-09-15ipmi: Clean up some printksCorey Minyard
2020-09-15ipmi:msghandler: retry to get device id on an errorXianting Tian
2020-09-15ipmi:sm: Print current state when the state is invalidXianting Tian
2020-09-15ipmi: Reset response handler when failing to send the commandMarkus Boehme
2020-09-03ipmi: add a newline when printing parameter 'panic_op' by sysfsXiongfeng Wang
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18char: ipmi: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-21ipmi/watchdog: add missing newlines when printing parameters by sysfsXiongfeng Wang
2020-07-20ipmi: remve duplicate code in __ipmi_bmc_register()Jing Xiangfeng
2020-06-24ipmi: ssif: Remove finished TODO comment about SMBus alertMisono Tomohiro