summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorIoana Ciornei <ioana.ciornei@nxp.com>2020-11-01 14:51:13 +0200
committerJakub Kicinski <kuba@kernel.org>2020-11-05 16:32:39 -0800
commit0382916398f2d3cfa682a7bcb802ca8fcb4311d0 (patch)
treec74719063bc0b73288e1be89163def1ffc5ebd48 /tools/perf/scripts/python/event_analyzing_sample.py
parent87de1f058aacc8ce4be94e36a38f77b860914a76 (diff)
downloadkernel-0382916398f2d3cfa682a7bcb802ca8fcb4311d0.tar.gz
net: phy: realtek: implement generic .handle_interrupt() callback
In an attempt to actually support shared IRQs in phylib, we now move the responsibility of triggering the phylib state machine or just returning IRQ_NONE, based on the IRQ status register, to the PHY driver. Having 3 different IRQ handling callbacks (.handle_interrupt(), .did_interrupt() and .ack_interrupt() ) is confusing so let the PHY driver implement directly an IRQ handler like any other device driver. Make this driver follow the new convention. Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Cc: Willy Liu <willy.liu@realtek.com> Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
25crypto: sun8i-ce - handle different error registersCorentin Labbe 2020-09-25crypto: sun8i-ce - split into prepare/run/unprepareCorentin Labbe 2020-09-25crypto: sun8i-ce - move iv data to request contextCorentin Labbe 2020-09-25crypto: sun8i-ce - handle endianness of t_common_ctlCorentin Labbe 2020-09-25crypto: allwinner - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao 2020-09-18crypto: sun8i - Simplify with dev_err_probe()Krzysztof Kozlowski 2020-09-04crypto: sun8i-ce - use kfree_sensitive()Denis Efremov 2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long 2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka 2020-07-16crypto: sun8i-ce - permit asynchronous skcipher as fallbackArd Biesheuvel 2020-07-03crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_initDinghao Liu 2020-04-20docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab 2020-03-06crypto: sun8i-ce - fix description of stat_fbCorentin Labbe 2020-02-13crypto: allwinner - remove redundant platform_get_irq error messageChen Zhou 2020-01-16crypto: sun8i-ce - remove dead codeCorentin Labbe 2020-01-16crypto: sun8i-ce - fix removal of moduleCorentin Labbe 2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers 2019-12-27crypto: allwinner - remove unneeded semicolonChen Zhou 2019-11-22crypto: sun8i-ce - enable working on big endianCorentin Labbe 2019-11-22crypto: sun8i-ce - Fix memdup.cocci warningsYueHaibing 2019-11-15crypto: allwinner - fix some spelling mistakesColin Ian King 2019-11-01crypto: allwinner - Add sun8i-ce Crypto EngineCorentin Labbe