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 /* * OMAP4 CM instance functions * * Copyright (C) 2009 Nokia Corporation * Copyright (C) 2008-2011 Texas Instruments, Inc. * Paul Walmsley * Rajendra Nayak <rnayak@ti.com> * * This is needed since CM instances can be in the PRM, PRCM_MPU, CM1, * or CM2 hardware modules...
arch/arm/mach-omap2/cminst44xx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __OMAP_COMMON_BOARD_DEVICES__ #define __OMAP_COMMON_BOARD_DEVICES__ #include <linux/mfd/menelaus.h> void *n8x0_legacy_init(void); extern struct menelaus_platform_data n8x0_menelaus_platform_data; #endif /* __OMAP_COMMON_BOARD_DEVICES__ */
arch/arm/mach-omap2/common-board-devices.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-omap2/common.c * * Code common to all OMAP2+ machines. * * Copyright (C) 2009 Texas Instruments * Copyright (C) 2010 Nokia Corporation * Tony Lindgren <tony@atomide.com> * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> */ #in...
arch/arm/mach-omap2/common.c
null
null
null
null
null
source
linux
/* * Header for code common to all OMAP2+ machines. * * 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 OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF * MERCHANTABILITY ...
arch/arm/mach-omap2/common.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP2/3 System Control Module register access * * Copyright (C) 2007, 2012 Texas Instruments, Inc. * Copyright (C) 2007 Nokia Corporation * * Written by Paul Walmsley */ #undef DEBUG #include <linux/kernel.h> #include <linux/io.h> #include <linux/of_address.h> #incl...
arch/arm/mach-omap2/control.c
null
null
null
null
null
source
linux
/* * arch/arm/mach-omap2/control.h * * OMAP2/3/4 System Control Module definitions * * Copyright (C) 2007-2010 Texas Instruments, Inc. * Copyright (C) 2007-2008, 2010 Nokia Corporation * * Written by Paul Walmsley * * the Free Software Foundation. */ #ifndef __ARCH_ARM_MACH_OMAP2_CONTROL_H #define __ARCH_AR...
arch/arm/mach-omap2/control.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-omap2/cpuidle34xx.c * * OMAP3 CPU IDLE Routines * * Copyright (C) 2008 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * * Copyright (C) 2007 Texas Instruments, Inc. * Karthik Dasu <karthik-dp@ti.com> * * Copyright (C) 2006 Nokia Corp...
arch/arm/mach-omap2/cpuidle34xx.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP4+ CPU idle Routines * * Copyright (C) 2011-2013 Texas Instruments, Inc. * Santosh Shilimkar <santosh.shilimkar@ti.com> * Rajendra Nayak <rnayak@ti.com> */ #include <linux/sched.h> #include <linux/cpuidle.h> #include <linux/cpu_pm.h> #include <linux/export.h> #in...
arch/arm/mach-omap2/cpuidle44xx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP44xx CTRL_MODULE_WKUP registers and bitfields * * Copyright (C) 2009-2010 Texas Instruments, Inc. * * Benoit Cousson (b-cousson@ti.com) * Santosh Shilimkar (santosh.shilimkar@ti.com) * * This file is automatically generated from the OMAP hardware databases. ...
arch/arm/mach-omap2/ctrl_module_wkup_44xx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * linux/arch/arm/mach-omap2/devices.c * * OMAP2 platform device setup/initialization */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/io.h> #include <linux/clk.h> #include <linux/dma-mapping.h> #include <linux/er...
arch/arm/mach-omap2/devices.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP2plus display device setup / initialization. * * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/ * Senthilvadivu Guruswamy * Sumit Semwal */ #include <linux/string.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/platfo...
arch/arm/mach-omap2/display.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * display.h - OMAP2+ integration-specific DSS header * * Copyright (C) 2011 Texas Instruments, Inc. */ #ifndef __ARCH_ARM_MACH_OMAP2_DISPLAY_H #define __ARCH_ARM_MACH_OMAP2_DISPLAY_H #include <linux/kernel.h> struct omap_dss_dispc_dev_attr { u8 manager_count; bool...
arch/arm/mach-omap2/display.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP2+ DMA driver * * Copyright (C) 2003 - 2008 Nokia Corporation * Author: Juha Yrjölä <juha.yrjola@nokia.com> * DMA channel linking for 1610 by Samuel Ortiz <samuel.ortiz@nokia.com> * Graphics DMA and LCD DMA graphics tranformations * by Imre Deak <imre.deak@nokia....
arch/arm/mach-omap2/dma.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * Framebuffer device registration for TI OMAP platforms * * Copyright (C) 2006 Nokia Corporation * Author: Imre Deak <imre.deak@nokia.com> */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/mm.h> #include <linux/init.h> #include <linux/platform_d...
arch/arm/mach-omap2/fb.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * General-Purpose Memory Controller for OMAP2 * * Copyright (C) 2005-2006 Nokia Corporation * * Do not include this file in any new code, this will get removed * once omap3 boots in device tree only mode. */ #include <linux/omap-gpmc.h>
arch/arm/mach-omap2/gpmc.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * IP block integration code for the HDQ1W/1-wire IP block * * Copyright (C) 2012 Texas Instruments, Inc. * Paul Walmsley * * Based on the I2C reset code in arch/arm/mach-omap2/i2c.c by * Avinash.H.M <avinashhm@ti.com> */ #include <linux/kernel.h> #include <linux/...
arch/arm/mach-omap2/hdq1w.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Shared macros and function prototypes for the HDQ1W/1-wire IP block * * Copyright (C) 2012 Texas Instruments, Inc. * Paul Walmsley */ #ifndef ARCH_ARM_MACH_OMAP2_HDQ1W_H #define ARCH_ARM_MACH_OMAP2_HDQ1W_H #include "omap_hwmod.h" /* * XXX A future cleanup patch s...
arch/arm/mach-omap2/hdq1w.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Helper module for board specific I2C bus registration * * Copyright (C) 2009 Nokia Corporation. */ #include "soc.h" #include "omap_hwmod.h" #include "omap_device.h" #include "prm.h" #include "common.h" #include "i2c.h" /* In register I2C_CON, Bit 15 is the I2C enable...
arch/arm/mach-omap2/i2c.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Helper module for board specific I2C bus registration * * Copyright (C) 2009 Nokia Corporation. */ #ifndef __MACH_OMAP2_I2C_H #define __MACH_OMAP2_I2C_H struct omap_hwmod; int omap_i2c_reset(struct omap_hwmod *oh); #endif /* __MACH_OMAP2_I2C_H */
arch/arm/mach-omap2/i2c.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-omap2/id.c * * OMAP2 CPU identification code * * Copyright (C) 2005 Nokia Corporation * Written by Tony Lindgren <tony@atomide.com> * * Copyright (C) 2009-11 Texas Instruments * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> ...
arch/arm/mach-omap2/id.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP2 CPU identification code * * Copyright (C) 2010 Kan-Ru Chen <kanru@0xlab.org> */ #ifndef OMAP2_ARCH_ID_H #define OMAP2_ARCH_ID_H struct omap_die_id { u32 id_0; u32 id_1; u32 id_2; u32 id_3; }; #endif
arch/arm/mach-omap2/id.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-omap2/io.c * * OMAP2 I/O mapping code * * Copyright (C) 2005 Nokia Corporation * Copyright (C) 2007-2009 Texas Instruments * * Author: * Juha Yrjola <juha.yrjola@nokia.com> * Syed Khasim <x0khasim@ti.com> * * Added OMAP4 support - Santosh Shi...
arch/arm/mach-omap2/io.c
null
null
null
null
null
source
linux
/* * IO mappings for OMAP2+ * * IO definitions for TI OMAP processors and boards * * Copied from arch/arm/mach-sa1100/include/mach/io.h * Copyright (C) 1997-1999 Russell King * * Copyright (C) 2009-2012 Texas Instruments * Added OMAP4/5 support - Santosh Shilimkar <santosh.shilimkar@ti.com> * * Free Software...
arch/arm/mach-omap2/iomap.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * arch/arm/plat-omap/include/plat/l3_2xxx.h - L3 firewall definitions * * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/ * Sumit Semwal */ #ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_2XXX_H #define __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_2XX...
arch/arm/mach-omap2/l3_2xxx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * arch/arm/plat-omap/include/plat/l3_3xxx.h - L3 firewall definitions * * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/ * Sumit Semwal */ #ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_3XXX_H #define __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_3XX...
arch/arm/mach-omap2/l3_3xxx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * arch/arm/plat-omap/include/plat/l4_2xxx.h - L4 firewall definitions * * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/ * Sumit Semwal */ #ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L4_2XXX_H #define __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L4_2XX...
arch/arm/mach-omap2/l4_2xxx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * arch/arm/plat-omap/include/mach/l4_3xxx.h - L4 firewall definitions * * Copyright (C) 2009 Nokia Corporation * Paul Walmsley */ #ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_MACH_L4_3XXX_H #define __ARCH_ARM_PLAT_OMAP_INCLUDE_MACH_L4_3XXX_H /* L4 CORE */ #define OMAP3_L...
arch/arm/mach-omap2/l4_3xxx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-omap2/mcbsp.c * * Copyright (C) 2008 Instituto Nokia de Tecnologia * Contact: Eduardo Valentin <eduardo.valentin@indt.org.br> * * Multichannel mode not supported. */ #include <linux/module.h> #include <linux/init.h> #include <linux/clk.h> #include...
arch/arm/mach-omap2/mcbsp.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #define OMAP24XX_NR_MMC 2 #define OMAP2420_MMC_SIZE OMAP1_MMC_SIZE #define OMAP2_MMC1_BASE 0x4809c000 #define OMAP4_MMC_REG_OFFSET 0x100 struct omap_hwmod; #ifdef CONFIG_SOC_OMAP2420 int omap_msdi_reset(struct omap_hwmod *oh); #else static inline int omap_msdi_reset(struct o...
arch/arm/mach-omap2/mmc.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * MSDI IP block reset * * Copyright (C) 2012 Texas Instruments, Inc. * Paul Walmsley * * XXX What about pad muxing? */ #include <linux/kernel.h> #include <linux/err.h> #include "prm.h" #include "common.h" #include "control.h" #include "omap_hwmod.h" #include "omap_de...
arch/arm/mach-omap2/msdi.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Secondary CPU startup routine source file. * * Copyright (C) 2009-2014 Texas Instruments, Inc. * * Author: * Santosh Shilimkar <santosh.shilimkar@ti.com> * * Interface functions needed for the SMP. This file is based on arm * realview smp platform. * Copyr...
arch/arm/mach-omap2/omap-headsmp.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP4 SMP cpu-hotplug support * * Copyright (C) 2010 Texas Instruments, Inc. * Author: * Santosh Shilimkar <santosh.shilimkar@ti.com> * * Platform file needed for the OMAP4 SMP. This file is based on arm * realview smp platform. * Copyright (c) 2002 ARM Limite...
arch/arm/mach-omap2/omap-hotplug.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP IOMMU quirks for various TI SoCs * * Copyright (C) 2015-2019 Texas Instruments Incorporated - https://www.ti.com/ * Suman Anna <s-anna@ti.com> */ #include <linux/platform_device.h> #include <linux/err.h> #include <linux/clk.h> #include <linux/list.h> #inclu...
arch/arm/mach-omap2/omap-iommu.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP MPUSS low power code * * Copyright (C) 2011 Texas Instruments, Inc. * Santosh Shilimkar <santosh.shilimkar@ti.com> * * OMAP4430 MPUSS mainly consists of dual Cortex-A9 with per-CPU * Local timer and Watchdog, GIC, SCU, PL310 L2 cache controller, * CPU0 and CPU1...
arch/arm/mach-omap2/omap-mpuss-lowpower.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP Secure API infrastructure. * * Copyright (C) 2011 Texas Instruments, Inc. * Santosh Shilimkar <santosh.shilimkar@ti.com> * Copyright (C) 2012 Ivaylo Dimitrov <freemangordon@abv.bg> * Copyright (C) 2013 Pali Rohár <pali@kernel.org> */ #include <linux/arm-smccc.h...
arch/arm/mach-omap2/omap-secure.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * omap-secure.h: OMAP Secure infrastructure header. * * Copyright (C) 2011 Texas Instruments, Inc. * Santosh Shilimkar <santosh.shilimkar@ti.com> * Copyright (C) 2012 Ivaylo Dimitrov <freemangordon@abv.bg> * Copyright (C) 2013 Pali Rohár <pali@kernel.org> */ #ifndef...
arch/arm/mach-omap2/omap-secure.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP34xx and OMAP44xx secure APIs file. * * Copyright (C) 2010 Texas Instruments, Inc. * Written by Santosh Shilimkar <santosh.shilimkar@ti.com> * * Copyright (C) 2012 Ivaylo Dimitrov <freemangordon@abv.bg> * Copyright (C) 2013 Pali Rohár <pali@kernel.org> */ #i...
arch/arm/mach-omap2/omap-smc.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP4 SMP source file. It contains platform specific functions * needed for the linux smp kernel. * * Copyright (C) 2009 Texas Instruments, Inc. * * Author: * Santosh Shilimkar <santosh.shilimkar@ti.com> * * Platform file needed for the OMAP4 SMP. This file is...
arch/arm/mach-omap2/omap-smp.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP WakeupGen Source file * * OMAP WakeupGen is the interrupt controller extension used along * with ARM GIC to wake the CPU out from low power states on * external interrupts. It is responsible for generating wakeup * event from the incoming interrupts and enable bi...
arch/arm/mach-omap2/omap-wakeupgen.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP WakeupGen header file * * Copyright (C) 2011 Texas Instruments, Inc. * Santosh Shilimkar <santosh.shilimkar@ti.com> */ #ifndef OMAP_ARCH_WAKEUPGEN_H #define OMAP_ARCH_WAKEUPGEN_H /* OMAP4 and OMAP5 has same base address */ #define OMAP_WKUPGEN_BASE 0x4828100...
arch/arm/mach-omap2/omap-wakeupgen.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap2-restart.c - code common to all OMAP2xxx machines. * * Copyright (C) 2012 Texas Instruments * Paul Walmsley */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/clk.h> #include <linux/io.h> #include "soc.h" #include "common.h" #include "prm.h" /*...
arch/arm/mach-omap2/omap2-restart.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains the processor specific definitions * of the TI OMAP24XX. * * Copyright (C) 2007 Texas Instruments. * Copyright (C) 2007 Nokia Corporation. */ #ifndef __ASM_ARCH_OMAP2_H #define __ASM_ARCH_OMAP2_H /* * Please place only base defines here an...
arch/arm/mach-omap2/omap24xx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap3-restart.c - Code common to all OMAP3xxx machines. * * Copyright (C) 2009, 2012 Texas Instruments * Copyright (C) 2010 Nokia Corporation * Tony Lindgren <tony@atomide.com> * Santosh Shilimkar <santosh.shilimkar@ti.com> */ #include <linux/kernel.h> #include <linu...
arch/arm/mach-omap2/omap3-restart.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * This file contains the processor specific definitions of the TI OMAP34XX. * * Copyright (C) 2007 Texas Instruments. * Copyright (C) 2007 Nokia Corporation. */ #ifndef __ASM_ARCH_OMAP3_H #define __ASM_ARCH_OMAP3_H /* * Please place only base defines here and p...
arch/arm/mach-omap2/omap34xx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP4 specific common source file. * * Copyright (C) 2010 Texas Instruments, Inc. * Author: * Santosh Shilimkar <santosh.shilimkar@ti.com> */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/io.h> #include <linux/irq.h> #include <linux/irqchip.h> #in...
arch/arm/mach-omap2/omap4-common.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap4-restart.c - Common to OMAP4 and OMAP5 */ #include <linux/types.h> #include <linux/reboot.h> #include "common.h" #include "prm.h" /** * omap44xx_restart - trigger a software restart of the SoC * @mode: the "reboot mode", see arch/arm/kernel/{setup,process}.c * @...
arch/arm/mach-omap2/omap4-restart.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * omap4-sar-layout.h: OMAP4 SAR RAM layout header file * * Copyright (C) 2011 Texas Instruments, Inc. * Santosh Shilimkar <santosh.shilimkar@ti.com> */ #ifndef OMAP_ARCH_OMAP4_SAR_LAYOUT_H #define OMAP_ARCH_OMAP4_SAR_LAYOUT_H /* * SAR BANK offsets from base address ...
arch/arm/mach-omap2/omap4-sar-layout.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /*: * Address mappings and base address for OMAP4 interconnects * and peripherals. * * Copyright (C) 2009 Texas Instruments * * Author: Santosh Shilimkar <santosh.shilimkar@ti.com> */ #ifndef __ASM_ARCH_OMAP44XX_H #define __ASM_ARCH_OMAP44XX_H /* * Please place only ...
arch/arm/mach-omap2/omap44xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /*: * Address mappings and base address for OMAP5 interconnects * and peripherals. * * Copyright (C) 2012 Texas Instruments * Santosh Shilimkar <santosh.shilimkar@ti.com> * Sricharan <r.sricharan@ti.com> */ #ifndef __ASM_SOC_OMAP54XX_H #define __ASM_SOC_OMAP54XX_H /* ...
arch/arm/mach-omap2/omap54xx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap_device implementation * * Copyright (C) 2009-2010 Nokia Corporation * Paul Walmsley, Kevin Hilman * * Developed in collaboration with (alphabetical order): Benoit * Cousson, Thara Gopinath, Tony Lindgren, Rajendra Nayak, Vikram * Pandita, Sakari Poussa, Anand S...
arch/arm/mach-omap2/omap_device.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * omap_device headers * * Copyright (C) 2009 Nokia Corporation * Paul Walmsley * * Developed in collaboration with (alphabetical order): Benoit * Cousson, Kevin Hilman, Tony Lindgren, Rajendra Nayak, Vikram * Pandita, Sakari Poussa, Anand Sawant, Santosh Shilimkar,...
arch/arm/mach-omap2/omap_device.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap_hwmod implementation for OMAP2/3/4 * * Copyright (C) 2009-2011 Nokia Corporation * Copyright (C) 2011-2012 Texas Instruments, Inc. * * Paul Walmsley, Benoît Cousson, Kevin Hilman * * Created in collaboration with (alphabetical order): Thara Gopinath, * Tony Li...
arch/arm/mach-omap2/omap_hwmod.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * omap_hwmod macros, structures * * Copyright (C) 2009-2011 Nokia Corporation * Copyright (C) 2011-2012 Texas Instruments, Inc. * Paul Walmsley * * Created in collaboration with (alphabetical order): Benoît Cousson, * Kevin Hilman, Tony Lindgren, Rajendra Nayak, Vi...
arch/arm/mach-omap2/omap_hwmod.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap_hwmod_2420_data.c - hardware modules present on the OMAP2420 chips * * Copyright (C) 2009-2011 Nokia Corporation * Copyright (C) 2012 Texas Instruments, Inc. * Paul Walmsley * * XXX handle crossbar/shared link difference for L3? * XXX these should be marked ini...
arch/arm/mach-omap2/omap_hwmod_2420_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap_hwmod_2430_data.c - hardware modules present on the OMAP2430 chips * * Copyright (C) 2009-2011 Nokia Corporation * Copyright (C) 2012 Texas Instruments, Inc. * Paul Walmsley * * XXX handle crossbar/shared link difference for L3? * XXX these should be marked ini...
arch/arm/mach-omap2/omap_hwmod_2430_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap_hwmod_2xxx_3xxx_ipblock_data.c - common IP block data for OMAP2/3 * * Copyright (C) 2011 Nokia Corporation * Copyright (C) 2012 Texas Instruments, Inc. * Paul Walmsley */ #include <linux/dmaengine.h> #include <linux/omap-dma.h> #include "omap_hwmod.h" #include ...
arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap_hwmod_2xxx_interconnect_data.c - common interconnect data for OMAP2xxx * * Copyright (C) 2009-2011 Nokia Corporation * Paul Walmsley * * XXX handle crossbar/shared link difference for L3? * XXX these should be marked initdata for multi-OMAP kernels */ #include ...
arch/arm/mach-omap2/omap_hwmod_2xxx_interconnect_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap_hwmod_2xxx_ipblock_data.c - common IP block data for OMAP2xxx * * Copyright (C) 2011 Nokia Corporation * Paul Walmsley */ #include <linux/types.h> #include "omap_hwmod.h" #include "omap_hwmod_common_data.h" #include "cm-regbits-24xx.h" #include "prm-regbits-24xx...
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap_hwmod_3xxx_data.c - hardware modules present on the OMAP3xxx chips * * Copyright (C) 2009-2011 Nokia Corporation * Copyright (C) 2012 Texas Instruments, Inc. * Paul Walmsley * * The data in this file should be completely autogeneratable from * the TI hardware d...
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * DM81xx hwmod data. * * Copyright (C) 2010 Texas Instruments, Inc. - https://www.ti.com/ * Copyright (C) 2013 SKTB SKiT, http://www.skitlab.ru/ */ #include <linux/types.h> #include <linux/platform_data/hsmmc-omap.h> #include "omap_hwmod_common_data.h" #include "cm81x...
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap_hwmod common data structures * * Copyright (C) 2010 Texas Instruments, Inc. * Thara Gopinath <thara@ti.com> * Benoît Cousson * * Copyright (C) 2010 Nokia Corporation * Paul Walmsley * * This data/structures are to be used while defining OMAP on-chip module *...
arch/arm/mach-omap2/omap_hwmod_common_data.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * omap_hwmod_common_data.h - OMAP hwmod common macros and declarations * * Copyright (C) 2010-2011 Nokia Corporation * Copyright (C) 2010-2012 Texas Instruments, Inc. * Paul Walmsley * Benoît Cousson */ #ifndef __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_COMMON_DATA_H #define ...
arch/arm/mach-omap2/omap_hwmod_common_data.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * omap_hwmod_common_ipblock_data.c - common IP block data for OMAP2+ * * Copyright (C) 2011 Nokia Corporation * Copyright (C) 2012 Texas Instruments, Inc. * Paul Walmsley */ #include "omap_hwmod.h" #include "omap_hwmod_common_data.h" /* * 'dss' class * display sub-s...
arch/arm/mach-omap2/omap_hwmod_common_ipblock_data.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP SoC specific OPP Data helpers * * Copyright (C) 2009-2010 Texas Instruments Incorporated - https://www.ti.com/ * Nishanth Menon * Kevin Hilman * Copyright (C) 2010 Nokia Corporation. * Eduardo Valentin */ #ifndef __ARCH_ARM_MACH_OMAP2_OMAP_OPP_DATA_H #d...
arch/arm/mach-omap2/omap_opp_data.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* * This file configures the internal USB PHY in OMAP4430. Used * with TWL6030 transceiver and MUSB on OMAP4430. * * Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com * Author: Hema HK <hemahk@ti.com> */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fm...
arch/arm/mach-omap2/omap_phy_internal.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP and TWL PMIC specific initializations. * * Copyright (C) 2010 Texas Instruments Incorporated. * Thara Gopinath * Copyright (C) 2009 Texas Instruments Incorporated. * Nishanth Menon * Copyright (C) 2009 Nokia Corporation * Paul Walmsley */ #include <linux/err....
arch/arm/mach-omap2/omap_twl.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * opp2420_data.c - old-style "OPP" table for OMAP2420 * * Copyright (C) 2005-2009 Texas Instruments, Inc. * Copyright (C) 2004-2009 Nokia Corporation * * Richard Woodruff <r-woodruff2@ti.com> * * The OMAP2 processor can be run at several discrete 'PRCM configurations'. * ...
arch/arm/mach-omap2/opp2420_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * opp2430_data.c - old-style "OPP" table for OMAP2430 * * Copyright (C) 2005-2009 Texas Instruments, Inc. * Copyright (C) 2004-2009 Nokia Corporation * * Richard Woodruff <r-woodruff2@ti.com> * * The OMAP2 processor can be run at several discrete 'PRCM configurations'. * ...
arch/arm/mach-omap2/opp2430_data.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * opp2xxx.h - macros for old-style OMAP2xxx "OPP" definitions * * Copyright (C) 2005-2009 Texas Instruments, Inc. * Copyright (C) 2004-2009 Nokia Corporation * * Richard Woodruff <r-woodruff2@ti.com> * * The OMAP2 processor can be run at several discrete 'PRCM configura...
arch/arm/mach-omap2/opp2xxx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP3 OPP table definitions. * * Copyright (C) 2009-2010 Texas Instruments Incorporated - https://www.ti.com/ * Nishanth Menon * Kevin Hilman * Copyright (C) 2010-2011 Nokia Corporation. * Eduardo Valentin * Paul Walmsley */ #include <linux/module.h> #in...
arch/arm/mach-omap2/opp3xxx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP4 OPP table definitions. * * Copyright (C) 2010-2012 Texas Instruments Incorporated - https://www.ti.com/ * Nishanth Menon * Kevin Hilman * Thara Gopinath * Copyright (C) 2010-2011 Nokia Corporation. * Eduardo Valentin * Paul Walmsley */ #include <li...
arch/arm/mach-omap2/opp4xxx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Legacy platform_data quirks * * Copyright (C) 2013 Texas Instruments */ #include <linux/clk.h> #include <linux/davinci_emac.h> #include <linux/gpio/machine.h> #include <linux/gpio/consumer.h> #include <linux/init.h> #include <linux/kernel.h> #include <linux/of_platform....
arch/arm/mach-omap2/pdata-quirks.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * TI AM33XX and AM43XX PM Assembly Offsets * * Copyright (C) 2017-2018 Texas Instruments Inc. */ #include <linux/kbuild.h> #include <linux/platform_data/pm33xx.h> #include <linux/ti-emif-sram.h> int main(void) { ti_emif_asm_offsets(); DEFINE(AMX3_PM_WFI_FLAGS_OFFSET, ...
arch/arm/mach-omap2/pm-asm-offsets.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP Power Management debug routines * * Copyright (C) 2005 Texas Instruments, Inc. * Copyright (C) 2006-2008 Nokia Corporation * * Written by: * Richard Woodruff <r-woodruff2@ti.com> * Tony Lindgren * Juha Yrjola * Amit Kucheria <amit.kucheria@nokia.com> * Igor ...
arch/arm/mach-omap2/pm-debug.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * pm.c - Common OMAP2+ power management-related code * * Copyright (C) 2010 Texas Instruments, Inc. * Copyright (C) 2010 Nokia Corporation */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/io.h> #include <linux/err.h> #include <linux/pm_opp.h> #includ...
arch/arm/mach-omap2/pm.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP2/3 Power Management Routines * * Copyright (C) 2008 Nokia Corporation * Jouni Hogander */ #ifndef __ARCH_ARM_MACH_OMAP2_PM_H #define __ARCH_ARM_MACH_OMAP2_PM_H #include <linux/err.h> #include "powerdomain.h" #ifdef CONFIG_CPU_IDLE extern int __init omap3_idl...
arch/arm/mach-omap2/pm.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * AM33XX Arch Power Management Routines * * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/ * Dave Gerlach */ #include <linux/cpuidle.h> #include <linux/platform_data/pm33xx.h> #include <linux/suspend.h> #include <asm/cpuidle.h> #include <asm/smp...
arch/arm/mach-omap2/pm33xx-core.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP3 Power Management Routines * * Copyright (C) 2006-2008 Nokia Corporation * Tony Lindgren <tony@atomide.com> * Jouni Hogander * * Copyright (C) 2007 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * * Copyright (C) 2005 Texas Instruments, Inc. * Rich...
arch/arm/mach-omap2/pm34xx.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP4+ Power Management Routines * * Copyright (C) 2010-2013 Texas Instruments, Inc. * Rajendra Nayak <rnayak@ti.com> * Santosh Shilimkar <santosh.shilimkar@ti.com> */ #include <linux/pm.h> #include <linux/suspend.h> #include <linux/module.h> #include <linux/list.h> ...
arch/arm/mach-omap2/pm44xx.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * pmic-cpcap.c - CPCAP-specific functions for the OPP code * * Adapted from Motorola Mapphone Android Linux kernel * Copyright (C) 2011 Motorola, Inc. */ #include <linux/err.h> #include <linux/io.h> #include <linux/kernel.h> #include "soc.h" #include "pm.h" #include "v...
arch/arm/mach-omap2/pmic-cpcap.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Common powerdomain framework functions * * Copyright (C) 2010-2011 Texas Instruments, Inc. * Copyright (C) 2010 Nokia Corporation * * Derived from mach-omap2/powerdomain.c written by Paul Walmsley */ #include <linux/errno.h> #include <linux/kernel.h> #include <linux...
arch/arm/mach-omap2/powerdomain-common.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP powerdomain control * * Copyright (C) 2007-2008, 2011 Texas Instruments, Inc. * Copyright (C) 2007-2011 Nokia Corporation * * Written by Paul Walmsley * Added OMAP4 specific support by Abhijit Pagare <abhijitpagare@ti.com> * State counting code by Tero Kristo <...
arch/arm/mach-omap2/powerdomain.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP2/3/4 powerdomain control * * Copyright (C) 2007-2008, 2010 Texas Instruments, Inc. * Copyright (C) 2007-2011 Nokia Corporation * * Paul Walmsley * * XXX This should be moved to the mach-omap2/ directory at the earliest * opportunity. */ #ifndef __ARCH_ARM...
arch/arm/mach-omap2/powerdomain.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP2/3 common powerdomain definitions * * Copyright (C) 2007-2008, 2011 Texas Instruments, Inc. * Copyright (C) 2007-2011 Nokia Corporation * * Paul Walmsley, Jouni Högander */ /* * The names for the DSP/IVA2 powerdomains are confusing. * * Most OMAP chips have ...
arch/arm/mach-omap2/powerdomains2xxx_3xxx_data.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP2/3 common powerdomains - prototypes * * Copyright (C) 2008 Texas Instruments, Inc. * Copyright (C) 2008-2010 Nokia Corporation * * Paul Walmsley */ #ifndef __ARCH_ARM_MACH_OMAP2_POWERDOMAINS2XXX_3XXX_DATA_H #define __ARCH_ARM_MACH_OMAP2_POWERDOMAINS2XXX_3XXX...
arch/arm/mach-omap2/powerdomains2xxx_3xxx_data.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP2XXX powerdomain definitions * * Copyright (C) 2007-2008, 2011 Texas Instruments, Inc. * Copyright (C) 2007-2011 Nokia Corporation * * Paul Walmsley, Jouni Högander */ #include <linux/kernel.h> #include <linux/init.h> #include "soc.h" #include "powerdomain.h" #...
arch/arm/mach-omap2/powerdomains2xxx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * AM33XX Power domain data * * Copyright (C) 2011-2012 Texas Instruments Incorporated - https://www.ti.com/ */ #include <linux/kernel.h> #include <linux/init.h> #include "powerdomain.h" #include "prcm-common.h" #include "prm-regbits-33xx.h" #include "prm33xx.h" static ...
arch/arm/mach-omap2/powerdomains33xx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP3 powerdomain definitions * * Copyright (C) 2007-2008, 2011 Texas Instruments, Inc. * Copyright (C) 2007-2011 Nokia Corporation * * Paul Walmsley, Jouni Högander */ #include <linux/kernel.h> #include <linux/init.h> #include <linux/bug.h> #include "soc.h" #inclu...
arch/arm/mach-omap2/powerdomains3xxx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * AM43xx Power domains framework * * Copyright (C) 2013 Texas Instruments, Inc. */ #include <linux/kernel.h> #include <linux/init.h> #include "powerdomain.h" #include "prcm-common.h" #include "prcm44xx.h" #include "prcm43xx.h" static struct powerdomain gfx_43xx_pwrdm ...
arch/arm/mach-omap2/powerdomains43xx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP4 Power domains framework * * Copyright (C) 2009-2011 Texas Instruments, Inc. * Copyright (C) 2009-2011 Nokia Corporation * * Abhijit Pagare (abhijitpagare@ti.com) * Benoit Cousson (b-cousson@ti.com) * Paul Walmsley (paul@pwsan.com) * * This file is automatica...
arch/arm/mach-omap2/powerdomains44xx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP54XX Power domains framework * * Copyright (C) 2013 Texas Instruments, Inc. * * Abhijit Pagare (abhijitpagare@ti.com) * Benoit Cousson (b-cousson@ti.com) * Paul Walmsley (paul@pwsan.com) * * This file is automatically generated from the OMAP hardware databases....
arch/arm/mach-omap2/powerdomains54xx_data.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * DRA7xx Power domains framework * * Copyright (C) 2009-2013 Texas Instruments, Inc. * Copyright (C) 2009-2011 Nokia Corporation * * Generated by code originally written by: * Abhijit Pagare (abhijitpagare@ti.com) * Benoit Cousson (b-cousson@ti.com) * Paul Walmsley (...
arch/arm/mach-omap2/powerdomains7xx_data.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __ARCH_ASM_MACH_OMAP2_PRCM_COMMON_H #define __ARCH_ASM_MACH_OMAP2_PRCM_COMMON_H /* * OMAP2/3 PRCM base and module definitions * * Copyright (C) 2007-2009, 2011 Texas Instruments, Inc. * Copyright (C) 2007-2009 Nokia Corporation * * Written by Paul Walmsley */ ...
arch/arm/mach-omap2/prcm-common.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * AM43x PRCM defines * * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ */ #ifndef __ARCH_ARM_MACH_OMAP2_PRCM_43XX_H #define __ARCH_ARM_MACH_OMAP2_PRCM_43XX_H #define AM43XX_PRM_PARTITION 1 #define AM43XX_CM_PARTITION 1 /* PRM instance...
arch/arm/mach-omap2/prcm43xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP4 PRCM definitions * * Copyright (C) 2010 Texas Instruments, Inc. * Copyright (C) 2010 Nokia Corporation * * Paul Walmsley * * This file contains macros and functions that are common to all of * the PRM/CM/PRCM blocks on the OMAP4 devices: PRM, CM1, CM2, * ...
arch/arm/mach-omap2/prcm44xx.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * OMAP4 PRCM_MPU module functions * * Copyright (C) 2009 Nokia Corporation * Paul Walmsley */ #include <linux/kernel.h> #include <linux/types.h> #include <linux/errno.h> #include <linux/err.h> #include <linux/io.h> #include "iomap.h" #include "common.h" #include "prcm_...
arch/arm/mach-omap2/prcm_mpu44xx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP44xx PRCM MPU instance offset macros * * Copyright (C) 2010, 2012 Texas Instruments, Inc. * Copyright (C) 2010 Nokia Corporation * * Paul Walmsley (paul@pwsan.com) * Rajendra Nayak (rnayak@ti.com) * Benoit Cousson (b-cousson@ti.com) * * This file is automat...
arch/arm/mach-omap2/prcm_mpu44xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP54xx PRCM MPU 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 f...
arch/arm/mach-omap2/prcm_mpu54xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * DRA7xx PRCM MPU 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) *...
arch/arm/mach-omap2/prcm_mpu7xx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * OMAP44xx and OMAP54xx PRCM MPU function prototypes * * Copyright (C) 2010, 2013 Texas Instruments, Inc. * Copyright (C) 2010 Nokia Corporation * * Paul Walmsley (paul@pwsan.com) * Rajendra Nayak (rnayak@ti.com) * Benoit Cousson (b-cousson@ti.com) * * This file ...
arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h
null
null
null
null
null