Message ID | Yhv2DnIMuYrleRJK@archbook (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] FPGA Manager change for 5.18-rc1 | expand |
On Sun, Feb 27, 2022 at 02:07:10PM -0800, Moritz Fischer wrote: > The following changes since commit 21f0a239ecab4b6765269af78904512358beb802: > > fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API (2022-01-25 11:25:50 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-for-5.18-rc1 > > for you to fetch changes up to 21f0a239ecab4b6765269af78904512358beb802: > > fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API (2022-01-25 11:25:50 -0800) > > ---------------------------------------------------------------- > FPGA Manager changes for 5.18-rc1 > > Christophe's patch is part of a larger effort of removing the use of the > deprecated pci-dma-compat API. > > All patches have been reviewed on the mailing list, and have been in the > last few linux-next releases (as part of our for-next branch) without issues. > > Signed-off-by: Moritz Fischer <mdf@kernel.org> > > ---------------------------------------------------------------- No diffstat?
On Mon, Feb 28, 2022 at 05:50:08AM +0100, Greg KH wrote: > On Sun, Feb 27, 2022 at 02:07:10PM -0800, Moritz Fischer wrote: > > The following changes since commit 21f0a239ecab4b6765269af78904512358beb802: > > > > fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API (2022-01-25 11:25:50 -0800) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-for-5.18-rc1 > > > > for you to fetch changes up to 21f0a239ecab4b6765269af78904512358beb802: > > > > fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API (2022-01-25 11:25:50 -0800) > > > > ---------------------------------------------------------------- > > FPGA Manager changes for 5.18-rc1 > > > > Christophe's patch is part of a larger effort of removing the use of the > > deprecated pci-dma-compat API. > > > > All patches have been reviewed on the mailing list, and have been in the > > last few linux-next releases (as part of our for-next branch) without issues. > > > > Signed-off-by: Moritz Fischer <mdf@kernel.org> > > > > ---------------------------------------------------------------- > > No diffstat? Ugh, yeah. Turns out there's no diff between fpga-for-5.18-rc1 and fpga-for-5.18-rc1. I can re-send ... Should've read like this: The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-for-5.18-rc1 for you to fetch changes up to 21f0a239ecab4b6765269af78904512358beb802: fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API (2022-01-25 11:25:50 -0800) ---------------------------------------------------------------- FPGA Manager changes for 5.18-rc1 Christophe's patch is part of a larger effort of removing the use of the deprecated pci-dma-compat API. All patches have been reviewed on the mailing list, and have been in the last few linux-next releases (as part of our for-next branch) without issues. Signed-off-by: Moritz Fischer <mdf@kernel.org> ---------------------------------------------------------------- Christophe JAILLET (1): fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API drivers/fpga/dfl-pci.c | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-)
On Sun, Feb 27, 2022 at 11:44:07PM -0800, Moritz Fischer wrote: > On Mon, Feb 28, 2022 at 05:50:08AM +0100, Greg KH wrote: > > On Sun, Feb 27, 2022 at 02:07:10PM -0800, Moritz Fischer wrote: > > > The following changes since commit 21f0a239ecab4b6765269af78904512358beb802: > > > > > > fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API (2022-01-25 11:25:50 -0800) > > > > > > are available in the Git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-for-5.18-rc1 > > > > > > for you to fetch changes up to 21f0a239ecab4b6765269af78904512358beb802: > > > > > > fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API (2022-01-25 11:25:50 -0800) > > > > > > ---------------------------------------------------------------- > > > FPGA Manager changes for 5.18-rc1 > > > > > > Christophe's patch is part of a larger effort of removing the use of the > > > deprecated pci-dma-compat API. > > > > > > All patches have been reviewed on the mailing list, and have been in the > > > last few linux-next releases (as part of our for-next branch) without issues. > > > > > > Signed-off-by: Moritz Fischer <mdf@kernel.org> > > > > > > ---------------------------------------------------------------- > > > > No diffstat? > > Ugh, yeah. Turns out there's no diff between fpga-for-5.18-rc1 and > fpga-for-5.18-rc1. > > I can re-send ... > > Should've read like this: > > The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: > > Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-for-5.18-rc1 > > for you to fetch changes up to 21f0a239ecab4b6765269af78904512358beb802: > Sorry for the delay, now pulled and pushed out. greg k-h
The following changes since commit 21f0a239ecab4b6765269af78904512358beb802: fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API (2022-01-25 11:25:50 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-for-5.18-rc1 for you to fetch changes up to 21f0a239ecab4b6765269af78904512358beb802: fpga: dfl: pci: Remove usage of the deprecated "pci-dma-compat.h" API (2022-01-25 11:25:50 -0800) ---------------------------------------------------------------- FPGA Manager changes for 5.18-rc1 Christophe's patch is part of a larger effort of removing the use of the deprecated pci-dma-compat API. All patches have been reviewed on the mailing list, and have been in the last few linux-next releases (as part of our for-next branch) without issues. Signed-off-by: Moritz Fischer <mdf@kernel.org> ----------------------------------------------------------------