All of lore.kernel.org
 help / color / mirror / Atom feed
From: "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>
To: Rodolfo Giometti <giometti@enneenne.com>
Cc: "Hall, Christopher S" <christopher.s.hall@intel.com>,
	"andriy.shevchenko@linux.intel.com"
	<andriy.shevchenko@linux.intel.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	"Dong, Eddie" <eddie.dong@intel.com>,
	"N, Pandith" <pandith.n@intel.com>,
	"Mohan, Subramanian" <subramanian.mohan@intel.com>,
	"T R, Thejesh Reddy" <thejesh.reddy.t.r@intel.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	"D, Lakshmi Sowjanya" <lakshmi.sowjanya.d@intel.com>,
	"corbet@lwn.net" <corbet@lwn.net>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
	"Zage, David" <david.zage@intel.com>
Subject: Re: [PATCH v10 0/3] Add support for Intel PPS Generator
Date: Thu, 25 Jul 2024 09:09:54 +0200	[thread overview]
Message-ID: <2024072500-matrix-antivirus-dc61@gregkh> (raw)
In-Reply-To: <c785136d-40bc-4fa3-b982-e9e4417c0b73@enneenne.com>

On Thu, Jul 25, 2024 at 09:05:02AM +0200, Rodolfo Giometti wrote:
> On 24/07/24 23:39, Hall, Christopher S wrote:
> > Hello Rodolfo,
> > 
> > > From: Rodolfo Giometti <giometti@enneenne.com>
> > > Sent: Monday, July 15, 2024 2:37 AM
> > 
> > > Subject: Re: [PATCH v10 0/3] Add support for Intel PPS Generator
> > > 
> > > On 15/07/24 10:06, Thomas Gleixner wrote:
> > > > On Thu, Jul 04 2024 at 13:50, Rodolfo Giometti wrote:
> > > > > On 03/07/24 16:47, D, Lakshmi Sowjanya wrote:
> > > > > > 
> > > > > > A gentle reminder for the review of the pps patchset.
> > > > > 
> > > > > I already acked these patchset, didn't I? =8-o
> > > > > 
> > > > > Please let me know if I missed something.
> > > > 
> > > > Sorry, I missed that V10 posting. It's too late now.
> > > > 
> > > > Rodolfo, can you pick it up after rc1 for the next merge window. All
> > > > prerequisites should be in Linus tree then.
> > > 
> > > LinuxPPS has no dedicated tree as other Linux subsystems. Usually I send my
> > > "Acked" to Greg Kroah-Hartman and Andrew Morton, and they push patches
> > > by
> > > themselves.
> > 
> > Is the PPS driver on track to be included in the 6.11 release candidate?
> 
> I hope so! ^_^"

Are the patches in linux-next?  If so, what tree did they go through?
If not, they can't be merged into 6.11-rc1.

> Unluckily the LinuxPPS is a minor subsystem with no dedicated tree, and
> inclusion is not under my control.

I pick up many "smaller" driver subsystems all the time, I just have to
be asked to do so...

thanks,

greg k-h

  reply	other threads:[~2024-07-25  7:09 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-12  3:53 [PATCH v10 0/3] Add support for Intel PPS Generator lakshmi.sowjanya.d
2024-06-12  3:53 ` [PATCH v10 1/3] pps: generators: Add PPS Generator TIO Driver lakshmi.sowjanya.d
2024-06-12  3:53 ` [PATCH v10 2/3] Documentation: driver-api: pps: Add Intel Timed I/O PPS generator lakshmi.sowjanya.d
2024-06-12  8:02   ` Greg KH
2024-06-12  8:03     ` Greg KH
2024-06-12  3:53 ` [PATCH v10 3/3] ABI: pps: Add ABI documentation for Intel TIO lakshmi.sowjanya.d
2024-06-12  4:29   ` Randy Dunlap
2024-06-12  6:57     ` Rodolfo Giometti
2024-06-12 15:08       ` Randy Dunlap
2024-07-03 14:47 ` [PATCH v10 0/3] Add support for Intel PPS Generator D, Lakshmi Sowjanya
2024-07-04 11:50   ` Rodolfo Giometti
2024-07-15  8:06     ` Thomas Gleixner
2024-07-15  9:36       ` Rodolfo Giometti
2024-07-24 21:39         ` Hall, Christopher S
2024-07-25  7:05           ` Rodolfo Giometti
2024-07-25  7:09             ` gregkh [this message]
2024-07-26 11:09               ` Thomas Gleixner
2024-08-13  8:15 ` Greg KH
2024-08-14  4:36   ` Mohan, Subramanian
2024-08-13  8:25 ` Greg KH

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=2024072500-matrix-antivirus-dc61@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=christopher.s.hall@intel.com \
    --cc=corbet@lwn.net \
    --cc=david.zage@intel.com \
    --cc=eddie.dong@intel.com \
    --cc=giometti@enneenne.com \
    --cc=lakshmi.sowjanya.d@intel.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pandith.n@intel.com \
    --cc=subramanian.mohan@intel.com \
    --cc=tglx@linutronix.de \
    --cc=thejesh.reddy.t.r@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.