| Commit message (Expand) | Author | Age | Files | Lines |
* | ssb: Delete an error message for a failed memory allocation in ssb_devices_re... | Markus Elfring | 2017-05-24 | 1 | -1/+0 |
* | ssb: mark ssb_bus_register as __maybe_unused | Arnd Bergmann | 2016-01-19 | 1 | -3/+4 |
* | ssb: pick SoC invariants code from MIPS BCM47xx arch | Rafał Miłecki | 2015-12-16 | 1 | -3/+2 |
* | ssb: add Kconfig entry for compiling SoC related code | Rafał Miłecki | 2015-10-28 | 1 | -0/+2 |
* | ssb: move functions specific to SoC hosted bus to separated file | Rafał Miłecki | 2015-10-28 | 1 | -161/+1 |
* | ssb: pick PCMCIA host code support from b43 driver | Rafał Miłecki | 2015-10-28 | 1 | -1/+7 |
* | ssb: unexport ssb_bus_pcibus_register | Rafał Miłecki | 2015-09-29 | 1 | -1/+0 |
* | ssb: Silence warning for unknown backplane revision | Larry Finger | 2015-03-03 | 1 | -0/+2 |
* | ssb: Fix Sparse error in main | Pramod Gurav | 2015-01-29 | 1 | -19/+0 |
* | ssb: gpio: add own IRQ domain | Rafał Miłecki | 2014-01-24 | 1 | -5/+7 |
* | ssb: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-17 | 1 | -11/+14 |
* | ssb: register serial flash as platform device | Rafał Miłecki | 2013-06-18 | 1 | -0/+8 |
* | ssb: Convert ssb_printk to ssb_<level> | Joe Perches | 2013-03-06 | 1 | -29/+22 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-02-09 | 1 | -0/+9 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-02-06 | 1 | -0/+9 |
| |\ |
|
| | * | ssb: unregister gpios before unloading ssb | Hauke Mehrtens | 2013-02-04 | 1 | -0/+9 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-02-08 | 1 | -0/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | ssb: register platform device for parallel flash | Rafał Miłecki | 2013-01-30 | 1 | -0/+8 |
| |/ |
|
* / | Drivers: ssb: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -15/+12 |
|/ |
|
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2012-12-14 | 1 | -0/+7 |
|\ |
|
| * | ssb: add GPIO driver | Hauke Mehrtens | 2012-11-21 | 1 | -0/+6 |
| * | ssb: add locking around gpio register accesses | Hauke Mehrtens | 2012-11-21 | 1 | -0/+1 |
* | | ssb: use WARN in main.c | Cong Ding | 2012-12-10 | 1 | -2/+1 |
* | | ssb: register watchdog driver | Hauke Mehrtens | 2012-12-06 | 1 | -0/+8 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-03-21 | 1 | -0/+3 |
|\ |
|
| * | ssb: add support for bcm5354 | Hauke Mehrtens | 2012-02-06 | 1 | -0/+3 |
* | | Remove useless get_driver()/put_driver() calls | Alan Stern | 2012-01-25 | 1 | -18/+2 |
|/ |
|
* | ssb: Add module.h to the real modules in drivers/ssb | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | ssb: fix DMA translation for some specific boards | Rafał Miłecki | 2011-08-24 | 1 | -3/+21 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 1 | -1/+1 |
|\ |
|
| * | Update my e-mail address | Michael Büsch | 2011-07-07 | 1 | -1/+1 |
* | | ssb: return correct translation bit for 64-bit DMA | Rafał Miłecki | 2011-07-22 | 1 | -1/+4 |
* | | ssb: fix ssb clock rate according to broadcom source | Hauke Mehrtens | 2011-06-27 | 1 | -2/+2 |
* | | ssb: add __devinit to some functions | Hauke Mehrtens | 2011-06-22 | 1 | -14/+15 |
|/ |
|
* | ssb: fix pcicore build breakage | John W. Linville | 2011-05-13 | 1 | -4/+10 |
* | ssb: move ssb_commit_settings and export it | Rafał Miłecki | 2011-05-11 | 1 | -0/+25 |
* | ssb: update reject bit for Target State Low | Rafał Miłecki | 2011-04-26 | 1 | -8/+7 |
* | ssb: mark bus as powered up earlier | Rafał Miłecki | 2011-04-26 | 1 | -4/+4 |
* | ssb: reset device only if it was enabled | Rafał Miłecki | 2011-02-18 | 1 | -18/+22 |
* | ssb: when needed, reject IM input while disabling device | Rafał Miłecki | 2011-02-18 | 1 | -1/+15 |
* | ssb: Make ssb_wait_bit multi-bit safe | Michael Büsch | 2011-02-18 | 1 | -6/+6 |
* | ssb: Add sysfs attributes to ssb devices | Hauke Mehrtens | 2010-12-02 | 1 | -0/+30 |
* | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 2010-09-29 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2010-08-06 | 1 | -1/+0 |
|\ |
|
| * | pcmcia: remove cs_types.h | Dominik Brodowski | 2010-07-30 | 1 | -1/+0 |
* | | ssb: remove the ssb DMA API | FUJITA Tomonori | 2010-06-04 | 1 | -74/+0 |
* | | ssb: add dma_dev to ssb_device structure | FUJITA Tomonori | 2010-06-04 | 1 | -0/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-05-21 | 1 | -0/+3 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-05-05 | 1 | -0/+3 |
| |\ |
|
| | * | ssb: Make bus registration failure not be silent | Larry Finger | 2010-04-26 | 1 | -0/+3 |