aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-27bcma: define some additional cores IDsRafał Miłecki1-0/+6
2012-06-08bcma: fix null pointer in bcma_core_pci_irq_ctlHauke Mehrtens1-2/+4
2012-06-04bcma: add ext PA workaround for BCM4331 and BCM43431Seth Forshee2-3/+5
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-25/+251
2012-05-16bcma: Add flush for BCMA_RESET_CTL writeNathan Hintz1-0/+1
2012-05-16bcma: Add __devexit to bcma_host_pci_removeNathan Hintz1-2/+2
2012-05-16bcma: reads/writes are always 4 bytes, so always map 4 bytesNathan Hintz1-3/+3
2012-05-16bcma: Account for variable PCI memory base/sizeNathan Hintz1-2/+2
2012-05-16bcma: Find names of non BCM coresNathan Hintz1-14/+40
2012-05-16bcma: add bcma_core_pci_config_fixup()Hauke Mehrtens1-0/+18
2012-05-16bcma: add bcma_core_pci_fixcfg()Hauke Mehrtens1-0/+19
2012-05-16bcma: add bcma_core_pci_extend_L1timerHauke Mehrtens1-2/+14
2012-05-16bcma: implement setting core clock mode to dynamicHauke Mehrtens1-1/+1
2012-05-16bcma/ssb: parse new attributes from spromHauke Mehrtens1-0/+70
2012-05-16bcma: read out some additional sprom attributesHauke Mehrtens1-0/+76
2012-05-16ssb/bcma: fill attribute alpha2 from spromHauke Mehrtens1-1/+2
2012-05-16bcma: add boardinfo structHauke Mehrtens1-0/+3
2012-05-07Merge 3.4-rc6 into usb-nextGreg Kroah-Hartman1-2/+5
2012-04-22Merge 3.4-rc4 into usb-next.Greg Kroah-Hartman1-1/+18
2012-04-18bcma: scan for extra address spaceHauke Mehrtens1-1/+18
2012-04-16bcma: use fallback sprom if no on chip sprom is availableHauke Mehrtens1-2/+5
2012-04-10bcma: fix build error on MIPS; implicit pcibios_enable_devicePaul Gortmaker2-1/+2
2012-03-07bcma: silence PMU warning for BCM4331Rafał Miłecki1-0/+1
2012-03-06bcma: add support for on-chip OTP memory used for SPROM storageArend van Spriel1-20/+106
2012-03-06bcma: return error in bcma_sprom_get() when fallback failsArend van Spriel1-10/+17
2012-03-05bcma: add support for sprom not found on the deviceHauke Mehrtens1-8/+69
2012-03-05bcma: export bcma_find_coreHauke Mehrtens1-1/+2
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-11/+12
2012-02-06bcma: log the id, rev and pkg of the chip foundHauke Mehrtens1-3/+7
2012-02-06bcma: add extra sprom checkHauke Mehrtens1-0/+7
2012-02-06bcma: add bus num counterHauke Mehrtens1-1/+11
2012-02-06bcma: add PCIe host controllerHauke Mehrtens3-34/+581
2012-02-06bcma: make some functions __devinitHauke Mehrtens5-9/+9
2012-02-06bcma: export bcma_pcie_read()Hauke Mehrtens2-1/+4
2012-02-06bcma: add constants for PCI and use themHauke Mehrtens1-54/+70
2012-02-06bcma: add the core unit numberHauke Mehrtens1-0/+14
2012-02-06bcma: don't fail for bad SPROM CRCHenrik Rydberg1-3/+1
2012-02-01bcma: Fix mem leak in bcma_bus_scan()Jesper Juhl1-8/+11
2012-01-24bcma: Enable logging of SPROM offsetLarry Finger1-0/+1
2012-01-24bcma: SPROM: extract power info for coresRafał Miłecki1-1/+39
2012-01-24bcma: SPROM: add macro for easier extractionRafał Miłecki1-68/+71
2012-01-17bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds1-0/+19
2012-01-17bcma: add stub for bcma_bus_suspend()Linus Torvalds3-1/+7
2012-01-17bcma: convert suspend/resume to pm_opsLinus Torvalds1-26/+16
2012-01-16bcma: invalidate the mapped core over suspend/resumeRafał Miłecki1-0/+3
2011-12-13bcma: extract revision and TX power IDs from SPROMRafał Miłecki1-0/+39
2011-12-13bcma: support for suspend and resumeRafał Miłecki3-0/+56
2011-12-13bcma: extract FEM info from SPROMRafał Miłecki1-0/+22
2011-12-06bcma: pci: use fixed windows when possibleRafał Miłecki1-11/+21
2011-10-31bcma: fix implicit use of export.h contentsPaul Gortmaker4-0/+4