Home
last modified time | relevance | path

Searched +full:st +full:- +full:ericsson (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/linux-6.12.1/Documentation/devicetree/bindings/arm/
Dux500.yaml1 # 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-6.12.1/Documentation/devicetree/bindings/arm/ux500/
Dboards.txt1 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-6.12.1/drivers/net/wireless/st/cw1200/
Dfwio.h1 /* 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
Dbh.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Device handling thread interface for mac80211 ST-Ericsson CW1200 drivers
5 * Copyright (c) 2010, ST-Ericsson
/linux-6.12.1/arch/arm/boot/dts/st/
Dste-hrefprev60-tvk.dts1 // 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 …]
Dste-hrefprev60-stuib.dts1 // 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 …]
Dste-hrefv60plus-stuib.dts1 // 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 …]
Dste-hrefv60plus-tvk.dts1 // 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 …]
Dste-href520-tvk.dts1 // 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-6.12.1/drivers/regulator/
Ddbx500-prcmu.h1 /* 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
/linux-6.12.1/arch/arm/mach-ux500/
Dcpu-db8500.c1 // 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 …]
DKconfig1 # 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-6.12.1/arch/arm/mach-nomadik/
DKconfig1 # 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-6.12.1/drivers/clocksource/
Dclksrc-dbx500-prcmu.c1 // 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-6.12.1/include/dt-bindings/pinctrl/
Dnomadik.h1 /* 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-6.12.1/drivers/gpu/drm/mcde/
DKconfig2 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-6.12.1/sound/soc/ux500/
Dmop500_ab8500.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) ST-Ericsson SA 2012
6 * for ST-Ericsson.
Dux500_pcm.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) ST-Ericsson SA 2012
7 * for ST-Ericsson.
/linux-6.12.1/drivers/net/wireless/silabs/wfx/
Dhif_rx.h1 /* 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-6.12.1/include/linux/platform_data/
Dcrypto-ux500.h1 /* 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>
Darm-ux500-pm.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) ST-Ericsson SA 2010-2013
5 * ST-Ericsson.
/linux-6.12.1/include/linux/regulator/
Ddb8500-prcmu.h1 /* 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
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-rtc-rtc0-device-rtc_calibration5 Description: Attribute for calibrating ST-Ericsson AB8500 Real Time Clock
11 The range of the attribute is -127 to +127 in units of
12 30.5 micro-seconds (half-parts-per-million of the 32KHz clock)
13 Users: The /vendor/st-ericsson/base_utilities/core/rtc_calibration
/linux-6.12.1/Documentation/gpu/
Dmcde.rst1 .. SPDX-License-Identifier: GPL-2.0
4 drm/mcde ST-Ericsson MCDE Multi-channel display engine
7 .. kernel-doc:: drivers/gpu/drm/mcde/mcde_drv.c
8 :doc: ST-Ericsson MCDE Driver
/linux-6.12.1/include/linux/mfd/abx500/
Dab8500-codec.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) ST-Ericsson SA 2012
6 * for ST-Ericsson.
14 /* Mic-types */
20 /* Mic-biases */
27 /* Bias-voltage */
45 /* Platform data structure for the audio-parts of the AB8500 */

12345678910>>...12