Re: [PATCH] b43: Fix sparse warnings

2009-08-15 Thread Michael Buesch
On Friday 14 August 2009 23:35:29 Pavel Roskin wrote: On Fri, 2009-08-14 at 23:04 +0200, Gábor Stefanik wrote: On Fri, Aug 14, 2009 at 11:00 PM, Michael Bueschm...@bu3sch.de wrote: On Friday 14 August 2009 22:52:13 Pavel Roskin wrote: On Fri, 2009-08-14 at 22:15 +0200, Michael Buesch

Re: [PATCH] b43: Fix sparse warnings

2009-08-15 Thread Michael Buesch
On Friday 14 August 2009 23:46:54 Pavel Roskin wrote: On Fri, 2009-08-14 at 17:29 -0400, Pavel Roskin wrote: On Fri, 2009-08-14 at 23:00 +0200, Michael Buesch wrote: On Friday 14 August 2009 22:52:13 Pavel Roskin wrote: On Fri, 2009-08-14 at 22:15 +0200, Michael Buesch wrote:

BCM4325 question

2009-08-15 Thread Gábor Stefanik
You asked on the bcm43xx-dev list a year ago if the BCM4325 is supported - is this question still current? I am asking because we are implementing LP-PHY support right now (BCM4325 is an LP-PHY), and will soon need a tester with a revision 2 LP-PHY chip (the 4325 is rev.2, but everyone in the team

Re: Question about LDO and SSB

2009-08-15 Thread Michael Buesch
On Saturday 15 August 2009 22:33:19 Larry Finger wrote: Michael, I just ran across a couple of routines named sb_pmu_set_ldo_voltage() and sb_pmu_paref_ldo_enable(). These are no-ops for all chips except for 0x4328, 0x5354, and 0x4312 and I don't need to be concerned at the moment, but I

[PATCH] b43: LP-PHY: Update baseband init for recent spec changes

2009-08-15 Thread Gábor Stefanik
The spec had some nasty typos, and a large part of the rev0/1 BB init procedure was also missing. Fix these. Also make the init-time channel switch debuggable. (The change from -EINVAL to -EIO is simply to make it possible to distinguish the PLL charge pump error from a channel-not-found error.)

[PATCH v2] b43: LP-PHY: Update baseband init for recent spec changes

2009-08-15 Thread Gábor Stefanik
The spec had some nasty typos, and a large part of the rev0/1 BB init procedure was also missing. Fix these. Also make the init-time channel switch debuggable. (The change from -EINVAL to -EIO is simply to make it possible to distinguish the PLL charge pump error from a channel-not-found error.)

Re: [PATCH v2] b43: LP-PHY: Update baseband init for recent spec changes

2009-08-15 Thread Michael Buesch
On Sunday 16 August 2009 01:05:04 Gábor Stefanik wrote: The spec had some nasty typos, and a large part of the rev0/1 BB init procedure was also missing. Fix these. Also make the init-time channel switch debuggable. (The change from -EINVAL to -EIO is simply to make it possible to

[PATCH v3] b43: LP-PHY: Update baseband init for recent spec changes

2009-08-15 Thread Gábor Stefanik
The spec had some nasty typos, and a large part of the rev0/1 BB init procedure was also missing. Fix these. Also make the init-time channel switch debuggable. (The change from -EINVAL to -EIO is simply to make it possible to distinguish the PLL charge pump error from a channel-not-found error.)