summaryrefslogtreecommitdiff
path: root/tools/perf/python
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-06-30 09:16:08 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2024-06-30 09:16:08 -0700
commit84dd4373d566df74fc77175ff76b1658089f43b5 (patch)
tree2736a6e2551b07171e3d2f8aefbf293402e065f1 /tools/perf/python
parent12529aa130276d622fe229f0c208ad3fb7e7138e (diff)
parent06ebbce9c3a84e5632fa3cd0864ce07093793e32 (diff)
Merge tag 'char-misc-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char/misc driver fixes from Greg KH: "Here are some small driver fixes for 6.10-rc6. Included in here are: - IIO driver fixes for reported issues - Counter driver fix for a reported problem. All of these have been in linux-next this week with no reported issues" * tag 'char-misc-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: counter: ti-eqep: enable clock at probe iio: chemical: bme680: Fix sensor data read operation iio: chemical: bme680: Fix overflows in compensate() functions iio: chemical: bme680: Fix calibration data variable iio: chemical: bme680: Fix pressure value output iio: humidity: hdc3020: fix hysteresis representation iio: dac: fix ad9739a random config compile error iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF iio: adc: ad7266: Fix variable checking bug iio: xilinx-ams: Don't include ams_ctrl_channels in scan_mask
Diffstat (limited to 'tools/perf/python')
0 files changed, 0 insertions, 0 deletions
/a>Masahiro Yamada 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner 2015-06-01pinctrl: remove useless const qualifierMasahiro Yamada 2015-05-06pinctrl: move strict option to pinmux_opsLinus Walleij 2014-09-04pinctrl: clean up after enable refactoringLinus Walleij 2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu 2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells 2012-05-10pinctrl: (cosmetic) fix two entries in DocBook commentsGuennadi Liakhovetski 2012-04-18pinctrl: replace list_*() with get_*_count()Viresh Kumar 2012-02-10pinctrl: break out a pinctrl consumer headerLinus Walleij 2012-01-03pinctrl: GPIO direction support for muxingLinus Walleij 2012-01-03pinctrl: add a pin_base for sparse gpio-rangesChanho Park 2012-01-03pinctrl: add explicit gpio_disable_free pinmux_opStephen Warren 2011-10-13drivers: create a pin control subsystemLinus Walleij