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 /* * arch/sh/boards/dreamcast/rtc.c * * Dreamcast AICA RTC routines. * * Copyright (c) 2001, 2002 M. R. Brown <mrbrown@0xd6.org> * Copyright (c) 2002 Paul Mundt <lethal@chaoticdreams.org> */ #include <linux/time.h> #include <linux/rtc.h> #include <linux/io.h> #include <linux/...
arch/sh/boards/mach-dreamcast/rtc.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boards/dreamcast/setup.c * * Hardware support for the Sega Dreamcast. * * Copyright (c) 2001, 2002 M. R. Brown <mrbrown@linuxdc.org> * Copyright (c) 2002, 2003, 2004 Paul Mundt <lethal@linux-sh.org> * * * This file originally bore the message (with enclosed-$): ...
arch/sh/boards/mach-dreamcast/setup.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * Ecovec24 sdram self/auto-refresh setup code * * Copyright (C) 2009 Magnus Damm */ #include <linux/sys.h> #include <linux/errno.h> #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/suspend.h> #include <asm/romimage-macros.h> /* code to enter and leave s...
arch/sh/boards/mach-ecovec24/sdram.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2009 Renesas Solutions Corp. * * Kuninori Morimoto <morimoto.kuninori@renesas.com> */ #include <asm/clock.h> #include <asm/heartbeat.h> #include <asm/suspend.h> #include <cpu/sh7724.h> #include <linux/delay.h> #include <linux/device.h> #include <linux/i2c.h> #i...
arch/sh/boards/mach-ecovec24/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Renesas Solutions Highlander R7780MP Support. * * Copyright (C) 2002 Atom Create Engineering Co., Ltd. * Copyright (C) 2006 Paul Mundt * Copyright (C) 2007 Magnus Damm */ #include <linux/init.h> #include <linux/irq.h> #include <linux/io.h> #include <mach/highlander.h> ...
arch/sh/boards/mach-highlander/irq-r7780mp.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Renesas Solutions Highlander R7780RP-1 Support. * * Copyright (C) 2002 Atom Create Engineering Co., Ltd. * Copyright (C) 2006 Paul Mundt * Copyright (C) 2008 Magnus Damm */ #include <linux/init.h> #include <linux/irq.h> #include <linux/io.h> #include <mach/highlander.h>...
arch/sh/boards/mach-highlander/irq-r7780rp.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Renesas Solutions Highlander R7785RP Support. * * Copyright (C) 2002 Atom Create Engineering Co., Ltd. * Copyright (C) 2006 - 2008 Paul Mundt * Copyright (C) 2007 Magnus Damm */ #include <linux/init.h> #include <linux/irq.h> #include <linux/io.h> #include <mach/highland...
arch/sh/boards/mach-highlander/irq-r7785rp.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2008 Paul Mundt */ #include <linux/init.h> #include <linux/gpio.h> #include <cpu/sh7785.h> #include <mach/highlander.h> void __init highlander_plat_pinmux_setup(void) { /* SCIF0 */ gpio_request(GPIO_FN_SCIF0_CTS, NULL); gpio_request(GPIO_FN_SCIF0_RTS, NULL); ...
arch/sh/boards/mach-highlander/pinmux-r7785rp.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boards/renesas/r7780rp/psw.c * * push switch support for RDBRP-1/RDBREVRP-1 debug boards. * * Copyright (C) 2006 Paul Mundt */ #include <linux/io.h> #include <linux/module.h> #include <linux/interrupt.h> #include <linux/platform_device.h> #include <mach/highlander...
arch/sh/boards/mach-highlander/psw.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boards/renesas/r7780rp/setup.c * * Renesas Solutions Highlander Support. * * Copyright (C) 2002 Atom Create Engineering Co., Ltd. * Copyright (C) 2005 - 2008 Paul Mundt * * This contains support for the R7780RP-1, R7780MP, and R7785RP * Highlander modules. */ #...
arch/sh/boards/mach-highlander/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * bios-less APM driver for hp680 * * Copyright 2005 (c) Andriy Skulysh <askulysh@gmail.com> * Copyright 2008 (c) Kristoffer Ericson <kristoffer.ericson@gmail.com> */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/interrupt.h> #incl...
arch/sh/boards/mach-hp6xx/hp6xx_apm.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * hp6x0 Power Management Routines * * Copyright (c) 2006 Andriy Skulysh <askulsyh@gmail.com> */ #include <linux/init.h> #include <linux/suspend.h> #include <linux/errno.h> #include <linux/time.h> #include <linux/delay.h> #include <linux/gfp.h> #include <asm/io.h> #include <asm...
arch/sh/boards/mach-hp6xx/pm.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * Copyright (c) 2006 Andriy Skulysh <askulsyh@gmail.com> */ #include <linux/linkage.h> #include <cpu/mmu_context.h> /* * Kernel mode register usage: * k0 scratch * k1 scratch * For more details, please have a look at entry.S */ #define k0 r0 #define k1 r1 ENTRY(wakeup_s...
arch/sh/boards/mach-hp6xx/pm_wakeup.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/hp6xx/setup.c * * Copyright (C) 2002 Andriy Skulysh * Copyright (C) 2007 Kristoffer Ericson <Kristoffer_e1@hotmail.com> * * Setup code for HP620/HP660/HP680/HP690 (internal peripherials only) */ #include <linux/types.h> #include <linux/init.h> #includ...
arch/sh/boards/mach-hp6xx/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * KFR2R09 LCD panel support * * Copyright (C) 2009 Magnus Damm * * Register settings based on the out-of-tree t33fb.c driver * Copyright (C) 2008 Lineo Solutions, Inc. */ #include <linux/delay.h> #include <linux/err.h> #include <linux/fb.h> #include <linux/init.h> #include...
arch/sh/boards/mach-kfr2r09/lcd_wqvga.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * KFR2R09 sdram self/auto-refresh setup code * * Copyright (C) 2009 Magnus Damm */ #include <linux/sys.h> #include <linux/errno.h> #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/suspend.h> #include <asm/romimage-macros.h> /* code to enter and leave se...
arch/sh/boards/mach-kfr2r09/sdram.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * KFR2R09 board support code * * Copyright (C) 2009 Magnus Damm */ #include <asm/clock.h> #include <asm/io.h> #include <asm/machvec.h> #include <asm/suspend.h> #include <cpu/sh7724.h> #include <linux/clkdev.h> #include <linux/delay.h> #include <linux/gpio.h> #include <linux...
arch/sh/boards/mach-kfr2r09/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boards/landisk/gio.c - driver for landisk * * This driver will also support the I-O DATA Device, Inc. LANDISK Board. * LANDISK and USL-5P Button, LED and GIO driver drive function. * * Copylight (C) 2006 kogiidena * Copylight (C) 2002 Atom Create Engineering C...
arch/sh/boards/mach-landisk/gio.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boards/mach-landisk/irq.c * * I-O DATA Device, Inc. LANDISK Support * * Copyright (C) 2005-2007 kogiidena * Copyright (C) 2011 Nobuhiro Iwamatsu * * Copyright (C) 2001 Ian da Silva, Jeremy Siegel * Based largely on io_se.c. */ #include <linux/init.h> #include...
arch/sh/boards/mach-landisk/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boards/landisk/psw.c * * push switch support for LANDISK and USL-5P * * Copyright (C) 2006-2007 Paul Mundt * Copyright (C) 2007 kogiidena */ #include <linux/io.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/platform_device.h> #include <m...
arch/sh/boards/mach-landisk/psw.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boards/landisk/setup.c * * I-O DATA Device, Inc. LANDISK Support. * * Copyright (C) 2000 Kazumoto Kojima * Copyright (C) 2002 Paul Mundt * Copylight (C) 2002 Atom Create Engineering Co., Ltd. * Copyright (C) 2005-2007 kogiidena */ #include <linux/init.h> #includ...
arch/sh/boards/mach-landisk/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/lboxre2/irq.c * * Copyright (C) 2007 Nobuhiro Iwamatsu * * NTT COMWARE L-BOX RE2 Support. */ #include <linux/init.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <asm/irq.h> #include <asm/io.h> #include <mach/lboxre2.h> /* * Initializ...
arch/sh/boards/mach-lboxre2/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/lbox/setup.c * * Copyright (C) 2007 Nobuhiro Iwamatsu * * NTT COMWARE L-BOX RE2 Support */ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/ata_platform.h> #include <asm/machvec.h> #include <asm/addrspace.h> #include <mach/lb...
arch/sh/boards/mach-lboxre2/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Support for SuperH MigoR Quarter VGA LCD Panel * * Copyright (C) 2008 Magnus Damm * * Based on lcd_powertip.c from Kenati Technologies Pvt Ltd. * Copyright (c) 2007 Ujjwal Pande <ujjwal@kenati.com>, */ #include <linux/delay.h> #include <linux/err.h> #include <linux/fb.h>...
arch/sh/boards/mach-migor/lcd_qvga.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * Migo-R sdram self/auto-refresh setup code * * Copyright (C) 2009 Magnus Damm */ #include <linux/sys.h> #include <linux/errno.h> #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/suspend.h> #include <asm/romimage-macros.h> /* code to enter and leave sel...
arch/sh/boards/mach-migor/sdram.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Renesas System Solutions Asia Pte. Ltd - Migo-R * * Copyright (C) 2008 Magnus Damm */ #include <linux/clkdev.h> #include <linux/dma-map-ops.h> #include <linux/init.h> #include <linux/platform_data/tmio.h> #include <linux/platform_device.h> #include <linux/interrupt.h> #inclu...
arch/sh/boards/mach-migor/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/renesas/rts7751r2d/irq.c * * Copyright (C) 2007 Magnus Damm * Copyright (C) 2000 Kazumoto Kojima * * Renesas Technology Sales RTS7751R2D Support, R2D-PLUS and R2D-1. * * Modified for RTS7751R2D by * Atom Create Engineering Co., Ltd. 2002. */ #inc...
arch/sh/boards/mach-r2d/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Renesas Technology Sales RTS7751R2D Support. * * Copyright (C) 2002 - 2006 Atom Create Engineering Co., Ltd. * Copyright (C) 2004 - 2007 Paul Mundt */ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/mtd/mtd.h> #include <linux/mtd/partitions.h> #in...
arch/sh/boards/mach-r2d/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Renesas Technology Europe RSK+ 7203 Support. * * Copyright (C) 2008 - 2010 Paul Mundt */ #include <linux/init.h> #include <linux/types.h> #include <linux/platform_device.h> #include <linux/interrupt.h> #include <linux/smsc911x.h> #include <linux/input.h> #include <linux/gpi...
arch/sh/boards/mach-rsk/devices-rsk7203.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * RSK+SH7264 Support. * * Copyright (C) 2012 Renesas Electronics Europe */ #include <linux/init.h> #include <linux/types.h> #include <linux/platform_device.h> #include <linux/interrupt.h> #include <linux/input.h> #include <linux/smsc911x.h> #include <asm/machvec.h> #include <a...
arch/sh/boards/mach-rsk/devices-rsk7264.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * RSK+SH7269 Support * * Copyright (C) 2012 Renesas Electronics Europe Ltd * Copyright (C) 2012 Phil Edworthy */ #include <linux/init.h> #include <linux/types.h> #include <linux/platform_device.h> #include <linux/interrupt.h> #include <linux/input.h> #include <linux/smsc911...
arch/sh/boards/mach-rsk/devices-rsk7269.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Renesas Technology Europe RSK+ Support. * * Copyright (C) 2008 Paul Mundt * Copyright (C) 2008 Peter Griffin <pgriffin@mpc-data.co.uk> */ #include <linux/init.h> #include <linux/types.h> #include <linux/platform_device.h> #include <linux/interrupt.h> #include <linux/mtd/mtd...
arch/sh/boards/mach-rsk/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/renesas/sdk7780/irq.c * * Renesas Technology Europe SDK7780 Support. * * Copyright (C) 2008 Nicholas Beck <nbeck@mpc-data.co.uk> */ #include <linux/init.h> #include <linux/irq.h> #include <linux/io.h> #include <mach/sdk7780.h> enum { UNUSED = 0, /*...
arch/sh/boards/mach-sdk7780/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boards/renesas/sdk7780/setup.c * * Renesas Solutions SH7780 SDK Support * Copyright (C) 2008 Nicholas Beck <nbeck@mpc-data.co.uk> */ #include <linux/init.h> #include <linux/types.h> #include <linux/platform_device.h> #include <linux/ata_platform.h> #include <asm/mac...
arch/sh/boards/mach-sdk7780/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SDK7786 FPGA Support. * * Copyright (C) 2010 Paul Mundt */ #include <linux/init.h> #include <linux/io.h> #include <linux/bcd.h> #include <mach/fpga.h> #include <linux/sizes.h> #define FPGA_REGS_OFFSET 0x03fff800 #define FPGA_REGS_SIZE 0x490 /* * The FPGA can be mapped i...
arch/sh/boards/mach-sdk7786/fpga.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SDK7786 FPGA USRGPIR Support. * * Copyright (C) 2010 Paul Mundt */ #include <linux/init.h> #include <linux/interrupt.h> #include <linux/gpio/driver.h> #include <linux/irq.h> #include <linux/kernel.h> #include <linux/spinlock.h> #include <linux/io.h> #include <mach/fpga.h> ...
arch/sh/boards/mach-sdk7786/gpio.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SDK7786 FPGA IRQ Controller Support. * * Copyright (C) 2010 Matt Fleming * Copyright (C) 2010 Paul Mundt */ #include <linux/irq.h> #include <mach/fpga.h> #include <mach/irq.h> enum { ATA_IRQ_BIT = 1, SPI_BUSY_BIT = 2, LIRQ5_BIT = 3, LIRQ6_BIT = 4, LIRQ7_BIT = 5...
arch/sh/boards/mach-sdk7786/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SDK7786 FPGA NMI Support. * * Copyright (C) 2010 Paul Mundt */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/string.h> #include <mach/fpga.h> enum { NMI_MODE_MANUAL, NMI_MODE_AUX, NMI_MODE_MASKED, NMI_MODE_ANY, NMI_MODE_UNKNOWN, }; /* * Default t...
arch/sh/boards/mach-sdk7786/nmi.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Renesas Technology Europe SDK7786 Support. * * Copyright (C) 2010 Matt Fleming * Copyright (C) 2010 Paul Mundt */ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/io.h> #include <linux/regulator/fixed.h> #include <linux/regulator/machine.h> #incl...
arch/sh/boards/mach-sdk7786/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SDK7786 FPGA SRAM Support. * * Copyright (C) 2010 Paul Mundt */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/init.h> #include <linux/kernel.h> #include <linux/types.h> #include <linux/io.h> #include <linux/string.h> #include <mach/fpga.h> #include <asm/sram....
arch/sh/boards/mach-sdk7786/sram.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boards/se/7619/setup.c * * Copyright (C) 2006 Yoshinori Sato * * Hitachi SH7619 SolutionEngine Support. */ #include <linux/init.h> #include <linux/platform_device.h> #include <asm/io.h> #include <asm/machvec.h> static int se7619_mode_pins(void) { return MODE_PIN...
arch/sh/boards/mach-se/board-se7619.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/7206/irq.c * * Copyright (C) 2005,2006 Yoshinori Sato * * Hitachi SolutionEngine Support. * */ #include <linux/init.h> #include <linux/irq.h> #include <linux/io.h> #include <linux/interrupt.h> #include <mach-se/mach/se7206.h> #define INTSTS0 0x318...
arch/sh/boards/mach-se/7206/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * * linux/arch/sh/boards/se/7206/setup.c * * Copyright (C) 2006 Yoshinori Sato * Copyright (C) 2007 - 2008 Paul Mundt * * Hitachi 7206 SolutionEngine Support. */ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/smc91x.h> #include <mach-se/mach/s...
arch/sh/boards/mach-se/7206/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Hitachi UL SolutionEngine 7343 FPGA IRQ Support. * * Copyright (C) 2008 Yoshihiro Shimoda * Copyright (C) 2012 Paul Mundt * * Based on linux/arch/sh/boards/se/7343/irq.c * Copyright (C) 2007 Nobuhiro Iwamatsu */ #define DRV_NAME "SE7343-FPGA" #define pr_fmt(fmt) DRV_N...
arch/sh/boards/mach-se/7343/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/init.h> #include <linux/platform_device.h> #include <linux/mtd/physmap.h> #include <linux/serial_8250.h> #include <linux/serial_reg.h> #include <linux/usb/isp116x.h> #include <linux/delay.h> #include <linux/irqdomain.h> #include <asm/machvec.h> #include <mach-se/mach/...
arch/sh/boards/mach-se/7343/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/770x/irq.c * * Copyright (C) 2000 Kazumoto Kojima * Copyright (C) 2006 Nobuhiro Iwamatsu * * Hitachi SolutionEngine Support. * */ #include <linux/init.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <asm/irq.h> #include <asm/io....
arch/sh/boards/mach-se/770x/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/770x/setup.c * * Copyright (C) 2000 Kazumoto Kojima * * Hitachi SolutionEngine Support. * */ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/sh_eth.h> #include <mach-se/mach/se.h> #include <mach-se/mach/mrshpc.h> #includ...
arch/sh/boards/mach-se/770x/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/7721/irq.c * * Copyright (C) 2008 Renesas Solutions Corp. */ #include <linux/init.h> #include <linux/irq.h> #include <linux/interrupt.h> #include <linux/io.h> #include <mach-se/mach/se7721.h> enum { UNUSED = 0, /* board specific interrupt sources...
arch/sh/boards/mach-se/7721/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/7721/setup.c * * Copyright (C) 2008 Renesas Solutions Corp. * * Hitachi UL SolutionEngine 7721 Support. */ #include <linux/init.h> #include <linux/platform_device.h> #include <mach-se/mach/se7721.h> #include <mach-se/mach/mrshpc.h> #include <asm/mac...
arch/sh/boards/mach-se/7721/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Hitachi UL SolutionEngine 7722 FPGA IRQ Support. * * Copyright (C) 2007 Nobuhiro Iwamatsu * Copyright (C) 2012 Paul Mundt */ #define DRV_NAME "SE7722-FPGA" #define pr_fmt(fmt) DRV_NAME ": " fmt #include <linux/init.h> #include <linux/irq.h> #include <linux/interrupt.h> #...
arch/sh/boards/mach-se/7722/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/7722/setup.c * * Copyright (C) 2007 Nobuhiro Iwamatsu * Copyright (C) 2012 Paul Mundt * * Hitachi UL SolutionEngine 7722 Support. */ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/ata_platform.h> #include <linux/input.h>...
arch/sh/boards/mach-se/7722/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/7724/irq.c * * Copyright (C) 2009 Renesas Solutions Corp. * * Kuninori Morimoto <morimoto.kuninori@renesas.com> * * Based on linux/arch/sh/boards/se/7722/irq.c * Copyright (C) 2007 Nobuhiro Iwamatsu * * Hitachi UL SolutionEngine 7724 Support. ...
arch/sh/boards/mach-se/7724/irq.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * MS7724SE sdram self/auto-refresh setup code * * Copyright (C) 2009 Magnus Damm */ #include <linux/sys.h> #include <linux/errno.h> #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/suspend.h> #include <asm/romimage-macros.h> /* code to enter and leave s...
arch/sh/boards/mach-se/7724/sdram.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/7724/setup.c * * Copyright (C) 2009 Renesas Solutions Corp. * * Kuninori Morimoto <morimoto.kuninori@renesas.com> */ #include <asm/clock.h> #include <asm/heartbeat.h> #include <asm/io.h> #include <asm/suspend.h> #include <cpu/sh7724.h> #include <l...
arch/sh/boards/mach-se/7724/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/7751/irq.c * * Copyright (C) 2000 Kazumoto Kojima * * Hitachi SolutionEngine Support. * * Modified for 7751 Solution Engine by * Ian da Silva and Jeremy Siegel, 2001. */ #include <linux/init.h> #include <linux/irq.h> #include <asm/irq.h> #inclu...
arch/sh/boards/mach-se/7751/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/7751/setup.c * * Copyright (C) 2000 Kazumoto Kojima * * Hitachi SolutionEngine Support. * * Modified for 7751 Solution Engine by * Ian da Silva and Jeremy Siegel, 2001. */ #include <linux/init.h> #include <linux/platform_device.h> #include <asm/...
arch/sh/boards/mach-se/7751/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/7780/irq.c * * Copyright (C) 2006,2007 Nobuhiro Iwamatsu * * Hitachi UL SolutionEngine 7780 Support. */ #include <linux/init.h> #include <linux/irq.h> #include <linux/interrupt.h> #include <linux/io.h> #include <mach-se/mach/se7780.h> #define INTC...
arch/sh/boards/mach-se/7780/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/se/7780/setup.c * * Copyright (C) 2006,2007 Nobuhiro Iwamatsu * * Hitachi UL SolutionEngine 7780 Support. */ #include <linux/init.h> #include <linux/platform_device.h> #include <asm/machvec.h> #include <mach-se/mach/se7780.h> #include <asm/io.h> #incl...
arch/sh/boards/mach-se/7780/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/sh03/rtc.c -- CTP/PCI-SH03 on-chip RTC support * * Copyright (C) 2004 Saito.K & Jeanne(ksaito@interface.co.jp) * */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/time.h> #include <linux/bcd.h> #include <li...
arch/sh/boards/mach-sh03/rtc.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/sh03/setup.c * * Copyright (C) 2004 Interface Co.,Ltd. Saito.K * */ #include <linux/init.h> #include <linux/irq.h> #include <linux/pci.h> #include <linux/platform_device.h> #include <linux/ata_platform.h> #include <asm/io.h> #include <asm/rtc.h> #incl...
arch/sh/boards/mach-sh03/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/renesas/sh7763rdp/irq.c * * Renesas Solutions SH7763RDP Support. * * Copyright (C) 2008 Renesas Solutions Corp. * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> */ #include <linux/init.h> #include <linux/irq.h> #include <asm/io...
arch/sh/boards/mach-sh7763rdp/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/sh/boards/renesas/sh7763rdp/setup.c * * Renesas Solutions sh7763rdp board * * Copyright (C) 2008 Renesas Solutions Corp. * Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> */ #include <linux/init.h> #include <linux/platform_device.h> #includ...
arch/sh/boards/mach-sh7763rdp/setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boards/mach-x3proto/gpio.c * * Renesas SH-X3 Prototype Baseboard GPIO Support. * * Copyright (C) 2010 - 2012 Paul Mundt */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/init.h> #include <linux/interrupt.h> #include <linux/gpio/driver.h> #include <li...
arch/sh/boards/mach-x3proto/gpio.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boards/mach-x3proto/ilsel.c * * Helper routines for SH-X3 proto board ILSEL. * * Copyright (C) 2007 - 2010 Paul Mundt */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/bitmap...
arch/sh/boards/mach-x3proto/ilsel.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boards/mach-x3proto/setup.c * * Renesas SH-X3 Prototype Board Support. * * Copyright (C) 2007 - 2010 Paul Mundt */ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/kernel.h> #include <linux/io.h> #include <linux/smc91x.h> #include <linux/...
arch/sh/boards/mach-x3proto/setup.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * linux/arch/sh/boot/compressed/head.S * * Copyright (C) 1999 Stuart Menefy * Copyright (C) 2003 SUGIOKA Toshinobu */ .text #include <asm/page.h> .global startup startup: /* Load initial status register */ mov.l init_sr, r1 ldc r1, sr /* Move myself to pr...
arch/sh/boot/compressed/head_32.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. * * arch/shmedia/boot/compressed/head.S * * Copied from * arch/shmedia/kernel/head.S * which carried the copyright: * Copyright (C) 2...
arch/sh/boot/compressed/head_64.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/boot/compressed/misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994 * * Adapted for SH by Stuart Menefy, Aug 1999 * * Modified to use standard LinuxSH BIOS by Gre...
arch/sh/boot/compressed/misc.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef MISC_H #define MISC_H void arch_ftrace_ops_list_func(void); void decompress_kernel(void); void ftrace_stub(void); #endif /* MISC_H */
arch/sh/boot/compressed/misc.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * linux/arch/sh/boot/romimage/head.S * * Board specific setup code, executed before zImage loader */ .text #include <asm/page.h> .global romstart romstart: /* include board specific setup code */ #include <mach/romimage.h> #ifdef CONFIG_ROMIMAGE_MMCIF /* load the ro...
arch/sh/boot/romimage/head.S
null
null
null
null
null
source
linux
/* * sh7724 MMCIF loader * * Copyright (C) 2010 Magnus Damm * * 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/platform_data/sh_mmcif.h> #include <mach/romimage.h> #defin...
arch/sh/boot/romimage/mmcif-sh7724.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2000 YAEGASHI Takeshi * Hitachi HD64461 companion chip support */ #include <linux/sched.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/param.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/irq.h> #include <linux/i...
arch/sh/cchips/hd6446x/hd64461.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Generic heartbeat driver for regular LED banks * * Copyright (C) 2007 - 2010 Paul Mundt * * Most SH reference boards include a number of individual LEDs that can * be independently controlled (either via a pre-defined hardware * function or via the LED class, if desired ...
arch/sh/drivers/heartbeat.c
null
null
null
null
null
source
linux
// SPDX--License-Identifier: GPL-2.0 #include <asm/platform_early.h> #include <linux/mod_devicetable.h> #include <linux/pm.h> static __initdata LIST_HEAD(sh_early_platform_driver_list); static __initdata LIST_HEAD(sh_early_platform_device_list); static const struct platform_device_id * platform_match_id(const struct...
arch/sh/drivers/platform_early.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Generic push-switch framework * * Copyright (C) 2006 Paul Mundt */ #include <linux/init.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/interrupt.h> #include <linux/platform_device.h> #include <asm/push-switch.h> #define DRV_NAME "push-switch" #define ...
arch/sh/drivers/push-switch.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/drivers/dma/dma-api.c * * SuperH-specific DMA management API * * Copyright (C) 2003, 2004, 2005 Paul Mundt */ #include <linux/init.h> #include <linux/module.h> #include <linux/spinlock.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/list....
arch/sh/drivers/dma/dma-api.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/drivers/dma/dma-g2.c * * G2 bus DMA support * * Copyright (C) 2003 - 2006 Paul Mundt */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/interrupt.h> #include <asm/cacheflush.h> #include <mach/sysasic.h> #include <mach/dm...
arch/sh/drivers/dma/dma-g2.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/drivers/dma/dma-pvr2.c * * NEC PowerVR 2 (Dreamcast) DMA support * * Copyright (C) 2003, 2004 Paul Mundt */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/interrupt.h> #include <mach/sysasic.h> #include <mach/dma.h> #in...
arch/sh/drivers/dma/dma-pvr2.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/drivers/dma/dma-sh.c * * SuperH On-chip DMAC Support * * Copyright (C) 2000 Takashi YOSHII * Copyright (C) 2003, 2004 Paul Mundt * Copyright (C) 2005 Andriy Skulysh */ #include <linux/init.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/...
arch/sh/drivers/dma/dma-sh.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/drivers/dma/dma-sysfs.c * * sysfs interface for SH DMA API * * Copyright (C) 2004 - 2006 Paul Mundt */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/stat.h> #include <linux/device.h> #include <linux/platform_device.h> #include <linux/err.h> #in...
arch/sh/drivers/dma/dma-sysfs.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SH7760 DMABRG IRQ handling * * (c) 2007 MSC Vertriebsges.m.b.H, Manuel Lauss <mlau@msc-ge.com> */ #include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/slab.h> #include <asm/dma.h> #include <asm/dmabrg.h> #include <asm/io.h> /* * The DMABRG is a special D...
arch/sh/drivers/dma/dmabrg.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/pci.h> #include <linux/interrupt.h> #include <linux/timer.h> #include <linux/kernel.h> /* * These functions are used early on before PCI scanning is done * and all of the pci_dev and pci_bus structures have been created. */ static struct pci_dev *fake_pci_dev(stru...
arch/sh/drivers/pci/common.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/drivers/pci/fixups-dreamcast.c * * PCI fixups for the Sega Dreamcast * * Copyright (C) 2001, 2002 M. R. Brown * Copyright (C) 2002, 2003, 2006 Paul Mundt * * This file originally bore the message (with enclosed-$): * Id: pci.c,v 1.3 2003/05/04 19:29:46 lethal ...
arch/sh/drivers/pci/fixups-dreamcast.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/drivers/pci/fixups-landisk.c * * PCI initialization for the I-O DATA Device, Inc. LANDISK board * * Copyright (C) 2006 kogiidena * Copyright (C) 2010 Nobuhiro Iwamatsu */ #include <linux/kernel.h> #include <linux/types.h> #include <linux/init.h> #include <linux/de...
arch/sh/drivers/pci/fixups-landisk.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/drivers/pci/fixups-r7780rp.c * * Highlander R7780RP-1 PCI fixups * * Copyright (C) 2003 Lineo uSolutions, Inc. * Copyright (C) 2004 - 2006 Paul Mundt */ #include <linux/pci.h> #include <linux/io.h> #include <linux/sh_intc.h> #include "pci-sh4.h" int pcibios_map...
arch/sh/drivers/pci/fixups-r7780rp.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/drivers/pci/fixups-rts7751r2d.c * * RTS7751R2D / LBOXRE2 PCI fixups * * Copyright (C) 2003 Lineo uSolutions, Inc. * Copyright (C) 2004 Paul Mundt * Copyright (C) 2007 Nobuhiro Iwamatsu */ #include <linux/pci.h> #include <mach/lboxre2.h> #include <mach/r2d.h> #...
arch/sh/drivers/pci/fixups-rts7751r2d.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/drivers/pci/fixups-sdk7780.c * * PCI fixups for the SDK7780SE03 * * Copyright (C) 2003 Lineo uSolutions, Inc. * Copyright (C) 2004 - 2006 Paul Mundt * Copyright (C) 2006 Nobuhiro Iwamatsu */ #include <linux/pci.h> #include <linux/io.h> #include <linux/sh_intc....
arch/sh/drivers/pci/fixups-sdk7780.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * SDK7786 FPGA PCIe mux handling * * Copyright (C) 2010 Paul Mundt */ #define pr_fmt(fmt) "PCI: " fmt #include <linux/init.h> #include <linux/kernel.h> #include <linux/pci.h> #include <mach/fpga.h> /* * The SDK7786 FPGA supports mangling of most of the slots in some way or...
arch/sh/drivers/pci/fixups-sdk7786.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/kernel.h> #include <linux/types.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/pci.h> #include <linux/io.h> #include <linux/sh_intc.h> #include "pci-sh4.h" int pcibios_map_platform_irq(const struct pci_dev *, u8 slot, u8 pin) { switch (sl...
arch/sh/drivers/pci/fixups-se7751.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/kernel.h> #include <linux/init.h> #include <linux/types.h> #include <linux/pci.h> #include <linux/sh_intc.h> int pcibios_map_platform_irq(const struct pci_dev *dev, u8 slot, u8 pin) { int irq; if (dev->bus->number == 0) { switch (slot) { case 4: return evt2irq...
arch/sh/drivers/pci/fixups-sh03.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/drivers/pci/ops-snapgear.c * * Author: David McCullough <davidm@snapgear.com> * * Ported to new API by Paul Mundt <lethal@linux-sh.org> * * Highly leveraged from pci-bigsur.c, written by Dustin McIntire. * * PCI initialization for the SnapGear boards */ #inclu...
arch/sh/drivers/pci/fixups-snapgear.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * arch/sh/drivers/pci/ops-titan.c * * Ported to new API by Paul Mundt <lethal@linux-sh.org> * * Modified from ops-snapgear.c written by David McCullough * Highly leveraged from pci-bigsur.c, written by Dustin McIntire. * * PCI initialization for the Titan boards */ #incl...
arch/sh/drivers/pci/fixups-titan.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * PCI operations for the Sega Dreamcast * * Copyright (C) 2001, 2002 M. R. Brown * Copyright (C) 2002, 2003 Paul Mundt */ #include <linux/sched.h> #include <linux/kernel.h> #include <linux/param.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/irq.h>...
arch/sh/drivers/pci/ops-dreamcast.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Generic SH-4 / SH-4A PCIC operations (SH7751, SH7780). * * Copyright (C) 2002 - 2009 Paul Mundt */ #include <linux/pci.h> #include <linux/io.h> #include <linux/spinlock.h> #include <asm/addrspace.h> #include "pci-sh4.h" /* * Direct access to PCI hardware... */ #define CO...
arch/sh/drivers/pci/ops-sh4.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Generic SH7786 PCI-Express operations. * * Copyright (C) 2009 - 2010 Paul Mundt */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/pci.h> #include <linux/io.h> #include <linux/spinlock.h> #include "pcie-sh7786.h" enum { PCI_ACCESS_READ, PCI_ACCESS_WRIT...
arch/sh/drivers/pci/ops-sh7786.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * PCI support for the Sega Dreamcast * * Copyright (C) 2001, 2002 M. R. Brown * Copyright (C) 2002, 2003 Paul Mundt * * This file originally bore the message (with enclosed-$): * Id: pci.c,v 1.3 2003/05/04 19:29:46 lethal Exp * Dreamcast PCI: Supports SEGA Broadband Adap...
arch/sh/drivers/pci/pci-dreamcast.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PCI_SH4_H #define __PCI_SH4_H #if defined(CONFIG_CPU_SUBTYPE_SH7780) || \ defined(CONFIG_CPU_SUBTYPE_SH7785) || \ defined(CONFIG_CPU_SUBTYPE_SH7763) #include "pci-sh7780.h" #else #include "pci-sh7751.h" #endif #include <asm/io.h> #define SH4_PCICR 0x100 /* P...
arch/sh/drivers/pci/pci-sh4.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Low-Level PCI Support for the SH7751 * * Copyright (C) 2003 - 2009 Paul Mundt * Copyright (C) 2001 Dustin McIntire * * With cleanup by Paul van Gool <pvangool@mimotech.com>, 2003. */ #include <linux/init.h> #include <linux/pci.h> #include <linux/types.h> #include <li...
arch/sh/drivers/pci/pci-sh7751.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 * * Low-Level PCI Support for SH7751 targets * * Dustin McIntire (dustin@sensoria.com) (c) 2001 * Paul Mundt (lethal@linux-sh.org) (c) 2003 */ #ifndef _PCI_SH7751_H_ #define _PCI_SH7751_H_ /* Platform Specific Values */ #define SH7751_VENDOR_ID 0x1054 #define SH...
arch/sh/drivers/pci/pci-sh7751.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Low-Level PCI Support for the SH7780 * * Copyright (C) 2005 - 2010 Paul Mundt */ #include <linux/types.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/pci.h> #include <linux/interrupt.h> #include <linux/timer.h> #include <linux/irq.h> #include <linux/e...
arch/sh/drivers/pci/pci-sh7780.c
null
null
null
null
null