summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2017-10-16 11:55:52 +0200
committerJan Kara <jack@suse.cz>2017-10-16 11:55:52 +0200
commit503c3117d05c184b431e403cd05c463ac41370f0 (patch)
tree9bf89e6af4a766706f78feac0ae8c1e279da5b5c /tools/perf/scripts/python/event_analyzing_sample.py
parentabdc0eb06964fe1d2fea6dd1391b734d0590365d (diff)
downloadkernel-503c3117d05c184b431e403cd05c463ac41370f0.tar.gz
udf: Remove some outdate references from documentation
Remove outdated references to maintainer and mailing list from the documentation - reference MAINTAINERS instead. Also update reference to current repository of udf-tools. Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
_platform.h date back to the separate of_platform_bus_type before it as merged into the regular platform bus. As part of that merge prepping Arm DT support 13 years ago, they "temporarily" include each other. They also include platform_device.h and of.h. As a result, there's a pretty much random mix of those include files used throughout the tree. In order to detangle these headers and replace the implicit includes with struct declarations, users need to explicitly include the correct includes. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20230714174628.4057920-1-robh@kernel.org Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> 2023-01-08iio: adc: stm32-dfsdm: add id registers supportOlivier Moysan Add support of identification registers to STM32 DFSDM to allow hardware capabilities discovery and configuration check. The number of filters and channels, are read from registers, when they are available. Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com> Link: https://lore.kernel.org/r/20230105125331.328275-1-olivier.moysan@foss.st.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>