Searched +full:k2g +full:- +full:dss (Results 1 – 9 of 9) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/display/ti/ti,k2g-dss.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Texas Instruments K2G Display Subsystem11 - Jyri Sarha <jsarha@ti.com>12 - Tomi Valkeinen <tomi.valkeinen@ti.com>15 The K2G DSS is an ultra-light version of TI Keystone Display21 const: ti,k2g-dss25 - description: cfg DSS top level[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for K2G SOC5 * Copyright (C) 2016-2017 Texas Instruments Incorporated - http://www.ti.com/8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/pinctrl/keystone.h>10 #include <dt-bindings/gpio/gpio.h>13 compatible = "ti,k2g","ti,keystone";14 model = "Texas Instruments K2G SoC";15 #address-cells = <2>;16 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for K2G EVM5 * Copyright (C) 2016-2017 Texas Instruments Incorporated - http://www.ti.com/7 /dts-v1/;9 #include "keystone-k2g.dtsi"12 compatible = "ti,k2g-evm", "ti,k2g", "ti,keystone";13 model = "Texas Instruments K2G General Purpose EVM";20 reserved-memory {21 #address-cells = <2>;22 #size-cells = <2>;[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */3 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/51 * to a valid dss common register map for the platform, before the140 #define DISPC_VID_K2G_IRQENABLE 0x200 /* K2G */141 #define DISPC_VID_K2G_IRQSTATUS 0x204 /* K2G */145 #define DISPC_VID_K2G_POSITION 0x214 /* K2G */186 #define DISPC_VP_K2G_GAMMA_TABLE 0x20 /* K2G */187 #define DISPC_VP_K2G_IRQENABLE 0x3c /* K2G */188 #define DISPC_VP_K2G_IRQSTATUS 0x40 /* K2G */
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/34 dev_dbg(tidss->dev, "%s\n", __func__); in tidss_runtime_get()36 r = pm_runtime_get_sync(tidss->dev); in tidss_runtime_get()45 dev_dbg(tidss->dev, "%s\n", __func__); in tidss_runtime_put()47 r = pm_runtime_put_sync(tidss->dev); in tidss_runtime_put()57 return dispc_runtime_suspend(tidss->dispc); in tidss_pm_runtime_suspend()67 r = dispc_runtime_resume(tidss->dispc); in tidss_pm_runtime_resume()80 return drm_mode_config_helper_suspend(&tidss->ddev); in tidss_suspend()89 return drm_mode_config_helper_resume(&tidss->ddev); in tidss_resume()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) 2016-2018 Texas Instruments Incorporated - https://www.ti.com/9 #include <linux/dma-mapping.h>78 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.81 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.154 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.157 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.243 * of pixel inc is calculated like this: 1+(xinc-1)*bpp.246 * because 1+(32-1)*8 < 255 < 1+(33-1)*4.312 iowrite32(val, dispc->base_common + reg); in dispc_write()[all …]
2 * K2G EVM: Pinmux configuration7 * SPDX-License-Identifier: GPL-2.0+12 #include <asm/arch/mux-k2g.h>58 { 16, MODE(3) | PIN_IEN }, /* GPIO0_16 - PRSNT1# */59 { 21, MODE(3) | PIN_IEN }, /* GPIO0_21 - DC_BRD_DET */60 { 82, MODE(3) | PIN_IEN }, /* GPIO0_82 - TPS_INT1 */61 { 83, MODE(3) }, /* GPIO0_83 - TPS_SLEEP */62 { 84, MODE(3) }, /* GPIO0_84 - SEL_HDMIn_GPIO */63 { 87, MODE(3) }, /* GPIO0_87 - SD_LP2996A */64 { 106, MODE(3) | PIN_IEN}, /* GPIO0_100 - SOC_INT */[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]