/linux-6.3-rc2/rust/alloc/ |
A D | README.md | 9 upstream. In general, only additions should be performed (e.g. new 10 methods). Eventually, changes should make it into upstream so that, 21 upstream as possible and avoid as much divergence as possible, which 25 in-tree that would be as small and as close as possible to upstream. 26 Then, upstream can start adding the functions that we add to `alloc` 29 upstream, so that we can drop `alloc` from the kernel tree and go back 30 to using the upstream one.
|
/linux-6.3-rc2/drivers/net/phy/ |
A D | sfp-bus.c | 28 void *upstream; member 454 ops->link_down(bus->upstream); in sfp_register_bus() 479 ops->disconnect_phy(bus->upstream); in sfp_unregister_bus() 575 bus->upstream = NULL; in sfp_upstream_clear() 655 bus->upstream = upstream; in sfp_bus_add_upstream() 715 ops->disconnect_phy(bus->upstream); in sfp_remove_phy() 725 ops->link_up(bus->upstream); in sfp_link_up() 734 ops->link_down(bus->upstream); in sfp_link_down() 758 ops->module_remove(bus->upstream); in sfp_module_remove() 770 ret = ops->module_start(bus->upstream); in sfp_module_start() [all …]
|
A D | marvell-88x2222.c | 479 static int mv2222_sfp_insert(void *upstream, const struct sfp_eeprom_id *id) in mv2222_sfp_insert() argument 482 struct phy_device *phydev = upstream; in mv2222_sfp_insert() 522 static void mv2222_sfp_remove(void *upstream) in mv2222_sfp_remove() argument 524 struct phy_device *phydev = upstream; in mv2222_sfp_remove() 534 static void mv2222_sfp_link_up(void *upstream) in mv2222_sfp_link_up() argument 536 struct phy_device *phydev = upstream; in mv2222_sfp_link_up() 543 static void mv2222_sfp_link_down(void *upstream) in mv2222_sfp_link_down() argument 545 struct phy_device *phydev = upstream; in mv2222_sfp_link_down()
|
A D | phylink.c | 2840 struct phylink *pl = upstream; in phylink_sfp_attach() 2847 struct phylink *pl = upstream; in phylink_sfp_detach() 3046 struct phylink *pl = upstream; in phylink_sfp_module_insert() 3065 struct phylink *pl = upstream; in phylink_sfp_module_start() 3084 struct phylink *pl = upstream; in phylink_sfp_module_stop() 3091 static void phylink_sfp_link_down(void *upstream) in phylink_sfp_link_down() argument 3093 struct phylink *pl = upstream; in phylink_sfp_link_down() 3100 static void phylink_sfp_link_up(void *upstream) in phylink_sfp_link_up() argument 3102 struct phylink *pl = upstream; in phylink_sfp_link_up() 3120 struct phylink *pl = upstream; in phylink_sfp_connect_phy() [all …]
|
/linux-6.3-rc2/drivers/fsi/ |
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()
|
/linux-6.3-rc2/drivers/staging/media/imx/ |
A D | imx-media-utils.c | 686 enum v4l2_buf_type buftype, bool upstream) in imx_media_pipeline_pad() argument 697 if ((upstream && !(spad->flags & MEDIA_PAD_FL_SINK)) || in imx_media_pipeline_pad() 698 (!upstream && !(spad->flags & MEDIA_PAD_FL_SOURCE))) in imx_media_pipeline_pad() 713 buftype, upstream); in imx_media_pipeline_pad() 722 buftype, upstream); in imx_media_pipeline_pad() 738 enum v4l2_buf_type buftype, bool upstream) in find_pipeline_entity() argument 754 pad = imx_media_pipeline_pad(start, grp_id, buftype, upstream); in find_pipeline_entity() 785 bool upstream) in imx_media_pipeline_subdev() argument 789 me = find_pipeline_entity(start_entity, grp_id, 0, upstream); in imx_media_pipeline_subdev() 804 enum v4l2_buf_type buftype, bool upstream) in imx_media_pipeline_video_device() argument [all …]
|
A D | imx-media.h | 215 enum v4l2_buf_type buftype, bool upstream); 218 bool upstream); 221 enum v4l2_buf_type buftype, bool upstream);
|
/linux-6.3-rc2/Documentation/kbuild/ |
A D | gcc-plugins.rst | 39 compiler features that are neither in GCC nor Clang upstream. Once 40 their utility is proven, the goal is to upstream the feature into GCC 45 upstream compiler support (in either GCC or Clang). 48 bring the feature to upstream GCC (rather than just as a kernel-specific 53 to upstream the feature to GCC (and Clang). 55 After a feature is available in upstream GCC, the plugin will be made
|
/linux-6.3-rc2/Documentation/driver-api/acpi/ |
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
|
/linux-6.3-rc2/scripts/dtc/ |
A D | update-dtc-source.sh | 72 scripts/dtc: Update to upstream version ${dtc_version} 74 This adds the following commits from upstream:
|
/linux-6.3-rc2/Documentation/maintainer/ |
A D | rebasing-and-merging.rst | 68 newer base or avoiding a merge with an upstream repository is not 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. 197 tree fails to be pulled upstream, whatever problems it had will block the [all …]
|
A D | messy-diffstat.rst | 8 process of sending work upstream. Normally, the result includes a nice 73 upstream is a well-known way to get a grumpy response. 96 shows what is really going on. That request can then be sent upstream.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | mrvl,pxa-ssp.txt | 6 port A phandle reference to a PXA ssp upstream device 18 /* upstream device */
|
/linux-6.3-rc2/Documentation/scsi/ |
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
|
/linux-6.3-rc2/drivers/net/fddi/skfp/ |
A D | ecm.c | 468 int upstream ; in prop_actions() local 490 upstream = cem_get_upstream(smc,initiator) ; in prop_actions() 492 if (upstream == ENTITY_MAC) { in prop_actions() 499 DB_ECM("ECM : propagate TRACE on PHY %d", upstream); in prop_actions() 500 queue_event(smc,EVENT_PCM+upstream,PC_TRACE) ; in prop_actions()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/i2c/ |
A D | i2c-mux-ltc4306.txt | 26 - ltc,upstream-accelerators-enable: Enables the rise time accelerators 27 on the upstream port.
|
/linux-6.3-rc2/Documentation/process/ |
A D | stable-kernel-rules.rst | 32 - It or an equivalent fix must already exist in Linus' tree (upstream). 78 stable@vger.kernel.org. You must note the upstream commit ID in the 86 useful if the original upstream patch needs to be backported (for example 90 upstream patch (for example because it had to be backported) this must be very 93 The upstream commit ID must be specified with a separate line above the commit 98 commit <sha1> upstream.
|
/linux-6.3-rc2/scripts/package/ |
A D | snapcraft.template | 4 description: The upstream Linux kernel
|
A D | mkdebian | 96 sourcename=${KDEB_SOURCENAME:-linux-upstream} 170 This is a packacked upstream version of the Linux kernel.
|
/linux-6.3-rc2/drivers/staging/wlan-ng/ |
A D | README | 7 Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless
|
/linux-6.3-rc2/drivers/usb/core/ |
A D | port.c | 616 struct usb_port *upstream; in find_and_link_peer() local 623 upstream = parent_hub->ports[hdev->portnum - 1]; in find_and_link_peer() 624 if (!upstream || !upstream->peer) in find_and_link_peer() 627 peer_hdev = upstream->peer->child; in find_and_link_peer()
|
/linux-6.3-rc2/drivers/staging/board/ |
A D | Kconfig | 6 Staging board base is to support continuous upstream
|
/linux-6.3-rc2/Documentation/features/ |
A D | arch-support.txt | 4 support matrix, for all upstream Linux architectures.
|
/linux-6.3-rc2/Documentation/PCI/ |
A D | pcieaer-howto.rst | 155 default reset_link function, but different upstream ports might 157 upstream ports should provide their own reset_link functions. 191 at upstream is not required. The AER driver calls error_detected(dev, 206 a hierarchy in question. Then, performing link reset at upstream is 253 What happens if an upstream port service driver does not provide 258 upstream ports who are attached by the service driver.
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | sdm636.dtsi | 17 * peripherals will be enabled upstream.
|