aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+11
2014-11-24MIPS: BCM47XX: Make bcma init NVRAM instead of bcm47xx polling itRafał Miłecki1-2/+11
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-3/+4
2014-11-11bcma: get IRQ numbers from dtHauke Mehrtens1-1/+51
2014-11-11bcma: make it possible to specify a IRQ num in bcma_core_irq()Hauke Mehrtens5-14/+29
2014-10-27bcma: fill core details for every deviceRafał Miłecki3-3/+8
2014-10-23bcma: add another PCI ID of device with BCM43228Rafał Miłecki1-2/+3
2014-10-23bcma: fix build when CONFIG_OF_ADDRESS is not setHauke Mehrtens1-1/+1
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+2
2014-09-30bcma: use chipcommon node from DT for SoC GPIO chipRafał Miłecki1-0/+4
2014-09-30bcma: register bcma as device tree driverHauke Mehrtens3-1/+146
2014-09-26bcma: gpio: use ChipCommon GPIO IRQ on BCM47XX arch onlyRafał Miłecki1-2/+2
2014-09-26bcma: print chip ID in a more user-friendly formRafał Miłecki1-2/+6
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-1/+2
2014-09-09bcma: add support for chipcommon B coreHauke Mehrtens5-0/+77
2014-09-09bcma: store more alternative addressesHauke Mehrtens1-4/+5
2014-09-09bcma: register NAND and QSPI cores earlyRafał Miłecki1-0/+21
2014-09-09bcma: move code for core registration into separate functionRafał Miłecki1-31/+36
2014-09-09bcma: use separated function to initialize bus on SoCRafał Miłecki1-2/+9
2014-09-09bcma: move bus struct setup into early part of host specific codeRafał Miłecki4-9/+6
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2014-09-04bcma: get info about flash type SoC booted fromRafał Miłecki1-0/+62
2014-08-28bcma: only map wrapper if its address is availableHauke Mehrtens2-4/+11
2014-08-25bcma: add PCI ID for spromless BCM43217Hauke Mehrtens1-0/+1
2014-07-31bcma: use NS prefix for names of Northstar specific coresRafał Miłecki1-11/+11
2014-07-29bcma: add support for BCM43131 that was found in Tenda W311ERafał Miłecki3-0/+3
2014-07-18bcma: add support for BCM43217 found in Tenda W322E (14e4:43a9)Rafał Miłecki3-0/+3
2014-07-18bcma: extract antenna gains from SPROM correctlyRafał Miłecki1-8/+33
2014-07-07bcma: add driver for PCIe Gen 2 coreRafał Miłecki3-0/+184
2014-06-19bcma: gpio: register all 32 GPIOs on BCM53572Rafał Miłecki1-0/+1
2014-03-27bcma: gpio: register 32 GPIOs on BCM5357Rafał Miłecki1-1/+8
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-2/+136
2014-01-24bcma: gpio: don't cast u32 to unsigned longRafał Miłecki1-2/+2
2014-01-24bcma: prevent irq handler from firing when registeredHauke Mehrtens1-0/+3
2014-01-23bcma: gpio: add own IRQ domainRafał Miłecki2-2/+133
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-3/+3
2014-01-04bcma: export bcma_find_core_unit()Hauke Mehrtens2-14/+1
2014-01-03bcma: fix sparse warnings in driver_chipcommon_sflash.cHauke Mehrtens1-3/+3
2013-12-19bcma: add missing put_device callLevente Kurusa1-0/+1
2013-12-09bcma: pci: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-12-05bcma: pci: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+6
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman1-23/+26
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+6
2013-10-16bcma: convert bus code to use dev_groupsGreg Kroah-Hartman1-7/+16
2013-10-10bcma: add PCI id 0x4313Hauke Mehrtens1-0/+1
2013-10-10bcma: reject PCI cards in bcma.Hauke Mehrtens1-2/+5
2013-09-26bcma: make bcma_core_pci_{up,down}() callable from atomic contextArend van Spriel1-23/+26
2013-09-09bcma: fix error code handling on 64 Bit systemsHauke Mehrtens1-5/+7
2013-08-26bcma: add bcma_core_pci_power_save()Hauke Mehrtens1-3/+33