summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNariman Poushin <nariman@opensource.wolfsonmicro.com>2015-07-16 16:36:21 +0100
committerMark Brown <broonie@kernel.org>2015-07-16 22:02:55 +0100
commit8019ff6cfc0440415fcfb6352c58c3951e6ab053 (patch)
tree17f86a5181cc8e7d5b2157a352acbec1071a88c4 /tools/perf/scripts/python
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff)
regmap: Use reg_sequence for multi_reg_write / register_patch
Separate the functionality using sequences of register writes from the functions that take register defaults. This change renames the arguments in order to support the extension of reg_sequence to take an optional delay to be applied after any given register in a sequence is written. This avoids adding an int to all register defaults, which could substantially increase memory usage for regmaps with large default tables. This also updates all the clients of multi_reg_write/register_patch. Signed-off-by: Nariman Poushin <nariman@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
ideobuf-vmalloc.c?id=ca5999fde0a1761665a38e4c9a72dbcd7d190a81'>mm: introduce include/linux/pgtable.hMike Rapoport 2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 237Thomas Gleixner 2019-06-12media: add SPDX headers to some filesMauro Carvalho Chehab 2019-03-01media: v4l2-core: fix several typosMauro Carvalho Chehab 2019-01-21media: media/v4l2-core/videobuf-vmalloc.c: Remove dead codeSouptick Joarder 2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab 2014-02-04[media] Revert "[media] videobuf_vm_{open,close} race fixes"Hans Verkuil 2013-05-21[media] videobuf_vm_{open,close} race fixesAl Viro 2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov 2012-08-13[media] v4l: move v4l2 core into a separate directoryMauro Carvalho Chehab