As maintainer team we have decided to move the linux-fpga development
to a shared repository with shared access.
Cc: Xu Yilun <[email protected]>
Cc: Wu Hao <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Moritz Fischer <[email protected]>
---
Hi Stephen,
can you help us update the linux-next part accordingly?
Thanks,
Moritz
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fd768d43e048..9b08d5ea001e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7717,7 +7717,7 @@ R: Tom Rix <[email protected]>
L: [email protected]
S: Maintained
Q: http://patchwork.kernel.org/project/linux-fpga/list/
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga.git
F: Documentation/devicetree/bindings/fpga/
F: Documentation/driver-api/fpga/
F: Documentation/fpga/
--
2.35.1
Hi Moritz,
On Thu, 7 Apr 2022 19:20:02 -0700 Moritz Fischer <[email protected]> wrote:
>
> As maintainer team we have decided to move the linux-fpga development
> to a shared repository with shared access.
>
> Cc: Xu Yilun <[email protected]>
> Cc: Wu Hao <[email protected]>
> Cc: Stephen Rothwell <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
> Signed-off-by: Moritz Fischer <[email protected]>
> ---
>
> Hi Stephen,
>
> can you help us update the linux-next part accordingly?
I have done so, but you forgot to create the "fixes" branch in the new
tree. Also, did you want more contacts listed for the tree (apart from
yourself)?
--
Cheers,
Stephen Rothwell
On Sat, Apr 09, 2022 at 03:47:39PM +1000, Stephen Rothwell wrote:
> Hi Moritz,
>
> On Thu, 7 Apr 2022 19:20:02 -0700 Moritz Fischer <[email protected]> wrote:
> >
> > As maintainer team we have decided to move the linux-fpga development
> > to a shared repository with shared access.
> >
> > Cc: Xu Yilun <[email protected]>
> > Cc: Wu Hao <[email protected]>
> > Cc: Stephen Rothwell <[email protected]>
> > Cc: Greg Kroah-Hartman <[email protected]>
> > Signed-off-by: Moritz Fischer <[email protected]>
> > ---
> >
> > Hi Stephen,
> >
> > can you help us update the linux-next part accordingly?
>
> I have done so, but you forgot to create the "fixes" branch in the new
> tree. Also, did you want more contacts listed for the tree (apart from
> yourself)?
Fixed. Thanks!
If you could add Xu Yilun and Wu Hao as contacts that'd be great!
Sorry for the late reply. I was OOO.
- Moritz
Hi Moritz,
On Tue, 19 Apr 2022 21:21:47 -0700 Moritz Fischer <[email protected]> wrote:
>
> On Sat, Apr 09, 2022 at 03:47:39PM +1000, Stephen Rothwell wrote:
> > Hi Moritz,
> >
> > On Thu, 7 Apr 2022 19:20:02 -0700 Moritz Fischer <[email protected]> wrote:
> > >
> > > As maintainer team we have decided to move the linux-fpga development
> > > to a shared repository with shared access.
> > >
> > > Cc: Xu Yilun <[email protected]>
> > > Cc: Wu Hao <[email protected]>
> > > Cc: Stephen Rothwell <[email protected]>
> > > Cc: Greg Kroah-Hartman <[email protected]>
> > > Signed-off-by: Moritz Fischer <[email protected]>
> > > ---
> > >
> > > Hi Stephen,
> > >
> > > can you help us update the linux-next part accordingly?
> >
> > I have done so, but you forgot to create the "fixes" branch in the new
> > tree. Also, did you want more contacts listed for the tree (apart from
> > yourself)?
>
> Fixed. Thanks!
>
> If you could add Xu Yilun and Wu Hao as contacts that'd be great!
Done.
--
Cheers,
Stephen Rothwell
On Thu, Apr 07, 2022 at 07:20:02PM -0700, Moritz Fischer wrote:
> As maintainer team we have decided to move the linux-fpga development
> to a shared repository with shared access.
>
> Cc: Xu Yilun <[email protected]>
> Cc: Wu Hao <[email protected]>
> Cc: Stephen Rothwell <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
> Signed-off-by: Moritz Fischer <[email protected]>
> ---
>
> Hi Stephen,
>
> can you help us update the linux-next part accordingly?
>
> Thanks,
>
> Moritz
> ---
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fd768d43e048..9b08d5ea001e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7717,7 +7717,7 @@ R: Tom Rix <[email protected]>
> L: [email protected]
> S: Maintained
> Q: http://patchwork.kernel.org/project/linux-fpga/list/
> -T: git git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga.git
> F: Documentation/devicetree/bindings/fpga/
> F: Documentation/driver-api/fpga/
> F: Documentation/fpga/
> --
> 2.35.1
>
Applied to for-next,
- Moritz