Message ID | 20240513103813.5666-13-lakshmi.sowjanya.d@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for Intel PPS Generator | expand |
On Mon, May 13, 2024 at 04:08:13PM +0530, lakshmi.sowjanya.d@intel.com wrote: > From: Lakshmi Sowjanya D <lakshmi.sowjanya.d@intel.com> > > Document sysfs interface for Intel Timed I/O PPS driver. ... > +Date: June 2024 Is this checked by phb? "the v6.11 kernel predictions: merge window closes on Sunday, 2024-08-04 and release on Sunday, 2024-09-29" > +KernelVersion: 6.11
> -----Original Message----- > From: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > Sent: Monday, May 13, 2024 4:52 PM > To: D, Lakshmi Sowjanya <lakshmi.sowjanya.d@intel.com> > Cc: tglx@linutronix.de; jstultz@google.com; giometti@enneenne.com; > corbet@lwn.net; linux-kernel@vger.kernel.org; x86@kernel.org; > netdev@vger.kernel.org; linux-doc@vger.kernel.org; intel-wired- > lan@lists.osuosl.org; Dong, Eddie <eddie.dong@intel.com>; Hall, Christopher > S <christopher.s.hall@intel.com>; Brandeburg, Jesse > <jesse.brandeburg@intel.com>; davem@davemloft.net; > alexandre.torgue@foss.st.com; joabreu@synopsys.com; > mcoquelin.stm32@gmail.com; perex@perex.cz; linux- > sound@vger.kernel.org; Nguyen, Anthony L <anthony.l.nguyen@intel.com>; > peter.hilber@opensynergy.com; N, Pandith <pandith.n@intel.com>; Mohan, > Subramanian <subramanian.mohan@intel.com>; T R, Thejesh Reddy > <thejesh.reddy.t.r@intel.com> > Subject: Re: [PATCH v8 12/12] ABI: pps: Add ABI documentation for Intel TIO > > On Mon, May 13, 2024 at 04:08:13PM +0530, lakshmi.sowjanya.d@intel.com > wrote: > > From: Lakshmi Sowjanya D <lakshmi.sowjanya.d@intel.com> > > > > Document sysfs interface for Intel Timed I/O PPS driver. > > ... > > > +Date: June 2024 > > Is this checked by phb? > > "the v6.11 kernel predictions: merge window closes on Sunday, 2024-08-04 > and release on Sunday, 2024-09-29" I have taken from phb but my understanding is that any probable month before merge window should be added. I want to know if it should be the month when the merge window closes? (i.e in this case August)? > > > +KernelVersion: 6.11 > > -- > With Best Regards, > Andy Shevchenko > Regards, Lakshmi Sowjanya
Mon, May 27, 2024 at 11:53:07AM +0000, D, Lakshmi Sowjanya kirjoitti: > > -----Original Message----- > > From: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > > Sent: Monday, May 13, 2024 4:52 PM > > On Mon, May 13, 2024 at 04:08:13PM +0530, lakshmi.sowjanya.d@intel.com > > wrote: ... > > > +Date: June 2024 > > > > Is this checked by phb? > > > > "the v6.11 kernel predictions: merge window closes on Sunday, 2024-08-04 > > and release on Sunday, 2024-09-29" > > I have taken from phb but my understanding is that any probable month before > merge window should be added. I didn't get this. You meant the merge window for the next cycle after your changes are expected to land? > I want to know if it should be the month when the merge window closes? (i.e > in this case August)? My common sense tells me that there will be no real users (except developers) for any kernel that's marked as vX.Y-rcZ. Assuming that we announce the ABI in the release, we should use date of the estimated relase. In this case I would use September 2024. > > > +KernelVersion: 6.11
diff --git a/Documentation/ABI/testing/sysfs-platform-pps-tio b/Documentation/ABI/testing/sysfs-platform-pps-tio new file mode 100644 index 000000000000..74f3244b55dc --- /dev/null +++ b/Documentation/ABI/testing/sysfs-platform-pps-tio @@ -0,0 +1,7 @@ +What: /sys/devices/platform/INTCxxxx/enable +Date: June 2024 +KernelVersion: 6.11 +Contact: Lakshmi Sowjanya D <lakshmi.sowjanya.d@intel.com> +Description: + (RW) Enable or disable PPS TIO generator output, read to + see the status of hardware (Enabled/Disabled). diff --git a/MAINTAINERS b/MAINTAINERS index 28e20975c26f..97606c072e3f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17670,6 +17670,7 @@ M: Rodolfo Giometti <giometti@enneenne.com> L: linuxpps@ml.enneenne.com (subscribers-only) S: Maintained W: http://wiki.enneenne.com/index.php/LinuxPPS_support +F: Documentation/ABI/testing/sysfs-platform-pps-tio F: Documentation/ABI/testing/sysfs-pps F: Documentation/devicetree/bindings/pps/pps-gpio.yaml F: Documentation/driver-api/pps.rst