aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/prom (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman17-0/+17
2016-10-06sparc: fixing ident and beautifying codenetmonk@netmonk.org1-28/+24
2014-10-24sparc64: Fix register corruption in top-most kernel stack frame during boot.David S. Miller3-8/+5
2014-10-10sparc64: Fix lockdep warnings on reboot on Ultra-5David S. Miller1-3/+4
2014-10-07sparc64: Increase size of boot string to 1024 bytesDave Kleikamp1-1/+4
2014-05-18sparc64: fix sparse warnings in smp_64.cSam Ravnborg1-5/+0
2014-01-28sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-06-19arch: sparc: prom: looping issue, need additional length check in the outside loopingChen Gang1-5/+7
2013-06-19sparc: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-8/+8
2012-06-27sparc32: Remove superfluous extern declarations for prom_*() functionsGeert Uytterhoeven1-3/+0
2012-06-27sparc: Correct comments about prom_init() return valuesGeert Uytterhoeven2-4/+4
2012-05-11sparc32: drop sun4c supportSam Ravnborg2-29/+0
2012-03-28Disintegrate asm/system.h for SparcDavid Howells6-6/+0
2011-06-07sparc: Remove unnecessary semicolonsJoe Perches3-3/+3
2011-03-16sparc32: remove tick14.cSam Ravnborg1-4/+0
2011-01-10Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-20/+21
2011-01-03sparc: explicitly cast negative phandle checks to s32Andres Salomon4-21/+22
2011-01-03sparc: fix sparse warnings in arch/sparc/prom for 32 bit buildSam Ravnborg4-7/+10
2011-01-02sparc: remove unused prom tree functionsSam Ravnborg1-41/+3
2011-01-02sparc: remove unused prom cpu functionsSam Ravnborg1-78/+0
2011-01-02sparc: drop prom/palloc.cSam Ravnborg2-44/+0
2011-01-02sparc: drop prom/devmap.cSam Ravnborg2-54/+0
2010-12-12sparc: Eliminate prom_stdin.David S. Miller2-4/+1
2010-12-12sparc: prom: Sanitize return value from prom_nbputchar()Julian Calaby1-3/+4
2010-11-30sparc: Write to prom console using indirect buffer.David S. Miller3-25/+48
2010-11-30sparc: Delete prom_*getchar().David S. Miller2-73/+0
2010-11-30sparc: Pass buffer pointer all the way down to prom_{get,put}char().David S. Miller3-49/+50
2010-11-17sparc: Do not export prom_nb{get,put}char().David S. Miller2-8/+4
2010-11-16sparc64: Delete prom_setcallback().David S. Miller1-14/+0
2010-11-16sparc64: Unexport prom_service_exists().David S. Miller1-1/+1
2010-11-16sparc: Kill prom devops_{32,64}.cDavid S. Miller3-155/+0
2010-11-16sparc: Remove prom_pathtoinode()David S. Miller2-34/+0
2010-11-16sparc64: Delete prom_puts() unused.David S. Miller1-16/+0
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds7-68/+73
2010-10-09of/sparc: convert various prom_* functions to use phandleAndres Salomon7-68/+73
2010-10-07Fix IRQ flag handling namingDavid Howells1-1/+1
2010-08-23sparc64: Get rid of indirect p1275 PROM call buffer.David S. Miller6-273/+453
2010-03-03sparc64: Make prom entry spinlock NMI safe.David S. Miller1-5/+7
2010-02-10sparc: remove redundant return statementsJan Engelhardt10-12/+0
2009-09-04sparc64: Fix bootup with mcount in some configs.David S. Miller2-5/+4
2009-01-08sparc: Eliminate PROMLIB_INTERNAL as it does nothingJulian Calaby1-2/+0
2009-01-08sparc: Kill exports of prom internal functionsJulian Calaby2-4/+0
2009-01-08sparc64: move EXPORT_SYMBOL to the symbols definitionSam Ravnborg2-2/+21
2009-01-08sparc: move EXPORT_SYMBOL to the symbols definitionSam Ravnborg4-0/+27
2008-12-08sparc: Use sparc64 version of prom/printf.cRobert Reif3-49/+1
2008-12-05sparc: Const'ify prom_*prop*() on sparc32.David S. Miller1-3/+3
2008-12-04sparc: drop CONFIG_SUN_AUXIOSam Ravnborg1-2/+0
2008-12-04sparc,sparc64: unify prom/Sam Ravnborg10-0/+1096
2008-12-04sparc: prepare prom/ for unificationSam Ravnborg8-2/+13
2008-08-31sparc: remove CONFIG_SUN4Adrian Bunk6-196/+0