Age | Commit message (Expand) | Author | Files | Lines |
2013-02-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 4 | -1/+18 |
2013-02-05 | bcma: unregister gpios before unloading bcma | Hauke Mehrtens | 3 | -0/+17 |
2013-02-01 | bcma: Xflash: reorder includes to make pr_fmt work | Rafał Miłecki | 2 | -4/+4 |
2013-01-31 | bcma: add gpio_to_irq | Hauke Mehrtens | 1 | -0/+11 |
2013-01-31 | bcma: register platform device for parallel flash | Rafał Miłecki | 3 | -5/+42 |
2013-01-28 | bcma: fix NAND flash validation | Rafał Miłecki | 1 | -1/+1 |
2013-01-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -3/+2 |
2013-01-15 | bcma: use consistent case for 'hex' constants | Nathan Hintz | 1 | -5/+5 |
2013-01-15 | bcma: add support for 1 and 2 byte extended config space access | Nathan Hintz | 1 | -7/+8 |
2013-01-15 | bcma: don't map/unmap a subset of the PCI config space | Nathan Hintz | 1 | -11/+11 |
2013-01-15 | bcma: jump to 'out' label for invalid 'func' value | Nathan Hintz | 1 | -1/+5 |
2013-01-15 | bcma: delete duplicate readl | Nathan Hintz | 1 | -2/+0 |
2013-01-15 | bcma: fix bcm4716/bcm4748 i2s irqflag | Nathan Hintz | 1 | -0/+28 |
2013-01-11 | bcma: update pci configuration for bcm4706/bcm4716 | Nathan Hintz | 1 | -1/+12 |
2013-01-11 | bcma: return the mips irq number in bcma_core_irq | Nathan Hintz | 3 | -6/+12 |
2013-01-11 | bcma: fix compile error | Hauke Mehrtens | 1 | -1/+1 |
2013-01-08 | bcma: mips: rename oldirqflag to irqinitmask | Hauke Mehrtens | 1 | -4/+4 |
2013-01-08 | bcma: mips: remove assigned_irqs from structure | Hauke Mehrtens | 1 | -2/+0 |
2013-01-08 | bcma: mips: show also disabled IRQs | Hauke Mehrtens | 1 | -5/+12 |
2013-01-08 | bcma: mips: make some info messages debug messages | Hauke Mehrtens | 1 | -5/+5 |
2013-01-08 | bcma: mips: explicit assign IRQ numbers | Hauke Mehrtens | 1 | -28/+56 |
2013-01-08 | bcma: make bcma_find_core_unit() accessible | Hauke Mehrtens | 2 | -2/+4 |
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-20 | Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -1/+2 |
2012-12-15 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 6 | -5/+199 |
2012-12-11 | bcma: mips: fix clearing device IRQ | Rafał Miłecki | 1 | -1/+1 |
2012-12-11 | 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-22 | bcma: add GPIO driver | Hauke Mehrtens | 5 | -0/+123 |
2012-11-22 | bcma: add comment to bcma_chipco_gpio_control | Hauke Mehrtens | 1 | -0/+4 |
2012-11-22 | bcma: add bcma_chipco_gpio_pull{up,down} | Hauke Mehrtens | 1 | -0/+30 |
2012-11-22 | 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 |