aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-06bcma: support chipsets with PMU and GCI cores (devices)Rafał Miłecki1-0/+2
2016-02-06bcma: identify bus cores (devices) found on BCM47189Rafał Miłecki1-0/+3
2015-01-23bcma: use standard bus scanning during early registerRafał Miłecki1-58/+4
2015-01-23bcma: clean bus initialization codeRafał Miłecki1-4/+1
2014-10-27bcma: fill core details for every deviceRafał Miłecki1-0/+1
2014-09-26bcma: print chip ID in a more user-friendly formRafał Miłecki1-2/+6
2014-09-09bcma: add support for chipcommon B coreHauke Mehrtens1-0/+1
2014-09-09bcma: store more alternative addressesHauke Mehrtens1-4/+5
2014-09-09bcma: move bus struct setup into early part of host specific codeRafał Miłecki1-7/+0
2014-08-28bcma: only map wrapper if its address is availableHauke Mehrtens1-4/+7
2014-07-31bcma: use NS prefix for names of Northstar specific coresRafał Miłecki1-11/+11
2013-09-09bcma: fix error code handling on 64 Bit systemsHauke Mehrtens1-5/+7
2013-07-22bcma: fix handling of big addrlHauke Mehrtens1-8/+8
2013-07-22bcma: add some more core namesHauke Mehrtens1-0/+12
2013-05-17bcma: add more core IDsRafał Miłecki1-0/+2
2013-03-27bcma: mark eromptr as __iomemHauke Mehrtens1-8/+8
2012-07-26bcma: add missing iounmap on error pathHauke Mehrtens1-5/+10
2012-07-12bcma: add new cores at the end of listRafał Miłecki1-2/+2
2012-07-12bcma: add trivial GBIT MAC COMMON driverRafał Miłecki1-6/+10
2012-07-09bcma: use custom printing functionsRafał Miłecki1-13/+11
2012-06-27bcma: define some additional cores IDsRafał Miłecki1-0/+6
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-14/+40
2012-05-16bcma: Find names of non BCM coresNathan Hintz1-14/+40
2012-04-18bcma: scan for extra address spaceHauke Mehrtens1-1/+18
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-8/+11
2012-02-06bcma: log the id, rev and pkg of the chip foundHauke Mehrtens1-3/+7
2012-02-06bcma: add the core unit numberHauke Mehrtens1-0/+14
2012-02-01bcma: Fix mem leak in bcma_bus_scan()Jesper Juhl1-8/+11
2011-08-24bcma: signedness bug in bcma_get_next_core()Dan Carpenter1-1/+1
2011-08-08bcma: add SOC busHauke Mehrtens1-5/+37
2011-08-08bcma: add functions to scan cores needed on SoCsHauke Mehrtens1-6/+89
2011-08-08bcma: move initializing of struct bcma_bus to own function.Hauke Mehrtens1-6/+11
2011-08-08bcma: move parsing of EEPROM into own function.Hauke Mehrtens1-112/+118
2011-05-10bcma: add Broadcom specific AMBA bus driverRafał Miłecki1-0/+360