mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 11:05:53 -04:00
Revert "net: stmmac: Enable Per DMA Channel interrupt"
Revert "net: stmmac: Use interrupt mode INTM=1 for per channel irq" This reverts commit36af9f25dd. Revert "net: stmmac: Add support for TX/RX channel interrupt" This reverts commit9072e03d32. Revert "net: stmmac: Make MSI interrupt routine generic" This reverts commit477bd4beb9. Revert "dt-bindings: net: snps,dwmac: per channel irq" This reverts commit67d47c8ada. Device tree bindings need to be reviewed. Link: https://lore.kernel.org/all/2df9fe3e-7971-4aa2-89a9-0e085b3b00d7@linaro.org/ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
@@ -98,7 +98,7 @@ struct stmmac_dma_cfg {
|
||||
int mixed_burst;
|
||||
bool aal;
|
||||
bool eame;
|
||||
bool multi_irq_en;
|
||||
bool multi_msi_en;
|
||||
bool dche;
|
||||
};
|
||||
|
||||
@@ -215,7 +215,7 @@ struct dwmac4_addrs {
|
||||
#define STMMAC_FLAG_TSO_EN BIT(4)
|
||||
#define STMMAC_FLAG_SERDES_UP_AFTER_PHY_LINKUP BIT(5)
|
||||
#define STMMAC_FLAG_VLAN_FAIL_Q_EN BIT(6)
|
||||
#define STMMAC_FLAG_MULTI_IRQ_EN BIT(7)
|
||||
#define STMMAC_FLAG_MULTI_MSI_EN BIT(7)
|
||||
#define STMMAC_FLAG_EXT_SNAPSHOT_EN BIT(8)
|
||||
#define STMMAC_FLAG_INT_SNAPSHOT_EN BIT(9)
|
||||
#define STMMAC_FLAG_RX_CLK_RUNS_IN_LPI BIT(10)
|
||||
|
||||
Reference in New Issue
Block a user