2011-03-07 12:31:30

by Michael Büsch

[permalink] [raw]
Subject: [PATCH] p54spi: Update kconfig help text

This updates the p54spi Kconfig help text.
The driver works well on n8x0, so remove the words "experimental" and "untested".

Signed-off-by: Michael Buesch <[email protected]>

---

Index: wireless-testing/drivers/net/wireless/p54/Kconfig
===================================================================
--- wireless-testing.orig/drivers/net/wireless/p54/Kconfig 2011-03-07 13:24:24.874403593 +0100
+++ wireless-testing/drivers/net/wireless/p54/Kconfig 2011-03-07 13:25:00.601089969 +0100
@@ -43,9 +43,8 @@ config P54_SPI
tristate "Prism54 SPI (stlc45xx) support"
depends on P54_COMMON && SPI_MASTER && GENERIC_HARDIRQS
---help---
- This driver is for stlc4550 or stlc4560 based wireless chips.
- This driver is experimental, untested and will probably only work on
- Nokia's N800/N810 Portable Internet Tablet.
+ This driver is for stlc4550 or stlc4560 based wireless chips
+ such as Nokia's N800/N810 Portable Internet Tablet.

If you choose to build a module, it'll be called p54spi.


--
Greetings, Michael.



2011-03-07 16:55:01

by Michael Büsch

[permalink] [raw]
Subject: Re: [PATCH] p54spi: Update kconfig help text

On Mon, 2011-03-07 at 17:42 +0100, Christian Lamparter wrote:
> On Monday 07 March 2011 13:31:24 Michael Buesch wrote:
> > This updates the p54spi Kconfig help text.
> > The driver works well on n8x0, so remove the words "experimental" and "untested".
> >
> > Signed-off-by: Michael Buesch <[email protected]>
> ACK, we'll take your word of it.
> Any news about the power save issue?
> Was it "fixed" by a recent commit or is it no
> longer a problem?

No I disabled PS as a workaround. Of course, that's
not the real fix I'm hoping for :)

--
Greetings, Michael.


2011-03-07 16:42:18

by Christian Lamparter

[permalink] [raw]
Subject: Re: [PATCH] p54spi: Update kconfig help text

On Monday 07 March 2011 13:31:24 Michael Buesch wrote:
> This updates the p54spi Kconfig help text.
> The driver works well on n8x0, so remove the words "experimental" and "untested".
>
> Signed-off-by: Michael Buesch <[email protected]>
ACK, we'll take your word of it.
Any news about the power save issue?
Was it "fixed" by a recent commit or is it no
longer a problem?

Regards,
Chr