linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* insmod problem
@ 2005-05-13 12:33 Marco Schramel
  2005-05-13 12:46 ` Pantelis Antoniou
  0 siblings, 1 reply; 27+ messages in thread
From: Marco Schramel @ 2005-05-13 12:33 UTC (permalink / raw)
  To: PPC_LINUX

Hi,

we use a custom mpc8270 system. Everything works fine.
Now i have to handle some float values in a device driver. If i insert the compiled module my target prints out 

insmod: unresolved symbol __addsf3
insmod: unresolved symbol __floatsisf

Are there any missing libraries ?

Any other ideas?

Best regards

Marco


-- 
---------
Marco Schramel

^ permalink raw reply	[flat|nested] 27+ messages in thread
* RE: MPC885 - USB HCI drivers.
@ 2005-07-27 18:08 Bastos Fernandez Alexandre
  2005-08-16  1:21 ` Adam Kent
  0 siblings, 1 reply; 27+ messages in thread
From: Bastos Fernandez Alexandre @ 2005-07-27 18:08 UTC (permalink / raw)
  To: 'Pantelis Antoniou', Bryan O'Donoghue; +Cc: linuxppc-embedded

Guys,

Finally, was the patch submitted to the list?
I have searched deeply both ozlabs and gmane, but I couldn't
find it ...

I have been disconnected from the list for several weeks (wedding holidays
:-) )
so I am a bit unplugged with all this stuff.
By now, I would apprece a lot this usb host driver for 82xx.

Thanks,

Alex BASTOS


> -----Original Message-----
> From:	Pantelis Antoniou [SMTP:panto@intracom.gr]
> Sent:	Tuesday, May 17, 2005 11:45 AM
> To:	Bryan O'Donoghue
> Cc:	linuxppc-embedded@ozlabs.org
> Subject:	Re: MPC885 - USB HCI drivers.
> 
> Bryan O'Donoghue wrote:
> > Pantelis Antoniou wrote:
> > 
> > 
> >>Well I have USB host drivers for both 8xx & 82xx working.
> > 
> > 
> > Speaking of which... would it not be a good idea, to get these comitted
> > to the 2.6 tree... at some stage ... at least to stop people
> > periodically posting to this list... saying "Dear all have spent 2
> > months, writing code for m8xx_hci drivers", when it's a needless
> > replication of effort ?
> > 
> 
> Well, they are too hideous for human eyes :)
> 
> > 
> >>However I use them connected to a specific peripheral
> >>so I don't know how well they fare when used as a PC
> >>style USB host controller.
> > 
> > 
> > Also, one easy way to find out, how well or badly said code performs, in
> > hetrogenous environments, is to... suck it and see.
> > 
> > As I was attempting to intimate above, I'm sure there'd be a legion of
> > eager people to debug, modify and recode such drivers, if there lived in
> > an obvious place... in the 2.6 tree.
> > 
> > Just my EUR0.02.
> > 
> 
> Also they're 2.4 only :)
> 
> I'll try to clean them up and post them sometime this week.
> 
> But I don't have time left to hack them for 2.6. I'll need
> vict^H^H^Holunteers to do it...
> 
> Regards
> 
> Pantelis
> 
> 
> > --
> > 
> > Best,
> > Bryan
> > 
> > 
> 
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded

^ permalink raw reply	[flat|nested] 27+ messages in thread
* Re: MPC885 - USB HCI drivers.
@ 2007-12-20  6:53 Jonathan Journo
  2007-12-20 18:41 ` Vitaly Bordug
  0 siblings, 1 reply; 27+ messages in thread
From: Jonathan Journo @ 2007-12-20  6:53 UTC (permalink / raw)
  To: linuxppc-embedded@ozlabs.org

[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

Hello Pantelis ,

I saw you used usb host driver on mpc8xx. I am trying to make one on MPC885 because vxworks drivers are not compatible with it.

To begin I tried to make the loopback mode (test) working but it doesn't work.
Is there anything that is not mentioned on the datasheet in" USB host controller initialization example" that I have to know to make it work.

Thanks for any help.
Jonathan
Journo.

[-- Attachment #2: Type: text/html, Size: 3025 bytes --]

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

end of thread, other threads:[~2007-12-20 18:42 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-13 12:33 insmod problem Marco Schramel
2005-05-13 12:46 ` Pantelis Antoniou
2005-05-13 13:14   ` Mark Chambers
2005-05-13 13:46     ` Kumar Gala
2005-05-13 17:27       ` MPC885 - USB HCI drivers Guillaume Autran
2005-05-16 21:50         ` Kylo Ginsberg
2005-05-16 22:03           ` Wolfgang Denk
2005-05-16 22:39             ` Kylo Ginsberg
2005-05-16 22:52               ` Dan Malek
2005-05-17  8:28                 ` Jonathan Masel
2005-05-16 23:27               ` Wolfgang Denk
2005-05-17  6:57                 ` Mike Rapoport
2005-05-17  8:15                   ` Wolfgang Denk
2005-05-17  8:07                     ` Pantelis Antoniou
2005-05-17  9:58                       ` Bryan O'Donoghue
2005-05-17  9:44                         ` Pantelis Antoniou
2005-05-17 11:33                           ` Mike Rapoport
2005-05-17 12:13                             ` Guillaume Autran
2005-06-09 21:19                         ` linux/drivers/net/fec_8xx/* vs. linux/arch/ppc/8xx_io/fec.c Guillaume Autran
2005-06-10  6:43                           ` Pantelis Antoniou
2005-05-17 12:10                       ` MPC885 - USB HCI drivers Guillaume Autran
2005-05-17 18:05                     ` Kylo Ginsberg
2005-05-14  2:55       ` floating point in kernel (Re: insmod problem) Roger Larsson
  -- strict thread matches above, loose matches on Subject: below --
2005-07-27 18:08 MPC885 - USB HCI drivers Bastos Fernandez Alexandre
2005-08-16  1:21 ` Adam Kent
2007-12-20  6:53 Jonathan Journo
2007-12-20 18:41 ` Vitaly Bordug

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).