summaryrefslogtreecommitdiffstats
path: root/drivers/bcma
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-2/+6
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-171-2/+6
| |\
| | * bcma: add PCI id 0x4313Hauke Mehrtens2013-10-101-0/+1
| | * bcma: reject PCI cards in bcma.Hauke Mehrtens2013-10-101-2/+5
* | | Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-191-23/+26
|\| |
| * | bcma: make bcma_core_pci_{up,down}() callable from atomic contextArend van Spriel2013-09-261-23/+26
| |/
* / bcma: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-7/+16
|/
* bcma: fix error code handling on 64 Bit systemsHauke Mehrtens2013-09-091-5/+7
* bcma: add bcma_core_pci_power_save()Hauke Mehrtens2013-08-261-3/+33
* bcma: do not export bcma_core_pci_extend_L1timer()Hauke Mehrtens2013-08-261-2/+1
* bcma: add method to power up and down the PCIe core by wifi driverHauke Mehrtens2013-08-261-0/+26
* bcma: change max PCI read request size to 128Hauke Mehrtens2013-08-261-0/+6
* bcma: fix handling of big addrlHauke Mehrtens2013-07-221-8/+8
* bcma: return correct error code when bus scan failedHauke Mehrtens2013-07-221-1/+1
* bcma: make it possible to select SoC support without mipsHauke Mehrtens2013-07-221-2/+8
* bcma: add some more core namesHauke Mehrtens2013-07-221-0/+12
* bcma: add support for BCM43142Rafał Miłecki2013-06-276-2/+155
* bcma: use const for serial flash hardware tableRafał Miłecki2013-06-171-4/+4
* bcma: update core (en|dis)abling functionsRafał Miłecki2013-06-171-3/+25
* bcma: activate PCI host option by defaultHauke Mehrtens2013-06-121-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-121-0/+2
|\
| * bcma: add more core IDsRafał Miłecki2013-05-171-0/+2
* | bcma: support SPROM rev 10Rafał Miłecki2013-05-221-7/+9
* | bcma: prepare for supporting more SPROM sizesRafał Miłecki2013-05-221-15/+20
* | bcma: don't hardcode SPROM lengthRafał Miłecki2013-05-221-15/+15
|/
* Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds2013-05-091-1/+1
|\
| * bcma_mips: add a const qualifierArtem Bityutskiy2013-04-051-1/+1
* | bcma: export some gpio functionsHauke Mehrtens2013-03-271-0/+2
* | bcma: export bcma_chipco_get_alp_clock()Hauke Mehrtens2013-03-271-1/+2
* | bcma: handle more devices in bcma_pmu_get_alp_clock()Hauke Mehrtens2013-03-271-4/+20
* | bcma: use BCMA_CC_PMU_CTL_* constantsHauke Mehrtens2013-03-271-5/+5
* | bcma: mark eromptr as __iomemHauke Mehrtens2013-03-271-8/+8
* | bcma: extract board_type from SPROMRafał Miłecki2013-03-251-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-181-0/+2
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-011-0/+2
| |\
| | * bcma: init spin lockHauke Mehrtens2013-02-271-0/+2
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-144-1/+18
| | |\
* | | | bcma: implement disabling PLLsRafał Miłecki2013-03-061-1/+7
* | | | bcma: ignore extra GMAC cores on BCM4706Rafał Miłecki2013-03-061-0/+5
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-083-0/+17
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-063-0/+17
| |\ \ \ | | | |/ | | |/|
| | * | bcma: unregister gpios before unloading bcmaHauke Mehrtens2013-02-043-0/+17
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-086-9/+57
|\ \ \ \ | | |_|/ | |/| |
| * | | bcma: Xflash: reorder includes to make pr_fmt workRafał Miłecki2013-02-012-4/+4
| * | | bcma: add gpio_to_irqHauke Mehrtens2013-01-301-0/+11
| * | | bcma: register platform device for parallel flashRafał Miłecki2013-01-303-5/+42
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-011-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | bcma: fix NAND flash validationRafał Miłecki2013-01-281-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-285-72/+155
|\ \ \ \ | | |_|/ | |/| |