/linux/Documentation/devicetree/bindings/arm/ |
H A D | ux500.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 18 - description: ST-Ericsson HREF (pre-v60) 20 - const: st-ericsson,mop500 21 - const: st-ericsson,u8500 23 - description: ST-Ericsson HREF520 25 - const: st-ericsson,href520 26 - const: st-ericsson,u8500 [all …]
|
/linux/Documentation/devicetree/bindings/arm/ux500/ |
H A D | boards.txt | 1 ST-Ericsson Ux500 boards 2 ------------------------ 5 compatible = "st-ericsson,mop500" (legacy) 6 compatible = "st-ericsson,u8500" 10 soc: represents the system-on-chip and contains the chip 20 compatible = "ste,dbx500-backupram" 25 interrupt-controller: 26 see binding for interrupt-controller/arm,gic.txt 29 see binding for timer/arm,twd-timer.yaml 36 /dts-v1/; [all …]
|
/linux/drivers/net/wireless/st/cw1200/ |
H A D | fwio.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Firmware API for mac80211 ST-Ericsson CW1200 drivers 5 * Copyright (c) 2010, ST-Ericsson 9 * ST-Ericsson UMAC CW1200 driver which is 10 * Copyright (c) 2010, ST-Ericsson
|
/linux/arch/arm/boot/dts/st/ |
H A D | ste-hrefprev60-tvk.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2012 ST-Ericsson AB 6 /dts-v1/; 7 #include "ste-db8500.dtsi" 8 #include "ste-href-ab8500.dtsi" 9 #include "ste-hrefprev60.dtsi" 10 #include "ste-href-tvk1281618-r2.dtsi" 13 model = "ST-Ericsson HREF (pre-v60) and TVK1281618 R2 UIB"; 14 compatible = "st-ericsson,mop500", "st-ericsson,u8500"; 17 vmmci: regulator-gpio { [all …]
|
H A D | ste-hrefprev60-stuib.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2012 ST-Ericsson AB 6 /dts-v1/; 7 #include "ste-db8500.dtsi" 8 #include "ste-href-ab8500.dtsi" 9 #include "ste-hrefprev60.dtsi" 10 #include "ste-href-stuib.dtsi" 13 model = "ST-Ericsson HREF (pre-v60) and ST UIB"; 14 compatible = "st-ericsson,mop500", "st-ericsson,u8500"; 17 vmmci: regulator-gpio { [all …]
|
H A D | ste-hrefv60plus-stuib.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2012 ST-Ericsson AB 5 * Device Tree for the HREF version 60 or later with the ST UIB 8 /dts-v1/; 9 #include "ste-db8500.dtsi" 10 #include "ste-href-ab8500.dtsi" 11 #include "ste-hrefv60plus.dtsi" 12 #include "ste-href-stuib.dtsi" 15 model = "ST-Ericsson HREF (v60+) and ST UIB"; 16 compatible = "st-ericsson,hrefv60+", "st-ericsson,u8500"; [all …]
|
H A D | ste-hrefv60plus-tvk.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2012 ST-Ericsson AB 8 /dts-v1/; 9 #include "ste-db8500.dtsi" 10 #include "ste-href-ab8500.dtsi" 11 #include "ste-hrefv60plus.dtsi" 12 #include "ste-href-tvk1281618-r2.dtsi" 15 model = "ST-Ericsson HREF (v60+) and TVK1281618 R2 UIB"; 16 compatible = "st-ericsson,hrefv60+", "st-ericsson,u8500"; 19 vmmci: regulator-gpio { [all …]
|
H A D | ste-href520-tvk.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 /dts-v1/; 7 #include "ste-db8520.dtsi" 8 #include "ste-href-ab8505.dtsi" 9 #include "ste-hrefv60plus.dtsi" 10 #include "ste-href-tvk1281618-r3.dtsi" 13 model = "ST-Ericsson HREF520 and TVK1281618 R3 UIB"; 14 compatible = "st-ericsson,href520", "st-ericsson,u8500"; 18 vmmci: regulator-gpio { 19 compatible = "regulator-gpio"; [all …]
|
/linux/drivers/regulator/ |
H A D | dbx500-prcmu.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) ST-Ericsson SA 2010 5 * Author: Bengt Jonsson <bengt.jonsson@stericsson.com> for ST-Ericsson, 6 * Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson 15 * struct dbx500_regulator_info - dbx500 regulator information
|
H A D | dbx500-prcmu.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) ST-Ericsson SA 2010 5 * Authors: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson 6 * Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson 19 #include "dbx500-prcmu.h" 44 ret = -EINVAL; in power_state_active_disable() 48 power_state_active_cnt--; in power_state_active_disable() 79 seq_printf(s, "ux500-regulator power state count: %i\n", in ux500_regulator_power_state_cnt_show() 91 seq_puts(s, "ux500-regulator status:\n"); in ux500_regulator_status_show() 96 /* Access per-regulator data */ in ux500_regulator_status_show() [all …]
|
/linux/arch/arm/mach-ux500/ |
H A D | cpu-db8500.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2008-2009 ST-Ericsson SA 14 #include <linux/irqchip/arm-gic.h> 15 #include <linux/mfd/dbx500-prcmu.h> 16 #include <linux/platform_data/arm-ux500-pm.h> 25 #include <asm/hardware/cache-l2x0.h> 35 np = of_find_compatible_node(NULL, NULL, "arm,pl310-cache"); in ux500_l2x0_unlock() 39 return -ENODEV; in ux500_l2x0_unlock() 42 * Unlock Data and Instruction Lock if locked. Ux500 U-Boot versions in ux500_l2x0_unlock() 61 * We can't write to secure registers as we are in non-secure in ux500_l2c310_write_sec() [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 3 bool "ST-Ericsson U8500 Series" 34 Support for ST-Ericsson's Ux500 architecture 42 int "Ux500 UART to use for low-level debug" 45 Choose the UART on which kernel low-level debug messages should be
|
/linux/drivers/clocksource/ |
H A D | clksrc-dbx500-prcmu.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) ST-Ericsson SA 2011 5 * Author: Mattias Wallin <mattias.wallin@stericsson.com> for ST-Ericsson 6 * Author: Sundar Iyer for ST-Ericsson 8 * plat-nomadik/timer.c Linus Walleij <linus.walleij@stericsson.com> 10 * DBx500-PRCMU Timer 11 * The PRCMU has 5 timers which are available in a always-on 12 * power domain. We use the Timer 4 for our always-on clock 45 .name = "dbx500-prcmu-timer", 71 TIMER_OF_DECLARE(dbx500_prcmu, "stericsson,db8500-prcmu-timer-4",
|
/linux/arch/arm/mach-nomadik/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 bool "ST-Ericsson Nomadik" 17 Support for the Nomadik platform by ST-Ericsson 22 bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
|
/linux/include/dt-bindings/pinctrl/ |
H A D | nomadik.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) ST-Ericsson SA 2013 6 * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for ST-Ericsson.
|
/linux/drivers/gpu/drm/mcde/ |
H A D | Kconfig | 2 tristate "DRM Support for ST-Ericsson MCDE (Multichannel Display Engine)" 15 Choose this option for DRM support for the ST-Ericsson MCDE 16 Multi-Channel Display Engine.
|
/linux/sound/soc/ux500/ |
H A D | mop500_ab8500.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) ST-Ericsson SA 2012 6 * for ST-Ericsson.
|
H A D | ux500_pcm.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) ST-Ericsson SA 2012 7 * for ST-Ericsson.
|
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_rx.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Handling of the chip-to-host events (aka indications) of the hardware API. 5 * Copyright (c) 2017-2019, Silicon Laboratories, Inc. 6 * Copyright (c) 2010, ST-Ericsson 7 * Copyright (C) 2010, ST-Ericsson SA
|
/linux/drivers/cpufreq/ |
H A D | cpufreq-dt-platdev.c | 1 // SPDX-License-Identifier: GPL-2.0-only 12 #include "cpufreq-dt.h" 16 * platforms using "operating-points" (V1) property. 19 { .compatible = "allwinner,sun4i-a10", }, 20 { .compatible = "allwinner,sun5i-a10s", }, 21 { .compatible = "allwinner,sun5i-a13", }, 22 { .compatible = "allwinner,sun5i-r8", }, 23 { .compatible = "allwinner,sun6i-a31", }, 24 { .compatible = "allwinner,sun6i-a31s", }, 25 { .compatible = "allwinner,sun7i-a20", }, [all …]
|
/linux/drivers/input/misc/ |
H A D | ab8500-ponkey.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) ST-Ericsson SA 2010 5 * Author: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson 7 * AB8500 Power-On Key handler 21 * struct ab8500_ponkey - ab8500 ponkey information 39 if (irq == ponkey->irq_dbf) in ab8500_ponkey_handler() 40 input_report_key(ponkey->idev, KEY_POWER, true); in ab8500_ponkey_handler() 41 else if (irq == ponkey->irq_dbr) in ab8500_ponkey_handler() 42 input_report_key(ponkey->idev, KEY_POWER, false); in ab8500_ponkey_handler() 44 input_sync(ponkey->idev); in ab8500_ponkey_handler() [all …]
|
/linux/drivers/watchdog/ |
H A D | db8500_wdt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) ST-Ericsson SA 2011-2013 5 * Author: Mathieu Poirier <mathieu.poirier@linaro.org> for ST-Ericsson 6 * Author: Jonas Aaberg <jonas.aberg@stericsson.com> for ST-Ericsson 19 #include <linux/mfd/dbx500-prcmu.h> 86 struct device *dev = &pdev->dev; in db8500_wdt_probe()
|
/linux/include/linux/platform_data/ |
H A D | crypto-ux500.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) ST-Ericsson SA 2011 5 * Author: Joakim Bech <joakim.xx.bech@stericsson.com> for ST-Ericsson 10 #include <linux/platform_data/dma-ste-dma40.h>
|
H A D | arm-ux500-pm.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) ST-Ericsson SA 2010-2013 5 * ST-Ericsson.
|
/linux/include/linux/regulator/ |
H A D | db8500-prcmu.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) ST-Ericsson SA 2010 5 * Author: Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson
|