Age | Commit message (Expand) | Author | Files | Lines |
2013-02-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -0/+17 |
2013-02-04 | bcma: unregister gpios before unloading bcma | Hauke Mehrtens | 3 | -0/+17 |
2013-02-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+1 |
2013-01-28 | bcma: fix NAND flash validation | Rafał Miłecki | 1 | -1/+1 |
2013-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -3/+2 |
2013-01-03 | Drivers: bcma: remove __dev* attributes. | Greg Kroah-Hartman | 6 | -18/+17 |
2013-01-02 | bcma: correct M25P32 serial flash ID | Rafał Miłecki | 1 | -1/+1 |
2013-01-02 | bcma: BCMA_DRIVER_GPIO should depend on GPIOLIB instead of selecting it | Geert Uytterhoeven | 1 | -2/+1 |
2012-12-19 | Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -1/+2 |
2012-12-14 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 6 | -5/+199 |
2012-12-10 | bcma: mips: fix clearing device IRQ | Rafał Miłecki | 1 | -1/+1 |
2012-12-10 | bcma: unify naming schema for clock functions | Rafał Miłecki | 4 | -26/+29 |
2012-12-06 | bcma: register watchdog driver | Hauke Mehrtens | 3 | -0/+32 |
2012-12-06 | bcma: add methods for watchdog driver | Hauke Mehrtens | 1 | -1/+37 |
2012-12-06 | bcma: set the pmu watchdog if available | Hauke Mehrtens | 1 | -2/+40 |
2012-12-06 | bcma: add bcma_chipco_alp_clock | Hauke Mehrtens | 1 | -2/+10 |
2012-11-30 | bcma: handle return value of pci_assign_resource | Hauke Mehrtens | 1 | -3/+7 |
2012-11-22 | bcma: export PLL reading function | Rafał Miłecki | 1 | -1/+2 |
2012-11-21 | bcma: add GPIO driver | Hauke Mehrtens | 5 | -0/+123 |
2012-11-21 | bcma: add comment to bcma_chipco_gpio_control | Hauke Mehrtens | 1 | -0/+4 |
2012-11-21 | bcma: add bcma_chipco_gpio_pull{up,down} | Hauke Mehrtens | 1 | -0/+30 |
2012-11-21 | bcma: add locking around GPIO register accesses | Hauke Mehrtens | 1 | -5/+42 |
2012-10-29 | bcma: suspend/resume callbacks should be conditionally compiled on CONFIG_PM_... | Yuanhan Liu | 1 | -3/+3 |
2012-10-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+3 |
2012-10-19 | bcma: do not initialize deactivated PCIe cores | Hauke Mehrtens | 1 | -5/+5 |
2012-10-19 | bcma: add an extra pcie core struct | Hauke Mehrtens | 2 | -3/+26 |
2012-10-19 | bcma: use fallback sprom if sprom on card was not valid | Hauke Mehrtens | 1 | -1/+4 |
2012-10-19 | bcma: add some more flash chips for serial flash | Hauke Mehrtens | 1 | -1/+30 |
2012-10-19 | bcma: extract drv_cc in bcma_core_mips_flash_detect() | Hauke Mehrtens | 1 | -11/+12 |
2012-10-19 | bcma: mark nflash if it is the boot flash | Hauke Mehrtens | 1 | -0/+3 |
2012-10-19 | bcma: add and use constants for the flash windows | Hauke Mehrtens | 2 | -4/+4 |
2012-10-19 | bcma: mark pflash as present when available | Hauke Mehrtens | 1 | -0/+1 |
2012-10-19 | bcma: init sprom struct earlier | Hauke Mehrtens | 1 | -7/+14 |
2012-10-19 | bcma: just do the necessary things in early register on SoCs | Hauke Mehrtens | 4 | -17/+45 |
2012-10-15 | bcma: fix unregistration of cores | Piotr Haber | 1 | -2/+3 |
2012-09-28 | bcma: change delays to follow timers-howto guide | Rafał Miłecki | 4 | -9/+12 |
2012-09-24 | bcma: handle BCM43227 | Rafał Miłecki | 2 | -0/+3 |
2012-09-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -1/+4 |
2012-09-07 | bcma: don't leak memory for PCIE, MIPS, GBIT cores | Saul St. John | 1 | -0/+10 |
2012-08-21 | bcma: detect and register NAND flash device | Rafał Miłecki | 4 | -4/+35 |
2012-08-21 | bcma: detect and register serial flash device | Rafał Miłecki | 4 | -4/+131 |
2012-08-10 | bcma: make some functions static | Hauke Mehrtens | 3 | -8/+9 |
2012-08-02 | bcma: BCM43228 support | Rafał Miłecki | 2 | -1/+4 |
2012-07-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -8/+13 |
2012-07-26 | bcma: fix invalid PMU chip control masks | Hauke Mehrtens | 1 | -4/+4 |
2012-07-26 | bcma: add missing iounmap on error path | Hauke Mehrtens | 1 | -5/+10 |
2012-07-26 | bcma: fix regression in interrupt assignment on mips | Hauke Mehrtens | 1 | -3/+3 |
2012-07-17 | bcma: add place for flash memory support | Rafał Miłecki | 6 | -3/+84 |
2012-07-12 | bcma: add new cores at the end of list | Rafał Miłecki | 1 | -2/+2 |
2012-07-12 | bcma: add trivial GBIT MAC COMMON driver | Rafał Miłecki | 5 | -6/+42 |