aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins/sancov_plugin.c
diff options
context:
space:
mode:
authorTony Lindgren <[email protected]>2016-09-15 20:56:11 +0000
committerMark Brown <[email protected]>2016-09-16 11:06:27 +0000
commit55562449032c43b84f839e2fbb84bf1d351d6603 (patch)
tree0abc946447244b9f316e5b440bc9f3e1e6da4b89 /scripts/gcc-plugins/sancov_plugin.c
parentregmap: Allow longer flag masks for read and write (diff)
downloadkernel-55562449032c43b84f839e2fbb84bf1d351d6603.tar.gz
kernel-55562449032c43b84f839e2fbb84bf1d351d6603.zip
regmap: Add missing little endian functions
This with the longer read and write masks allow supporting more exotic devices. For example a little endian SPI device: static const struct regmap_config foo_regmap_config = { .reg_bits = 16, .reg_stride = 4, .val_bits = 16, .write_flag_mask = 0x8000, .reg_format_endian = REGMAP_ENDIAN_LITTLE, .val_format_endian = REGMAP_ENDIAN_LITTLE, ... }; Signed-off-by: Tony Lindgren <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/sancov_plugin.c')
0 files changed, 0 insertions, 0 deletions