aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/driver_mips.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-12bcma: fix buffer size caused crash in bcma_core_mips_print_irq()Rafał Miłecki1-1/+1
2017-10-27bcma: Use bcma_debug and not pr_cont in MIPS driverJoe Perches1-4/+7
2017-10-17bcma: use bcma_debug and pr_cont in MIPS driverRafał Miłecki1-3/+4
2017-01-17Revert "bcma: init serial console directly from ChipCommon code"Rafał Miłecki1-0/+3
2016-03-07bcma: move flash detection code to ChipCommon core driverRafał Miłecki1-25/+2
2016-03-07bcma: move parallel flash support to separated fileRafał Miłecki1-34/+1
2016-03-07bcma: drop unneeded fields from bcma_pflash structRafał Miłecki1-7/+4
2016-02-06bcma: init serial console directly from ChipCommon codeRafał Miłecki1-3/+0
2015-04-01MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki1-1/+1
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+11
2014-11-24MIPS: BCM47XX: Make bcma init NVRAM instead of bcm47xx polling itRafał Miłecki1-2/+11
2014-11-11bcma: make it possible to specify a IRQ num in bcma_core_irq()Hauke Mehrtens1-9/+2
2014-09-04bcma: get info about flash type SoC booted fromRafał Miłecki1-0/+62
2013-04-05bcma_mips: add a const qualifierArtem Bityutskiy1-1/+1
2013-01-30bcma: register platform device for parallel flashRafał Miłecki1-5/+33
2013-01-14bcma: fix bcm4716/bcm4748 i2s irqflagNathan Hintz1-0/+28
2013-01-11bcma: return the mips irq number in bcma_core_irqNathan Hintz1-3/+9
2013-01-11bcma: fix compile errorHauke Mehrtens1-1/+1
2013-01-07bcma: mips: rename oldirqflag to irqinitmaskHauke Mehrtens1-4/+4
2013-01-07bcma: mips: remove assigned_irqs from structureHauke Mehrtens1-2/+0
2013-01-07bcma: mips: show also disabled IRQsHauke Mehrtens1-5/+12
2013-01-07bcma: mips: make some info messages debug messagesHauke Mehrtens1-5/+5
2013-01-07bcma: mips: explicit assign IRQ numbersHauke Mehrtens1-28/+56
2012-12-10bcma: mips: fix clearing device IRQRafał Miłecki1-1/+1
2012-12-10bcma: unify naming schema for clock functionsRafał Miłecki1-1/+1
2012-10-19bcma: extract drv_cc in bcma_core_mips_flash_detect()Hauke Mehrtens1-11/+12
2012-10-19bcma: add and use constants for the flash windowsHauke Mehrtens1-2/+2
2012-10-19bcma: mark pflash as present when availableHauke Mehrtens1-0/+1
2012-10-19bcma: just do the necessary things in early register on SoCsHauke Mehrtens1-7/+19
2012-07-26bcma: fix regression in interrupt assignment on mipsHauke Mehrtens1-3/+3
2012-07-17bcma: add place for flash memory supportRafał Miłecki1-3/+12
2012-07-09bcma: use custom printing functionsRafał Miłecki1-8/+8
2012-07-09bcma: add constants for chip idsHauke Mehrtens1-4/+4
2011-08-08bcma: get CPU clockHauke Mehrtens1-0/+12
2011-08-08bcma: add serial console supportHauke Mehrtens1-0/+1
2011-08-08bcma: add mips driverHauke Mehrtens1-0/+243