All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] AVR32 removal due to lack of custodian.
@ 2012-02-25 22:13 Wolfgang Denk
  2012-02-25 22:38 ` Jerry Van Baren
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Wolfgang Denk @ 2012-02-25 22:13 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH] AVR32 removal due to lack of custodian.
  2012-02-25 22:13 [U-Boot] [PATCH] AVR32 removal due to lack of custodian Wolfgang Denk
@ 2012-02-25 22:38 ` Jerry Van Baren
  2012-02-27  1:05 ` Paul Gortmaker
  2012-02-27 11:25 ` Andreas Bießmann
  2 siblings, 0 replies; 9+ messages in thread
From: Jerry Van Baren @ 2012-02-25 22:38 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH] AVR32 removal due to lack of custodian.
  2012-02-25 22:13 [U-Boot] [PATCH] AVR32 removal due to lack of custodian Wolfgang Denk
  2012-02-25 22:38 ` Jerry Van Baren
@ 2012-02-27  1:05 ` Paul Gortmaker
  2012-02-27 11:25 ` Andreas Bießmann
  2 siblings, 0 replies; 9+ messages in thread
From: Paul Gortmaker @ 2012-02-27  1:05 UTC (permalink / raw)
  To: u-boot

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 at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH] AVR32 removal due to lack of custodian.
  2012-02-25 22:13 [U-Boot] [PATCH] AVR32 removal due to lack of custodian Wolfgang Denk
  2012-02-25 22:38 ` Jerry Van Baren
  2012-02-27  1:05 ` Paul Gortmaker
@ 2012-02-27 11:25 ` Andreas Bießmann
  2012-02-27 13:09   ` Marek Vasut
  2012-03-04 20:55   ` Wolfgang Denk
  2 siblings, 2 replies; 9+ messages in thread
From: Andreas Bießmann @ 2012-02-27 11:25 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH] AVR32 removal due to lack of custodian.
  2012-02-27 11:25 ` Andreas Bießmann
@ 2012-02-27 13:09   ` Marek Vasut
  2012-02-27 13:36     ` Andreas Bießmann
  2012-03-04 20:55   ` Wolfgang Denk
  1 sibling, 1 reply; 9+ messages in thread
From: Marek Vasut @ 2012-02-27 13:09 UTC (permalink / raw)
  To: u-boot

> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH] AVR32 removal due to lack of custodian.
  2012-02-27 13:09   ` Marek Vasut
@ 2012-02-27 13:36     ` Andreas Bießmann
  2012-02-27 13:37       ` Marek Vasut
  0 siblings, 1 reply; 9+ messages in thread
From: Andreas Bießmann @ 2012-02-27 13:36 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH] AVR32 removal due to lack of custodian.
  2012-02-27 13:36     ` Andreas Bießmann
@ 2012-02-27 13:37       ` Marek Vasut
  0 siblings, 0 replies; 9+ messages in thread
From: Marek Vasut @ 2012-02-27 13:37 UTC (permalink / raw)
  To: u-boot

> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH] AVR32 removal due to lack of custodian.
  2012-02-27 11:25 ` Andreas Bießmann
  2012-02-27 13:09   ` Marek Vasut
@ 2012-03-04 20:55   ` Wolfgang Denk
  2012-03-06 12:49     ` Hans-Christian Egtvedt
  1 sibling, 1 reply; 9+ messages in thread
From: Wolfgang Denk @ 2012-03-04 20:55 UTC (permalink / raw)
  To: u-boot

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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
When it is incorrect, it is, at least *authoritatively* incorrect.
                                    - Hitchiker's Guide To The Galaxy

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [U-Boot] [PATCH] AVR32 removal due to lack of custodian.
  2012-03-04 20:55   ` Wolfgang Denk
@ 2012-03-06 12:49     ` Hans-Christian Egtvedt
  0 siblings, 0 replies; 9+ messages in thread
From: Hans-Christian Egtvedt @ 2012-03-06 12:49 UTC (permalink / raw)
  To: u-boot

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.

-- 
mvh
Hans-Christian Egtvedt

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-03-06 12:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-25 22:13 [U-Boot] [PATCH] AVR32 removal due to lack of custodian Wolfgang Denk
2012-02-25 22:38 ` Jerry Van Baren
2012-02-27  1:05 ` Paul Gortmaker
2012-02-27 11:25 ` Andreas Bießmann
2012-02-27 13:09   ` Marek Vasut
2012-02-27 13:36     ` Andreas Bießmann
2012-02-27 13:37       ` Marek Vasut
2012-03-04 20:55   ` Wolfgang Denk
2012-03-06 12:49     ` Hans-Christian Egtvedt

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.