diff mbox

[U-Boot] AVR32 removal due to lack of custodian.

Message ID 1330208025-24198-1-git-send-email-wd@denx.de
State Rejected
Headers show

Commit Message

Wolfgang Denk Feb. 25, 2012, 10:13 p.m. UTC
AVR32 appaers to be unmaintained, and nobody appears to care about
that.  Let's get rid fof it.

Signed-off-by: Wolfgang Denk <wd@denx.de>
---
 doc/feature-removal-schedule.txt |    7 ++++++++++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

Comments

Jerry Van Baren Feb. 25, 2012, 10:38 p.m. UTC | #1
Hi Wolfgang,

On 02/25/2012 05:13 PM, Wolfgang Denk wrote:
> AVR32 appaers to be unmaintained, and nobody appears to care about
> that.  Let's get rid fof it.
>
> Signed-off-by: Wolfgang Denk<wd@denx.de>
> ---
>   doc/feature-removal-schedule.txt |    7 ++++++++++++++
>   1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt
> index e04ba2d..f0b828e 100644
> --- a/doc/feature-removal-schedule.txt
> +++ b/doc/feature-removal-schedule.txt
> @@ -7,6 +7,20 @@ file.
>
>   ---------------------------
>
> +What:	ARV32 Support

FWIIW, typo: s/ARV/AVR/

> +When:	v2012.06
> +Why:	Lack of a custodian and of interest, and lack of time and/or sponsors.
> +Who:	Wolfgang Denk<wd@denx.de>
> +
> +---------------------------
> +
>   What:	Users of the legacy miiphy_* code
>   When:	undetermined
>

Best regards,
gvb
Paul Gortmaker Feb. 27, 2012, 1:05 a.m. UTC | #2
Adding linux maintainers to CC, since if it dies here, it should probably
also die in the linux kernel as well...

P.
---

On Sat, Feb 25, 2012 at 5:13 PM, Wolfgang Denk <wd@denx.de> wrote:
> AVR32 appaers to be unmaintained, and nobody appears to care about
> that.  Let's get rid fof it.
>
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> ---
>  doc/feature-removal-schedule.txt |    7 ++++++++++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt
> index e04ba2d..f0b828e 100644
> --- a/doc/feature-removal-schedule.txt
> +++ b/doc/feature-removal-schedule.txt
> @@ -7,6 +7,20 @@ file.
>
>  ---------------------------
>
> +What:  ARV32 Support
> +When:  v2012.06
> +Why:   Lack of a custodian and of interest, and lack of time and/or sponsors.
> +Who:   Wolfgang Denk <wd@denx.de>
> +
> +---------------------------
> +
>  What:  Users of the legacy miiphy_* code
>  When:  undetermined
>
> --
> 1.7.7.6
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
Andreas Bießmann Feb. 27, 2012, 11:25 a.m. UTC | #3
Hi Wolfgang,

On 25.02.2012 23:13, Wolfgang Denk wrote:
> AVR32 appaers to be unmaintained, and nobody appears to care about

s/appaers/appears/g

well, there where at least two users (sven and I) last year ...

> that.  Let's get rid fof it.

Would be sad, at least now ...

I'm willing to get u-boot avr32 support to live on for at least some
years, if no one else volunteers.

regards

Andreas Bießmann
Marek Vasut Feb. 27, 2012, 1:09 p.m. UTC | #4
> Hi Wolfgang,
> 
> On 25.02.2012 23:13, Wolfgang Denk wrote:
> > AVR32 appaers to be unmaintained, and nobody appears to care about
> 
> s/appaers/appears/g
> 
> well, there where at least two users (sven and I) last year ...
> 
> > that.  Let's get rid fof it.
> 
> Would be sad, at least now ...
> 
> I'm willing to get u-boot avr32 support to live on for at least some
> years, if no one else volunteers.
> 

Hi,

that'd be great! There's especially one problem I found with the AVR32 stuff. 
The MMC driver. I take it the "gen_atmel_mci.c" driver can be used instead of 
"atmel_mci.c", which uses the legacy MMC API? Can you flip the AVR32 boards to 
the new MMC driver so we can drop the legacy MMC API any soon please?

Thanks!

M
Andreas Bießmann Feb. 27, 2012, 1:36 p.m. UTC | #5
Hi Marek,

On 27.02.2012 14:09, Marek Vasut wrote:

>> I'm willing to get u-boot avr32 support to live on for at least some
>> years, if no one else volunteers.
>>

> that'd be great! There's especially one problem I found with the AVR32 stuff. 
> The MMC driver. I take it the "gen_atmel_mci.c" driver can be used instead of 
> "atmel_mci.c", which uses the legacy MMC API? Can you flip the AVR32 boards to 
> the new MMC driver so we can drop the legacy MMC API any soon please?

Sven posted patches [1] some days ago which are almost working. That
series have some timing issues which should be fixed inside the mmc
framework, see [2] for more information on that.

I will rework these patches next days and do some testing. Would be
great to get a comment on [2] from Andy Fleming (as MMC custodian).

regards

Andreas Bießmann

[1] http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/112056
[2] http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/112421
Marek Vasut Feb. 27, 2012, 1:37 p.m. UTC | #6
> Hi Marek,
> 
> On 27.02.2012 14:09, Marek Vasut wrote:
> >> I'm willing to get u-boot avr32 support to live on for at least some
> >> years, if no one else volunteers.
> > 
> > that'd be great! There's especially one problem I found with the AVR32
> > stuff. The MMC driver. I take it the "gen_atmel_mci.c" driver can be
> > used instead of "atmel_mci.c", which uses the legacy MMC API? Can you
> > flip the AVR32 boards to the new MMC driver so we can drop the legacy
> > MMC API any soon please?
> 
> Sven posted patches [1] some days ago which are almost working. That
> series have some timing issues which should be fixed inside the mmc
> framework, see [2] for more information on that.
> 
> I will rework these patches next days and do some testing. Would be
> great to get a comment on [2] from Andy Fleming (as MMC custodian).
> 
Awesome! Keep me in CC please.

Thanks!

M
Wolfgang Denk March 4, 2012, 8:55 p.m. UTC | #7
Dear Andreas,

In message <4F4B681D.8070302@gmail.com> you wrote:
> 
> well, there where at least two users (sven and I) last year ...
...
> I'm willing to get u-boot avr32 support to live on for at least some
> years, if no one else volunteers.

Thanks a lot for volunteering.  Please send me your ssh public key so
I can give you write access to the AVR32 repo.

Best regards,

Wolfgang Denk
Hans-Christian Noren Egtvedt March 6, 2012, 12:49 p.m. UTC | #8
Around Sun 04 Mar 2012 21:55:22 +0100 or thereabout, Wolfgang Denk wrote:
> Dear Andreas,
> 
> In message <4F4B681D.8070302@gmail.com> you wrote:
>> 
>> well, there where at least two users (sven and I) last year ...
> ...
>> I'm willing to get u-boot avr32 support to live on for at least some
>> years, if no one else volunteers.
> 
> Thanks a lot for volunteering.  Please send me your ssh public key so
> I can give you write access to the AVR32 repo.

Thanks from my side as well, U-Boot has not been prioritized by me for some
time. And with limited time, it would be good that somebody active keeps an
eye open.
diff mbox

Patch

diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt
index e04ba2d..f0b828e 100644
--- a/doc/feature-removal-schedule.txt
+++ b/doc/feature-removal-schedule.txt
@@ -7,6 +7,20 @@  file.
 
 ---------------------------
 
+What:	ARV32 Support
+When:	v2012.06
+Why:	Lack of a custodian and of interest, and lack of time and/or sponsors.
+Who:	Wolfgang Denk <wd@denx.de>
+
+---------------------------
+
 What:	Users of the legacy miiphy_* code
 When:	undetermined
 
-- 
1.7.7.6

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot