Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bd40e9d6d5386d08ae1e54f28444f3e98c23485c
/
drivers
/
ssb
/
pci.c
6ad5934
ssb: extract power info from SPROM revs 4 and 5
by Rafał Miłecki
· 10 years ago
6daf432
ssb: extract antenna gains from SPROMs revs 4+ properly
by Rafał Miłecki
· 10 years ago
67d392c
ssb: make code for antenna gain extraction more generic
by Rafał Miłecki
· 10 years ago
7e4235a
ssb: read additional sprom v2 and v3 attributes.
by Hauke Mehrtens
· 12 years ago
3623b26
ssb: extract board_type from SPROM
by Rafał Miłecki
· 12 years ago
a9fac73
ssb: pci: Fix flipping of MAC address
by Larry Finger
· 12 years ago
33a606a
ssb: Convert ssb_printk to ssb_<level>
by Joe Perches
· 12 years ago
e565275
ssb: pci: Standardize a function to get mac address
by Joe Perches
· 12 years ago
e2da4bd
bcma/ssb: parse new attributes from sprom
by Hauke Mehrtens
· 13 years ago
673335c
ssb: fill board_rev attribute from sprom
by Hauke Mehrtens
· 13 years ago
bf7d420
ssb/bcma: fill attribute alpha2 from sprom
by Hauke Mehrtens
· 13 years ago
5a20ef3
ssb: remove rev from boardinfo
by Hauke Mehrtens
· 13 years ago
f8f8a66
ssb: remove 5GHz antenna gain from sprom
by Hauke Mehrtens
· 13 years ago
b0f7029
ssb: SPROM: extract each core power info
by Rafał Miłecki
· 13 years ago
8a5ac6e
ssb: extract FEM info from SPROM
by Rafał Miłecki
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
eb032b9
Update my e-mail address
by Michael Büsch
· 13 years ago
115f945
ssb: use pci_dev->subsystem_{vendor,device}
by Sergei Shtylyov
· 13 years ago
2fa23190
ssb: use pci_dev->revision
by Sergei Shtylyov
· 13 years ago
304e21b
ssb: PCI revision ID register is 8-bit wide
by Sergei Shtylyov
· 13 years ago
b3ae52b
SSB: Change fallback sprom to callback mechanism.
by Hauke Mehrtens
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
98605c2
ssb: trivial: fix SPROM extract warning formatting
by Rafał Miłecki
· 14 years ago
6d1d4ea
ssb: extract boardflags2 for SPROMs rev 4 and 5
by Rafał Miłecki
· 14 years ago
172c69a
ssb: extract indexes for power tables
by Rafał Miłecki
· 14 years ago
a76a574
ssb: drop BCM4328 hack for SPROM revision
by Rafał Miłecki
· 14 years ago
ca4a083
ssb: return -ENOMEM on alloc fail (instead of CRC check's result)
by Rafał Miłecki
· 14 years ago
54435f9
ssb: workarounds: be verbose about hacking SPROM revision, don't duplicate code
by Rafał Miłecki
· 14 years ago
9d1ac34
ssb: Handle alternate SSPROM location
by Larry Finger
· 14 years ago
da1fdb0
ssb: fix NULL ptr deref when pcihost_wrapper is used
by Christoph Fritz
· 14 years ago
8316324
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 15 years ago
0a182fd
ssb: Use relative offsets for SPROM
by Rafał Miłecki
· 15 years ago
ea2db49
ssb: Look for SPROM at different offset on higher rev CC
by Rafał Miłecki
· 15 years ago
d53cdbb
ssb: do not read SPROM if it does not exist
by John W. Linville
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
cd559b3
ssb: Fix error when V1 SPROM extraction is forced
by Larry Finger
· 15 years ago
f0ea6ce
ssb: Fix typo in the rev8 SPROM extraction routine
by Gábor Stefanik
· 15 years ago
f679056
ssb: Implement the remaining rev.8 SPROM vars needed for LP-PHY
by Gábor Stefanik
· 15 years ago
e79c1ba
ssb: Add SPROM fallback support
by Michael Buesch
· 16 years ago
6b1c7c6
b43/ssb: Add SPROM8 extraction and LP-PHY detection
by Michael Buesch
· 16 years ago
31ce12f
ssb: Clean up extraction of MAC addresses from SPROM
by Larry Finger
· 16 years ago
095f695
ssb: Update for Rev. 5 SPROM
by Larry Finger
· 16 years ago
2afc490
ssb: Allow reading of 440-byte SPROM that is not rev 4
by Larry.Finger@lwfinger.net
· 17 years ago
4503183
ssb: Fix all-ones boardflags
by Larry Finger
· 17 years ago
d625a29
ssb: Add support for block-I/O
by Michael Buesch
· 17 years ago
e7ec2e3
ssb: Add SPROM/invariants support for PCMCIA devices
by Michael Buesch
· 17 years ago
ffc7689
ssb: Add support for 8bit register access
by Michael Buesch
· 17 years ago
af4b7450
ssb: Add boardflags_hi field to the sprom data structure
by Michael Buesch
· 17 years ago
e861b98
ssb: Fix extraction of values from SPROM
by Michael Buesch
· 17 years ago
d3c319f
ssb: Remove the old, now unused, data structures
by Larry Finger
· 17 years ago
c272ef4
ssb: Convert to use of the new SPROM structure
by Larry Finger
· 17 years ago
ac82fab
ssb: Add new SPROM structure while keeping the old
by Larry Finger
· 17 years ago
6b9bafe
[SSB]: Sparse fixes.
by Michael Buesch
· 17 years ago
4b402c6
[SSB]: Use ioreadX() and iowriteX() for PCI.
by Michael Buesch
· 17 years ago
61e115a
[SSB]: add Sonics Silicon Backplane bus support
by Michael Buesch
· 17 years ago