Age | Commit message (Expand) | Author |
2024-02-06 | ssb: make ssb_bustype const | Ricardo B. Marliere |
2023-09-07 | ssb: Fix division by zero issue in ssb_calc_clock_rate | Rand Deeb |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König |
2021-06-15 | ssb: remove unreachable code | Tian Tao |
2021-06-15 | ssb: Remove redundant assignment to err | Yang Li |
2021-06-15 | ssb: Fix indentation of comment | Shubhankar Kuranagatti |
2018-08-09 | ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUG | Michael Büsch |
2018-08-09 | ssb: Remove home-grown printk wrappers | Michael Büsch |
2018-03-13 | ssb: use put_device() if device_register fail | Arvind Yadav |
2018-02-27 | ssb: return boolean instead of integer in ssb_dma_translation_special_bit | Gustavo A. R. Silva |
2017-05-24 | ssb: Delete an error message for a failed memory allocation in ssb_devices_re... | Markus Elfring |
2016-01-19 | ssb: mark ssb_bus_register as __maybe_unused | Arnd Bergmann |
2015-12-16 | ssb: pick SoC invariants code from MIPS BCM47xx arch | Rafał Miłecki |
2015-10-28 | ssb: add Kconfig entry for compiling SoC related code | Rafał Miłecki |
2015-10-28 | ssb: move functions specific to SoC hosted bus to separated file | Rafał Miłecki |
2015-10-28 | ssb: pick PCMCIA host code support from b43 driver | Rafał Miłecki |
2015-09-29 | ssb: unexport ssb_bus_pcibus_register | Rafał Miłecki |
2015-03-03 | ssb: Silence warning for unknown backplane revision | Larry Finger |
2015-01-29 | ssb: Fix Sparse error in main | Pramod Gurav |
2014-01-24 | ssb: gpio: add own IRQ domain | Rafał Miłecki |
2013-10-16 | ssb: convert bus code to use dev_groups | Greg Kroah-Hartman |
2013-06-18 | ssb: register serial flash as platform device | Rafał Miłecki |
2013-03-06 | ssb: Convert ssb_printk to ssb_<level> | Joe Perches |
2013-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-02-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2013-02-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2013-02-04 | ssb: unregister gpios before unloading ssb | Hauke Mehrtens |
2013-01-30 | ssb: register platform device for parallel flash | Rafał Miłecki |
2013-01-03 | Drivers: ssb: remove __dev* attributes. | Greg Kroah-Hartman |
2012-12-14 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2012-12-10 | ssb: use WARN in main.c | Cong Ding |
2012-12-06 | ssb: register watchdog driver | Hauke Mehrtens |
2012-11-21 | ssb: add GPIO driver | Hauke Mehrtens |
2012-11-21 | ssb: add locking around gpio register accesses | Hauke Mehrtens |
2012-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2012-02-06 | ssb: add support for bcm5354 | Hauke Mehrtens |
2012-01-24 | Remove useless get_driver()/put_driver() calls | Alan Stern |
2011-10-31 | ssb: Add module.h to the real modules in drivers/ssb | Paul Gortmaker |
2011-08-24 | ssb: fix DMA translation for some specific boards | Rafał Miłecki |
2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2011-07-22 | ssb: return correct translation bit for 64-bit DMA | Rafał Miłecki |
2011-07-07 | Update my e-mail address | Michael Büsch |
2011-06-27 | ssb: fix ssb clock rate according to broadcom source | Hauke Mehrtens |
2011-06-22 | ssb: add __devinit to some functions | Hauke Mehrtens |
2011-05-13 | ssb: fix pcicore build breakage | John W. Linville |
2011-05-11 | ssb: move ssb_commit_settings and export it | Rafał Miłecki |
2011-04-26 | ssb: update reject bit for Target State Low | Rafał Miłecki |
2011-04-26 | ssb: mark bus as powered up earlier | Rafał Miłecki |
2011-02-18 | ssb: reset device only if it was enabled | Rafał Miłecki |