All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rt2x00: Export rt2x00soc_probe from rt2x00soc
@ 2010-03-03 16:42 Helmut Schaa
  2010-03-03 16:50 ` Gertjan van Wingerde
  0 siblings, 1 reply; 5+ messages in thread
From: Helmut Schaa @ 2010-03-03 16:42 UTC (permalink / raw)
  To: John Linville; +Cc: linux-wireless, Gertjan van Wingerde, Ivo van Doorn

Export rt2x00soc_probe from rt2x00soc as it is used in rt2800pci.

Otherwise loading rt2800pci gives "rt2800pci: Unknown symbol
rt2x00soc_probe".

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
---

This time without whitespace damage and a suitable subject.

 drivers/net/wireless/rt2x00/rt2x00soc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/rt2x00/rt2x00soc.c b/drivers/net/wireless/rt2x00/rt2x00soc.c
index 4efdc96..111c0ff 100644
--- a/drivers/net/wireless/rt2x00/rt2x00soc.c
+++ b/drivers/net/wireless/rt2x00/rt2x00soc.c
@@ -112,6 +112,7 @@ exit_free_device:
 
 	return retval;
 }
+EXPORT_SYMBOL_GPL(rt2x00soc_probe);
 
 int rt2x00soc_remove(struct platform_device *pdev)
 {
-- 
1.6.0.2


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

* Re: [PATCH] rt2x00: Export rt2x00soc_probe from rt2x00soc
  2010-03-03 16:42 [PATCH] rt2x00: Export rt2x00soc_probe from rt2x00soc Helmut Schaa
@ 2010-03-03 16:50 ` Gertjan van Wingerde
  2010-03-03 17:04   ` Helmut Schaa
  0 siblings, 1 reply; 5+ messages in thread
From: Gertjan van Wingerde @ 2010-03-03 16:50 UTC (permalink / raw)
  To: Helmut Schaa, John Linville; +Cc: linux-wireless, Ivo van Doorn

On Wed, Mar 3, 2010 at 5:42 PM, Helmut Schaa
<helmut.schaa@googlemail.com> wrote:
> Export rt2x00soc_probe from rt2x00soc as it is used in rt2800pci.
>
> Otherwise loading rt2800pci gives "rt2800pci: Unknown symbol
> rt2x00soc_probe".
>
> Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
> ---

Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>

Thanks for doing this. I couldn't test these configurations as I am
lacking SoC devices.

John, another one for wireless-2.6.

>
> This time without whitespace damage and a suitable subject.
>
>  drivers/net/wireless/rt2x00/rt2x00soc.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/wireless/rt2x00/rt2x00soc.c b/drivers/net/wireless/rt2x00/rt2x00soc.c
> index 4efdc96..111c0ff 100644
> --- a/drivers/net/wireless/rt2x00/rt2x00soc.c
> +++ b/drivers/net/wireless/rt2x00/rt2x00soc.c
> @@ -112,6 +112,7 @@ exit_free_device:
>
>        return retval;
>  }
> +EXPORT_SYMBOL_GPL(rt2x00soc_probe);
>
>  int rt2x00soc_remove(struct platform_device *pdev)
>  {
> --
> 1.6.0.2
>
>

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

* Re: [PATCH] rt2x00: Export rt2x00soc_probe from rt2x00soc
  2010-03-03 16:50 ` Gertjan van Wingerde
@ 2010-03-03 17:04   ` Helmut Schaa
  2010-03-03 17:08     ` Gertjan van Wingerde
  0 siblings, 1 reply; 5+ messages in thread
From: Helmut Schaa @ 2010-03-03 17:04 UTC (permalink / raw)
  To: Gertjan van Wingerde; +Cc: John Linville, linux-wireless, Ivo van Doorn

Am Mittwoch 03 März 2010 schrieb Gertjan van Wingerde:
> Thanks for doing this. I couldn't test these configurations as I am
> lacking SoC devices.

No problem, I'm just trying to get the driver up on one of these SoC devices.
Not sure how far I'll get :)

Helmut

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

* Re: [PATCH] rt2x00: Export rt2x00soc_probe from rt2x00soc
  2010-03-03 17:04   ` Helmut Schaa
@ 2010-03-03 17:08     ` Gertjan van Wingerde
  2010-03-03 19:09       ` Helmut Schaa
  0 siblings, 1 reply; 5+ messages in thread
From: Gertjan van Wingerde @ 2010-03-03 17:08 UTC (permalink / raw)
  To: Helmut Schaa; +Cc: John Linville, linux-wireless, Ivo van Doorn

On Wed, Mar 3, 2010 at 6:04 PM, Helmut Schaa
<helmut.schaa@googlemail.com> wrote:
> Am Mittwoch 03 März 2010 schrieb Gertjan van Wingerde:
>> Thanks for doing this. I couldn't test these configurations as I am
>> lacking SoC devices.
>
> No problem, I'm just trying to get the driver up on one of these SoC devices.
> Not sure how far I'll get :)
>

All I can say is to please keep us informed on your progress. It is
the first time I'm hearing someone actually working with a SoC device.

Can you share some information on what device you have, and what
Ralink chipset is on this device (the detection messages in dmesg for
this device would be interesting).

---
Gertjan.

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

* Re: [PATCH] rt2x00: Export rt2x00soc_probe from rt2x00soc
  2010-03-03 17:08     ` Gertjan van Wingerde
@ 2010-03-03 19:09       ` Helmut Schaa
  0 siblings, 0 replies; 5+ messages in thread
From: Helmut Schaa @ 2010-03-03 19:09 UTC (permalink / raw)
  To: Gertjan van Wingerde; +Cc: John Linville, linux-wireless, Ivo van Doorn

Am Mittwoch 03 März 2010 schrieb Gertjan van Wingerde:
> On Wed, Mar 3, 2010 at 6:04 PM, Helmut Schaa
> <helmut.schaa@googlemail.com> wrote:
> > Am Mittwoch 03 März 2010 schrieb Gertjan van Wingerde:
> >> Thanks for doing this. I couldn't test these configurations as I am
> >> lacking SoC devices.
> >
> > No problem, I'm just trying to get the driver up on one of these SoC devices.
> > Not sure how far I'll get :)
> >
> 
> All I can say is to please keep us informed on your progress. It is
> the first time I'm hearing someone actually working with a SoC device.

I'll keep you posted, however I'm not very far yet ;)

Helmut

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

end of thread, other threads:[~2010-03-03 19:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-03 16:42 [PATCH] rt2x00: Export rt2x00soc_probe from rt2x00soc Helmut Schaa
2010-03-03 16:50 ` Gertjan van Wingerde
2010-03-03 17:04   ` Helmut Schaa
2010-03-03 17:08     ` Gertjan van Wingerde
2010-03-03 19:09       ` Helmut Schaa

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.