summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorJack Andersen <jackoalan@gmail.com>2017-07-06 12:39:33 -1000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2017-07-09 18:17:18 +0100
commit7c0299e879dd3c3fe0885fc07233b28f6007add3 (patch)
tree5220e477a786c506665619ef365c24200cba3c08 /tools/perf/scripts/python/event_analyzing_sample.py
parenteed3089fb28d9afc252821ca2913ca84b53e17e7 (diff)
downloadkernel-7c0299e879dd3c3fe0885fc07233b28f6007add3.tar.gz
iio: adc: Add support for DLN2 ADC
This patch adds support for Diolan DLN2 ADC via IIO's ADC interface. ADC is the fourth and final component of the DLN2 for the kernel. Signed-off-by: Jack Andersen <jackoalan@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
d>2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni 2021-11-22octeon: constify netdev->dev_addrJakub Kicinski 2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen 2021-10-22net: liquidio: Make use of the helper macro kthread_run()Cai Huoqing 2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2021-10-19cavium: Fix return values of the probe functionZheyu Ma 2021-10-18cavium: Return negative value when pci_alloc_irq_vectors() failsZheyu Ma 2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET 2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski 2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski 2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski 2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski 2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski 2021-09-27liquidio: Overcome missing device lock protection in init/remove flowsLeon Romanovsky 2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky 2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-09-16net: thunderx: Make use of the helper function dev_err_probe()Cai Huoqing 2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo 2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede 2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede 2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann 2021-08-09devlink: Set device as early as possibleLeon Romanovsky 2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET 2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann 2021-07-15liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King