public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] USB and unbinding
@ 2015-07-20  2:23 Simon Glass
  2015-07-20 15:31 ` Hans de Goede
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Glass @ 2015-07-20  2:23 UTC (permalink / raw)
  To: u-boot

Hi Hans,

I've been thinking about the USB unbinding code. I know that I agreed
to go with it, but in retrospect I think that was a mistake.

I believe we should separate out the unbinding and make it an option,
so that it is not required in order to use USB. In effect this makes
one of driver model's design goals (the option to drop unused code)
useless since USB is a common interface.

If I recall the only problem the lack of unbinding caused was that the
keyboard driver broke. I suspect it broke in a way that can be fixed.
In fact I recently converted usb_ether to driver model and I'm willing
to do the keyboard side also.

I'd like the USB code to function with or without the unbinding (i.e.
it uses it if there). What do you think?

Regards,
Simon

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

end of thread, other threads:[~2015-07-22  9:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-20  2:23 [U-Boot] USB and unbinding Simon Glass
2015-07-20 15:31 ` Hans de Goede
2015-07-20 15:49   ` Simon Glass
2015-07-21 19:52     ` Hans de Goede
2015-07-22  3:48       ` Simon Glass
2015-07-22  9:09         ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox