summaryrefslogtreecommitdiffstats
path: root/drivers/bcma
AgeCommit message (Expand)AuthorLines
2013-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+17
2013-02-04bcma: unregister gpios before unloading bcmaHauke Mehrtens-0/+17
2013-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+1
2013-01-28bcma: fix NAND flash validationRafał Miłecki-1/+1
2013-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-3/+2
2013-01-03Drivers: bcma: remove __dev* attributes.Greg Kroah-Hartman-18/+17
2013-01-02bcma: correct M25P32 serial flash IDRafał Miłecki-1/+1
2013-01-02bcma: BCMA_DRIVER_GPIO should depend on GPIOLIB instead of selecting itGeert Uytterhoeven-2/+1
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds-1/+2
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-5/+199
2012-12-10bcma: mips: fix clearing device IRQRafał Miłecki-1/+1
2012-12-10bcma: unify naming schema for clock functionsRafał Miłecki-26/+29
2012-12-06bcma: register watchdog driverHauke Mehrtens-0/+32
2012-12-06bcma: add methods for watchdog driverHauke Mehrtens-1/+37
2012-12-06bcma: set the pmu watchdog if availableHauke Mehrtens-2/+40
2012-12-06bcma: add bcma_chipco_alp_clockHauke Mehrtens-2/+10
2012-11-30bcma: handle return value of pci_assign_resourceHauke Mehrtens-3/+7
2012-11-22bcma: export PLL reading functionRafał Miłecki-1/+2
2012-11-21bcma: add GPIO driverHauke Mehrtens-0/+123
2012-11-21bcma: add comment to bcma_chipco_gpio_controlHauke Mehrtens-0/+4
2012-11-21bcma: add bcma_chipco_gpio_pull{up,down}Hauke Mehrtens-0/+30
2012-11-21bcma: add locking around GPIO register accessesHauke Mehrtens-5/+42
2012-10-29bcma: suspend/resume callbacks should be conditionally compiled on CONFIG_PM_...Yuanhan Liu-3/+3
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-2/+3
2012-10-19bcma: do not initialize deactivated PCIe coresHauke Mehrtens-5/+5
2012-10-19bcma: add an extra pcie core structHauke Mehrtens-3/+26
2012-10-19bcma: use fallback sprom if sprom on card was not validHauke Mehrtens-1/+4
2012-10-19bcma: add some more flash chips for serial flashHauke Mehrtens-1/+30
2012-10-19bcma: extract drv_cc in bcma_core_mips_flash_detect()Hauke Mehrtens-11/+12
2012-10-19bcma: mark nflash if it is the boot flashHauke Mehrtens-0/+3
2012-10-19bcma: add and use constants for the flash windowsHauke Mehrtens-4/+4
2012-10-19bcma: mark pflash as present when availableHauke Mehrtens-0/+1
2012-10-19bcma: init sprom struct earlierHauke Mehrtens-7/+14
2012-10-19bcma: just do the necessary things in early register on SoCsHauke Mehrtens-17/+45
2012-10-15bcma: fix unregistration of coresPiotr Haber-2/+3
2012-09-28bcma: change delays to follow timers-howto guideRafał Miłecki-9/+12
2012-09-24bcma: handle BCM43227Rafał Miłecki-0/+3
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+4
2012-09-07bcma: don't leak memory for PCIE, MIPS, GBIT coresSaul St. John-0/+10
2012-08-21bcma: detect and register NAND flash deviceRafał Miłecki-4/+35
2012-08-21bcma: detect and register serial flash deviceRafał Miłecki-4/+131
2012-08-10bcma: make some functions staticHauke Mehrtens-8/+9
2012-08-02bcma: BCM43228 supportRafał Miłecki-1/+4
2012-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-8/+13
2012-07-26bcma: fix invalid PMU chip control masksHauke Mehrtens-4/+4
2012-07-26bcma: add missing iounmap on error pathHauke Mehrtens-5/+10
2012-07-26bcma: fix regression in interrupt assignment on mipsHauke Mehrtens-3/+3
2012-07-17bcma: add place for flash memory supportRafał Miłecki-3/+84
2012-07-12bcma: add new cores at the end of listRafał Miłecki-2/+2
2012-07-12bcma: add trivial GBIT MAC COMMON driverRafał Miłecki-6/+42