Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 16 of 16) sorted by relevance

/optee_os/core/arch/arm/dts/
H A Dstm32mp15-pinctrl.dtsi165 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 Dstm32mp13-pinctrl.dtsi23 drive-push-pull;
32 drive-push-pull;
46 drive-push-pull;
52 bias-pull-up;
H A Dstm32mp25-pinctrl.dtsi13 drive-push-pull;
26 drive-push-pull;
H A Dat91-sama5d2_xplained.dts454 * 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 Dat91-sama7g54_ek.dts568 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 Dat91-sama5d27_wlsom1_ek.dts111 bias-pull-up;
118 bias-pull-down;
H A Dat91-sama5d27_som1.dtsi128 bias-pull-up;
H A Dstm32mp15xx-dhcom-som.dtsi513 * SD bus pull-up resistors:
518 bias-pull-up;
521 bias-pull-up;
H A Dat91-sama5d27_som1_ek.dts283 bias-pull-up;
290 bias-pull-up;
H A Dat91-sama5d27_wlsom1.dtsi311 bias-pull-up;
H A Dstm32mp157c-ev1.dts217 bias-pull-down;
/optee_os/
H A DCHANGELOG.md3 - 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 DMAINTAINERS16 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/lib/libmbedtls/mbedtls/
H A DCONTRIBUTING.md17 …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
H A DChangeLog3729 Contributed by Aorimn in pull request #414.
3800 Suggested and contributed by jkivilin in pull request #394.
3804 Nicholas Wilson in pull request #348.
/optee_os/core/drivers/
H A Dstm32_gpio.c674 uint32_t pull = GPIO_PUPD_NO_PULL; in get_pinctrl_from_fdt() local
687 pull = GPIO_PUPD_PULL_UP; 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()