| Commit message (Expand) | Author | Age | Files | Lines |
* | net: fix assignment of 0/1 to bool variables. | Rusty Russell | 2011-12-19 | 1 | -4/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 1 | -1/+1 |
|\ |
|
| * | Update my e-mail address | Michael Büsch | 2011-07-07 | 1 | -1/+1 |
* | | b43: LP-PHY: use new pointers path to access ssb_device | Rafał Miłecki | 2011-06-01 | 1 | -5/+10 |
* | | b43: bus: abstract board info | Rafał Miłecki | 2011-06-01 | 1 | -3/+2 |
* | | b43: bus: abstract chip info | Rafał Miłecki | 2011-06-01 | 1 | -13/+9 |
* | | b43: bus: abstract SPROM | Rafał Miłecki | 2011-06-01 | 1 | -46/+47 |
|/ |
|
* | b43: rename b43_wldev's field with ssb_device to sdev | Rafał Miłecki | 2011-05-16 | 1 | -11/+11 |
* | b43: silence most sparse warnings | John W. Linville | 2010-07-21 | 1 | -4/+4 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+2 |
* | b43: update cordic code to match current specs | Rafał Miłecki | 2010-01-25 | 1 | -3/+4 |
* | b43: make cordic common (LP-PHY and N-PHY need it) | Rafał Miłecki | 2010-01-25 | 1 | -43/+2 |
* | b43: use standard fls for finding the most significant bit | Rafał Miłecki | 2010-01-15 | 1 | -15/+2 |
* | b43: LP-PHY: note and explain specs inconsistency | Rafał Miłecki | 2010-01-12 | 1 | -0/+7 |
* | b43: LP-PHY: Begin implementing calibration & software RFKILL support | Gábor Stefanik | 2009-10-30 | 1 | -134/+649 |
* | b43: Comment unused functions lpphy_restore_dig_flt_state and lpphy_disable_r... | Jaswinder Singh Rajput | 2009-10-07 | 1 | -0/+6 |
* | b43: Add LP PHY Analog Switch Support | Thomas Ilnseher | 2009-09-23 | 1 | -1/+11 |
* | b43: Add myself to module authors & to LP-PHY file copyright notices | Gábor Stefanik | 2009-08-31 | 1 | -1/+2 |
* | b43: Implement antenna diversity support for LP-PHY | Gábor Stefanik | 2009-08-28 | 1 | -1/+8 |
* | b43: LP-PHY: Revert to the original PHY register write routine | Gábor Stefanik | 2009-08-28 | 1 | -1/+2 |
* | ssb: Implement PMU LDO control and use it in b43 | Gábor Stefanik | 2009-08-28 | 1 | -7/+3 |
* | b43: Fix and update LP-PHY code | Gábor Stefanik | 2009-08-28 | 1 | -41/+50 |
* | b43: LP-PHY: Fix and simplify Qdiv roundup | Gábor Stefanik | 2009-08-28 | 1 | -11/+8 |
* | b43: LP-PHY: Fix a few typos in the RC calibration code | Gábor Stefanik | 2009-08-28 | 1 | -3/+4 |
* | b43: LP-PHY: Implement spec updates and remove resolved FIXMEs | Gábor Stefanik | 2009-08-20 | 1 | -37/+61 |
* | b43: LP-PHY: Two small spec updates | Gábor Stefanik | 2009-08-20 | 1 | -5/+12 |
* | b43: LP-PHY: Fix setting TX power control mode during RC calibration | Gábor Stefanik | 2009-08-20 | 1 | -1/+1 |
* | b43: LP-PHY: Fix reading old mode in the set TX power control routine | Gábor Stefanik | 2009-08-20 | 1 | -2/+2 |
* | b43: LP-PHY: Update B2062 radio init with recent spec changes | Gábor Stefanik | 2009-08-20 | 1 | -0/+5 |
* | b43: LP-PHY: Fix a bug in the B2062 channel tune path | Gábor Stefanik | 2009-08-20 | 1 | -1/+1 |
* | b43: LP-PHY: Update code for spec fixes, and fix a few typos | Gábor Stefanik | 2009-08-20 | 1 | -18/+35 |
* | b43: LP-PHY: Fix a spec error in the B2062 channel switch routine | Gábor Stefanik | 2009-08-20 | 1 | -0/+4 |
* | b43: LP-PHY: Update baseband init for recent spec changes | Gábor Stefanik | 2009-08-20 | 1 | -5/+68 |
* | b43: LP-PHY: Fix another TX power control abuse | Gábor Stefanik | 2009-08-20 | 1 | -3/+4 |
* | b43: LP-PHY: Update TX gain override for a spec typo fix | Gábor Stefanik | 2009-08-20 | 1 | -1/+1 |
* | b43: LP-PHY: Don't adjust gain table for rev2+ when setting channel | Gábor Stefanik | 2009-08-20 | 1 | -2/+1 |
* | b43: LP-PHY: Implement channel switching for rev0/1/B2062 radio | Gábor Stefanik | 2009-08-20 | 1 | -15/+282 |
* | b43: LP-PHY: Implement channel switching for rev2+/B2063 radio | Gábor Stefanik | 2009-08-20 | 1 | -22/+402 |
* | b43: LP-PHY: Initialize TX power control | Gábor Stefanik | 2009-08-20 | 1 | -7/+98 |
* | b43: Implement RC calibration for rev.0/1 LP-PHYs | Gábor Stefanik | 2009-08-14 | 1 | -47/+460 |
* | b43: Implement RC calibration for rev.2+ LP PHYs | Gábor Stefanik | 2009-08-14 | 1 | -1/+85 |
* | b43: LP-PHY: Implement reading band SPROM | Gábor Stefanik | 2009-08-14 | 1 | -1/+84 |
* | b43: Fix a typo in the sync_stx routine | Gábor Stefanik | 2009-08-14 | 1 | -1/+1 |
* | b43: Update LP-PHY rev2+ baseband init to match the specs | Gábor Stefanik | 2009-08-14 | 1 | -4/+69 |
* | b43: Implement LP-PHY baseband table initialization | Gábor Stefanik | 2009-08-14 | 1 | -4/+37 |
* | b43: LP-PHY: Implement STX synchronization | Gábor Stefanik | 2009-08-14 | 1 | -2/+55 |
* | b43: Typo fixes & minor cleanup | Gábor Stefanik | 2009-08-14 | 1 | -1/+1 |
* | b43: Add LP 2063 radio init | Gábor Stefanik | 2009-08-14 | 1 | -1/+12 |
* | b43: implement baseband init for LP-PHY <= rev1 | Gábor Stefanik | 2009-08-04 | 1 | -1/+93 |
* | rfkill: rewrite | Johannes Berg | 2009-06-03 | 1 | -1/+1 |