summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorGregor Boirie <gregor.boirie@parrot.com>2016-09-02 20:47:54 +0200
committerJonathan Cameron <jic23@kernel.org>2016-09-04 15:42:37 +0100
commit9083325f1197a6956db17809d74dbe3578dc1005 (patch)
tree564e82838791d03d37e79ee737aaae5e36a656aa /tools/perf/scripts/python/export-to-postgresql.py
parent2535cc7ae02bc1e4dc6b6d3771ba8d18cd824e10 (diff)
downloadkernel-9083325f1197a6956db17809d74dbe3578dc1005.tar.gz
iio:trigger: add resource managed (un)register
Add resource managed devm_iio_trigger_register() and devm_iio_triger_unregister() to automatically clean up registered triggers allocated by IIO drivers, thus leading to simplified IIO drivers code. Signed-off-by: Gregor Boirie <gregor.boirie@parrot.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
8dpll: fix possible deadlock during netlink dump operationJiri Pirko 2024-02-07dpll: check that pin is registered in __dpll_pin_unregister()Jiri Pirko 2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko 2024-01-31dpll: move xa_erase() call in to match dpll_pin_alloc() error path orderJiri Pirko 2024-01-22dpll: fix register pin with unregistered parent pinArkadiusz Kubalewski 2024-01-22dpll: fix userspace availability of pinsArkadiusz Kubalewski 2024-01-22dpll: fix pin dump crash for rebound moduleArkadiusz Kubalewski 2024-01-22dpll: fix broken error path in dpll_pin_alloc(..)Arkadiusz Kubalewski 2024-01-05dpll: expose fractional frequency offset value to userJiri Pirko 2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-12-13dpll: allocate pin ids in cycleJiri Pirko 2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko 2023-12-12dpll: sanitize possible null pointer dereference in dpll_pin_parent_pin_set()Jiri Pirko 2023-11-21dpll: Fix potential msg memleak when genlmsg_put_reply failedHao Ge 2023-10-15dpll: netlink/core: change pin frequency set behaviorArkadiusz Kubalewski 2023-10-15dpll: netlink/core: add support for pin-dpll signal phase offset/adjustArkadiusz Kubalewski 2023-10-15dpll: spec: add support for pin-dpll signal phase offset/adjustArkadiusz Kubalewski 2023-09-21netdev: Remove unneeded semicolonYang Li 2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko 2023-09-17dpll: netlink: Add DPLL framework base functionsVadim Fedorenko 2023-09-17dpll: core: Add DPLL framework base functionsVadim Fedorenko 2023-09-17dpll: spec: Add Netlink spec in YAMLVadim Fedorenko