All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stafford Horne <shorne@gmail.com>
To: openrisc@lists.librecores.org
Subject: [OpenRISC] [PATCH v2 8/9] openrisc: Updates after openrisc.net has been lost
Date: Wed, 14 Dec 2016 20:44:35 +0900	[thread overview]
Message-ID: <20161214114435.GD2650@lianli.shorne-pla.net> (raw)
In-Reply-To: <CAMuHMdU1EUpjmNVMv3Kmb1FrvzpxUVtcfLKmCduT5-pSUZw-bA@mail.gmail.com>

Hi Geert,

On Wed, Dec 14, 2016 at 09:57:11AM +0100, Geert Uytterhoeven wrote:
> Hi Stafford, Stefan,
> 
> On Mon, Nov 14, 2016 at 2:30 PM, Stafford Horne <shorne@gmail.com> wrote:
> > The openrisc.net domain expired and was taken over by squatters.
> > These updates point documentation to the new domain, mailing lists
> > and git repos.
> >
> > Also, Jonas is not the main maintainer anylonger, he reviews changes
> > but does not maintain a repo or sent pull requests.  Updating this to
> > add Stafford and Stefan who are the active maintainers.
> >
> > Signed-off-by: Stafford Horne <shorne@gmail.com>
> > ---
> >  MAINTAINERS                   | 6 ++++--
> >  arch/openrisc/README.openrisc | 8 ++++----
> >  arch/openrisc/kernel/setup.c  | 2 +-
> >  3 files changed, 9 insertions(+), 7 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 851b89b..d84a585 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -8958,9 +8958,11 @@ F:       drivers/of/resolver.c
> >
> >  OPENRISC ARCHITECTURE
> >  M:     Jonas Bonn <jonas@southpole.se>
> > -W:     http://openrisc.net
> > +M:     Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
> > +M:     Stafford Horne <shorne@gmail.com>
> > +L:     openrisc at lists.librecores.org
> > +W:     http://openrisc.io
> >  S:     Maintained
> > -T:     git git://openrisc.net/~jonas/linux
> >  F:     arch/openrisc/
> 
> It's great news to see new active maintainers for OpenRISC.
> Thanks a lot!
> 
> Somehow I seem to have missed the new mailing announcement.
> Subscribed ;-)

I hope we can help out as much as possible.  Let us know if you have any
requests.

Just to give a bit of a preview of what we have in our backlog:
 - Openrisc optimized memcpy memset routines
 - Various opencores (now librecores?) IP drivers
 - SMP support

I have been sorting through the patches and getting them ready (commit
messages, code style etc).  Everything will be reviewed on the openrisc
and kernel list.

We cant promise quick progress but hopefully better than it has been in
the recent past.

-Stafford


WARNING: multiple messages have this Message-ID (diff)
From: Stafford Horne <shorne@gmail.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>,
	Jonas Bonn <jonas@southpole.se>,
	Guenter Roeck <linux@roeck-us.net>,
	blue@cmd.nu, Rob Herring <robh@kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	openrisc@lists.librecores.org
Subject: Re: [PATCH v2 8/9] openrisc: Updates after openrisc.net has been lost
Date: Wed, 14 Dec 2016 20:44:35 +0900	[thread overview]
Message-ID: <20161214114435.GD2650@lianli.shorne-pla.net> (raw)
In-Reply-To: <CAMuHMdU1EUpjmNVMv3Kmb1FrvzpxUVtcfLKmCduT5-pSUZw-bA@mail.gmail.com>

Hi Geert,

On Wed, Dec 14, 2016 at 09:57:11AM +0100, Geert Uytterhoeven wrote:
> Hi Stafford, Stefan,
> 
> On Mon, Nov 14, 2016 at 2:30 PM, Stafford Horne <shorne@gmail.com> wrote:
> > The openrisc.net domain expired and was taken over by squatters.
> > These updates point documentation to the new domain, mailing lists
> > and git repos.
> >
> > Also, Jonas is not the main maintainer anylonger, he reviews changes
> > but does not maintain a repo or sent pull requests.  Updating this to
> > add Stafford and Stefan who are the active maintainers.
> >
> > Signed-off-by: Stafford Horne <shorne@gmail.com>
> > ---
> >  MAINTAINERS                   | 6 ++++--
> >  arch/openrisc/README.openrisc | 8 ++++----
> >  arch/openrisc/kernel/setup.c  | 2 +-
> >  3 files changed, 9 insertions(+), 7 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 851b89b..d84a585 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -8958,9 +8958,11 @@ F:       drivers/of/resolver.c
> >
> >  OPENRISC ARCHITECTURE
> >  M:     Jonas Bonn <jonas@southpole.se>
> > -W:     http://openrisc.net
> > +M:     Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
> > +M:     Stafford Horne <shorne@gmail.com>
> > +L:     openrisc@lists.librecores.org
> > +W:     http://openrisc.io
> >  S:     Maintained
> > -T:     git git://openrisc.net/~jonas/linux
> >  F:     arch/openrisc/
> 
> It's great news to see new active maintainers for OpenRISC.
> Thanks a lot!
> 
> Somehow I seem to have missed the new mailing announcement.
> Subscribed ;-)

I hope we can help out as much as possible.  Let us know if you have any
requests.

Just to give a bit of a preview of what we have in our backlog:
 - Openrisc optimized memcpy memset routines
 - Various opencores (now librecores?) IP drivers
 - SMP support

I have been sorting through the patches and getting them ready (commit
messages, code style etc).  Everything will be reviewed on the openrisc
and kernel list.

We cant promise quick progress but hopefully better than it has been in
the recent past.

-Stafford

  reply	other threads:[~2016-12-14 11:44 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1479128947.git.shorne@gmail.com>
2016-11-14 13:30 ` [OpenRISC] [PATCH v2 0/9] openrisc: Misc fixes from backlog Stafford Horne
2016-11-14 13:30   ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 1/9] openrisc: fix PTRS_PER_PGD define Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 2/9] openrisc: restore all regs on rt_sigreturn Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 3/9] openrisc: Add thread-local storage (TLS) support Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 4/9] openrisc: Support both old (or32) and new (or1k) toolchain Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 5/9] openrisc: add NR_CPUS Kconfig default value Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 6/9] openrisc: remove the redundant of_platform_populate Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 7/9] openrisc: Consolidate setup to use memblock instead of bootmem Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 8/9] openrisc: Updates after openrisc.net has been lost Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-16  7:13     ` [OpenRISC] " Olof Kindgren
2016-11-16  7:13       ` Olof Kindgren
2016-12-14  8:57     ` Geert Uytterhoeven
2016-12-14  8:57       ` Geert Uytterhoeven
2016-12-14 11:44       ` Stafford Horne [this message]
2016-12-14 11:44         ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 9/9] openrisc: include l.swa in check for write data pagefault Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-30  1:23   ` [OpenRISC] [PATCH v2 0/9] openrisc: Misc fixes from backlog Guenter Roeck
2016-11-30  1:23     ` Guenter Roeck
2016-11-30 12:40     ` [OpenRISC] " Stafford Horne
2016-11-30 12:40       ` Stafford Horne
2016-11-30 14:21       ` [OpenRISC] " Guenter Roeck
2016-11-30 14:21         ` Guenter Roeck

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=20161214114435.GD2650@lianli.shorne-pla.net \
    --to=shorne@gmail.com \
    --cc=openrisc@lists.librecores.org \
    /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.