Home
last modified time | relevance | path

Searched full:community (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/kernel/drivers/pinctrl/intel/
H A Dpinctrl-intel.c94 struct intel_community *community; in intel_get_community() local
98 community = &pctrl->communities[i]; in intel_get_community()
99 if (pin >= community->pin_base && in intel_get_community()
100 pin < community->pin_base + community->npins) in intel_get_community()
101 return community; in intel_get_community()
104 dev_warn(pctrl->dev, "failed to find community for pin %u\n", pin); in intel_get_community()
109 intel_community_get_padgroup(const struct intel_community *community, in intel_community_get_padgroup() argument
114 for (i = 0; i < community->ngpps; i++) { in intel_community_get_padgroup()
115 const struct intel_padgroup *padgrp = &community->gpps[i]; in intel_community_get_padgroup()
127 const struct intel_community *community; in intel_get_padcfg() local
[all …]
H A Dpinctrl-intel.h62 * If pad groups of a community are not the same size, use this structure
87 * struct intel_community - Intel pin community description
88 * @barno: MMIO BAR number where registers for this community reside
99 * @pin_base: Starting pin of pins in this community
100 * @npins: Number of pins in this community
107 * @ngpps: Number of pad groups in this community
109 * @nirqs: Optional total number of IRQs this community can generate
111 * @regs: Community specific common registers (reserved for core driver)
112 * @pad_regs: Community specific pad registers (reserved for core driver)
208 * @communities: Opaque context per community (driver dependent)
H A Dpinctrl-cherryview.c77 * struct intel_community_context - community context for Cherryview
266 * Southwest community can generate GPIO interrupts only for the first 8
360 * North community can generate GPIO interrupts only for the first 8
569 const struct intel_community *community = &pctrl->communities[0]; in chv_pctrl_readl() local
571 return readl(community->regs + offset); in chv_pctrl_readl()
576 const struct intel_community *community = &pctrl->communities[0]; in chv_pctrl_writel() local
577 void __iomem *reg = community->regs + offset; in chv_pctrl_writel()
587 const struct intel_community *community = &pctrl->communities[0]; in chv_padreg() local
593 return community->pad_regs + offset + reg; in chv_padreg()
1398 const struct intel_community *community = &pctrl->communities[0]; in chv_gpio_irq_handler() local
[all …]
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dcode-of-conduct-interpretation.rst7 provide a set of rules for almost any open source community. Every
8 open-source community is unique and the Linux kernel is no exception.
10 community will interpret it. We also do not expect this interpretation
28 kernel community, a "maintainer" is anyone who is responsible for a
41 That being said, our community is vast and broad, and there is no new
43 behave in the parts of the community where they are active. That
49 others in the community when needed. Do not be afraid to reach out to
83 the Code of Conduct. The kernel community is aware of that and provides
89 The Linux kernel community primarily interacts on a set of public email
98 Conduct. The Linux kernel community does not have an "official" project
[all …]
H A D1.Intro.rst13 availability to users, community support in many forms, and the ability to
25 emphasis on involving the development community as soon as possible.
33 review. To be taken seriously by the development community, patches must be
81 Working with the kernel development community is not especially hard. But,
83 difficulties when trying to do kernel work. The kernel community has
93 community's ways (or, worse, who tries to flout or circumvent them) will
94 have a frustrating experience in store. The development community, while
101 community is always in need of developers who will help to make the kernel
103 join our community.
121 learning how to work with the kernel community and get their code into the
[all …]
H A Dcode-of-conduct.rst11 our community a harassment-free experience for everyone, regardless of age, body
25 * Focusing on what is best for the community
26 * Showing empathy towards other community members
58 when an individual is representing the project or its community. Examples of
59 representing a project or community include using an official project e-mail
86 kernel community will be interpreting this document.
H A Dkernel-enforcement-statement.rst9 sustainability of our software and community.
12 contributions made to our community, we share an interest in ensuring that
14 community and do not have an unintended negative impact on the health and
17 community to undertake the following commitment to users of the Linux kernel
21 it is in the best interests of our development community to adopt the
45 as a last resort, to be initiated only when other community efforts have
H A D3.Early-stage.rst31 immediate problem. To the wider kernel community, though, it was seen as a
38 The audio community, however, could not see past the particular solution
55 - and to discuss it with the development community before investing in the
75 discussions with the community before launching into implementation. Early
95 Years of experience with the kernel development community have taught a
98 released into the community. Sometimes these problems are severe,
100 the kernel community's standards. Some examples include:
172 provide can help the development community provide useful input on the
188 community informed as you go.
H A Dhowto.rst8 to work with the Linux kernel development community. It tries to not
24 and hints on how to work with the community. It will also try to
25 explain some of the reasons why the community works like it does.
50 existing development community. It is a diverse group of people, with
79 invaluable for learning how to interact with the kernel community. When
207 some task to start doing to join into the kernel development community,
430 Working with the community
433 The goal of the kernel community is to provide the best possible kernel
458 In a community that is looking for the best technical solution possible,
472 Differences between the kernel community and corporate structures
[all …]
H A Dembargoed-hardware-issues.rst78 unable to enter into any non-disclosure agreements. The kernel community
86 The Linux kernel community has a deep understanding of the requirement to
90 The Linux kernel community has successfully handled hardware security
92 community compliant development under embargo restrictions.
94 The Linux kernel community has a dedicated hardware security team for
108 effective deterrent in our community. In case a violation happens the
194 kernel developer community as needed. Bringing in experts can happen at any
271 the Linux kernel community.
H A Dindex.rst8 Working with the kernel development community
13 to learn about how our community works. Reading these documents will make
35 Other guides to the community that are of interest to most developers are:
H A D2.Process.rst39 community) is merged into the mainline kernel. The bulk of changes for a
168 done without involving the community, but it is better to do this work
205 leave a poor impression in the development community. Merging code
356 community is git. Git is one of a number of distributed version control
357 systems being developed in the free software community. It is well tuned
396 lists. It is hard to be a fully-functioning member of the community
415 development community comes together as a whole; developers who avoid this
482 noise which is distracting for the development community as a whole, so,
484 introduce themselves to the community will not get the sort of reception
503 building respect with the rest of the development community.
H A Ddevelopment-process.rst22 work with the development community with a minimum of frustration. It is
23 an attempt to document how this community works in a way which is
H A D6.Followthrough.rst17 kernel community to ensure that your code is up to the kernel's quality
98 kernel development community; he can often unjam a situation which seems to
123 contents visible to the development community as a whole. At this point,
179 development community remembers developers who lose interest in their code
211 be hurtful and discouraging, but the community will remember your reaction
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DECL-1.02 This Educational Community License (the "License") applies
9 Licensed under the Educational Community License version 1.0
13 subject to the terms of the Educational Community License. By
16 conditions of the Educational Community License:
26 The full text of the Educational Community License in a location viewable to
H A DECL-2.02 Educational Community License, Version 2.0
4 Educational Community License
10 The Educational Community License version 2.0 ("ECL") consists of the Apache 2.0 license, modified …
76 APPENDIX: How to apply the Educational Community License to your work
78 To apply the Educational Community License to your work, attach
88 Educational Community License, Version 2.0 (the "License"); you may
H A DFrameworx-1.06community. Our objective is to ensure that the Frameworx Code Base, and the source code for improv…
44 …hat acknowledges new users and provides them with information on the Frameworx Code Base community;
/OK3568_Linux_fs/yocto/meta-clang/
H A DCODE_OF_CONDUCT.md7 our community a harassment-free experience for everyone, regardless of age, body
20 * Focusing on what is best for the community
21 * Showing empathy towards other community members
49 when an individual is representing the project or its community. Examples of
50 representing a project or community include using an official project e-mail
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DFree-Documentation.html73 <p>The biggest deficiency in the free software community today is not in
90 manual that he is writing, his intended contribution to the community,
113 community.
122 are acceptable because they don&rsquo;t obstruct the community&rsquo;s normal use
131 <p>Please spread the word about this issue. Our community continues to
136 the free software community.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DFree-Documentation.html73 <p>The biggest deficiency in the free software community today is not in
90 manual that he is writing, his intended contribution to the community,
113 community.
122 are acceptable because they don&rsquo;t obstruct the community&rsquo;s normal use
131 <p>Please spread the word about this issue. Our community continues to
136 the free software community.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DGPL-2.0-with-lmbench-restriction46 thing for the OS community and will stick to our guns on this one.
98 This helps protect the community from adopting flawed technologies
99 based on incomplete data. It also helps protect the community from
104 benchmark results have caused great harm to the community, and
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dsnmp.json9 "community": "public", string
65 "community": "private", string
120 "community": "public", string
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dresources.txt4 [[community-resources]]
5 == Community resources
8 information in its community and outside.
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DFlashPoint.rst24 "Mylex is committed to supporting the Linux community," says Peter Shambora,
86 been problematic for members of the Linux community, in that no Linux
112 publicly about BusLogic's attitude toward the Linux community, and I felt
132 SCSI solution for the Linux community, and does not want to see anyone left
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dttf-takao_003.03.01.bb3 SUMMARY = "Takao Fonts are a community developed derivatives of IPA Fonts."
4 DESCRIPTION = "Takao Fonts are a community developed derivatives of IPA Fonts."

12345678910>>...14