* [U-Boot] PPC4xx: usbdev.c used at all?
@ 2011-11-17 14:04 Stefan Roese
2011-11-17 14:34 ` Matthias Fuchs
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Stefan Roese @ 2011-11-17 14:04 UTC (permalink / raw)
To: u-boot
Hi Marri,
I just "touched" the file "arch/powerpc/cpu/ppc4xx/usbdev.c" again to remove
some GCC 4.6 compiler warnings. While doing this I wondered (again) if anybody
is using this "driver" at all. I definitely never did. And I'm wondering if
this code is useful at all.
So Marri (or anybody else): Do you need this driver in U-Boot?
If not, I'll just remove it in a short while.
Thanks.
Best regards,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] PPC4xx: usbdev.c used at all?
2011-11-17 14:04 [U-Boot] PPC4xx: usbdev.c used at all? Stefan Roese
@ 2011-11-17 14:34 ` Matthias Fuchs
2011-11-21 22:15 ` Tirumala Marri
2011-11-23 6:10 ` Rupjyoti Sarmah
2 siblings, 0 replies; 9+ messages in thread
From: Matthias Fuchs @ 2011-11-17 14:34 UTC (permalink / raw)
To: u-boot
We do not use it or plan to use it.
Matthias
On 17.11.2011 15:04, Stefan Roese wrote:
> Hi Marri,
>
> I just "touched" the file "arch/powerpc/cpu/ppc4xx/usbdev.c" again to remove
> some GCC 4.6 compiler warnings. While doing this I wondered (again) if anybody
> is using this "driver" at all. I definitely never did. And I'm wondering if
> this code is useful at all.
>
> So Marri (or anybody else): Do you need this driver in U-Boot?
>
> If not, I'll just remove it in a short while.
>
> Thanks.
>
> Best regards,
> Stefan
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] PPC4xx: usbdev.c used at all?
2011-11-17 14:04 [U-Boot] PPC4xx: usbdev.c used at all? Stefan Roese
2011-11-17 14:34 ` Matthias Fuchs
@ 2011-11-21 22:15 ` Tirumala Marri
2011-11-21 22:31 ` Wolfgang Denk
2011-11-23 6:10 ` Rupjyoti Sarmah
2 siblings, 1 reply; 9+ messages in thread
From: Tirumala Marri @ 2011-11-21 22:15 UTC (permalink / raw)
To: u-boot
Hi Stefan,
>
>I just "touched" the file "arch/powerpc/cpu/ppc4xx/usbdev.c" again to
>remove
>some GCC 4.6 compiler warnings. While doing this I wondered (again) if
>anybody
>is using this "driver" at all. I definitely never did. And I'm wondering
>if
>this code is useful at all.
>
>So Marri (or anybody else): Do you need this driver in U-Boot?
>
>If not, I'll just remove it in a short while.
This code is used when usb device is used as boot medium for Linux.
Let me check what are the errors you are seeing.
Thanks,
Marri
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] PPC4xx: usbdev.c used at all?
2011-11-21 22:15 ` Tirumala Marri
@ 2011-11-21 22:31 ` Wolfgang Denk
2011-11-22 5:49 ` Stefan Roese
0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Denk @ 2011-11-21 22:31 UTC (permalink / raw)
To: u-boot
Dear Tirumala Marri,
In message <84ba190ce6cd91cb6719b8e674521519@mail.gmail.com> you wrote:
>
> This code is used when usb device is used as boot medium for Linux.
Which exact usage mode would that be, i. e. which hardware setup would
you use in coimbination with which exact commands?
> Let me check what are the errors you are seeing.
Thanks.
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
Am I your nanny? The kernel is there to support user programs, but
it's a _resource_ handler, not a baby feeder. - Linus Torvalds in
<Pine.LNX.3.91.960425074845.22041C-100000@linux.cs.Helsinki.FI>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] PPC4xx: usbdev.c used at all?
2011-11-21 22:31 ` Wolfgang Denk
@ 2011-11-22 5:49 ` Stefan Roese
0 siblings, 0 replies; 9+ messages in thread
From: Stefan Roese @ 2011-11-22 5:49 UTC (permalink / raw)
To: u-boot
Hi Marri,
On Monday 21 November 2011 23:31:45 Wolfgang Denk wrote:
> > This code is used when usb device is used as boot medium for Linux.
>
> Which exact usage mode would that be, i. e. which hardware setup would
> you use in coimbination with which exact commands?
Yes, please explain in more detail what exactly you mean with "boot medium for
Linux". How does this work?
Best regards,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] PPC4xx: usbdev.c used at all?
2011-11-17 14:04 [U-Boot] PPC4xx: usbdev.c used at all? Stefan Roese
2011-11-17 14:34 ` Matthias Fuchs
2011-11-21 22:15 ` Tirumala Marri
@ 2011-11-23 6:10 ` Rupjyoti Sarmah
2011-11-23 7:09 ` Stefan Roese
2 siblings, 1 reply; 9+ messages in thread
From: Rupjyoti Sarmah @ 2011-11-23 6:10 UTC (permalink / raw)
To: u-boot
>> I just "touched" the file "arch/powerpc/cpu/ppc4xx/usbdev.c" again to
remove
>> some GCC 4.6 compiler warnings. While doing this I wondered (again) if
anybody
>> is using this "driver" at all. I definitely never did. And I'm
wondering if
>> this code is useful at all.
Hi Stefan,
This driver is used by PPC440EP for usb 1.1.
Regards,
Rup
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] PPC4xx: usbdev.c used at all?
2011-11-23 6:10 ` Rupjyoti Sarmah
@ 2011-11-23 7:09 ` Stefan Roese
2011-12-01 8:15 ` Stefan Roese
0 siblings, 1 reply; 9+ messages in thread
From: Stefan Roese @ 2011-11-23 7:09 UTC (permalink / raw)
To: u-boot
Hi Rup,
On Wednesday 23 November 2011 07:10:37 Rupjyoti Sarmah wrote:
> This driver is used by PPC440EP for usb 1.1.
Please explain this in more detail. I fail to see, how this driver could be of
any used. I definitely never used it. So please explain how exactly you make
use of this driver, or why it is needed?
Best regards,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] PPC4xx: usbdev.c used at all?
2011-11-23 7:09 ` Stefan Roese
@ 2011-12-01 8:15 ` Stefan Roese
2011-12-07 20:08 ` Wolfgang Denk
0 siblings, 1 reply; 9+ messages in thread
From: Stefan Roese @ 2011-12-01 8:15 UTC (permalink / raw)
To: u-boot
Hi Rup,
On Wednesday 23 November 2011 08:09:07 Stefan Roese wrote:
> On Wednesday 23 November 2011 07:10:37 Rupjyoti Sarmah wrote:
> > This driver is used by PPC440EP for usb 1.1.
>
> Please explain this in more detail. I fail to see, how this driver could be
> of any used. I definitely never used it. So please explain how exactly you
> make use of this driver, or why it is needed?
Ping! This removal patch is still on my list. So please explain, or I will
remove this "driver".
Thanks.
Best regards,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
^ permalink raw reply [flat|nested] 9+ messages in thread
* [U-Boot] PPC4xx: usbdev.c used at all?
2011-12-01 8:15 ` Stefan Roese
@ 2011-12-07 20:08 ` Wolfgang Denk
0 siblings, 0 replies; 9+ messages in thread
From: Wolfgang Denk @ 2011-12-07 20:08 UTC (permalink / raw)
To: u-boot
Dear Stefan Roese,
In message <201112010915.34487.sr@denx.de> you wrote:
>
> > On Wednesday 23 November 2011 07:10:37 Rupjyoti Sarmah wrote:
> > > This driver is used by PPC440EP for usb 1.1.
> >
> > Please explain this in more detail. I fail to see, how this driver could be
> > of any used. I definitely never used it. So please explain how exactly you
> > make use of this driver, or why it is needed?
>
> Ping! This removal patch is still on my list. So please explain, or I will
> remove this "driver".
I'm not willing to wait any longer. I want to see these warnigns
fixed.
I'll pull your patch directly.
Rup, if you can explain that this driver is needed,, then please feel
free to submit a patch to re-add it - after cleaningup the warnings it
cuases, that is.
Thanks.
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
I mean, I . . . think to understand you, I just don't know what you
are saying ... - Terry Pratchett, _Soul Music_
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2011-12-07 20:08 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-17 14:04 [U-Boot] PPC4xx: usbdev.c used at all? Stefan Roese
2011-11-17 14:34 ` Matthias Fuchs
2011-11-21 22:15 ` Tirumala Marri
2011-11-21 22:31 ` Wolfgang Denk
2011-11-22 5:49 ` Stefan Roese
2011-11-23 6:10 ` Rupjyoti Sarmah
2011-11-23 7:09 ` Stefan Roese
2011-12-01 8:15 ` Stefan Roese
2011-12-07 20:08 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox