lkml.org 
[lkml]   [2021]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.13 023/104] net: stmmac: add est_irq_status callback function for GMAC 4.10 and 5.10
    Date
    From: Mohammad Athari Bin Ismail <mohammad.athari.ismail@intel.com>

    commit 94cbe7db7d757c2d481c3617ab5579a28cfc2175 upstream.

    Assign dwmac5_est_irq_status to est_irq_status callback function for
    GMAC 4.10 and 5.10. With this, EST related interrupts could be handled
    properly.

    Fixes: e49aa315cb01 ("net: stmmac: EST interrupts handling and error reporting")
    Cc: <stable@vger.kernel.org> # 5.13.x
    Signed-off-by: Mohammad Athari Bin Ismail <mohammad.athari.ismail@intel.com>
    Acked-by: Wong Vee Khee <vee.khee.wong@linux.intel.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 2 ++
    1 file changed, 2 insertions(+)

    --- a/drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
    +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
    @@ -1249,6 +1249,7 @@ const struct stmmac_ops dwmac410_ops = {
    .config_l3_filter = dwmac4_config_l3_filter,
    .config_l4_filter = dwmac4_config_l4_filter,
    .est_configure = dwmac5_est_configure,
    + .est_irq_status = dwmac5_est_irq_status,
    .fpe_configure = dwmac5_fpe_configure,
    .fpe_send_mpacket = dwmac5_fpe_send_mpacket,
    .fpe_irq_status = dwmac5_fpe_irq_status,
    @@ -1300,6 +1301,7 @@ const struct stmmac_ops dwmac510_ops = {
    .config_l3_filter = dwmac4_config_l3_filter,
    .config_l4_filter = dwmac4_config_l4_filter,
    .est_configure = dwmac5_est_configure,
    + .est_irq_status = dwmac5_est_irq_status,
    .fpe_configure = dwmac5_fpe_configure,
    .fpe_send_mpacket = dwmac5_fpe_send_mpacket,
    .fpe_irq_status = dwmac5_fpe_irq_status,

    \
     
     \ /
      Last update: 2021-08-02 16:08    [W:4.230 / U:0.088 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site