aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/mips-cpc.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-26mips: cpc: Fix refcount leak in mips_cpc_default_phys_baseGravatar Gong Yuanjun 1-0/+1
2021-11-29MIPS: CPC: Use bitfield helpersGravatar Geert Uytterhoeven 1-1/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-02-08MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()Gravatar Paul Burton 1-0/+13
2017-11-03Update MIPS email addressesGravatar Paul Burton 1-1/+1
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersGravatar Paul Burton 1-2/+1
2017-08-30MIPS: Abstract CPU core & VP(E) ID access through accessor functionsGravatar Paul Burton 1-2/+2
2017-08-30MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shiftsGravatar Paul Burton 1-1/+1
2017-08-29MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsGravatar Paul Burton 1-4/+4
2016-11-04MIPS: CPC: Provide default mips_cpc_default_phys_base to ignore CPCGravatar Paul Burton 1-1/+10
2016-10-04MIPS: CPC: Avoid lock when MIPS CM >= 3 is presentGravatar Matt Redfearn 1-1/+12
2016-10-04MIPS: CPC: Convert bare 'unsigned' to 'unsigned int'Gravatar Matt Redfearn 1-3/+3
2015-11-11MIPS: CM, CPC: Ensure core-other GCRs reflect the correct coreGravatar Paul Burton 1-0/+6
2015-08-26MIPS: CPC: Remove "weak" from mips_cpc_phys_base() and make it staticGravatar Bjorn Helgaas 1-1/+8
2015-08-26MIPS: CPC: Fix type for GCR CPC base reg for 64-bitGravatar Markos Chandras 1-1/+1
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Gravatar Ralf Baechle 1-2/+2
2014-05-28MIPS: smp-cps: rework core/VPE initialisationGravatar Paul Burton 1-0/+2
2014-05-02MIPS: CPC: provide locking functionsGravatar Paul Burton 1-0/+26
2014-03-06MIPS: Add CPC probe, access functionsGravatar Paul Burton 1-0/+52