Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7255f87a7169689be2d4722375744a1f932d4b28
/
drivers
/
bcma
c263c2c
bcma: BCM43228 support
by Rafał Miłecki
· 12 years ago
28ea499
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 12 years ago
1f03bf0
bcma: fix invalid PMU chip control masks
by Hauke Mehrtens
· 12 years ago
9dbf5f5
bcma: add missing iounmap on error path
by Hauke Mehrtens
· 12 years ago
d8f1bd2
bcma: fix regression in interrupt assignment on mips
by Hauke Mehrtens
· 12 years ago
23cb3b2
bcma: add place for flash memory support
by Rafał Miłecki
· 12 years ago
c334e25
bcma: add new cores at the end of list
by Rafał Miłecki
· 12 years ago
e1ac4b4
bcma: add trivial GBIT MAC COMMON driver
by Rafał Miłecki
· 12 years ago
97cfda8
bcma: fix typo - reading number of slave wrappers
by Rafał Miłecki
· 12 years ago
6d5cfc9
bcma: support alternative (BCM4706) ChipCommon core id
by Rafał Miłecki
· 12 years ago
650cef38
bcma: add PMU clock support for BCM4706
by Hauke Mehrtens
· 12 years ago
9a89c3a
bcma: fix CC driver compilation on MIPS
by Rafał Miłecki
· 12 years ago
3d9d8af
bcma: use custom printing functions
by Rafał Miłecki
· 12 years ago
4795f09
bcma: add mdelay bcma_pmu_resources_init()
by Hauke Mehrtens
· 12 years ago
c586e10
bcma: add bcma_pmu_spuravoid_pllupdate()
by Hauke Mehrtens
· 12 years ago
6270d1c
bcma: remove chip ids doing nothing from PMU initialization.
by Hauke Mehrtens
· 12 years ago
e84a38e
bcma: remove bcma_pmu_{pll,swreg}_init()
by Hauke Mehrtens
· 12 years ago
b956254
bcma: complete workaround for BCMA43224 and BCM4313
by Hauke Mehrtens
· 12 years ago
02817be
bcma: add PCI ID for BCM43224
by Hauke Mehrtens
· 12 years ago
973f976
bcma: remove fix for 4329b0 bad LPOM is detection
by Hauke Mehrtens
· 12 years ago
4b4f5be
bcma: add constants for chip ids
by Hauke Mehrtens
· 12 years ago
00eeedc
bcma: extend workaround for bcm4331
by Hauke Mehrtens
· 12 years ago
d2bb2b9
bcma: define some additional cores IDs
by Rafał Miłecki
· 12 years ago
e702707
bcma: fix null pointer in bcma_core_pci_irq_ctl
by Hauke Mehrtens
· 12 years ago
69aaedd
bcma: add ext PA workaround for BCM4331 and BCM43431
by Seth Forshee
· 12 years ago
28f3d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
044e68c
bcma: Add flush for BCMA_RESET_CTL write
by Nathan Hintz
· 13 years ago
16d75fa
bcma: Add __devexit to bcma_host_pci_remove
by Nathan Hintz
· 13 years ago
c61cab3
bcma: reads/writes are always 4 bytes, so always map 4 bytes
by Nathan Hintz
· 13 years ago
4acabf4
bcma: Account for variable PCI memory base/size
by Nathan Hintz
· 13 years ago
82a7c2b
bcma: Find names of non BCM cores
by Nathan Hintz
· 13 years ago
2b2715b
bcma: add bcma_core_pci_config_fixup()
by Hauke Mehrtens
· 13 years ago
ec00f37
bcma: add bcma_core_pci_fixcfg()
by Hauke Mehrtens
· 13 years ago
29f6b3d
bcma: add bcma_core_pci_extend_L1timer
by Hauke Mehrtens
· 13 years ago
0b2948e
bcma: implement setting core clock mode to dynamic
by Hauke Mehrtens
· 13 years ago
e2da4bd
bcma/ssb: parse new attributes from sprom
by Hauke Mehrtens
· 13 years ago
432c4d1
bcma: read out some additional sprom attributes
by Hauke Mehrtens
· 13 years ago
bf7d420
ssb/bcma: fill attribute alpha2 from sprom
by Hauke Mehrtens
· 13 years ago
0a2fcaa
bcma: add boardinfo struct
by Hauke Mehrtens
· 13 years ago
6190631
Merge 3.4-rc6 into usb-next
by Greg Kroah-Hartman
· 12 years ago
09091a4
Merge 3.4-rc4 into usb-next.
by Greg Kroah-Hartman
· 13 years ago
e167d9f
bcma: scan for extra address space
by Hauke Mehrtens
· 13 years ago
32998cc
bcma: use fallback sprom if no on chip sprom is available
by Hauke Mehrtens
· 13 years ago
58f743e
bcma: fix build error on MIPS; implicit pcibios_enable_device
by Paul Gortmaker
· 13 years ago
0d33cd7
bcma: silence PMU warning for BCM4331
by Rafał Miłecki
· 13 years ago
10d8493
bcma: add support for on-chip OTP memory used for SPROM storage
by Arend van Spriel
· 13 years ago
4ac887c
bcma: return error in bcma_sprom_get() when fallback fails
by Arend van Spriel
· 13 years ago
a027237
bcma: add support for sprom not found on the device
by Hauke Mehrtens
· 13 years ago
1c9351c
bcma: export bcma_find_core
by Hauke Mehrtens
· 13 years ago
ca994a3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
f0d4724
bcma: log the id, rev and pkg of the chip found
by Hauke Mehrtens
· 13 years ago
d6865dcc
bcma: add extra sprom check
by Hauke Mehrtens
· 13 years ago
8f9ada4
bcma: add bus num counter
by Hauke Mehrtens
· 13 years ago
49dc957
bcma: add PCIe host controller
by Hauke Mehrtens
· 13 years ago
d1a7a8e
bcma: make some functions __devinit
by Hauke Mehrtens
· 13 years ago
4b259a5
bcma: export bcma_pcie_read()
by Hauke Mehrtens
· 13 years ago
2be25ca
bcma: add constants for PCI and use them
by Hauke Mehrtens
· 13 years ago
5f2d617
bcma: add the core unit number
by Hauke Mehrtens
· 13 years ago
2e6b411
bcma: don't fail for bad SPROM CRC
by Henrik Rydberg
· 13 years ago
f9721ed
bcma: Fix mem leak in bcma_bus_scan()
by Jesper Juhl
· 13 years ago
cebcab9
bcma: Enable logging of SPROM offset
by Larry Finger
· 13 years ago
507f9a7
bcma: SPROM: extract power info for cores
by Rafał Miłecki
· 13 years ago
b35a9ac
bcma: SPROM: add macro for easier extraction
by Rafał Miłecki
· 13 years ago
7d5869e
bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resume
by Linus Torvalds
· 13 years ago
685a4ef
bcma: add stub for bcma_bus_suspend()
by Linus Torvalds
· 13 years ago
5d2031f
bcma: convert suspend/resume to pm_ops
by Linus Torvalds
· 13 years ago
28e7d21
bcma: invalidate the mapped core over suspend/resume
by Rafał Miłecki
· 13 years ago
daadc6b
bcma: extract revision and TX power IDs from SPROM
by Rafał Miłecki
· 13 years ago
775ab52
bcma: support for suspend and resume
by Rafał Miłecki
· 13 years ago
aee5ed5
bcma: extract FEM info from SPROM
by Rafał Miłecki
· 13 years ago
439678f
bcma: pci: use fixed windows when possible
by Rafał Miłecki
· 13 years ago
44a8e37
bcma: fix implicit use of export.h contents
by Paul Gortmaker
· 13 years ago
200351c
bcma: add module.h to the modular portions of this driver
by Paul Gortmaker
· 13 years ago
4d8b614
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
by John W. Linville
· 13 years ago
3861b2c
bcma: cc: export more control functions
by Rafał Miłecki
· 13 years ago
d703a5a
bcma: extract some basic info about board from SPROM
by Rafał Miłecki
· 13 years ago
4e0d8cc
bcma: signedness bug in bcma_get_next_core()
by Dan Carpenter
· 13 years ago
984e5be
bcma: implement BCM4331 workaround for external PA lines
by Rafał Miłecki
· 13 years ago
886b66e
bcma: add uevent to the bus, to autoload drivers
by David Woodhouse
· 13 years ago
26f2622
bcma: use boardflags define from ssb code
by Rafał Miłecki
· 13 years ago
908debc
bcma: get CPU clock
by Hauke Mehrtens
· 13 years ago
e3afe0e
bcma: add serial console support
by Hauke Mehrtens
· 13 years ago
21e0534
bcma: add mips driver
by Hauke Mehrtens
· 13 years ago
ecd177c
bcma: add SOC bus
by Hauke Mehrtens
· 13 years ago
517f43e
bcma: add functions to scan cores needed on SoCs
by Hauke Mehrtens
· 13 years ago
67a5c29
bcma: move initializing of struct bcma_bus to own function.
by Hauke Mehrtens
· 13 years ago
982eee6
bcma: move parsing of EEPROM into own function.
by Hauke Mehrtens
· 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
41bf371
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
· 13 years ago
6e6e8c5
bcma: fix 'SSB_PCICORE_BFL_NOPCI' undeclared build breakage
by John W. Linville
· 13 years ago
05aec23
bcma: inform drivers about translation bits needed for the core
by Rafał Miłecki
· 13 years ago
6f53912
bcma: allow enabling PLL
by Rafał Miłecki
· 13 years ago
7424dd0
bcma: allow setting FAST clockmode for a core
by Rafał Miłecki
· 13 years ago
eb1577b
bcma: handle alternative SPROM location
by Rafał Miłecki
· 13 years ago
c54dcd1
bcma: extract SPROM rev 9 the same way as rev 8
by Rafał Miłecki
· 13 years ago
18dfa49
bcma: cc: set GPIOTIMER register
by Rafał Miłecki
· 13 years ago
95a943c
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
· 13 years ago
534e7a4
bcma: add check if sprom is available before accessing it.
by Hauke Mehrtens
· 13 years ago
204d164
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
· 13 years ago
9352f69
bcma: detect PCI core working in hostmode
by Rafał Miłecki
· 13 years ago
Next »