aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_lp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-23b43: use defines for board_typeRafał Miłecki1-2/+2
2013-03-25b43: remove warning for LP-PHY with sprom < 8Hauke Mehrtens1-9/+3
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-4/+4
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-07Update my e-mail addressMichael Büsch1-1/+1
2011-06-01b43: LP-PHY: use new pointers path to access ssb_deviceRafał Miłecki1-5/+10
2011-06-01b43: bus: abstract board infoRafał Miłecki1-3/+2
2011-06-01b43: bus: abstract chip infoRafał Miłecki1-13/+9
2011-06-01b43: bus: abstract SPROMRafał Miłecki1-46/+47
2011-05-16b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki1-11/+11
2010-07-21b43: silence most sparse warningsJohn W. Linville1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2010-01-25b43: update cordic code to match current specsRafał Miłecki1-3/+4
2010-01-25b43: make cordic common (LP-PHY and N-PHY need it)Rafał Miłecki1-43/+2
2010-01-15b43: use standard fls for finding the most significant bitRafał Miłecki1-15/+2
2010-01-12b43: LP-PHY: note and explain specs inconsistencyRafał Miłecki1-0/+7
2009-10-30b43: LP-PHY: Begin implementing calibration & software RFKILL supportGábor Stefanik1-134/+649
2009-10-07b43: Comment unused functions lpphy_restore_dig_flt_state and lpphy_disable_rx_gain_overrideJaswinder Singh Rajput1-0/+6
2009-09-23b43: Add LP PHY Analog Switch SupportThomas Ilnseher1-1/+11
2009-08-31b43: Add myself to module authors & to LP-PHY file copyright noticesGábor Stefanik1-1/+2
2009-08-28b43: Implement antenna diversity support for LP-PHYGábor Stefanik1-1/+8
2009-08-28b43: LP-PHY: Revert to the original PHY register write routineGábor Stefanik1-1/+2
2009-08-28ssb: Implement PMU LDO control and use it in b43Gábor Stefanik1-7/+3
2009-08-28b43: Fix and update LP-PHY codeGábor Stefanik1-41/+50
2009-08-28b43: LP-PHY: Fix and simplify Qdiv roundupGábor Stefanik1-11/+8
2009-08-28b43: LP-PHY: Fix a few typos in the RC calibration codeGábor Stefanik1-3/+4
2009-08-20b43: LP-PHY: Implement spec updates and remove resolved FIXMEsGábor Stefanik1-37/+61
2009-08-20b43: LP-PHY: Two small spec updatesGábor Stefanik1-5/+12
2009-08-20b43: LP-PHY: Fix setting TX power control mode during RC calibrationGábor Stefanik1-1/+1
2009-08-20b43: LP-PHY: Fix reading old mode in the set TX power control routineGábor Stefanik1-2/+2
2009-08-20b43: LP-PHY: Update B2062 radio init with recent spec changesGábor Stefanik1-0/+5
2009-08-20b43: LP-PHY: Fix a bug in the B2062 channel tune pathGábor Stefanik1-1/+1
2009-08-20b43: LP-PHY: Update code for spec fixes, and fix a few typosGábor Stefanik1-18/+35
2009-08-20b43: LP-PHY: Fix a spec error in the B2062 channel switch routineGábor Stefanik1-0/+4
2009-08-20b43: LP-PHY: Update baseband init for recent spec changesGábor Stefanik1-5/+68
2009-08-20b43: LP-PHY: Fix another TX power control abuseGábor Stefanik1-3/+4
2009-08-20b43: LP-PHY: Update TX gain override for a spec typo fixGábor Stefanik1-1/+1
2009-08-20b43: LP-PHY: Don't adjust gain table for rev2+ when setting channelGábor Stefanik1-2/+1
2009-08-20b43: LP-PHY: Implement channel switching for rev0/1/B2062 radioGábor Stefanik1-15/+282
2009-08-20b43: LP-PHY: Implement channel switching for rev2+/B2063 radioGábor Stefanik1-22/+402
2009-08-20b43: LP-PHY: Initialize TX power controlGábor Stefanik1-7/+98
2009-08-14b43: Implement RC calibration for rev.0/1 LP-PHYsGábor Stefanik1-47/+460
2009-08-14b43: Implement RC calibration for rev.2+ LP PHYsGábor Stefanik1-1/+85
2009-08-14b43: LP-PHY: Implement reading band SPROMGábor Stefanik1-1/+84
2009-08-14b43: Fix a typo in the sync_stx routineGábor Stefanik1-1/+1
2009-08-14b43: Update LP-PHY rev2+ baseband init to match the specsGábor Stefanik1-4/+69
2009-08-14b43: Implement LP-PHY baseband table initializationGábor Stefanik1-4/+37
2009-08-14b43: LP-PHY: Implement STX synchronizationGábor Stefanik1-2/+55
2009-08-14b43: Typo fixes & minor cleanupGábor Stefanik1-1/+1
2009-08-14b43: Add LP 2063 radio initGábor Stefanik1-1/+12