data_type
large_stringclasses
3 values
source
large_stringclasses
29 values
code
large_stringlengths
98
49.4M
filepath
large_stringlengths
5
161
message
large_stringclasses
234 values
commit
large_stringclasses
234 values
subject
large_stringclasses
418 values
critique
large_stringlengths
101
1.26M
metadata
dict
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/compiler.h> #include <linux/init.h> #include <linux/export.h> #include <linux/highmem.h> #include <linux/sched.h> #include <linux/smp.h> #include <asm/fixmap.h> #include <asm/tlbflush.h> unsigned long highstart_pfn, highend_pfn; void kmap_flush_tlb(unsigned long add...
arch/mips/mm/highmem.c
null
null
null
null
null
source
linux
/* * MIPS Huge TLB Page Support for Kernel. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2002, Rohit Seth <rohit.seth@intel.com> * Copyright 2005, Embedded Alley Solut...
arch/mips/mm/hugetlbpage.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1994 - 2000 Ralf Baechle * Copyright (C) 1999, 2000 Silicon Graphics, Inc. * Kevin D. Kissell, kevink@mips.com and Carsten...
arch/mips/mm/init.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * (C) Copyright 1995 1996 Linus Torvalds * (C) Copyright 2001, 2002 Ralf Baechle */ #include <linux/export.h> #include <asm/addrspace.h> #...
arch/mips/mm/ioremap.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only #include <linux/io.h> #include <ioremap.h> void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size, pgprot_t prot) { unsigned long flags = pgprot_val(prot) & _CACHE_MASK; u64 base = (flags == _CACHE_UNCACHED ? IO_BASE : UNCAC_BASE); void __iomem *addr; addr...
arch/mips/mm/ioremap64.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2011 Wind River Systems, * written by Ralf Baechle <ralf@linux-mips.org> */ #include <linux/compiler.h> #include <linux/...
arch/mips/mm/mmap.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Micro-assembler generated clear_page/copy_page functions. * * Copyright (C) 2012 MIPS Technologies, Inc. * Copyright (C) 2012 Ralf Ba...
arch/mips/mm/page-funcs.S
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2003, 04, 05 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 2007 Maciej W. Rozycki * Copyright (C) 2008 Thiemo Seufe...
arch/mips/mm/page.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2003 by Ralf Baechle */ #include <linux/init.h> #include <linux/mm.h> #include <linux/memblock.h> #include <linux/highmem.h...
arch/mips/mm/pgtable-32.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1999, 2000 by Silicon Graphics * Copyright (C) 2003 by Ralf Baechle */ #include <linux/export.h> #include <linux/init.h> #...
arch/mips/mm/pgtable-64.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #include <linux/export.h> #include <linux/mm.h> #include <linux/string.h> #include <asm/pgalloc.h> pgd_t *pgd_alloc(struct mm_struct *mm) {...
arch/mips/mm/pgtable.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/bug.h> #include <linux/export.h> #include <linux/types.h> #include <linux/mmdebug.h> #include <linux/mm.h> #include <asm/addrspace.h> #include <asm/sections.h> #include <asm/io.h> #include <asm/page.h> #include <asm/dma.h> static inline bool __debug_virt_addr_valid(...
arch/mips/mm/physaddr.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2015 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> */ #include <asm/bcache.h> #include <asm/debug.h> #include <linux/uaccess.h> #include <linux/debugfs.h> #include <linux/init.h> static ssize_t sc_prefetch_read(struct file *fil...
arch/mips/mm/sc-debugfs.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * sc-ip22.c: Indy cache management functions. * * Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org), * derived from r4xx0.c by David S. Miller (davem@davemloft.net). */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/mm.h> #inclu...
arch/mips/mm/sc-ip22.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2006 Chris Dearman (chris@mips.com), */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/mm.h> #include <asm/cpu-type.h> #include <asm/mipsregs.h> #include <asm/bcache.h> #include <asm/cacheops.h> #include <asm/page.h> #...
arch/mips/mm/sc-mips.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org), * derived from r4xx0.c by David S. Miller (davem@davemloft.net). */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/mm.h> #include <asm/mipsregs.h> #include <asm/bcache.h> #inclu...
arch/mips/mm/sc-r5k.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * sc-rm7k.c: RM7000 cache management functions. * * Copyright (C) 1997, 2001, 2003, 2004 Ralf Baechle (ralf@linux-mips.org) */ #undef DEBUG #include <linux/kernel.h> #include <linux/mm.h> #include <linux/bitops.h> #include <asm/addrspace.h> #include <asm/bcache.h> #include ...
arch/mips/mm/sc-rm7k.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Micro-assembler generated tlb handler functions. * * Copyright (C) 2013 Broadcom Corporation. * * Based on mm/page-funcs.c * Copyrig...
arch/mips/mm/tlb-funcs.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * r2300.c: R2000 and R3000 specific mmu/cache code. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * * with a lot of changes to make this thing work for R3000s * Tx39XX R4k style caches added. HK * Copyright (C) 1998, 1999, 2000 Harald Koerfgen * Copyright (C...
arch/mips/mm/tlb-r3k.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1996 David S. Miller (davem@davemloft.net) * Copyright (C) 1997, 1998, 1999, 2000 Ralf Baechle ralf@gnu.org * Carsten Lang...
arch/mips/mm/tlb-r4k.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1999 Ralf Baechle * Copyright (C) 1999 Silicon Graphics, Inc. */ #include <asm/mipsregs.h> #include <asm/regdef.h> #includ...
arch/mips/mm/tlbex-fault.S
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Synthesize TLB refill handlers at runtime. * * Copyright (C) 2004, 2005, 2006, 2008 Thiemo Seufer * Copyright (C) 2005, 2007, 2008, 20...
arch/mips/mm/tlbex.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * A small micro-assembler. It is intentionally kept simple, does only * support a subset of instructions, and does not try to hide pipeline...
arch/mips/mm/uasm-micromips.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * A small micro-assembler. It is intentionally kept simple, does only * support a subset of instructions, and does not try to hide pipeline...
arch/mips/mm/uasm-mips.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * A small micro-assembler. It is intentionally kept simple, does only * support a subset of instructions, and does not try to hide pipeline...
arch/mips/mm/uasm.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ / { images { fdt-mobileye-epm5 { description = "Mobileeye MP5 Device Tree"; data = /incbin/("boot/dts/mobileye/eyeq5-epm5.dtb"); type = "flat_dt"; arch = "mips"; compression = "none"; hash { algo = "sha1"; }; }; }; configurations { de...
arch/mips/mobileye/board-epm5.its.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2015 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> */ #include <linux/bug.h> #include <linux/kernel.h> #include <linux/libfdt.h> #include <linux/of_fdt.h> #include <linux/sizes.h> #include <asm/addrspace.h> #include <asm/bootinf...
arch/mips/mti-malta/malta-dtshim.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * PROM library initialisation code. * * Copyright (C) 1999,2000,2004,2005,2012 MIPS Technologies, Inc. * All rights reserved. * Authors...
arch/mips/mti-malta/malta-init.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Carsten Langgaard, carstenl@mips.com * Copyright (C) 2000, 2001, 2004 MIPS Technologies, Inc. * Copyright (C) 2001 Ralf Baechle * Copyr...
arch/mips/mti-malta/malta-int.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * PROM library functions for acquiring/using memory descriptors given to * us from the YAMON. * * Copyright (C) 1999,2000,2012 MIPS Tech...
arch/mips/mti-malta/malta-memory.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2006, 07 MIPS Technologies, Inc. * written by Ralf Baechle (ralf@linux-mips.org) * written by Ralf Baechle <ralf@lin...
arch/mips/mti-malta/malta-platform.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved. * Copyright (C) 2008 Dmitri Vorobiev */ #include <linux/cpu.h> #include <linux/init.h> #include <linux/sched.h> #include <linux/ioport.h> #include <linux/irq.h> #incl...
arch/mips/mti-malta/malta-setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Carsten Langgaard, carstenl@mips.com * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. * * Setting up the clock on the MIPS boards. */ #include <linux/types.h> #include <linux/i8253.h> #include <linux/init.h> #include <linux/kernel_stat.h> #includ...
arch/mips/mti-malta/malta-time.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Nintendo 64 init. * * Copyright (C) 2021 Lauri Kasanen */ #include <linux/init.h> #include <linux/ioport.h> #include <linux/irq.h> #include <linux/memblock.h> #include <linux/platform_device.h> #include <linux/platform_data/simplefb.h> #include <linux/string.h> #include <...
arch/mips/n64/init.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * N64 IRQ * * Copyright (C) 2021 Lauri Kasanen */ #include <linux/export.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <asm/irq_cpu.h> void __init arch_init_irq(void) { mips_cpu_irq_init(); }
arch/mips/n64/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Just-In-Time compiler for eBPF bytecode on MIPS. * Implementation of JIT functions common to 32-bit and 64-bit CPUs. * * Copyright (c) 2021 Anyfi Networks AB. * Author: Johan Almbladh <johan.almbladh@gmail.com> * * Based on code and ideas from * Copyright (c) 2017 C...
arch/mips/net/bpf_jit_comp.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Just-In-Time compiler for eBPF bytecode on 32-bit and 64-bit MIPS. * * Copyright (c) 2021 Anyfi Networks AB. * Author: Johan Almbladh <johan.almbladh@gmail.com> * * Based on code and ideas from * Copyright (c) 2017 Cavium, Inc. * Copyright (c) 2017 Shubham Bansal...
arch/mips/net/bpf_jit_comp.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Just-In-Time compiler for eBPF bytecode on MIPS. * Implementation of JIT functions for 32-bit CPUs. * * Copyright (c) 2021 Anyfi Networks AB. * Author: Johan Almbladh <johan.almbladh@gmail.com> * * Based on code and ideas from * Copyright (c) 2017 Cavium, Inc. * Co...
arch/mips/net/bpf_jit_comp32.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Just-In-Time compiler for eBPF bytecode on MIPS. * Implementation of JIT functions for 64-bit CPUs. * * Copyright (c) 2021 Anyfi Networks AB. * Author: Johan Almbladh <johan.almbladh@gmail.com> * * Based on code and ideas from * Copyright (c) 2017 Cavium, Inc. * Co...
arch/mips/net/bpf_jit_comp64.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2018 John Crispin <john@phrozen.org> */ #include <linux/pci.h> //#include <linux/of_irq.h> #include <linux/of_pci.h> int pcibios_plat_dev_init(struct pci_dev *dev) { return 0; } int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) { return o...
arch/mips/pci/fixup-ath79.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr> */ #include <linux/types.h> #include <linux/pci.h> #include <bcm63xx_cpu.h> int pci...
arch/mips/pci/fixup-bcm63xx.c
null
null
null
null
null
source
linux
/* * Cobalt Qube/Raq PCI support * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995, 1996, 1997, 2002, 2003 by Ralf Baechle * Copyright (C) 2001, 2002, 2003 by Liam Dav...
arch/mips/pci/fixup-cobalt.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2004 ICT CAS * Author: Li xiaoyu, ICT CAS * lixy@ict.ac.cn * * Copyright (C) 2007 Lemote, Inc. & Institute of Computing Technology * Author: Fuxin Zhang, zhangfx@lemote.com */ #include <linux/init.h> #include <linux/pci.h> #include <loongson.h> ...
arch/mips/pci/fixup-fuloong2e.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/init.h> #include <linux/kernel.h> #include <linux/pci.h> #include <asm/ip32/ip32_ints.h> /* * O2 has up to 5 PCI devices connected into the MACE bridge. The device * map looks like this: * * 0 aic7xxx 0 * 1 aic7xxx 1 * 2 expansion slot * 3 N/C * 4 N/C *...
arch/mips/pci/fixup-ip32.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2012 John Crispin <john@phrozen.org> */ #include <linux/of_pci.h> #include <linux/pci.h> int pcibios_plat_dev_init(struct pci_dev *dev) { return 0; } int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) { return of_irq_parse_and_map_pci(d...
arch/mips/pci/fixup-lantiq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2008 Lemote Technology * Copyright (C) 2004 ICT CAS * Author: Li xiaoyu, lixy@ict.ac.cn * * Copyright (C) 2007 Lemote, Inc. * Author: Fuxin Zhang, zhangfx@lemote.com */ #include <linux/init.h> #include <linux/pci.h> #include <loongson.h> #include <...
arch/mips/pci/fixup-lemote2f.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/init.h> #include <linux/pci.h> #include <asm/mips-boards/piix4.h> /* PCI interrupt pins */ #define PCIA 1 #define PCIB 2 #define PCIC 3 #define PCID 4 /* This table is filled in by interrogating the PIIX4 chip */ static char pci_irq[5] = { }; static char irq_ta...
arch/mips/pci/fixup-malta.c
null
null
null
null
null
source
linux
/* * * BRIEF MODULE DESCRIPTION * Board specific pci fixups for the Toshiba rbtx4927 * * Copyright 2001 MontaVista Software Inc. * Author: MontaVista Software, Inc. * ppopov@mvista.com or source@mvista.com * * Copyright (C) 2000-2001 Toshiba Corporation * * Copyright (C) 2004 MontaVista Sof...
arch/mips/pci/fixup-rbtx4927.c
null
null
null
null
null
source
linux
/* * Copyright 2001 MontaVista Software Inc. * Author: MontaVista Software, Inc. * stevel@mvista.com or source@mvista.com * * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version...
arch/mips/pci/fixup-rc32434.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2004, 2006 MIPS Technologies, Inc. All rights reserved. * Author: Maciej W. Rozycki <macro@mips.com> * Copyright (C) 2018 Maciej W. Rozycki */ #include <linux/dma-mapping.h> #include <linux/pci.h> /* * Set the BCM1250, etc. PCI host bridge's ...
arch/mips/pci/fixup-sb1250.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * SNI specific PCI support for RM200/RM300. * * Copyright (C) 1997 - 2000, 2003, 04 Ralf Baechle (ralf@linux-mips.org) */ #include <linux...
arch/mips/pci/fixup-sni.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2005-2009, 2010 Cavium Networks */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/msi.h> #include <linux...
arch/mips/pci/msi-octeon.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr> */ #include <linux/types.h> #include <linux/pci.h> #include <linux/kernel.h> #includ...
arch/mips/pci/ops-bcm63xx.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 1999, 2000, 2004 MIPS Technologies, Inc. * All rights reserved. * Authors: Carsten Langgaard <carstenl@mips.com> * Maciej W. Rozycki <macro@mips.com> * * MIPS boards specific PCI support. */ #include <linux/types.h> #include <linux/pci.h> #include <l...
arch/mips/pci/ops-bonito64.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 1999, 2000, 2004 MIPS Technologies, Inc. * All rights reserved. * Authors: Carsten Langgaard <carstenl@mips.com> * Maciej W. Rozycki <macro@mips.com> */ #include <linux/types.h> #include <linux/pci.h> #include <linux/kernel.h> #include <asm/gt64120.h>...
arch/mips/pci/ops-gt64xxx_pci0.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2010 John Crispin <john@phrozen.org> */ #include <linux/types.h> #include <linux/pci.h> #include <linux/kernel.h> #include <linux/delay.h> #include <linux/mm.h> #include <asm/addrspace.h> #include <linux/vmalloc.h> #include <lantiq_soc.h> #include "pc...
arch/mips/pci/ops-lantiq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 1999, 2000, 2004 MIPS Technologies, Inc. * All rights reserved. * Authors: Carsten Langgaard <carstenl@mips.com> * Maciej W. Rozycki <macro@mips.com> * * Copyright (C) 2009 Lemote Inc. * Author: Wu Zhangjin <wuzhangjin@gmail.com> */ #include <linux/...
arch/mips/pci/ops-loongson2.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000, 2001 Keith M Wesolowski */ #include <linux/kernel.h> #include <linux/pci.h> #include <linux/types.h> #include <asm/ip...
arch/mips/pci/ops-mace.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 1999, 2000, 2004, 2005 MIPS Technologies, Inc. * All rights reserved. * Authors: Carsten Langgaard <carstenl@mips.com> * Maciej W. Rozycki <macro@mips.com> * Copyright (C) 2005 Ralf Baechle (ralf@linux-mips.org) * * MIPS boards specific PC...
arch/mips/pci/ops-msc.c
null
null
null
null
null
source
linux
/* * BRIEF MODULE DESCRIPTION * pci_ops for IDT EB434 board * * Copyright 2004 IDT Inc. (rischelp@idt.com) * Copyright 2006 Felix Fietkau <nbd@openwrt.org> * * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at ...
arch/mips/pci/ops-rc32434.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * SNI specific PCI support for RM200/RM300. * * Copyright (C) 1997 - 2000, 2003 Ralf Baechle <ralf@linux-mips.org> */ #include <linux/ker...
arch/mips/pci/ops-sni.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Define the pci_ops for the PCIC on Toshiba TX4927, TX4938, etc. * * Based on linux/arch/mips/pci/ops-tx4938.c, * linux/arch/mips/pci/fixup-rbtx4938.c, * linux/arch/mips/txx9/rbtx4938/setup.c, * and RBTX49xx patch from CELF patch archive. * * 2003-200...
arch/mips/pci/ops-tx4927.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Alchemy PCI host mode support. * * Copyright 2001-2003, 2007-2008 MontaVista Software Inc. * Author: MontaVista Software, Inc. <source@mvista.com> * * Support for all devices (greater than 16) added by David Gathright. */ #include <linux/clk.h> #include <linux/export.h> ...
arch/mips/pci/pci-alchemy.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* */ /* * Both AR2315 and AR2316 chips have PCI interface unit, which supports DMA * and interrupt. PCI interface supports MMIO access method, but does not * seem to support I/O ports. * * Read/write operation in the region 0x80000000-0xBFFFFFFF causes * a memory re...
arch/mips/pci/pci-ar2315.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Atheros AR71xx PCI host controller driver * * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * * Parts of this file are based on Atheros' 2.6.15 BSP */ #include <linux/resource.h> #include <linux/type...
arch/mips/pci/pci-ar71xx.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Atheros AR724X PCI host controller driver * * Copyright (C) 2011 René Bolldorf <xsecute@googlemail.com> * Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org> */ #include <linux/irq.h> #include <linux/pci.h> #include <linux/init.h> #include <linux/delay.h> #inc...
arch/mips/pci/pci-ar724x.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2001,2002,2005 Broadcom Corporation * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) */ /* * BCM1x80/1x55-specific PCI support * * This module provides the glue between Linux's PCI subsystem * and the hardware. We basically provide glue ...
arch/mips/pci/pci-bcm1480.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2001,2002,2005 Broadcom Corporation * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) */ /* * BCM1480/1455-specific HT support (looking like PCI) * * This module provides the glue between Linux's PCI subsystem * and the hardware. We basic...
arch/mips/pci/pci-bcm1480ht.c
null
null
null
null
null
source
linux
/* * Copyright (C) 2008 Aurelien Jarno <aurelien@aurel32.net> * * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS O...
arch/mips/pci/pci-bcm47xx.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr> */ #include <linux/types.h> #include <linux/pci.h> #include <linux/kernel.h> #includ...
arch/mips/pci/pci-bcm63xx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef PCI_BCM63XX_H_ #define PCI_BCM63XX_H_ #include <bcm63xx_cpu.h> #include <bcm63xx_io.h> #include <bcm63xx_regs.h> #include <bcm63xx_dev_pci.h> /* * Cardbus shares the PCI bus, but has no IDSEL, so a special id is * reserved for it. If you have a standard PCI device ...
arch/mips/pci/pci-bcm63xx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2016 Imagination Technologies * Author: Paul Burton <paul.burton@mips.com> * * pcibios_align_resource taken from arch/arm/kernel/bios32.c. */ #include <linux/pci.h> /* * We need to avoid collisions with `mirrored' VGA ports * and other strange ISA...
arch/mips/pci/pci-generic.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2003 Christoph Hellwig (hch@lst.de) * Copyright (C) 1999, 2000, 04 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 1999...
arch/mips/pci/pci-ip27.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000, 2001 Keith M Wesolowski * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) */ #include <linux/kernel.h> #inc...
arch/mips/pci/pci-ip32.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * Copyright (C) 2010 John Crispin <john@phrozen.org> */ #include <linux/types.h> #include <linux/pci.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/gpio/consumer.h> #include <linux/mm.h> #include <linux/vmalloc.h> #include...
arch/mips/pci/pci-lantiq.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * * Copyright (C) 2010 John Crispin <john@phrozen.org> */ #ifndef _LTQ_PCI_H__ #define _LTQ_PCI_H__ extern __iomem void *ltq_pci_mapped_cfg; extern int ltq_pci_read_config_dword(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val); extern int ltq_...
arch/mips/pci/pci-lantiq.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * * Copyright (C) 2003, 04, 11 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 2011 Wind River Systems, * written by Ralf Baechle (ralf@linux-mips.org) */ #include <linux/bug.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/memblock.h> #include...
arch/mips/pci/pci-legacy.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 1999, 2000, 2004, 2005 MIPS Technologies, Inc. * All rights reserved. * Authors: Carsten Langgaard <carstenl@mips.com> * Maciej W. Rozycki <macro@mips.com> * * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) * * MIPS boards specific PCI sup...
arch/mips/pci/pci-malta.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Ralink MT7620A SoC PCI support * * Copyright (C) 2007-2013 Bruce Chang (Mediatek) * Copyright (C) 2013-2016 John Crispin <john@phrozen.org> */ #include <linux/types.h> #include <linux/pci.h> #include <linux/io.h> #include <linux/init.h> #include <linux/delay.h> #in...
arch/mips/pci/pci-mt7620.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2005-2009 Cavium Networks */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/pci.h> #include <linux/inter...
arch/mips/pci/pci-octeon.c
null
null
null
null
null
source
linux
/* * BRIEF MODULE DESCRIPTION * PCI initialization for IDT EB434 board * * Copyright 2004 IDT Inc. (rischelp@idt.com) * * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * ...
arch/mips/pci/pci-rc32434.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Ralink RT288x SoC PCI register definitions * * Copyright (C) 2009 John Crispin <john@phrozen.org> * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org> * * Parts of this file are based on Ralink's 2.6.21 BSP */ #include <linux/delay.h> #include <linux/types.h> #...
arch/mips/pci/pci-rt2880.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Ralink RT3662/RT3883 SoC PCI support * * Copyright (C) 2011-2013 Gabor Juhos <juhosg@openwrt.org> * * Parts of this file are based on Ralink's 2.6.21 BSP */ #include <linux/types.h> #include <linux/pci.h> #include <linux/io.h> #include <linux/init.h> #include <lin...
arch/mips/pci/pci-rt3883.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2001,2002,2003 Broadcom Corporation * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) */ /* * BCM1250-specific PCI support * * This module provides the glue between Linux's PCI subsystem * and the hardware. We basically provide glue for a...
arch/mips/pci/pci-sb1250.c
null
null
null
null
null
source
linux
/* * Based on linux/arch/mips/txx9/rbtx4938/setup.c, * and RBTX49xx patch from CELF patch archive. * * Copyright 2001, 2003-2005 MontaVista Software Inc. * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007 * * This file is subject to the terms ...
arch/mips/pci/pci-tx4927.c
null
null
null
null
null
source
linux
/* * Based on linux/arch/mips/txx9/rbtx4938/setup.c, * and RBTX49xx patch from CELF patch archive. * * Copyright 2001, 2003-2005 MontaVista Software Inc. * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) * (C) Copyright TOSHIBA CORPORATION 2000-2001, 2004-2007 * * This file is subject to the terms ...
arch/mips/pci/pci-tx4938.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2003 Christoph Hellwig (hch@lst.de) * Copyright (C) 1999, 2000, 04 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 1999, 2000 Silicon Graphics, Inc. */ #include <linux/kernel.h> #include <linux/export.h> #include <linux/pci.h> #include <linux/smp.h> #include...
arch/mips/pci/pci-xtalk-bridge.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * * Copyright (C) 2003, 04, 11 Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 2011 Wind River Systems, * written by Ralf Baechle (ralf@linux-mips.org) */ #include <linux/bug.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/memblock.h> #include...
arch/mips/pci/pci.c
null
null
null
null
null
source
linux
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2007, 2008, 2009, 2010, 2011 Cavium Networks */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/pci.h> #i...
arch/mips/pci/pcie-octeon.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Joshua Henderson <joshua.henderson@microchip.com> * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #include <linux/init.h> #include <linux/irqchip.h> #include <asm/irq.h> void __init arch_init_irq(void) { irqchip_init(); }
arch/mips/pic32/common/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Joshua Henderson <joshua.henderson@microchip.com> * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #include <linux/init.h> #include <linux/io.h> #include <linux/platform_data/pic32.h> #include <linux/pm.h> #include <asm/reboot.h> #define PIC32_RSW...
arch/mips/pic32/common/reset.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Purna Chandra Mandal, purna.mandal@microchip.com * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #include <linux/init.h> #include <linux/io.h> #include <linux/platform_data/pic32.h> #include <linux/spinlock.h> #include "pic32mzda.h" #define PIC3...
arch/mips/pic32/pic32mzda/config.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Joshua Henderson <joshua.henderson@microchip.com> * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #include <linux/io.h> #include <linux/platform_data/pic32.h> #include "pic32mzda.h" /* Oscillators, PLL & clocks */ #define ICLK_MASK 0x00000080 #d...
arch/mips/pic32/pic32mzda/early_clk.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Joshua Henderson <joshua.henderson@microchip.com> * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #include <linux/io.h> #include <linux/platform_data/pic32.h> #include <asm/fw/fw.h> #include <asm/setup.h> #include "pic32mzda.h" #include "early_pi...
arch/mips/pic32/pic32mzda/early_console.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Joshua Henderson <joshua.henderson@microchip.com> * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #include <asm/io.h> #include "early_pin.h" #define PPS_BASE 0x1f800000 /* Input PPS Registers */ #define INT1R 0x1404 #define INT2R 0x1408 #define...
arch/mips/pic32/pic32mzda/early_pin.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Joshua Henderson <joshua.henderson@microchip.com> * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #ifndef _PIC32MZDA_EARLY_PIN_H #define _PIC32MZDA_EARLY_PIN_H /* * This is a complete, yet overly simplistic and unoptimized, PIC32MZDA PPS * c...
arch/mips/pic32/pic32mzda/early_pin.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Joshua Henderson, joshua.henderson@microchip.com * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/of_address.h> #include <linux/of_fdt.h> #include <linux/of_platform.h> #include <lin...
arch/mips/pic32/pic32mzda/init.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Joshua Henderson <joshua.henderson@microchip.com> * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #ifndef PIC32MZDA_COMMON_H #define PIC32MZDA_COMMON_H /* early clock */ u32 pic32_get_pbclk(int bus); u32 pic32_get_sysclk(void); /* Device conf...
arch/mips/pic32/pic32mzda/pic32mzda.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Joshua Henderson <joshua.henderson@microchip.com> * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. */ #include <linux/clocksource.h> #include <linux/init.h> #include <linux/irqdomain.h> #include <linux/of.h> #include <linux/of_clk.h> #include <linux/o...
arch/mips/pic32/pic32mzda/time.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Suspend support specific for mips. * * Copyright (C) 2009 Lemote Inc. * Author: Hu Hongbing <huhb@lemote.com> * Wu Zhangjin <wuzhangjin@gmail.com> */ #include <linux/suspend.h> #include <asm/sections.h> #include <asm/fpu.h> #include <asm/dsp.h> static u32 saved_st...
arch/mips/power/cpu.c
null
null
null
null
null