aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorAndrew F. Davis <[email protected]>2018-01-07 17:19:09 -0600
committerMark Brown <[email protected]>2018-01-08 12:15:04 +0000
commit9bf485c955bcb707a5e679bcc74075deb0bc8531 (patch)
tree5d56a0e7983f8c374e250921fb3a7c11bceeb643 /tools/perf/scripts/python/export-to-sqlite.py
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff)
regmap: Allow empty read/write_flag_mask
All zero read and write masks in the regmap config are used to signal no special mask is needed and the bus defaults are used. In some devices all zero read/write masks are the special mask and bus defaults should not be used. To signal this a new variable is added. For example SPI often sets bit 7 in address to signal to the device a read is requested. On TI AFE44xx parts with SPI interfaces no bit needs to be set as registers are either read or write only and the operation can be determined from the address only. For this case both masks must be zero to not effect the address. Signed-off-by: Andrew F. Davis <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions