linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: grygorii.strashko@ti.com
Cc: richardcochran@gmail.com, lokeshvutla@ti.com, tony@atomide.com,
	nsekhar@ti.com, m-karicheri2@ti.com, netdev@vger.kernel.org,
	linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 09/11] net: ethernet: ti: cpts: add irq support
Date: Fri, 13 Mar 2020 20:50:45 -0700 (PDT)	[thread overview]
Message-ID: <20200313.205045.317042655421471167.davem@davemloft.net> (raw)
In-Reply-To: <20200313224914.5997-10-grygorii.strashko@ti.com>

From: Grygorii Strashko <grygorii.strashko@ti.com>
Date: Sat, 14 Mar 2020 00:49:12 +0200

> diff --git a/drivers/net/ethernet/ti/cpts.c b/drivers/net/ethernet/ti/cpts.c
> index fcfd578b81ed..7156d343425d 100644
> --- a/drivers/net/ethernet/ti/cpts.c
> +++ b/drivers/net/ethernet/ti/cpts.c
> @@ -103,6 +103,7 @@ static int cpts_fifo_read(struct cpts *cpts, int match)
>  	unsigned long flags;
>  	int i, type = -1;
>  	u32 hi, lo;
> +	bool need_schedule = false;

Reverse christmas tree, please.

  reply	other threads:[~2020-03-14  3:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-13 22:49 [PATCH net-next 00/11] net: ethernet: ti: cpts: add irq and HW_TS_PUSH events Grygorii Strashko
2020-03-13 22:49 ` [PATCH net-next 01/11] net: ethernet: ti: cpts: use dev_yy() api for logs Grygorii Strashko
2020-03-13 22:49 ` [PATCH net-next 02/11] net: ethernet: ti: cpts: separate hw counter read from timecounter Grygorii Strashko
2020-03-13 22:49 ` [PATCH net-next 03/11] net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read() Grygorii Strashko
2020-03-13 22:49 ` [PATCH net-next 04/11] net: ethernet: ti: cpts: switch to use new .gettimex64() interface Grygorii Strashko
2020-03-13 22:49 ` [PATCH net-next 05/11] net: ethernet: ti: cpts: optimize packet to event matching Grygorii Strashko
2020-03-13 22:49 ` [PATCH net-next 06/11] net: ethernet: ti: cpts: move tx timestamp processing to ptp worker only Grygorii Strashko
2020-03-14  3:50   ` David Miller
2020-03-13 22:49 ` [PATCH net-next 07/11] net: ethernet: ti: cpts: rework locking Grygorii Strashko
2020-03-13 22:49 ` [PATCH net-next 08/11] net: ethernet: ti: cpts: move rx timestamp processing to ptp worker only Grygorii Strashko
2020-03-13 22:49 ` [PATCH net-next 09/11] net: ethernet: ti: cpts: add irq support Grygorii Strashko
2020-03-14  3:50   ` David Miller [this message]
2020-03-13 22:49 ` [PATCH net-next 10/11] net: ethernet: ti: cpts: add support for HW_TS_PUSH events Grygorii Strashko
2020-03-13 22:49 ` [PATCH net-next 11/11] net: ethernet: ti: cpsw: enable cpts irq Grygorii Strashko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200313.205045.317042655421471167.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=grygorii.strashko@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=lokeshvutla@ti.com \
    --cc=m-karicheri2@ti.com \
    --cc=netdev@vger.kernel.org \
    --cc=nsekhar@ti.com \
    --cc=richardcochran@gmail.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).