/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | leadtek,ltk035c5444t.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Leadtek ltk035c5444t 3.5" (640x480 pixels) 24-bit IPS LCD panel 10 - Paul Cercueil <paul@crapouillou.net> 11 - Christophe Branchereau <cbranchereau@gmail.com> 14 - $ref: panel-common.yaml# 15 - $ref: /schemas/spi/spi-peripheral-props.yaml# 23 power-supply: true 25 reset-gpios: true [all …]
|
H A D | abt,y030xx067a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Asia Better Technology 3.0" (320x480 pixels) 24-bit IPS LCD panel 10 - Paul Cercueil <paul@crapouillou.net> 13 - $ref: panel-common.yaml# 14 - $ref: /schemas/spi/spi-peripheral-props.yaml# 22 power-supply: true 24 reset-gpios: true 27 - compatible [all …]
|
H A D | panel-simple-dsi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/panel-simple-dsi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Simple DSI panels with a single power-supply 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Sam Ravnborg <sam@ravnborg.org> 15 requires only a single power-supply. 30 - auo,b080uan01 32 - boe,tv080wum-nl0 [all …]
|
H A D | focaltech,gpt3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Focaltech GPT3 3.0" (640x480 pixels) IPS LCD panel 10 - Christophe Branchereau <cbranchereau@gmail.com> 13 - $ref: panel-common.yaml# 14 - $ref: /schemas/spi/spi-peripheral-props.yaml# 24 - compatible 25 - reg 26 - power-supply [all …]
|
H A D | panel-simple.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/panel/panel-simple.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Simple panels with one power supply 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Sam Ravnborg <sam@ravnborg.org> 15 requires only a single power-supply. 23 - $ref: panel-common.yaml# 32 # Ampire AM-1280800N3TZQW-T00H 10.1" WQVGA TFT LCD panel [all …]
|
/openbmc/linux/drivers/regulator/ |
H A D | axp20x-regulator.c | 354 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 376 .n_voltages = (((_max) - (_min)) / (_step) + 1), \ 448 switch (axp20x->variant) { in axp20x_set_ramp_delay() 478 return -ENOTSUPP; in axp20x_set_ramp_delay() 497 dev_err(axp20x->dev, "unsupported ramp value %d", ramp); in axp20x_set_ramp_delay() 498 return -EINVAL; in axp20x_set_ramp_delay() 504 return regmap_update_bits(axp20x->regmap, reg, mask, cfg); in axp20x_set_ramp_delay() 512 switch (axp20x->variant) { in axp20x_regulator_enable_regmap() 515 rdev->constraints && rdev->constraints->soft_start) { in axp20x_regulator_enable_regmap() 688 AXP_DESC_IO(AXP22X, LDO_IO0, "ldo_io0", "ips", 700, 3800, 100, [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | x-powers,axp152.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mfd/x-powers,axp152.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: X-Powers AXP PMIC 10 - Chen-Yu Tsai <wens@csie.org> 13 - if: 18 - x-powers,axp152 19 - x-powers,axp202 20 - x-powers,axp209 [all …]
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-abt-y030xx067a.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Asia Better Technology Ltd. Y030XX067A IPS LCD panel driver 12 #include <linux/media-bus-format.h> 128 struct regulator *supply; member 165 struct device *dev = &priv->spi->dev; in y030xx067a_prepare() 168 err = regulator_enable(priv->supply); in y030xx067a_prepare() 170 dev_err(dev, "Failed to enable power supply: %d\n", err); in y030xx067a_prepare() 175 gpiod_set_value_cansleep(priv->reset_gpio, 1); in y030xx067a_prepare() 177 gpiod_set_value_cansleep(priv->reset_gpio, 0); in y030xx067a_prepare() 180 err = regmap_multi_reg_write(priv->map, y030xx067a_init_sequence, in y030xx067a_prepare() [all …]
|
H A D | panel-newvision-nv3052c.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * NewVision NV3052C IPS LCD panel driver 12 #include <linux/media-bus-format.h> 35 struct regulator *supply; member 244 struct mipi_dbi *dbi = &priv->dbi; in nv3052c_prepare() 248 err = regulator_enable(priv->supply); in nv3052c_prepare() 250 dev_err(priv->dev, "Failed to enable power supply: %d\n", err); in nv3052c_prepare() 255 gpiod_set_value_cansleep(priv->reset_gpio, 1); in nv3052c_prepare() 257 gpiod_set_value_cansleep(priv->reset_gpio, 0); in nv3052c_prepare() 265 dev_err(priv->dev, "Unable to set register: %d\n", err); in nv3052c_prepare() [all …]
|
/openbmc/linux/tools/perf/ |
H A D | design.txt | 3 ------------------------------ 7 as instructions executed, cachemisses suffered, or branches mis-predicted - 9 trigger interrupts when a threshold number of events have passed - and can 15 provides "virtual" 64-bit counters, regardless of the width of the 72 is divided into 3 bit-fields: 80 machine-specific. 119 will return -EINVAL. 121 More hw_event_types are supported as well, but they are CPU-specific 173 particular counter allowing one to take the round-robin scheduling effect 195 Such (and other) events will be recorded in a ring-buffer, which is [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | omap3.dtsi | 4 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/pinctrl/omap.h> 17 interrupt-parent = <&intc>; 18 #address-cells = <1>; 19 #size-cells = <1>; 32 #address-cells = <1>; 33 #size-cells = <0>; 36 compatible = "arm,cortex-a8"; [all …]
|
H A D | dra7.dtsi | 2 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/pinctrl/dra.h> 16 #address-cells = <2>; 17 #size-cells = <2>; 20 interrupt-parent = <&crossbar_mpu>; 47 compatible = "arm,armv7-timer"; 52 interrupt-parent = <&gic>; 55 gic: interrupt-controller@48211000 { 56 compatible = "arm,cortex-a15-gic"; [all …]
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 8 #include <dt-bindings/bus/ti-sysc.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 11 #include <dt-bindings/pinctrl/omap.h> 15 interrupt-parent = <&intc>; 16 #address-cells = <1>; 17 #size-cells = <1>; 33 #address-cells = <1>; [all …]
|
/openbmc/linux/include/uapi/drm/ |
H A D | habanalabs_accel.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 3 * Copyright 2016-2022 HabanaLabs, Ltd. 15 * Defines that are asic-specific but constitutes as ABI between kernel driver 196 * stream id is a running number from 0 up to (N-1), where N is the number 610 * Used to retrieve in frequency info of different IPs via 657 * enum hl_goya_dma_direction - Direction of DMA operation inside a LIN_DMA packet that is 684 * enum hl_device_status - Device status information. 716 * Notifier event values - for the notification mechanism and the HL_INFO_GET_EVENTS command 718 * HL_NOTIFIER_EVENT_TPC_ASSERT - Indicates TPC assert event 719 * HL_NOTIFIER_EVENT_UNDEFINED_OPCODE - Indicates undefined operation code [all …]
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | core.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * core.c - DesignWare USB3 DRD Controller Core file 5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com 24 #include <linux/dma-mapping.h> 46 * dwc3_get_dr_mode - Validates and sets dr_mode 52 struct device *dev = dwc->dev; in dwc3_get_dr_mode() 55 if (dwc->dr_mod in dwc3_get_dr_mode() [all...] |
/openbmc/linux/drivers/mmc/host/ |
H A D | atmel-mci.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2004-2008 Atmel Corporation 12 #include <linux/dma-mapping.h> 62 #define ATMCI_MR_PDCMODE BIT(15) /* PDC-oriented Mode */ 71 #define ATMCI_SDCBUS_1BIT (0 << 6) /* 1-bit data bus */ 72 #define ATMCI_SDCBUS_4BIT (2 << 6) /* 4-bit data bus */ 73 #define ATMCI_SDCBUS_8BIT (3 << 6) /* 8-bit data bus[2] */ 79 #define ATMCI_CMDR_RSPTYP_48BIT (1 << 6) /* 48-bit response */ 80 #define ATMCI_CMDR_RSPTYP_136BIT (2 << 6) /* 136-bit response */ 92 #define ATMCI_CMDR_BLOCK (0 << 19) /* Single-block transfer */ [all …]
|
/openbmc/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|
H A D | CREDITS | 1 This is at least a partial credits-file of people that have 4 scripts. The fields are: name (N), email (E), web-address 6 snail-mail address (S). 10 ---------- 51 D: in-kernel DRM Maintainer 71 E: tim_alpaerts@toyota-motor-europe.com 75 S: B-2610 Wilrijk-Antwerpen 80 W: http://www-stu.christs.cam.ac.uk/~aia21/ 101 D: Maintainer of ide-cd and Uniform CD-ROM driver, 102 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update. [all …]
|
H A D | opengrok2.0.log | 1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms) 2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c' 3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms) 4 2024-1 [all...] |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | omap_hwmod.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2009-2011 Nokia Corporation 6 * Copyright (C) 2011-2012 Texas Instruments, Inc. 15 * ------------ 21 * TI's documentation, on-chip devices are referred to as "OMAP 26 * Most of the address and data flow between modules is via OCP-based 29 * and reset signaling, supply power, and connect the modules to 32 * OMAP hwmod provides a consistent way to describe the on-chip 42 * ----------- 54 * +-------------------------------+ [all …]
|