summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/bt-bmc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17ipmi: bt-bmc: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2021-10-07ipmi: bt: Add ast2600 compatible stringJoel Stanley1-0/+1
2021-10-06ipmi: bt-bmc: Use registers directlyJoel Stanley1-52/+16
2020-12-16char: ipmi: convert comma to semicolonZheng Yongjun1-3/+3
2020-05-18ipmi:bt-bmc: Fix error handling and status checkTang Bin1-6/+6
2020-05-18ipmi:bt-bmc: Fix some format issue of the codeTang Bin1-3/+3
2020-05-18ipmi:bt-bmc: Avoid unnecessary checkTang Bin1-3/+0
2019-10-22ipmi: bt-bmc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard1-5/+1
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-10ipmi: get rid of pointless access_ok()Al Viro1-6/+0
2017-04-07ipmi: bt-bmc: Add ast2500 compatible stringJoel Stanley1-0/+1
2017-02-20ipmi: bt-bmc: Use a regmap for register accessAndrew Jeffery1-21/+59
2016-11-18ipmi/bt-bmc: change compatible node to 'aspeed, ast2400-ibt-bmc'Cédric Le Goater1-2/+2
2016-09-30ipmi/bt-bmc: remove redundant return value check of platform_get_resource()Wei Yongjun1-5/+0
2016-09-30ipmi: Fix ioremap error handling in bt-bmcJoel Stanley1-2/+2
2016-09-30ipmi: add an Aspeed BT IPMI BMC driverAlistair Popple1-0/+510