diff options
author | Joel Stanley <joel@jms.id.au> | 2021-09-03 14:40:39 +0930 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2021-10-06 06:53:37 -0500 |
commit | 396c84bbfd7906b4bd103741edf352918311c6d0 (patch) | |
tree | f7fae11b2b442e9f87e22b138124641e4eb0b054 /lib/argv_split.c | |
parent | 39ce73504695500e043d2851e3d4938fcae89399 (diff) | |
download | linux-396c84bbfd7906b4bd103741edf352918311c6d0.tar.bz2 |
ipmi: bt-bmc: Use registers directly
This driver was originally written to use the regmap abstraction with no
clear benefit. As the registers are always mmio and there is no sharing
of the region with other devices, we can safely read and write without
the locking that regmap provides.
This reduces the code size of the driver by about 25%.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Message-Id: <20210903051039.307991-1-joel@jms.id.au>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'lib/argv_split.c')
0 files changed, 0 insertions, 0 deletions