]> www.infradead.org Git - users/hch/misc.git/commit
regmap: Cleanup and microoptimization
authorMark Brown <broonie@kernel.org>
Mon, 2 Dec 2024 13:42:01 +0000 (13:42 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 2 Dec 2024 13:42:01 +0000 (13:42 +0000)
commita308f9e47fc2377863f0f561ceedd45ccc7c7f9c
treede4be132cf0b3fa24507a3e8da9766d918910729
parentb95cacd8d708bce5839db2767d425e20ae548fd8
parent9b3cd5c7099fe7710356dd76ecf9910dc8c32548
regmap: Cleanup and microoptimization

Merge series from Andy Shevchenko <andriy.shevchenko@linux.intel.com>:

Two patches move the code to use BITS_TO_BYTES(), while the last
one otpimizes the code generation on x86 (32- and 64-bit on different
compilers).