mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
eb45df24fe825822665d1b9107d7b6730ea00953
Usage of regmap_field_alloc becomes much overhead when number of fields
exceed more than 3. Most of driver seems to totally covered up with these
allocs/free making to very hard to read the code! On such driver is QCOM LPASS
driver has extensively converted to use regmap_fields.
This patchset add this new api and a user of it.
Using new bulk api to allocate fields makes it much more cleaner code to read!
Changes since v1:
- Fix lot of spelling! No code changes!
Srinivas Kandagatla (2):
regmap: add support to regmap_field_bulk_alloc/free apis
ASoC: lpass-platform: use devm_regmap_field_bulk_alloc
drivers/base/regmap/regmap.c | 100 ++++++++++++++++++++++++++++++++
include/linux/regmap.h | 11 ++++
sound/soc/qcom/lpass-platform.c | 31 +++-------
3 files changed, 118 insertions(+), 24 deletions(-)
--
2.21.0
base-commit: f75aef392f
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%