summaryrefslogtreecommitdiffstats
path: root/include/linux/bcma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-01-301-0/+1
|\
| * bcma: gpio: add own IRQ domainRafał Miłecki2014-01-231-0/+1
* | bcma: export bcma_find_core_unit()Hauke Mehrtens2014-01-041-1/+8
|/
* bcma: make bcma_core_pci_{up,down}() callable from atomic contextArend van Spriel2013-09-261-0/+1
* bcma: add bcma_core_pci_power_save()Hauke Mehrtens2013-08-261-0/+20
* bcma: do not export bcma_core_pci_extend_L1timer()Hauke Mehrtens2013-08-261-1/+0
* bcma: add method to power up and down the PCIe core by wifi driverHauke Mehrtens2013-08-261-0/+3
* bcma: add constants for new ARM based SoCsHauke Mehrtens2013-07-221-0/+5
* bcma: add some more core namesHauke Mehrtens2013-07-221-0/+12
* bcma: add support for BCM43142Rafał Miłecki2013-06-272-0/+56
* bcma: add more core IDsRafał Miłecki2013-05-171-1/+4
* brcmfmac: setup SDIO reset behaviorPiotr Haber2013-04-121-0/+3
* brcmfmac: add support for dongle ARM CR4 coreFranky Lin2013-04-122-0/+2
* bcma: export bcma_chipco_get_alp_clock()Hauke Mehrtens2013-03-271-0/+2
* bcma: handle more devices in bcma_pmu_get_alp_clock()Hauke Mehrtens2013-03-271-0/+1
* bcma: define board typesRafał Miłecki2013-03-251-0/+54
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-021-0/+1
|\
| * mtd: bcm47xxsflash: add own struct for abstrating bus typeRafał Miłecki2013-02-041-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-082-3/+8
|\ \
| * | bcma: cc: fix (and rename) define of NAND flash typeRafał Miłecki2013-02-011-1/+1
| * | bcma: add gpio_to_irqHauke Mehrtens2013-01-301-2/+7
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-282-2/+4
|\| |
| * | bcma: fix bcm4716/bcm4748 i2s irqflagNathan Hintz2013-01-141-0/+1
| * | bcma: update pci configuration for bcm4706/bcm4716Nathan Hintz2013-01-111-0/+2
| * | bcma: return the mips irq number in bcma_core_irqNathan Hintz2013-01-111-1/+1
| * | bcma: mips: remove assigned_irqs from structureHauke Mehrtens2013-01-071-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-152-2/+2
|\ \ \ | | |/ | |/|
| * | Drivers: bcma: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-2/+2
| |/
* / bgmac: driver for GBit MAC core on BCMA busRafał Miłecki2013-01-091-0/+2
|/
* Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds2012-12-191-0/+1
|\
| * bcma: export PLL reading functionRafał Miłecki2012-11-221-0/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-12-141-0/+9
|\ \
| * | bcma: add GPIO driverHauke Mehrtens2012-11-211-0/+5
| * | bcma: add bcma_chipco_gpio_pull{up,down}Hauke Mehrtens2012-11-211-0/+2
| * | bcma: add locking around GPIO register accessesHauke Mehrtens2012-11-211-0/+3
| |/
* | bcma: register watchdog driverHauke Mehrtens2012-12-061-0/+3
* | bcma: add methods for watchdog driverHauke Mehrtens2012-12-061-2/+2
* | bcma: add more package IDsHauke Mehrtens2012-11-261-0/+5
* | bcma: add an extra pcie core structHauke Mehrtens2012-10-191-1/+1
* | bcma: mark nflash if it is the boot flashHauke Mehrtens2012-10-191-0/+1
* | bcma: add and use constants for the flash windowsHauke Mehrtens2012-10-191-1/+4
* | bcma: mark pflash as present when availableHauke Mehrtens2012-10-191-0/+1
* | bcma: just do the necessary things in early register on SoCsHauke Mehrtens2012-10-192-0/+6
|/
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-091-1/+1
|\
| * Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-031-1/+1
| |\
| | * UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-242-0/+28
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-152-0/+87
| |\ \ \ | | |_|/ | |/| |
* | | | mtd: basic (read only) driver for BCMA serial flashRafał Miłecki2012-09-291-0/+2
* | | | Merge commit '371a00448f95adaa612cf1a0b31a11e7093bc706' of 'git://git.kernel....David Woodhouse2012-09-292-0/+115
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|