| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 4 | -4/+4 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 4 | -4/+4 |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -2/+2 |
| 2025-07-24 | ssb: use new GPIO line value setter callbacks for the second GPIO chip | Bartosz Golaszewski | 1 | -3/+5 |
| 2025-06-20 | ssb: use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -3/+5 |
| 2025-04-23 | irqdomain: ssb: Switch to irq_domain_create_linear() | Jiri Slaby (SUSE) | 1 | -4/+4 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2024-03-14 | ssb: use "break" on default case to prevent warning | Randy Dunlap | 1 | -0/+1 |
| 2024-03-12 | ssb: drop use of non-existing CONFIG_SSB_DEBUG symbol | Randy Dunlap | 1 | -1/+0 |
| 2024-03-12 | ssb: Fix potential NULL pointer dereference in ssb_device_uevent() | Rand Deeb | 1 | -1/+3 |
| 2024-02-06 | ssb: make ssb_bustype const | Ricardo B. Marliere | 1 | -1/+1 |
| 2023-10-19 | ssb: relax SSB_EMBEDDED dependencies | Randy Dunlap | 1 | -1/+2 |
| 2023-09-07 | ssb: Fix division by zero issue in ssb_calc_clock_rate | Rand Deeb | 1 | -1/+1 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -2/+2 |
| 2022-09-19 | ssb: gpio: Use generic_handle_irq_safe() | Sebastian Andrzej Siewior | 1 | -2/+4 |
| 2022-05-11 | ssb: remove unreachable code | Jiapeng Chong | 1 | -1/+0 |
| 2021-10-12 | ssb: Use dev_driver_string() instead of pci_dev->driver->name | Uwe Kleine-König | 1 | -5/+1 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2021-06-15 | ssb: use DEVICE_ATTR_ADMIN_RW() helper macro | Zhen Lei | 2 | -18/+14 |
| 2021-06-15 | ssb: remove unreachable code | Tian Tao | 1 | -3/+1 |
| 2021-06-15 | ssb: sdio: Don't overwrite const buffer if block_write fails | Michael Büsch | 1 | -1/+0 |
| 2021-06-15 | ssb: Fix error return code in ssb_bus_scan() | Zhen Lei | 1 | -0/+1 |
| 2021-06-15 | ssb: Remove redundant assignment to err | Yang Li | 1 | -2/+0 |
| 2021-06-15 | ssb: Fix indentation of comment | Shubhankar Kuranagatti | 1 | -10/+20 |
| 2021-06-15 | ssb: pcicore: Fix indentation of comment | Shubhankar Kuranagatti | 1 | -6/+12 |
| 2021-06-15 | ssb: gpio: Fix alignment of comment | Shubhankar Kuranagatti | 1 | -2/+4 |
| 2020-09-21 | ssb: Remove meaningless jump label to simplify the code | Jing Xiangfeng | 1 | -6/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 3 | -3/+3 |
| 2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 3 | -4/+4 |
| 2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -2/+2 |
| 2020-07-15 | ssb: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 3 | -4/+4 |
| 2020-04-28 | ssb: scan: fix block comments coding style issues | John Oldman | 1 | -2/+4 |
| 2020-04-28 | ssb: sprom: fix block comments coding style issues | John Oldman | 1 | -4/+8 |
| 2020-03-12 | ssb: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 1 | -2/+2 |
| 2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2 | -4/+4 |
| 2019-09-13 | ssb: make array pwr_info_offset static const, makes object smaller | Colin Ian King | 1 | -1/+1 |
| 2019-06-25 | ssb/gpio: Remove unnecessary WARN_ON from driver_gpio | Michael Büsch | 1 | -6/+0 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+7 |
| 2019-04-25 | ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit | YueHaibing | 1 | -2/+7 |
| 2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 2 | -5/+0 |
| 2018-10-05 | ssb: chipcommon: fix fall-through annotation | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-08-09 | ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUG | Michael Büsch | 13 | -92/+63 |
| 2018-08-09 | ssb: Remove home-grown printk wrappers | Michael Büsch | 19 | -189/+152 |
| 2018-08-09 | ssb: driver_gige: use true and false for boolean values | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-05-12 | ssb: make SSB_PCICORE_HOSTMODE depend on SSB = y | Rafał Miłecki | 1 | -1/+1 |
| 2018-05-12 | Revert "ssb: Prevent build of PCI host features in module" | Rafał Miłecki | 1 | -1/+1 |
| 2018-03-13 | ssb: use put_device() if device_register fail | Arvind Yadav | 1 | -1/+1 |
| 2018-02-28 | ssb: Prevent build of PCI host features in module | Matt Redfearn | 1 | -1/+1 |
| 2018-02-27 | ssb: return boolean instead of integer in ssb_dma_translation_special_bit | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git | Kalle Valo | 1 | -1/+1 |
| 2018-01-26 | ssb: Do not disable PCI host on non-Mips | Sven Joachim | 1 | -1/+1 |
| 2018-01-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-01-16 | ssb: Disable PCI host for PCI_DRIVERS_GENERIC | James Hogan | 1 | -1/+1 |
| 2017-12-07 | ssb: make SSB a menuconfig to ease disabling it all | Vincent Legoll | 1 | -5/+4 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-05-24 | ssb: Delete an error message for a failed memory allocation in ssb_devices_re... | Markus Elfring | 1 | -1/+0 |
| 2016-11-17 | ssb: Fix error routine when fallback SPROM fails | Larry Finger | 1 | -0/+1 |
| 2016-07-06 | SSB: Change bare unsigned to unsigned int to suit coding style | Hugh Sipière | 1 | -11/+11 |
| 2016-04-26 | ssb: gpio_driver: use gpiochip data pointer | Linus Walleij | 1 | -19/+14 |
| 2016-02-26 | ssb: host_soc depends on sprom | Arnd Bergmann | 1 | -0/+1 |
| 2016-01-19 | ssb: mark ssb_bus_register as __maybe_unused | Arnd Bergmann | 1 | -3/+4 |
| 2015-12-16 | ssb: pick SoC invariants code from MIPS BCM47xx arch | Rafał Miłecki | 4 | -4/+43 |
| 2015-10-28 | ssb: add Kconfig entry for compiling SoC related code | Rafał Miłecki | 4 | -1/+14 |
| 2015-10-28 | ssb: move functions specific to SoC hosted bus to separated file | Rafał Miłecki | 4 | -161/+180 |
| 2015-10-28 | ssb: pick PCMCIA host code support from b43 driver | Rafał Miłecki | 4 | -2/+145 |
| 2015-09-29 | ssb: make ssb_pcmcia_switch_core static | Rafał Miłecki | 2 | -9/+1 |
| 2015-09-29 | ssb: drop declaration of non existing ssb_sdio_hardware_setup | Rafał Miłecki | 1 | -5/+0 |
| 2015-09-29 | ssb: make ssb_sdio_switch_core static | Rafał Miłecki | 2 | -7/+1 |
| 2015-09-29 | ssb: unexport ssb_bus_pcibus_register | Rafał Miłecki | 1 | -1/+0 |
| 2015-06-09 | SSB: Fix handling of ssb_pmu_get_alp_clock() | Hauke Mehrtens | 1 | -3/+3 |
| 2015-05-20 | ssb: extend fix for PCI related silent reboots to all chipsets | Rafał Miłecki | 1 | -3/+4 |
| 2015-04-17 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 3 | -2/+3 |
| 2015-04-13 | Merge branch '4.0-fixes' into mips-for-linux-next | Ralf Baechle | 1 | -0/+1 |
| 2015-04-10 | SSB: fix Kconfig dependencies | Adrien Schildknecht | 1 | -0/+1 |
| 2015-04-07 | ssb: add delay after PCI reset to fix SoC reboots | Rafał Miłecki | 1 | -0/+9 |
| 2015-04-01 | MIPS: BCM47xx: Move NVRAM header to the include/linux/. | Rafał Miłecki | 2 | -2/+2 |
| 2015-03-03 | ssb: Silence warning for unknown backplane revision | Larry Finger | 1 | -0/+2 |
| 2015-02-11 | treewide: Remove unnecessary SSB_DEVTABLE_END macro | Joe Perches | 1 | -1/+1 |
| 2015-01-29 | ssb: Fix Sparse error in main | Pramod Gurav | 1 | -19/+0 |
| 2014-12-11 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -1/+13 |
| 2014-12-04 | SSB / B44: fix WOL for BCM4401 | Andrey Skvortsov | 1 | -11/+22 |
| 2014-11-24 | MIPS: BCM47XX: Make ssb init NVRAM instead of bcm47xx polling it | Rafał Miłecki | 1 | -1/+13 |
| 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-18 | driver:gpio remove all usage of gpio_remove retval in driver | abdoulaye berthe | 1 | -1/+2 |
| 2014-08-25 | ssb: add PCI ID 0x4351 | Álvaro Fernández Rojas | 1 | -0/+1 |
| 2014-07-18 | ssb: extract power info from SPROM revs 4 and 5 | Rafał Miłecki | 1 | -0/+45 |
| 2014-07-15 | ssb: extract antenna gains from SPROMs revs 4+ properly | Rafał Miłecki | 1 | -16/+32 |
| 2014-07-15 | ssb: make code for antenna gain extraction more generic | Rafał Miłecki | 1 | -9/+11 |
| 2014-01-30 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 3 | -21/+298 |
| 2014-01-24 | ssb: gpio: add own IRQ domain | Rafał Miłecki | 3 | -21/+298 |
| 2014-01-03 | ssb: fix sparse warnings in driver_chipcommon_sflash.c | Hauke Mehrtens | 1 | -3/+3 |
| 2013-10-16 | ssb: convert bus code to use dev_groups | Greg Kroah-Hartman | 1 | -10/+13 |
| 2013-08-01 | ssb: drop BROKEN from SSB_SFLASH | Rafał Miłecki | 2 | -6/+4 |
| 2013-07-13 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -1/+1 |
| 2013-07-01 | SSB: Kconfig: Amend SSB_EMBEDDED dependencies | Markos Chandras | 1 | -1/+1 |
| 2013-06-28 | ssb/trivial: replace numeric with standard PM state macros | Yijing Wang | 1 | -1/+1 |
| 2013-06-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -4/+42 |
| 2013-06-18 | ssb: register serial flash as platform device | Rafał Miłecki | 3 | -0/+31 |
| 2013-06-17 | ssb: add struct for serial flash | Rafał Miłecki | 1 | -0/+7 |
| 2013-06-17 | ssb: use const for serial flash hardware table | Rafał Miłecki | 1 | -4/+4 |
| 2013-06-03 | ssb: sprom: replace strict_strtoul() with kstrtoul() | Jingoo Han | 1 | -1/+1 |
| 2013-05-09 | Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -1/+1 |
| 2013-04-26 | ssb: implement ssb spuravoid for chipid BCM43222 | Hauke Mehrtens | 1 | -2/+17 |
| 2013-04-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+29 |
| 2013-04-10 | ssb: implement spurious tone avoidance | Rafał Miłecki | 1 | -0/+29 |
| 2013-04-05 | ssb: driver_mipscore: add a const qualifier | Artem Bityutskiy | 1 | -1/+1 |
| 2013-03-25 | ssb: read additional sprom v2 and v3 attributes. | Hauke Mehrtens | 1 | -2/+18 |
| 2013-03-25 | ssb: extract board_type from SPROM | Rafał Miłecki | 1 | -0/+3 |
| 2013-03-13 | ssb: pci: Fix flipping of MAC address | Larry Finger | 1 | -1/+1 |
| 2013-03-06 | ssb: Convert ssb_printk to ssb_<level> | Joe Perches | 11 | -157/+135 |
| 2013-03-06 | ssb: pci: Standardize a function to get mac address | Joe Perches | 1 | -26/+18 |
| 2013-02-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Ralf Baechle | 7 | -11/+231 |
| 2013-02-15 | MIPS: BCM47XX: add bcm47xx prefix in front of nvram function names | Hauke Mehrtens | 1 | -2/+2 |
| 2013-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -0/+26 |
| 2013-02-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 4 | -10/+72 |
| 2013-02-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -0/+26 |
| 2013-02-04 | ssb: unregister gpios before unloading ssb | Hauke Mehrtens | 3 | -0/+26 |
| 2013-01-30 | ssb: add gpio_to_irq | Hauke Mehrtens | 1 | -0/+22 |
| 2013-01-30 | ssb: register platform device for parallel flash | Rafał Miłecki | 3 | -1/+40 |
| 2013-01-30 | ssb: trivial: use pflash helper variable | Rafał Miłecki | 1 | -9/+10 |
| 2013-01-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 5 | -1/+159 |
| 2013-01-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+1 |
| 2013-01-11 | ssb: add database of serial flash memories | Rafał Miłecki | 1 | -0/+122 |
| 2013-01-09 | ssb: add place for serial flash driver | Rafał Miłecki | 5 | -1/+37 |
| 2013-01-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+1 |
| 2013-01-03 | Drivers: ssb: remove __dev* attributes. | Greg Kroah-Hartman | 4 | -31/+26 |
| 2013-01-02 | ssb: SSB_DRIVER_GPIO should depend on GPIOLIB instead of selecting it | Geert Uytterhoeven | 1 | -2/+1 |
| 2012-12-14 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 7 | -9/+322 |
| 2012-12-10 | ssb: use WARN in main.c | Cong Ding | 1 | -2/+1 |
| 2012-12-06 | ssb: register watchdog driver | Hauke Mehrtens | 3 | -0/+53 |
| 2012-12-06 | ssb: extif: add methods for watchdog driver | Hauke Mehrtens | 2 | -1/+35 |
| 2012-12-06 | ssb: extif: add check for max value before setting watchdog register | Hauke Mehrtens | 1 | -2/+3 |
| 2012-12-06 | ssb: add methods for watchdog driver | Hauke Mehrtens | 2 | -1/+51 |
| 2012-12-06 | ssb: set the PMU watchdog if available | Hauke Mehrtens | 1 | -2/+36 |
| 2012-12-06 | ssb: get alp clock from devices with PMU | Hauke Mehrtens | 3 | -6/+37 |
| 2012-11-30 | ssb: extif: fix compile errors | Hauke Mehrtens | 1 | -7/+7 |
| 2012-11-21 | ssb: add GPIO driver | Hauke Mehrtens | 5 | -0/+201 |
| 2012-11-21 | ssb: add locking around gpio register accesses | Hauke Mehrtens | 4 | -11/+107 |
| 2012-11-21 | ssb: add ssb_chipco_gpio_pull{up,down} | Hauke Mehrtens | 1 | -0/+16 |
| 2012-10-29 | ssb: handle BCM43222 in pmu code. | Hauke Mehrtens | 1 | -0/+3 |
| 2012-10-29 | ssb: add PCI ID 0x4350 | Hauke Mehrtens | 1 | -0/+1 |
| 2012-10-19 | ssb: add attribute to indicate a parallel flash is available | Hauke Mehrtens | 1 | -0/+2 |
| 2012-10-19 | ssb: move parallel flash config into an own struct | Hauke Mehrtens | 1 | -7/+7 |
| 2012-08-10 | ssb: check for flash presentence | Rafał Miłecki | 1 | -7/+21 |
| 2012-06-11 | ssb: add missing PCI ID for b/g/n single band BCM4322 | Jonas Gorski | 1 | -0/+1 |
| 2012-06-06 | ssb: recognize ARM Cortex M3 | Hauke Mehrtens | 1 | -0/+2 |
| 2012-05-16 | ssb: add PCI IDs 0x4322 and 43222 | Hauke Mehrtens | 1 | -0/+2 |
| 2012-05-16 | bcma/ssb: parse new attributes from sprom | Hauke Mehrtens | 1 | -0/+69 |
| 2012-05-16 | ssb: fill board_rev attribute from sprom | Hauke Mehrtens | 1 | -0/+2 |
| 2012-05-16 | ssb/bcma: fill attribute alpha2 from sprom | Hauke Mehrtens | 1 | -5/+11 |
| 2012-05-16 | ssb: remove rev from boardinfo | Hauke Mehrtens | 1 | -1/+0 |
| 2012-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 8 | -49/+117 |
| 2012-03-09 | Merge 3.3-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-03-05 | ssb: remove 5GHz antenna gain from sprom | Hauke Mehrtens | 3 | -43/+22 |
| 2012-02-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+1 |
| 2012-02-06 | ssb: add support for bcm5354 | Hauke Mehrtens | 4 | -5/+53 |
| 2012-02-06 | ssb: log the id, rev and pkg of the chip found | Hauke Mehrtens | 1 | -0/+3 |
| 2012-02-01 | ssb: fix cardbus slot in hostmode | Hauke Mehrtens | 1 | -1/+1 |
| 2012-01-24 | Remove useless get_driver()/put_driver() calls | Alan Stern | 1 | -18/+2 |
| 2012-01-24 | ssb: SPROM: extract each core power info | Rafał Miłecki | 1 | -1/+39 |
| 2011-12-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+6 |
| 2011-12-13 | ssb: extract FEM info from SPROM | Rafał Miłecki | 1 | -0/+23 |
| 2011-12-08 | ssb: fix init regression with SoCs | Hauke Mehrtens | 1 | -2/+6 |
| 2011-10-31 | ssb: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 6 | -0/+6 |
| 2011-10-31 | ssb: Add module.h to the real modules in drivers/ssb | Paul Gortmaker | 2 | -0/+2 |
| 2011-08-24 | ssb: fix DMA translation for some specific boards | Rafał Miłecki | 1 | -3/+21 |
| 2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 15 | -15/+15 |
| 2011-07-22 | ssb: return correct translation bit for 64-bit DMA | Rafał Miłecki | 1 | -1/+4 |
| 2011-07-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -9/+9 |
| 2011-07-11 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -4/+6 |
| 2011-07-07 | ssb: fix init regression of hostmode PCI core | Rafał Miłecki | 1 | -9/+9 |
| 2011-07-07 | Update my e-mail address | Michael Büsch | 15 | -15/+15 |
| 2011-07-05 | ssb: use pci_dev->subsystem_{vendor,device} | Sergei Shtylyov | 1 | -4/+2 |
| 2011-07-05 | ssb: use pci_dev->revision | Sergei Shtylyov | 1 | -2/+1 |
| 2011-07-05 | ssb: PCI revision ID register is 8-bit wide | Sergei Shtylyov | 1 | -1/+1 |
| 2011-06-27 | ssb: use pci_dev->revision | Sergei Shtylyov | 1 | -2/+1 |
| 2011-06-27 | ssb: fix ssb clock rate according to broadcom source | Hauke Mehrtens | 1 | -2/+2 |
| 2011-06-22 | ssb: add __devinit to some functions | Hauke Mehrtens | 4 | -27/+31 |
| 2011-06-17 | drivers/ssb/driver_chipcommon_pmu.c: uninitilized warning | Connor Hansen | 1 | -2/+2 |
| 2011-06-03 | ssb: fix PCI(e) driver regression causing oops on PCI cards | Rafał Miłecki | 1 | -4/+6 |
| 2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 5 | -98/+284 |
| 2011-05-19 | SSB: Change fallback sprom to callback mechanism. | Hauke Mehrtens | 3 | -24/+38 |
| 2011-05-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -27/+35 |
| 2011-05-13 | ssb: fix pcicore build breakage | John W. Linville | 1 | -4/+10 |
| 2011-05-11 | ssb: move ssb_commit_settings and export it | Rafał Miłecki | 2 | -26/+25 |
| 2011-05-11 | ssb: update list of devices supporting multiple 80211 cores | Rafał Miłecki | 1 | -1/+4 |
| 2011-05-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 4 | -70/+152 |
| 2011-05-02 | ssb: cc: prepare clockmode support for cores rev 10+ | Rafał Miłecki | 1 | -17/+43 |
| 2011-04-28 | ssb: pci: early fix for SPROM core index | Rafał Miłecki | 1 | -0/+12 |
| 2011-04-28 | ssb: pci: update PCIe workarounds | Rafał Miłecki | 1 | -8/+27 |
| 2011-04-28 | ssb: pci: separate workarounds | Rafał Miłecki | 1 | -40/+58 |
| 2011-04-26 | ssb: update reject bit for Target State Low | Rafał Miłecki | 1 | -8/+7 |
| 2011-04-26 | ssb: mark bus as powered up earlier | Rafał Miłecki | 1 | -4/+4 |
| 2011-04-25 | ssb: cc: clear GPIOPULL registers on init | Rafał Miłecki | 1 | -0/+6 |
| 2011-04-25 | ssb: cc: use correct min_msk for 0x4312 | Rafał Miłecki | 1 | -0/+2 |
| 2011-04-25 | ssb: pci: trivial: correct amount of maximum retries | Rafał Miłecki | 1 | -1/+1 |
| 2011-04-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -5/+101 |
| 2011-04-04 | ssb: pci: implement serdes workaround | Rafał Miłecki | 1 | -3/+28 |
| 2011-04-04 | ssb: pci: implement mdio reading | Rafał Miłecki | 1 | -0/+43 |