| /optee_os/ |
| H A D | CHANGELOG.md | 3 - Links to the release pages, commits and pull requests merged into this release for: 4 …EE_optee_os_release_4_8_0], [commits][OP_TEE_optee_os_commits_4_8_0] and [pull requests][OP_TEE_op… 5 …_client_release_4_8_0], [commits][OP_TEE_optee_client_commits_4_8_0] and [pull requests][OP_TEE_op… 6 …ptee_test_release_4_8_0], [commits][OP_TEE_optee_test_commits_4_8_0] and [pull requests][OP_TEE_op… 7 …][OP_TEE_build_release_4_8_0], [commits][OP_TEE_build_commits_4_8_0] and [pull requests][OP_TEE_bu… 8 …s_release_4_8_0], [commits][linaro_swg_optee_examples_commits_4_8_0] and [pull requests][linaro_sw… 33 - Links to the release pages, commits and pull requests merged into this release for: 34 …EE_optee_os_release_4_7_0], [commits][OP_TEE_optee_os_commits_4_7_0] and [pull requests][OP_TEE_op… 35 …_client_release_4_7_0], [commits][OP_TEE_optee_client_commits_4_7_0] and [pull requests][OP_TEE_op… 36 …ptee_test_release_4_7_0], [commits][OP_TEE_optee_test_commits_4_7_0] and [pull requests][OP_TEE_op… [all …]
|
| H A D | MAINTAINERS | 16 2. Patches should generally be submitted as GitHub pull requests (more details 19 notifications, so they should see your pull requests. If you need to 'ping' 20 some maintainer, just mention his/her GitHub account in a comment in the pull
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp15-pinctrl.dtsi | 165 drive-push-pull; 171 drive-push-pull; 216 drive-push-pull; 222 drive-push-pull; 267 drive-push-pull; 273 drive-push-pull; 316 drive-push-pull; 348 drive-push-pull; 354 drive-push-pull; 391 drive-push-pull; [all …]
|
| H A D | stm32mp13-pinctrl.dtsi | 23 drive-push-pull; 32 drive-push-pull; 46 drive-push-pull; 52 bias-pull-up;
|
| H A D | at91-sama5d2_xplained.dts | 454 * or any edge, and the pull-up can be changed 455 * to pull-down or left floating according to 460 bias-pull-up; 475 bias-pull-up; 481 bias-pull-up; 487 bias-pull-down; 558 bias-pull-up; 565 bias-pull-up; 599 bias-pull-up; 676 bias-pull-up;
|
| H A D | stm32mp25-pinctrl.dtsi | 13 drive-push-pull; 26 drive-push-pull;
|
| H A D | at91-sama7g54_ek.dts | 568 bias-pull-up; 609 bias-pull-up; 670 bias-pull-up; 677 bias-pull-up; 749 bias-pull-up; 757 bias-pull-up; 769 bias-pull-up; 778 bias-pull-up; 790 bias-pull-up; 796 bias-pull-up;
|
| H A D | at91-sama5d27_wlsom1_ek.dts | 111 bias-pull-up; 118 bias-pull-down;
|
| H A D | at91-sama5d27_som1.dtsi | 128 bias-pull-up;
|
| H A D | stm32mp15xx-dhcom-som.dtsi | 513 * SD bus pull-up resistors: 518 bias-pull-up; 521 bias-pull-up;
|
| H A D | at91-sama5d27_som1_ek.dts | 283 bias-pull-up; 290 bias-pull-up;
|
| /optee_os/.github/workflows/ |
| H A D | stales.yml | 1 name: 'Close stale issues and pull requests with no recent activity' 8 pull-requests: write 18 …pull request has been marked as a stale pull request because it has been open (more than) 30 days …
|
| H A D | notify.yml | 2 # for pull requests against the OP-TEE OS main repository in a secure way. 15 pull-requests: write
|
| /optee_os/.github/ |
| H A D | pull_request_template.md | 2 If you are new to submitting pull requests to OP-TEE, then please have a 3 look at the list below and tick them off before submitting the pull request. 11 3. You should run checkpatch preferably before submitting the pull request. 17 NOTE: This comment will not be shown in the pull request, so no harm keeping
|
| /optee_os/core/include/drivers/sam/ |
| H A D | sama7-ddr.h | 53 #define DDR3PHY_ZQ0SR0_PDO_OFF 0 /* Pull-down output */ 54 #define DDR3PHY_ZQ0SR0_PUO_OFF 5 /* Pull-up output */ 55 #define DDR3PHY_ZQ0SR0_PDODT_OFF 10 /* Pull-down on-die termination*/ 56 #define DDR3PHY_ZQ0SRO_PUODT_OFF 15 /* Pull-up on-die termination */
|
| /optee_os/core/include/dt-bindings/gpio/ |
| H A D | gpio.h | 36 /* Bit 4 express pull up */ 39 /* Bit 5 express pull down */
|
| /optee_os/core/drivers/pinctrl/ |
| H A D | pinctrl.c | 17 [PINCTRL_DT_PROP_BIAS_PULL_UP] = "bias-pull-up", 18 [PINCTRL_DT_PROP_BIAS_PULL_DOWN] = "bias-pull-down",
|
| /optee_os/scripts/ |
| H A D | get_maintainer.py | 27 'a pull request. ' 28 '(With -m) Check if a patch or pull ' 46 help='Github pull request ID. The script will ' 230 url = "https://github.com/OP-TEE/optee_os/pull/{}.patch".format(pr)
|
| H A D | update_changelog.py | 74 text += "- Links to the release pages, commits and pull requests merged " \ 81 "[commits][{}_commits_{}] and [pull requests]" \
|
| H A D | notify_maintainers.py | 15 # PR_NUMBER: pull request number
|
| /optee_os/core/include/drivers/ |
| H A D | pinctrl.h | 17 /* Property "bias-pull-up" found in pinctrl node */ 19 /* Property "bias-pull-down" found in pinctrl node */
|
| H A D | regulator.h | 21 /* Enables pull down mode. DT property: regulator-pull-down */
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | CONTRIBUTING.md | 17 …ibution passes basic tests before submission, and check the CI results after making a pull request. 27 1. Send a pull request (PR) and work with us until it gets merged and published. Contributions may … 58 As mentioned, tests that show the correctness of the feature or bug fix should be added to the pull…
|
| /optee_os/core/drivers/ |
| H A D | stm32_gpio.c | 639 /* Load GPIO pull configuration, 2bit value */ in set_gpio_cfg() 674 uint32_t pull = GPIO_PUPD_NO_PULL; in get_pinctrl_from_fdt() local 686 if (fdt_getprop(fdt, node, "bias-pull-up", NULL)) in get_pinctrl_from_fdt() 687 pull = GPIO_PUPD_PULL_UP; in get_pinctrl_from_fdt() 688 if (fdt_getprop(fdt, node, "bias-pull-down", NULL)) in get_pinctrl_from_fdt() 689 pull = GPIO_PUPD_PULL_DOWN; in get_pinctrl_from_fdt() 769 ref->cfg.pupd = pull; in get_pinctrl_from_fdt()
|
| /optee_os/core/lib/scmi-server/ |
| H A D | sub.mk | 70 # The below directives will be removed once SCP-firmware pull requests
|