Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755299AbcLNMCU (ORCPT ); Wed, 14 Dec 2016 07:02:20 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:35867 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754903AbcLNMCT (ORCPT ); Wed, 14 Dec 2016 07:02:19 -0500 Date: Wed, 14 Dec 2016 20:44:35 +0900 From: Stafford Horne To: Geert Uytterhoeven Cc: Stefan Kristiansson , Jonas Bonn , Guenter Roeck , blue@cmd.nu, Rob Herring , "linux-kernel@vger.kernel.org" , openrisc@lists.librecores.org Subject: Re: [PATCH v2 8/9] openrisc: Updates after openrisc.net has been lost Message-ID: <20161214114435.GD2650@lianli.shorne-pla.net> References: <1479130239-30707-1-git-send-email-shorne@gmail.com> <85a10b7601c10dc0cf710f69d5729bf1871de22c.1479128947.git.shorne@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2065 Lines: 60 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 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 > > --- > > 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 > > -W: http://openrisc.net > > +M: Stefan Kristiansson > > +M: Stafford Horne > > +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