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-only */ #ifndef __ARCH_ARM_MACH_OMAP2_PRM_REGBITS_24XX_H #define __ARCH_ARM_MACH_OMAP2_PRM_REGBITS_24XX_H /* * OMAP24XX Power/Reset Management register bits * * Copyright (C) 2007 Texas Instruments, Inc. * Copyright (C) 2007 Nokia Corporation * * Written by Paul Walmsley */ ...
arch/arm/mach-omap2/prm-regbits-24xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * AM33XX PRM_XXX register bits * * Copyright (C) 2011-2012 Texas Instruments Incorporated - https://www.ti.com/ */ #ifndef __ARCH_ARM_MACH_OMAP2_PRM_REGBITS_33XX_H #define __ARCH_ARM_MACH_OMAP2_PRM_REGBITS_33XX_H #include "prm.h" #define AM33XX_GFX_MEM_ONSTATE_MASK ...
arch/arm/mach-omap2/prm-regbits-33xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP3430 Power/Reset Management register bits * * Copyright (C) 2007-2008 Texas Instruments, Inc. * Copyright (C) 2007-2008 Nokia Corporation * * Written by Paul Walmsley */ #ifndef __ARCH_ARM_MACH_OMAP2_PRM_REGBITS_34XX_H #define __ARCH_ARM_MACH_OMAP2_PRM_REGBITS...
arch/arm/mach-omap2/prm-regbits-34xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP44xx Power Management register bits * * Copyright (C) 2009-2010 Texas Instruments, Inc. * Copyright (C) 2009-2010 Nokia Corporation * * Paul Walmsley (paul@pwsan.com) * Rajendra Nayak (rnayak@ti.com) * Benoit Cousson (b-cousson@ti.com) * * This file is auto...
arch/arm/mach-omap2/prm-regbits-44xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP2/3/4 Power/Reset Management (PRM) bitfield definitions * * Copyright (C) 2007-2009, 2012 Texas Instruments, Inc. * Copyright (C) 2010 Nokia Corporation * * Paul Walmsley */ #ifndef __ARCH_ARM_MACH_OMAP2_PRM_H #define __ARCH_ARM_MACH_OMAP2_PRM_H #include "prc...
arch/arm/mach-omap2/prm.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP2xxx PRM module functions * * Copyright (C) 2010-2012 Texas Instruments, Inc. * Copyright (C) 2010 Nokia Corporation * Benoît Cousson * Paul Walmsley * Rajendra Nayak <rnayak@ti.com> */ #include <linux/kernel.h> #include <linux/errno.h> #include <linux/err.h> #...
arch/arm/mach-omap2/prm2xxx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP2xxx Power/Reset Management (PRM) register definitions * * Copyright (C) 2007-2009, 2011-2012 Texas Instruments, Inc. * Copyright (C) 2008-2010 Nokia Corporation * Paul Walmsley * * The PRM hardware modules on the OMAP2/3 are quite similar to each * other. T...
arch/arm/mach-omap2/prm2xxx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP2/3 PRM module functions * * Copyright (C) 2010-2011 Texas Instruments, Inc. * Copyright (C) 2010 Nokia Corporation * Benoît Cousson * Paul Walmsley */ #include <linux/kernel.h> #include <linux/errno.h> #include <linux/err.h> #include <linux/io.h> #include "pow...
arch/arm/mach-omap2/prm2xxx_3xxx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP2xxx/3xxx-common Power/Reset Management (PRM) register definitions * * Copyright (C) 2007-2009, 2011-2012 Texas Instruments, Inc. * Copyright (C) 2008-2010 Nokia Corporation * Paul Walmsley * * The PRM hardware modules on the OMAP2/3 are quite similar to each ...
arch/arm/mach-omap2/prm2xxx_3xxx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * AM33XX PRM functions * * Copyright (C) 2011-2012 Texas Instruments Incorporated - https://www.ti.com/ */ #include <linux/kernel.h> #include <linux/types.h> #include <linux/errno.h> #include <linux/err.h> #include <linux/io.h> #include <linux/reboot.h> #include "powerd...
arch/arm/mach-omap2/prm33xx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * AM33XX PRM instance offset macros * * Copyright (C) 2011-2012 Texas Instruments Incorporated - https://www.ti.com/ */ #ifndef __ARCH_ARM_MACH_OMAP2_PRM33XX_H #define __ARCH_ARM_MACH_OMAP2_PRM33XX_H #include "prcm-common.h" #include "prm.h" #define AM33XX_PRM_BASE ...
arch/arm/mach-omap2/prm33xx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP3xxx PRM module functions * * Copyright (C) 2010-2012 Texas Instruments, Inc. * Copyright (C) 2010 Nokia Corporation * Benoît Cousson * Paul Walmsley * Rajendra Nayak <rnayak@ti.com> */ #include <linux/kernel.h> #include <linux/errno.h> #include <linux/err.h> #...
arch/arm/mach-omap2/prm3xxx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP3xxx Power/Reset Management (PRM) register definitions * * Copyright (C) 2007-2009, 2011-2012 Texas Instruments, Inc. * Copyright (C) 2008-2010 Nokia Corporation * Paul Walmsley * * The PRM hardware modules on the OMAP2/3 are quite similar to each * other. T...
arch/arm/mach-omap2/prm3xxx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP4 PRM module functions * * Copyright (C) 2011-2012 Texas Instruments, Inc. * Copyright (C) 2010 Nokia Corporation * Benoît Cousson * Paul Walmsley * Rajendra Nayak <rnayak@ti.com> */ #include <linux/cpu_pm.h> #include <linux/kernel.h> #include <linux/delay.h> #...
arch/arm/mach-omap2/prm44xx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP44xx PRM instance offset macros * * Copyright (C) 2009-2011 Texas Instruments, Inc. * Copyright (C) 2009-2010 Nokia Corporation * * Paul Walmsley (paul@pwsan.com) * Rajendra Nayak (rnayak@ti.com) * Benoit Cousson (b-cousson@ti.com) * * This file is automati...
arch/arm/mach-omap2/prm44xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP44xx and 54xx PRM common functions * * Copyright (C) 2009-2013 Texas Instruments, Inc. * Copyright (C) 2009-2010 Nokia Corporation * * Paul Walmsley (paul@pwsan.com) * Rajendra Nayak (rnayak@ti.com) * Benoit Cousson (b-cousson@ti.com) * * This file is autom...
arch/arm/mach-omap2/prm44xx_54xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP54xx PRM instance offset macros * * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com * * Paul Walmsley (paul@pwsan.com) * Rajendra Nayak (rnayak@ti.com) * Benoit Cousson (b-cousson@ti.com) * * This file is automatically generated from t...
arch/arm/mach-omap2/prm54xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * DRA7xx PRM instance offset macros * * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com * * Generated by code originally written by: * Paul Walmsley (paul@pwsan.com) * Rajendra Nayak (rnayak@ti.com) * Benoit Cousson (b-cousson@ti.com) * * T...
arch/arm/mach-omap2/prm7xx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP2+ common Power & Reset Management (PRM) IP block functions * * Copyright (C) 2011 Texas Instruments, Inc. * Tero Kristo <t-kristo@ti.com> * * For historical purposes, the API used to configure the PRM * interrupt handler refers to it as the "PRCM interrupt." Th...
arch/arm/mach-omap2/prm_common.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP4 PRM instance functions * * Copyright (C) 2009 Nokia Corporation * Copyright (C) 2011 Texas Instruments, Inc. * Paul Walmsley */ #include <linux/kernel.h> #include <linux/types.h> #include <linux/errno.h> #include <linux/err.h> #include <linux/io.h> #include "i...
arch/arm/mach-omap2/prminst44xx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP4 Power/Reset Management (PRM) function prototypes * * Copyright (C) 2010 Nokia Corporation * Copyright (C) 2011 Texas Instruments, Inc. * Paul Walmsley */ #ifndef __ARCH_ASM_MACH_OMAP2_PRMINST44XX_H #define __ARCH_ASM_MACH_OMAP2_PRMINST44XX_H #define PRM_INST...
arch/arm/mach-omap2/prminst44xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP44xx SCRM registers and bitfields * * Copyright (C) 2010 Texas Instruments, Inc. * * Benoit Cousson (b-cousson@ti.com) * * This file is automatically generated from the OMAP hardware databases. * We respectfully ask that any modifications to this file be coor...
arch/arm/mach-omap2/scrm44xx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * SMS/SDRC (SDRAM controller) common code for OMAP2/3 * * Copyright (C) 2005, 2008 Texas Instruments Inc. * Copyright (C) 2005, 2008 Nokia Corporation * * Tony Lindgren <tony@atomide.com> * Paul Walmsley * Richard Woodruff <r-woodruff2@ti.com> */ #undef DEBUG #inclu...
arch/arm/mach-omap2/sdrc.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ARCH_ARM_MACH_OMAP2_SDRC_H #define __ARCH_ARM_MACH_OMAP2_SDRC_H /* * OMAP2/3 SDRC/SMS macros and prototypes * * Copyright (C) 2007-2008, 2012 Texas Instruments, Inc. * Copyright (C) 2007-2008 Nokia Corporation * * Paul Walmsley * Tony Lindgren * Richard Woo...
arch/arm/mach-omap2/sdrc.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * SDRAM timing related functions for OMAP2xxx * * Copyright (C) 2005, 2008 Texas Instruments Inc. * Copyright (C) 2005, 2008 Nokia Corporation * * Tony Lindgren <tony@atomide.com> * Paul Walmsley * Richard Woodruff <r-woodruff2@ti.com> */ #include <linux/module.h> #...
arch/arm/mach-omap2/sdrc2xxx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * linux/arch/arm/mach-omap2/sleep.S * * (C) Copyright 2004 * Texas Instruments, <www.ti.com> * Richard Woodruff <r-woodruff2@ti.com> * * (C) Copyright 2006 Nokia Corporation * Fixed idle loop sleep * Igor Stoppa <igor.stoppa@nokia.com> */ #include <linux/lin...
arch/arm/mach-omap2/sleep24xx.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Low level suspend code for AM33XX SoCs * * Copyright (C) 2012-2018 Texas Instruments Incorporated - https://www.ti.com/ * Dave Gerlach, Vaibhav Bedia */ #include <linux/linkage.h> #include <linux/platform_data/pm33xx.h> #include <linux/ti-emif-sram.h> #include <asm/asse...
arch/arm/mach-omap2/sleep33xx.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * (C) Copyright 2007 * Texas Instruments * Karthik Dasu <karthik-dp@ti.com> * * (C) Copyright 2004 * Texas Instruments, <www.ti.com> * Richard Woodruff <r-woodruff2@ti.com> */ #include <linux/linkage.h> #include <asm/assembler.h> #include "omap34xx.h" #includ...
arch/arm/mach-omap2/sleep34xx.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Low level suspend code for AM43XX SoCs * * Copyright (C) 2013-2018 Texas Instruments Incorporated - https://www.ti.com/ * Dave Gerlach, Vaibhav Bedia */ #include <linux/linkage.h> #include <linux/ti-emif-sram.h> #include <linux/platform_data/pm33xx.h> #include <asm/asse...
arch/arm/mach-omap2/sleep43xx.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP44xx sleep code. * * Copyright (C) 2011 Texas Instruments, Inc. * Santosh Shilimkar <santosh.shilimkar@ti.com> */ #include <linux/linkage.h> #include <asm/assembler.h> #include <asm/smp_scu.h> #include <asm/page.h> #include <asm/hardware/cache-l2x0.h> #includ...
arch/arm/mach-omap2/sleep44xx.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Smart reflex Class 3 specific implementations * * Author: Thara Gopinath <thara@ti.com> * * Copyright (C) 2010 Texas Instruments, Inc. * Thara Gopinath <thara@ti.com> */ #include <linux/power/smartreflex.h> #include "soc.h" #include "voltage.h" static int sr_...
arch/arm/mach-omap2/smartreflex-class3.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * OMAP cpu type detection * * Copyright (C) 2004, 2008 Nokia Corporation * * Copyright (C) 2009-11 Texas Instruments. * * Written by Tony Lindgren <tony.lindgren@nokia.com> * * Added OMAP4/5 specific defines - Santosh Shilimkar<santosh.shilimkar@ti.com> * Add...
arch/arm/mach-omap2/soc.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP3/OMAP4 smartreflex device file * * Author: Thara Gopinath <thara@ti.com> * * Based originally on code from smartreflex.c * Copyright (C) 2010 Texas Instruments, Inc. * Thara Gopinath <thara@ti.com> * * Copyright (C) 2008 Nokia Corporation * Kalle Jokiniemi *...
arch/arm/mach-omap2/sr_device.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * * OMAP SRAM detection and management * * Copyright (C) 2005 Nokia Corporation * Written by Tony Lindgren <tony@atomide.com> * * Copyright (C) 2009-2012 Texas Instruments * Added OMAP4/5 support - Santosh Shilimkar <santosh.shilimkar@ti.com> */ #include <linux/modu...
arch/arm/mach-omap2/sram.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Interface for functions that need to be run in internal SRAM */ #ifndef __ASSEMBLY__ extern void omap2_sram_ddr_init(u32 *slow_dll_ctrl, u32 fast_dll_ctrl, u32 base_cs, u32 force_unlock); extern void omap2_sram_reprogram_sdrc(u32 perf_level, u32 dll_val, ...
arch/arm/mach-omap2/sram.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * linux/arch/arm/mach-omap2/sram242x.S * * Omap2 specific functions that need to be run in internal SRAM * * (C) Copyright 2004 * Texas Instruments, <www.ti.com> * Richard Woodruff <r-woodruff2@ti.com> * * Richard Woodruff notes that any changes to this code m...
arch/arm/mach-omap2/sram242x.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * linux/arch/arm/mach-omap2/sram243x.S * * Omap2 specific functions that need to be run in internal SRAM * * (C) Copyright 2004 * Texas Instruments, <www.ti.com> * Richard Woodruff <r-woodruff2@ti.com> * * Richard Woodruff notes that any changes to this code m...
arch/arm/mach-omap2/sram243x.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only #include <linux/kernel.h> #include <linux/init.h> #include <linux/reboot.h> #include "iomap.h" #include "common.h" #include "control.h" #include "prm3xxx.h" #define TI81XX_PRM_DEVICE_RSTCTRL 0x00a0 #define TI81XX_GLOBAL_RST_COLD BIT(1) /** * ti81xx_restart - trigger a softw...
arch/arm/mach-omap2/ti81xx-restart.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * This file contains the address data for various TI81XX modules. * * Copyright (C) 2010 Texas Instruments, Inc. - https://www.ti.com/ */ #ifndef __ASM_ARCH_TI81XX_H #define __ASM_ARCH_TI81XX_H #define L4_SLOW_TI81XX_BASE 0x48000000 #define TI81XX_SCM_BASE 0x481400...
arch/arm/mach-omap2/ti81xx.h
null
null
null
null
null
source
linux
/* * linux/arch/arm/mach-omap2/timer.c * * OMAP2 GP timer support. * * Copyright (C) 2009 Nokia Corporation * * Update to use new clocksource/clockevent layers * Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com> * Copyright (C) 2007 MontaVista Software, Inc. * * Original driver: * Copyrigh...
arch/arm/mach-omap2/timer.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-omap2/usb-tusb6010.c * * Copyright (C) 2006 Nokia Corporation */ #include <linux/err.h> #include <linux/string.h> #include <linux/types.h> #include <linux/errno.h> #include <linux/delay.h> #include <linux/platform_device.h> #include <linux/export.h>...
arch/arm/mach-omap2/usb-tusb6010.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __USB_TUSB6010_H #define __USB_TUSB6010_H extern int __init tusb6010_setup_interface( struct musb_hdrc_platform_data *data, unsigned int ps_refclk, unsigned int waitpin, unsigned int async_cs, unsigned int sync_cs, unsigned int dmachan); #endif /* __USB_TUSB6010...
arch/arm/mach-omap2/usb-tusb6010.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP Voltage Controller (VC) interface * * Copyright (C) 2011 Texas Instruments, Inc. */ #include <linux/kernel.h> #include <linux/delay.h> #include <linux/init.h> #include <linux/bug.h> #include <linux/io.h> #include <asm/div64.h> #include "iomap.h" #include "soc.h" ...
arch/arm/mach-omap2/vc.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP3/4 Voltage Controller (VC) structure and macro definitions * * Copyright (C) 2007, 2010 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * Thara Gopinath <thara@ti.com> * * Copyright (C) 2008, 2011 Nokia Corporation * K...
arch/arm/mach-omap2/vc.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP3 Voltage Controller (VC) data * * Copyright (C) 2007, 2010 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * Thara Gopinath <thara@ti.com> * * Copyright (C) 2008, 2011 Nokia Corporation * Kalle Jokiniemi * Paul Walmsley ...
arch/arm/mach-omap2/vc3xxx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP4 Voltage Controller (VC) data * * Copyright (C) 2007, 2010 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * Thara Gopinath <thara@ti.com> * * Copyright (C) 2008, 2011 Nokia Corporation * Kalle Jokiniemi * Paul Walmsley ...
arch/arm/mach-omap2/vc44xx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP3/OMAP4 Voltage Management Routines * * Author: Thara Gopinath <thara@ti.com> * * Copyright (C) 2007 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * * Copyright (C) 2008, 2011 Nokia Corporation * Kalle Jokiniemi * Paul...
arch/arm/mach-omap2/voltage.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP Voltage Management Routines * * Author: Thara Gopinath <thara@ti.com> * * Copyright (C) 2009 Texas Instruments, Inc. * Thara Gopinath <thara@ti.com> */ #ifndef __ARCH_ARM_MACH_OMAP2_VOLTAGE_H #define __ARCH_ARM_MACH_OMAP2_VOLTAGE_H #include <linux/err.h> #...
arch/arm/mach-omap2/voltage.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP3 voltage domain data * * Copyright (C) 2011 Texas Instruments, Inc. */ #include <linux/kernel.h> #include <linux/init.h> #include "voltage.h" static struct voltagedomain omap2_voltdm_core = { .name = "core", }; static struct voltagedomain omap2_voltdm_wkup = { ...
arch/arm/mach-omap2/voltagedomains2xxx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP3 voltage domain data * * Copyright (C) 2007, 2010 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * Thara Gopinath <thara@ti.com> * * Copyright (C) 2008, 2011 Nokia Corporation * Kalle Jokiniemi * Paul Walmsley */ #incl...
arch/arm/mach-omap2/voltagedomains3xxx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP3/OMAP4 Voltage Management Routines * * Author: Thara Gopinath <thara@ti.com> * * Copyright (C) 2007 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * * Copyright (C) 2008 Nokia Corporation * Kalle Jokiniemi * * Copyrig...
arch/arm/mach-omap2/voltagedomains44xx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP5 Voltage Management Routines * * Based on voltagedomains44xx_data.c * * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com */ #include <linux/kernel.h> #include <linux/err.h> #include <linux/init.h> #include "common.h" #include "prm54xx.h" #...
arch/arm/mach-omap2/voltagedomains54xx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/kernel.h> #include <linux/init.h> #include "common.h" #include "voltage.h" #include "vp.h" #include "prm-regbits-34xx.h" #include "prm-regbits-44xx.h" #include "prm44xx.h" static u32 _vp_set_init_voltage(struct voltagedomain *voltdm, u32 volt) { struct omap_vp_ins...
arch/arm/mach-omap2/vp.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP3/4 Voltage Processor (VP) structure and macro definitions * * Copyright (C) 2007, 2010 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * Thara Gopinath <thara@ti.com> * * Copyright (C) 2008, 2011 Nokia Corporation * Ka...
arch/arm/mach-omap2/vp.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP3 Voltage Processor (VP) data * * Copyright (C) 2007, 2010 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * Thara Gopinath <thara@ti.com> * * Copyright (C) 2008, 2011 Nokia Corporation * Kalle Jokiniemi * Paul Walmsley ...
arch/arm/mach-omap2/vp3xxx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP3 Voltage Processor (VP) data * * Copyright (C) 2007, 2010 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Lesly A M <x0080970@ti.com> * Thara Gopinath <thara@ti.com> * * Copyright (C) 2008, 2011 Nokia Corporation * Kalle Jokiniemi * Paul Walmsley ...
arch/arm/mach-omap2/vp44xx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * OMAP2+ MPU WD_TIMER-specific code * * Copyright (C) 2012 Texas Instruments, Inc. */ #include <linux/kernel.h> #include <linux/io.h> #include <linux/err.h> #include <linux/platform_data/omap-wd-timer.h> #include "omap_hwmod.h" #include "omap_device.h" #include "wd...
arch/arm/mach-omap2/wd_timer.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * OMAP2+ MPU WD_TIMER-specific function prototypes */ #ifndef __ARCH_ARM_MACH_OMAP2_WD_TIMER_H #define __ARCH_ARM_MACH_OMAP2_WD_TIMER_H #include "omap_hwmod.h" extern int omap2_wd_timer_disable(struct omap_hwmod *oh); extern int omap2_wd_timer_reset(struct omap_hw...
arch/arm/mach-omap2/wd_timer.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/mach-orion5x/board-d2net.c * * LaCie d2Network and Big Disk Network NAS setup * * Copyright (C) 2009 Simon Guinot <sguinot@lacie.com> */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/pci.h> #include <lin...
arch/arm/mach-orion5x/board-d2net.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2012 (C), Thomas Petazzoni <thomas.petazzoni@free-electrons.com> * * arch/arm/mach-orion5x/board-dt.c * * Flattened Device Tree board initialization */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/of.h> #include <linux/of_platform.h> #i...
arch/arm/mach-orion5x/board-dt.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Maxtor Shared Storage II Board Setup * * Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/pci.h> #include <linux/irq.h> #include <asm/mach-types.h> #in...
arch/arm/mach-orion5x/board-mss2.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/mach-orion5x/rd88f5182-setup.c * * Marvell Orion-NAS Reference Design Setup * * Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ #include <linux/gpio.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/of.h> #include <linux/platform_device...
arch/arm/mach-orion5x/board-rd88f5182.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* Orion CPU Bridge Registers */ #ifndef __ASM_ARCH_BRIDGE_REGS_H #define __ASM_ARCH_BRIDGE_REGS_H #include "orion5x.h" #define CPU_CONF (ORION5X_BRIDGE_VIRT_BASE + 0x100) #define CPU_CTRL (ORION5X_BRIDGE_VIRT_BASE + 0x104) #define RSTOUTn_MASK (ORION5X_BRIDGE_VIRT_BA...
arch/arm/mach-orion5x/bridge-regs.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/mach-orion5x/common.c * * Core functions for Marvell Orion 5x SoCs * * Maintainer: Tzachi Perelstein <tzachi@marvell.com> */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/io.h> #include <linux/platform_device.h> #include <linux/dma-mappin...
arch/arm/mach-orion5x/common.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ARCH_ORION5X_COMMON_H #define __ARCH_ORION5X_COMMON_H #include <linux/reboot.h> struct mv643xx_eth_platform_data; struct mv_sata_platform_data; #define ORION_MBUS_PCIE_MEM_TARGET 0x04 #define ORION_MBUS_PCIE_MEM_ATTR 0x59 #define ORION_MBUS_PCIE_IO_TARGET ...
arch/arm/mach-orion5x/common.h
null
null
null
null
null
source
linux
/* * arch/arm/mach-orion5x/dns323-setup.c * * Copyright (C) 2007 Herbert Valerio Riedel <hvr@gnu.org> * * Support for HW Rev C1: * * Copyright (C) 2010 Benjamin Herrenschmidt <benh@kernel.crashing.org> * * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundati...
arch/arm/mach-orion5x/dns323-setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/mach-orion5x/irq.c * * Core IRQ functions for Marvell Orion System On Chip * * Maintainer: Tzachi Perelstein <tzachi@marvell.com> */ #include <linux/gpio.h> #include <linux/kernel.h> #include <linux/irq.h> #include <linux/io.h> #include <plat/orion-gpio.h> #i...
arch/arm/mach-orion5x/irq.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * IRQ definitions for Orion SoC * * Maintainer: Tzachi Perelstein <tzachi@marvell.com> */ #ifndef __ASM_ARCH_IRQS_H #define __ASM_ARCH_IRQS_H /* * Orion Main Interrupt Controller */ #define IRQ_ORION5X_BRIDGE (1 + 0) #define IRQ_ORION5X_DOORBELL_H2C (1 + 1) #defi...
arch/arm/mach-orion5x/irqs.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/mach-orion5x/kurobox_pro-setup.c * * Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ #include <linux/gpio.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/pci.h> #include <linux/irq.h> #include <linux/d...
arch/arm/mach-orion5x/kurobox_pro-setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/mach-orion5x/mpp.c * * MPP functions for Marvell Orion 5x SoCs */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/io.h> #include <plat/mpp.h> #include "orion5x.h" #include "mpp.h" #include "common.h" static unsigned int __init orion5x_varian...
arch/arm/mach-orion5x/mpp.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ARCH_ORION5X_MPP_H #define __ARCH_ORION5X_MPP_H #define MPP(_num, _sel, _in, _out, _F5181l, _F5182, _F5281) ( \ /* MPP number */ ((_num) & 0xff) | \ /* MPP select value */ (((_sel) & 0xf) << 8) | \ /* may be input signal */ ((!!(_in)) << 12) | \ /* may be output s...
arch/arm/mach-orion5x/mpp.h
null
null
null
null
null
source
linux
/* * Copyright (C) 2007 Herbert Valerio Riedel <hvr@gnu.org> * Copyright (C) 2008 Martin Michlmayr <tbm@cyrius.com> * * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2 of the */ #include <linux/gpio.h> #include <linux/gpio/machine.h> #in...
arch/arm/mach-orion5x/mv2120-setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/mach-orion5x/net2big-setup.c * * LaCie 2Big Network NAS setup * * Copyright (C) 2009 Simon Guinot <sguinot@lacie.com> */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/mtd/physmap.h> #include <linux/mv643...
arch/arm/mach-orion5x/net2big-setup.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Generic definitions of Orion SoC flavors: * Orion-1, Orion-VoIP, Orion-NAS, Orion-2, and Orion-1-90. * * Maintainer: Tzachi Perelstein <tzachi@marvell.com> */ #ifndef __ASM_ARCH_ORION5X_H #define __ASM_ARCH_ORION5X_H #include "irqs.h" /**************************...
arch/arm/mach-orion5x/orion5x.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/mach-orion5x/pci.c * * PCI and PCIe functions for Marvell Orion System On Chip * * Maintainer: Tzachi Perelstein <tzachi@marvell.com> */ #include <linux/kernel.h> #include <linux/pci.h> #include <linux/slab.h> #include <linux/mbus.h> #include <video/vga.h> #...
arch/arm/mach-orion5x/pci.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Buffalo Terastation Pro II/Live Board Setup * * Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ #include <linux/gpio.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/pci.h> #include <linux/irq.h> #...
arch/arm/mach-orion5x/terastation_pro2-setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * QNAP TS-109/TS-209 Board Setup * * Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ #include <linux/gpio.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/pci.h> #include <linux/irq.h> #include <linux/mtd/...
arch/arm/mach-orion5x/ts209-setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * QNAP TS-409 Board Setup * * Maintainer: Sylver Bruneau <sylver.bruneau@gmail.com> * * Copyright (C) 2008 Sylver Bruneau <sylver.bruneau@gmail.com> * Copyright (C) 2008 Martin Michlmayr <tbm@cyrius.com> */ #include <linux/gpio.h> #include <linux/gpio/machine.h> ...
arch/arm/mach-orion5x/ts409-setup.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #define TS7800_FPGA_MAGIC 0x00b480 #define FPGAID(_magic, _rev) ((_magic << 8) + _rev) /* * get yer id's from http://ts78xx.digriz.org.uk/ * do *not* make up your own or 'borrow' any! */ enum fpga_ids { /* Technologic Systems */ TS7800_REV_1 = FPGAID(TS7800_FPGA_MAGIC, 0x01)...
arch/arm/mach-orion5x/ts78xx-fpga.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * arch/arm/mach-orion5x/ts78xx-setup.c * * Maintainer: Alexander Clouter <alex@digriz.org.uk> */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <linux/kernel.h> #include <linux/init.h> #include <linux/sysfs.h> #include <linux/platform_device.h> #include <linux/mv6...
arch/arm/mach-orion5x/ts78xx-setup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * QNAP TS-x09 Boards common functions * * Maintainers: Lennert Buytenhek <buytenh@marvell.com> * Byron Bradley <byron.bbradley@gmail.com> */ #include <linux/kernel.h> #include <linux/pci.h> #include <linux/mv643xx_eth.h> #include <linux/timex.h> #include <linux/ser...
arch/arm/mach-orion5x/tsx09-common.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ARCH_ORION5X_TSX09_COMMON_H #define __ARCH_ORION5X_TSX09_COMMON_H /* * QNAP TS-x09 Boards power-off function */ extern void qnap_tsx09_power_off(void); /* * QNAP TS-x09 Boards function to find Ethernet MAC address in flash memory */ extern void __init qnap_tsx09_fi...
arch/arm/mach-orion5x/tsx09-common.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_MACH_ADDR_MAP_H #define __ASM_MACH_ADDR_MAP_H /* * Chip Selects */ #define PXA_CS0_PHYS 0x00000000 #define PXA_CS1_PHYS 0x04000000 #define PXA_CS2_PHYS 0x08000000 #define PXA_CS3_PHYS 0x0C000000 #define PXA_CS4_PHYS 0x10000000 #define PXA_CS5_PHYS 0x14000000...
arch/arm/mach-pxa/addr-map.h
null
null
null
null
null
source
linux
/* * am200epd.c -- Platform device for AM200 EPD kit * * Copyright (C) 2008, Jaya Kumar * * 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. * * Layout is based on skeletonfb.c by James Simmons a...
arch/arm/mach-pxa/am200epd.c
null
null
null
null
null
source
linux
/* * am300epd.c -- Platform device for AM300 EPD kit * * Copyright (C) 2008, Jaya Kumar * * 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. * * This work was made possible by help and equipment ...
arch/arm/mach-pxa/am300epd.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/module.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/clkdev.h> #include <linux/clk-provider.h> #include <linux/dma-mapping.h> #include <linux/dmaengine.h> #include <linux/gpio-pxa.h> #include <linux/platform_da...
arch/arm/mach-pxa/devices.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #define PDMA_FILTER_PARAM(_prio, _requestor) (&(struct pxad_param) { \ .prio = PXAD_PRIO_##_prio, .drcmr = _requestor }) struct mmp_dma_platdata; extern struct platform_device pxa_device_pmu; extern struct platform_device pxa3xx_device_mci2; extern struct platform_device pxa3xx_...
arch/arm/mach-pxa/devices.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-pxa/generic.c * * Author: Nicolas Pitre * Created: Jun 15, 2001 * Copyright: MontaVista Software Inc. * * Code common to all PXA machines. * * Since this file should be linked before any other machine specific file, * the __initcall() here ...
arch/arm/mach-pxa/generic.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/arch/arm/mach-pxa/generic.h * * Author: Nicolas Pitre * Copyright: MontaVista Software Inc. */ #include <linux/reboot.h> struct irq_data; extern void __init pxa_dt_irq_init(int (*fn)(struct irq_data *, unsigned int)); extern void __init pxa_map_i...
arch/arm/mach-pxa/generic.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-pxa/gumstix.c * * Support for the Gumstix motherboards. * * Original Author: Craig Hughes * Created: Feb 14, 2008 * Copyright: Craig Hughes * * Implemented based on lubbock.c by Nicolas Pitre and code from Craig * Hughes */ #include <l...
arch/arm/mach-pxa/gumstix.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/mach-pxa/include/mach/gumstix.h */ #include "irqs.h" /* PXA_GPIO_TO_IRQ */ /* BTRESET - Reset line to Bluetooth module, active low signal. */ #define GPIO_GUMSTIX_BTRESET 7 #define GPIO_GUMSTIX_BTRESET_MD (GPIO_GUMSTIX_BTRESET | GPIO_OUT) /* GPI...
arch/arm/mach-pxa/gumstix.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-pxa/irq.c * * Generic PXA IRQ handling * * Author: Nicolas Pitre * Created: Jun 15, 2001 * Copyright: MontaVista Software Inc. */ #include <linux/bitops.h> #include <linux/init.h> #include <linux/module.h> #include <linux/interrupt.h> #inclu...
arch/arm/mach-pxa/irq.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/mach-pxa/include/mach/irqs.h * * Author: Nicolas Pitre * Created: Jun 15, 2001 * Copyright: MontaVista Software Inc. */ #ifndef __ASM_MACH_IRQS_H #define __ASM_MACH_IRQS_H #include <asm/irq.h> #define PXA_ISA_IRQ(x) (x) #define PXA_IRQ(x) (NR_IRQS_LE...
arch/arm/mach-pxa/irqs.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARCH_MFP_PXA25X_H #define __ASM_ARCH_MFP_PXA25X_H #include "mfp-pxa2xx.h" /* GPIO */ #define GPIO2_GPIO MFP_CFG_IN(GPIO2, AF0) #define GPIO3_GPIO MFP_CFG_IN(GPIO3, AF0) #define GPIO4_GPIO MFP_CFG_IN(GPIO4, AF0) #define GPIO5_GPIO MFP_CFG_IN(GPIO5, AF0) #define ...
arch/arm/mach-pxa/mfp-pxa25x.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARCH_MFP_PXA27X_H #define __ASM_ARCH_MFP_PXA27X_H /* * NOTE: for those special-function bidirectional GPIOs, as described * in the "PXA27x Developer's Manual" Section 24.4.2.1, only its input * alternative is preserved, the direction is actually selected by the ...
arch/arm/mach-pxa/mfp-pxa27x.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-pxa/mfp-pxa2xx.c * * PXA2xx pin mux configuration support * * The GPIOs on PXA2xx can be configured as one of many alternate * functions, this is by concept samilar to the MFP configuration * on PXA3xx, what's more important, the low power p...
arch/arm/mach-pxa/mfp-pxa2xx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_ARCH_MFP_PXA2XX_H #define __ASM_ARCH_MFP_PXA2XX_H #include <linux/soc/pxa/mfp.h> /* * the following MFP_xxx bit definitions in mfp.h are re-used for pxa2xx: * * MFP_PIN(x) * MFP_AFx * MFP_LPM_DRIVE_{LOW, HIGH} * MFP_LPM_EDGE_x * * other MFP_x bit defini...
arch/arm/mach-pxa/mfp-pxa2xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/mach-pxa/include/mach/mfp-pxa300.h * * PXA300/PXA310 specific MFP configuration definitions * * Copyright (C) 2007 Marvell International Ltd. * 2007-08-21: eric miao <eric.miao@marvell.com> * initial version */ #ifndef __ASM_ARCH_MFP_PXA300_...
arch/arm/mach-pxa/mfp-pxa300.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/mach-pxa/include/mach/mfp-pxa320.h * * PXA320 specific MFP configuration definitions * * Copyright (C) 2007 Marvell International Ltd. * 2007-08-21: eric miao <eric.miao@marvell.com> * initial version */ #ifndef __ASM_ARCH_MFP_PXA320_H #defi...
arch/arm/mach-pxa/mfp-pxa320.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-pxa/mfp.c * * PXA3xx Multi-Function Pin Support * * Copyright (C) 2007 Marvell Internation Ltd. * * 2007-08-21: eric miao <eric.miao@marvell.com> * initial version */ #include <linux/module.h> #include <linux/kernel.h> #include <lin...
arch/arm/mach-pxa/mfp-pxa3xx.c
null
null
null
null
null