Age | Commit message (Expand) | Author | Files | Lines |
2014-10-23 | bcma: add another PCI ID of device with BCM43228 | Rafał Miłecki | 1 | -2/+3 |
2014-10-23 | bcma: fix build when CONFIG_OF_ADDRESS is not set | Hauke Mehrtens | 1 | -1/+1 |
2014-10-09 | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -1/+2 |
2014-09-30 | bcma: use chipcommon node from DT for SoC GPIO chip | Rafał Miłecki | 1 | -0/+4 |
2014-09-30 | bcma: register bcma as device tree driver | Hauke Mehrtens | 3 | -1/+146 |
2014-09-27 | bcma: gpio: use ChipCommon GPIO IRQ on BCM47XX arch only | Rafał Miłecki | 1 | -2/+2 |
2014-09-27 | bcma: print chip ID in a more user-friendly form | Rafał Miłecki | 1 | -2/+6 |
2014-09-18 | driver:gpio remove all usage of gpio_remove retval in driver | abdoulaye berthe | 1 | -1/+2 |
2014-09-09 | bcma: add support for chipcommon B core | Hauke Mehrtens | 5 | -0/+77 |
2014-09-09 | bcma: store more alternative addresses | Hauke Mehrtens | 1 | -4/+5 |
2014-09-09 | bcma: register NAND and QSPI cores early | Rafał Miłecki | 1 | -0/+21 |
2014-09-09 | bcma: move code for core registration into separate function | Rafał Miłecki | 1 | -31/+36 |
2014-09-09 | bcma: use separated function to initialize bus on SoC | Rafał Miłecki | 1 | -2/+9 |
2014-09-09 | bcma: move bus struct setup into early part of host specific code | Rafał Miłecki | 4 | -9/+6 |
2014-09-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+1 |
2014-09-04 | bcma: get info about flash type SoC booted from | Rafał Miłecki | 1 | -0/+62 |
2014-08-28 | bcma: only map wrapper if its address is available | Hauke Mehrtens | 2 | -4/+11 |
2014-08-25 | bcma: add PCI ID for spromless BCM43217 | Hauke Mehrtens | 1 | -0/+1 |
2014-07-31 | bcma: use NS prefix for names of Northstar specific cores | Rafał Miłecki | 1 | -11/+11 |
2014-07-29 | bcma: add support for BCM43131 that was found in Tenda W311E | Rafał Miłecki | 3 | -0/+3 |
2014-07-18 | bcma: add support for BCM43217 found in Tenda W322E (14e4:43a9) | Rafał Miłecki | 3 | -0/+3 |
2014-07-18 | bcma: extract antenna gains from SPROM correctly | Rafał Miłecki | 1 | -8/+33 |
2014-07-08 | bcma: add driver for PCIe Gen 2 core | Rafał Miłecki | 3 | -0/+184 |
2014-06-19 | bcma: gpio: register all 32 GPIOs on BCM53572 | Rafał Miłecki | 1 | -0/+1 |
2014-03-27 | bcma: gpio: register 32 GPIOs on BCM5357 | Rafał Miłecki | 1 | -1/+8 |
2014-01-31 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2 | -2/+136 |
2014-01-25 | bcma: gpio: don't cast u32 to unsigned long | Rafał Miłecki | 1 | -2/+2 |
2014-01-25 | bcma: prevent irq handler from firing when registered | Hauke Mehrtens | 1 | -0/+3 |
2014-01-23 | bcma: gpio: add own IRQ domain | Rafał Miłecki | 2 | -2/+133 |
2014-01-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -3/+3 |
2014-01-05 | bcma: export bcma_find_core_unit() | Hauke Mehrtens | 2 | -14/+1 |
2014-01-04 | bcma: fix sparse warnings in driver_chipcommon_sflash.c | Hauke Mehrtens | 1 | -3/+3 |
2013-12-19 | bcma: add missing put_device call | Levente Kurusa | 1 | -0/+1 |
2013-12-10 | bcma: pci: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 1 | -1/+1 |
2013-12-05 | bcma: pci: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -1/+0 |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+6 |
2013-10-20 | Merge 3.12-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -23/+26 |
2013-10-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+6 |
2013-10-17 | bcma: convert bus code to use dev_groups | Greg Kroah-Hartman | 1 | -7/+16 |
2013-10-10 | bcma: add PCI id 0x4313 | Hauke Mehrtens | 1 | -0/+1 |
2013-10-10 | bcma: reject PCI cards in bcma. | Hauke Mehrtens | 1 | -2/+5 |
2013-09-26 | bcma: make bcma_core_pci_{up,down}() callable from atomic context | Arend van Spriel | 1 | -23/+26 |
2013-09-09 | bcma: fix error code handling on 64 Bit systems | Hauke Mehrtens | 1 | -5/+7 |
2013-08-26 | bcma: add bcma_core_pci_power_save() | Hauke Mehrtens | 1 | -3/+33 |
2013-08-26 | bcma: do not export bcma_core_pci_extend_L1timer() | Hauke Mehrtens | 1 | -2/+1 |
2013-08-26 | bcma: add method to power up and down the PCIe core by wifi driver | Hauke Mehrtens | 1 | -0/+26 |
2013-08-26 | bcma: change max PCI read request size to 128 | Hauke Mehrtens | 1 | -0/+6 |
2013-07-23 | bcma: fix handling of big addrl | Hauke Mehrtens | 1 | -8/+8 |
2013-07-23 | bcma: return correct error code when bus scan failed | Hauke Mehrtens | 1 | -1/+1 |
2013-07-23 | bcma: make it possible to select SoC support without mips | Hauke Mehrtens | 1 | -2/+8 |