summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/kcs_bmc_aspeed.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-21ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned intColin Ian King1-3/+5
2021-06-21ipmi: kcs_bmc_aspeed: Optionally apply status addressAndrew Jeffery1-33/+83
2021-06-21ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheetAndrew Jeffery1-12/+12
2021-06-21ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationAndrew Jeffery1-2/+180
2021-06-21ipmi: kcs_bmc: Enable IBF on openAndrew Jeffery1-2/+1
2021-06-21ipmi: kcs_bmc: Allow clients to control KCS IRQ stateAndrew Jeffery1-53/+97
2021-06-21ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery1-11/+11
2021-06-21ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery1-8/+9
2021-06-21ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery1-24/+30
2021-06-21ipmi: kcs_bmc: Make status update atomicAndrew Jeffery1-0/+9
2021-06-21ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesAndrew Jeffery1-76/+76
2021-04-09ipmi: kcs: aspeed: Adapt to new LPC DTS layoutChia-Wei, Wang1-11/+16
2020-04-07ipmi: kcs: Fix aspeed_kcs_probe_of_v1()Dan Carpenter1-1/+1
2020-04-03ipmi: kcs: aspeed: Implement v2 bindingsAndrew Jeffery1-23/+121
2020-04-03ipmi: kcs: Finish configuring ASPEED KCS device before enableAndrew Jeffery1-3/+4
2018-02-26ipmi: kcs_bmc: coding-style fixes and use new poll typeHaiyue Wang1-4/+5
2018-02-26ipmi: add an Aspeed KCS IPMI BMC driverHaiyue Wang1-0/+319