| /OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/ |
| H A D | server.py | 161 def __init__(self, db, cursor, upstream): argument 164 self.upstream = upstream 168 def __init__(self, reader, writer, db, request_stats, backfill_queue, upstream, read_only): argument 174 self.upstream = upstream 195 if self.upstream is not None: 196 self.upstream_client = await create_async_client(self.upstream) 323 upstream = None 355 upstream = await self.upstream_client.get_unihash(method, taskhash) 356 if upstream: 357 msg = ("%s\n" % upstream).encode("utf-8") [all …]
|
| H A D | __init__.py | 119 def create_server(addr, dbname, *, sync=True, upstream=None, read_only=False): argument 122 s = server.Server(db, upstream=upstream, read_only=read_only)
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | changelog | 3 * New upstream release. 38 * New upstream release. 41 - 0001-Revert-*: Reverted upstream in this version 43 - revert-disabling-xss-for-rootless-xwayland.diff: Was resolved upstream as 62 * New upstream release. 81 * New upstream release. 82 * patches: Dropped patches applied upstream: 94 * add-EGL_QUERY_DRIVER-check.diff: Add missing change from upstream 115 * New upstream release. 144 * New upstream release. [all …]
|
| H A D | README.source | 22 git.debian.org in the pkg-xorg subdirectory. Most upstream packages 24 just need to be pulled into git.debian.org in a "upstream-*" branch. 25 Otherwise, the upstream sources are manually installed in the Debian 28 The .orig.tar.gz upstream source file could be generated using this 29 "upstream-*" branch in the Debian git repository but it is actually 30 copied from upstream tarballs directly. 41 which contains the aforementioned "upstream-*" branch plus the debian/ 45 * If the patch is available in one of the upstream branches, it 52 Updating xorg-server to a new upstream release
|
| H A D | gbp.conf | 3 upstream-branch = upstream-experimental
|
| /OK3568_Linux_fs/kernel/ |
| H A D | README.md | 3 1. BEST: Make all of your changes to upstream Linux. If appropriate, backport to the stable release… 5 in upstream Linux, post a backport of the patch that conforms to the patch requirements below. 6 …- Do not send patches upstream that contain only symbol exports. To be considered for upstream Lin… 9 - When sending patches upstream, the commit message must contain a clear case for why the patch 13 2. LESS GOOD: Develop your patches out-of-tree (from an upstream Linux point-of-view). Unless these… 23 - If the patch is not merged from an upstream branch, the subject must be tagged with the type of p… 35 - add upstream commit information with a `(cherry picked from commit ...)` line 37 - if the upstream commit message is 39 important patch from upstream 47 UPSTREAM: important patch from upstream [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | sfp-bus.c | 34 void *upstream; member 483 ops->link_down(bus->upstream); in sfp_register_bus() 485 ret = ops->connect_phy(bus->upstream, bus->phydev); in sfp_register_bus() 494 bus->upstream_ops->attach(bus->upstream, bus); in sfp_register_bus() 503 bus->upstream_ops->detach(bus->upstream, bus); in sfp_unregister_bus() 508 ops->disconnect_phy(bus->upstream); in sfp_unregister_bus() 584 bus->upstream = NULL; in sfp_upstream_clear() 652 int sfp_bus_add_upstream(struct sfp_bus *bus, void *upstream, in sfp_bus_add_upstream() argument 664 bus->upstream = upstream; in sfp_bus_add_upstream() 710 ret = ops->connect_phy(bus->upstream, phydev); in sfp_add_phy() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/fsi/ |
| H A D | fsi-master-hub.c | 38 struct fsi_device *upstream; member 54 return fsi_slave_read(hub->upstream->slave, addr, val, size); in hub_master_read() 66 return fsi_slave_write(hub->upstream->slave, addr, val, size); in hub_master_write() 94 return fsi_device_write(hub->upstream, FSI_MCENP0 + (4 * idx), in hub_master_link_enable() 97 rc = fsi_device_write(hub->upstream, FSI_MSENP0 + (4 * idx), ®, 4); in hub_master_link_enable() 126 struct fsi_device *dev = hub->upstream; in hub_master_init() 226 hub->upstream = fsi_dev; in hub_master_probe() 267 fsi_slave_release_range(hub->upstream->slave, hub->addr, hub->size); in hub_master_remove()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl-cross/files/ |
| H A D | determinism.patch | 5 Reported upstream: https://github.com/arsv/perl-cross/issues/87 9 Reported upstream: https://github.com/arsv/perl-cross/issues/88 13 This needs to go to upstream perl (not done) 17 Reported upstream: https://github.com/arsv/perl-cross/issues/87
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | determinism.patch | 5 Reported upstream: https://github.com/arsv/perl-cross/issues/87 9 Reported upstream: https://github.com/arsv/perl-cross/issues/88 13 This needs to go to upstream perl (not done) 17 Reported upstream: https://github.com/arsv/perl-cross/issues/87
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/imx/ |
| H A D | imx-media-utils.c | 707 enum v4l2_buf_type buftype, bool upstream) in imx_media_pipeline_pad() argument 718 if ((upstream && !(spad->flags & MEDIA_PAD_FL_SINK)) || in imx_media_pipeline_pad() 719 (!upstream && !(spad->flags & MEDIA_PAD_FL_SOURCE))) in imx_media_pipeline_pad() 734 buftype, upstream); in imx_media_pipeline_pad() 743 buftype, upstream); in imx_media_pipeline_pad() 759 enum v4l2_buf_type buftype, bool upstream) in find_pipeline_entity() argument 775 pad = imx_media_pipeline_pad(start, grp_id, buftype, upstream); in find_pipeline_entity() 806 bool upstream) in imx_media_pipeline_subdev() argument 810 me = find_pipeline_entity(start_entity, grp_id, 0, upstream); in imx_media_pipeline_subdev() 825 enum v4l2_buf_type buftype, bool upstream) in imx_media_pipeline_video_device() argument [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/maintainer/ |
| H A D | rebasing-and-merging.rst | 68 newer base or avoiding a merge with an upstream repository is not 102 required before any given branch finds its way into an upstream repository. 127 requests, and upstream maintainers should verify the tags when pulling 135 Merging from sibling or upstream trees 139 trees tend to be a red flag when it comes time to push a branch upstream. 152 you are managing is stable and ready for upstream. Frequent merges can 160 Even then, you should not back merge a tree above your immediate upstream 161 tree; if a higher-level back merge is really required, the upstream tree 165 maintainer merges with the upstream in order to resolve merge conflicts 185 asking upstream to do. [all …]
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-andes-nds32/ |
| H A D | toolchain-external-andes-nds32.hash | 1 …ncentzwc/prebuilt-nds32-toolchain/releases/download/20180521/nds32le-linux-glibc-v3-upstream.tar.gz 2 …01df85ad93a4c211c1d57ed3773edb62aa505f7e07d7d555652e83af2cc nds32le-linux-glibc-v3-upstream.tar.gz
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/acpi/ |
| H A D | linuxized-acpica.rst | 18 upstream. 198 the ACPICA code in Linux and the upstream ACPICA code, referred to as 210 upstream source code and generate the linuxized fix using the ACPICA 215 Those changes may not be acceptable by ACPICA upstream and in such cases 223 fixups are backported to the upstream ACPICA sources, they must follow 224 the upstream ACPICA rules and so further modifications may appear. 235 This paragraph guides Linux developers to use the ACPICA upstream release 236 utilities to obtain Linux patches corresponding to upstream ACPICA commits 273 If you have local copies of both Linux and upstream ACPICA, you can generate
|
| /OK3568_Linux_fs/buildroot/package/gnupg/ |
| H A D | 0001-build-Always-use-EXTERN_UNLESS_MAIN_MODULE-pattern.patch | 6 This patch is loosely based on upstream commit 8 EXTERN_UNLESS_MAIN_MODULE pattern."). However, this upstream commit 10 compared to gnupg 1.x, so upstream's patch cannot be applied 17 systems. Contrary to upstream's patch we however do not factorize the 29 is identical to what upstream's
|
| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | tag_8021q.c | 215 int upstream = dsa_upstream_port(ctx->ds, port); in dsa_8021q_setup_port() local 237 if (i == upstream) in dsa_8021q_setup_port() 259 err = dsa_8021q_vid_apply(ctx, upstream, rx_vid, 0, enabled); in dsa_8021q_setup_port() 289 err = dsa_8021q_vid_apply(ctx, upstream, tx_vid, 0, enabled); in dsa_8021q_setup_port() 293 tx_vid, upstream, err); in dsa_8021q_setup_port()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-sqlparse/ |
| H A D | 0001-sqlparse-change-shebang-to-python3.patch | 8 Don't send upstream since upstream still support python2, 35 +Don't send upstream since upstream still support python2,
|
| /OK3568_Linux_fs/yocto/poky/documentation/overview-manual/ |
| H A D | development-environment.rst | 162 to create a local copy of the upstream repositories. 181 For steps on how to view and access these upstream Git repositories, 237 repository. The development branch is the "upstream" repository from which 250 The Yocto Project ``poky`` Git repository also has an upstream 261 maintain cloned repositories of upstream branches. The cloned 268 with whatever upstream branch they are working against. They are also 276 maintainer include them into an upstream branch. This process is called 338 pull changes submitted by other developers from the upstream 346 ":ref:`dev-manual/common-tasks:using scripts to push a change upstream and request a pull`" 430 development branch from the upstream source Git repository. In other [all …]
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | gitutil.py | 133 upstream, msg = GuessUpstream(git_dir, branch) 134 return upstream, msg 156 upstream, msg = GetUpstream(git_dir, branch) 157 if not upstream: 159 rstr = '%s%s..%s' % (upstream, '~' if include_upstream else '', branch)
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/ |
| H A D | ecm.c | 471 int upstream ; in prop_actions() local 493 upstream = cem_get_upstream(smc,initiator) ; in prop_actions() 495 if (upstream == ENTITY_MAC) { in prop_actions() 502 DB_ECM("ECM : propagate TRACE on PHY %d", upstream); in prop_actions() 503 queue_event(smc,EVENT_PCM+upstream,PC_TRACE) ; in prop_actions()
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | lpfc.rst | 11 toward the upstream kernel. As such, we removed #ifdefs for older kernels 16 and extended attribute support is now part of the upstream kernel 27 history of the driver as we push for upstream acceptance. 67 This source package is targeted for the upstream kernel only. (See notes
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | update-dtc-source.sh | 71 scripts/dtc: Update to upstream version ${dtc_version} 73 This adds the following commits from upstream:
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | mrvl,pxa-ssp.txt | 6 port A phandle reference to a PXA ssp upstream device 18 /* upstream device */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libssh2/libssh2/ |
| H A D | fix-ssh2-test.patch | 3 suite until upstream updates the tests. 7 Upstream-Status: Backport [alternative fixes merged upstream]
|
| /OK3568_Linux_fs/buildroot/package/genpart/ |
| H A D | 0001-fix-return-code.patch | 11 Patch sent upstream, but no mailing list. 12 Status: accepted upstream, not yet released.
|