Re: [PATCH 1/3] usb: typec: Add QCOM PMIC typec detection driver

2020-06-11 Thread Wesley Cheng
On 6/9/2020 7:27 PM, Jun Li wrote: >> +static int qcom_pmic_typec_probe(struct platform_device *pdev) >> +{ >> + struct device *dev = >dev; >> + struct qcom_pmic_typec *qcom_usb; >> + struct typec_capability *cap; >> + const char *buf; >> + int ret, irq, role; >> +

Re: [PATCH 1/3] usb: typec: Add QCOM PMIC typec detection driver

2020-06-11 Thread Wesley Cheng
On 6/9/2020 2:20 PM, Randy Dunlap wrote: > On 6/9/20 1:58 PM, Wesley Cheng wrote: >> diff --git a/drivers/usb/typec/Kconfig b/drivers/usb/typec/Kconfig >> index 559dd06..8de2520 100644 >> --- a/drivers/usb/typec/Kconfig >> +++ b/drivers/usb/typec/Kconfig &

[cobirds] Unfortunate birding at Bud Mielke Reservoir. Loveland, larimer county

2020-06-11 Thread Jace Wesley Brasher
The farmers are mowing the fields north and south of Bud Mielke Reservoir in loveland( location of eastern meadowlark, Dickcissel, and bobolink nests). Unfortunately this means any possible nests are being destroyed. Jace brasher Loveland Larimer county -- You received this message because you

[Mpi-forum] Procedures Reading and Vote Announcements for June 2020 Meeting

2020-06-10 Thread Wesley Bland via mpi-forum
Hi all, I’d like to announce formal readings and votes for the procedures changes that I read earlier today. For both of these proposals, I’ve made changes based on the feedback from the group so they are hopefully both acceptable to everyone. Please have a look and make any comments on the PR

[PATCH 1/3] usb: typec: Add QCOM PMIC typec detection driver

2020-06-09 Thread Wesley Cheng
drivers can enable the VBUS source when acting as a source/host. Signed-off-by: Wesley Cheng --- drivers/usb/typec/Kconfig | 11 ++ drivers/usb/typec/Makefile | 1 + drivers/usb/typec/qcom-pmic-typec.c | 278 3 files changed, 290 insertions

[PATCH 3/3] arm64: boot: dts: qcom: pm8150b: Add node for USB type C block

2020-06-09 Thread Wesley Cheng
The PM8150B has a dedicated USB type C block, which can be used for type C orientation and role detection. Create the reference node to this type C block for further use. Signed-off-by: Wesley Cheng --- arch/arm64/boot/dts/qcom/pm8150b.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff

[PATCH 0/3] Introduce PMIC based USB type C detection

2020-06-09 Thread Wesley Cheng
driver will register itself as a type C port w/ a registered type C switch for orientation, and will fetch a USB role switch handle for the role notifications. It will also have the ability to enable the VBUS output to any connected devices based on if the device is behaving as a UFP or DFP. Wesley

[PATCH 2/3] dt-bindings: usb: Add Qualcomm PMIC type C controller dt-binding

2020-06-09 Thread Wesley Cheng
include a role switch node and a type C switch. Signed-off-by: Wesley Cheng --- .../devicetree/bindings/usb/qcom,pmic-typec.yaml | 118 + 1 file changed, 118 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/qcom,pmic-typec.yaml diff --git a/Documentation

Re: Alternative SMTP server

2020-06-08 Thread Wesley
try pobox.com, whose smtp relay is reliable and cheap (20 USD/y). regards. Forums wrote: So, my idea is to use automatically (managed by Postfix) an alternative SMTP server (Gmail SMTP with my Google account) when an email is rejected. But I don't know if it's possible and how to configure

[Mpi-forum] Additional MPI Forum Procedures Discussions

2020-06-08 Thread Wesley Bland via mpi-forum
Hi all, Now that we’ve made the urgent changes to be able to hold exceptional virtual meetings, I’d like to discuss two additional sets of changes. First, during the discussion of the virtual meetings, we realized and I mentioned that there were some minor changes necessary to the RCM/FRM

Re: The historical roots of our computer terms

2020-06-08 Thread wesley
m...@junc.eu, please see the screenshot above, you have also sent message repeatly. maybe the bug of postfix-users mailing list? regards m...@junc.eu wrote: > On 2020-06-08 07:52, cl...@mobile.oche.de wrote: > > you repeatly send the same mail :/ > ATT1.HTML Description: Binary data

Re: The historical roots of our computer terms

2020-06-08 Thread wesley
This message contains attachment 2 of 2. See message 83 for further information. JCMCPJGGFKPIGHOM.PNG Description: Binary data

Re: The historical roots of our computer terms

2020-06-08 Thread Wesley
m...@junc.eu, please see the screenshot above, you have also sent message repeatly. maybe the bug of postfix-users mailing list? regards m...@junc.eu wrote: On 2020-06-08 07:52, cl...@mobile.oche.de wrote: you repeatly send the same mail :/

Re: unsubscribe

2020-06-07 Thread Wesley
please send an empty email to: user-unsubscr...@spark.apache.org for unsubscribing. thanks. unsubscribe - To unsubscribe e-mail: user-unsubscr...@spark.apache.org

[Mpi-forum] Editor Pass Reading and Vote Announcements

2020-06-05 Thread Wesley Bland via mpi-forum
Hi all, Here’s the list of issues that have all been informally read as part of the general cleanup work we’ve been doing in virtual meetings for the last couple of months. Unless someone specifically steps up to contradict me, this will serve as an announcement for each of these items for an

Re: [go-nuts] SSL socket listener

2020-06-04 Thread 'Wesley Peng' via golang-nuts
t;,"server.key",nil) if err != nil { log.Fatal("ListenAndServe: ",err) } } -- Wesley Peng wesleyp...@aol.com -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from thi

Re: [VOTE] Apache CloudStack 4.14.0.0 RC3

2020-06-03 Thread Wesley Peng
Andrija Panic wrote: http://docs.cloudstack.apache.org/en/latest/upgrading/upgrade/upgrade-4.13.html#time-zone-requirements handled in the Upgrade docs - exactly the same.. [OT] is there a cloudstack private IAAS deployment solution? not that large scale, most for storage. if there is the

[go-nuts] SSL socket listener

2020-06-03 Thread 'Wesley Peng' via golang-nuts
Hello, How do I program with SSL to make a server listen on specific port which accepts SSL transfer only? Is there any guide for this since I have no experience on SSL socket programming. Thanks. Wesley Peng wesleyp...@aol.com -- You received this message because you are subscribed

Re: [grpc-io] gRPC hostname

2020-06-02 Thread Wesley Peng
XCompiler wrote:     server.Listen(IPAddress.Loopback, 5001, listenOptions => You have server listened on lookback interface, please change it to a regular IP address. regards. -- You received this message because you are subscribed to the Google Groups "grpc.io"

Re: connection refused

2020-06-02 Thread Wesley Peng
Does either client or server have any logs? Thanks On Tue, Jun 2, 2020 at 6:37 PM Clay Teahouse wrote: > I'd appreciate your help with this issue. > I have a server and a client node, the latter running in tomcat. I get > connection refused if I try to connect to the server node from the

[Mpi-forum] June MPI Forum Votes and Reading Announcements

2020-06-01 Thread Wesley Bland via mpi-forum
Hi all, I’d like to announce a bunch of readings a votes for the upcoming meeting. The issue and pull request links can be found for each below. Thanks, Wes Readings #263 - Clarification: Section 11.7 - p. 482 - MPI Exception Clarification

Re: [casper] Red Pitaya access registers of snap blocks from PS

2020-06-01 Thread Wesley New
nnect via localhost using the scripts you already >> have. Unless your performance requirements are such that python is out of >> the question, this is probably the easiest thing to do. >> >> Cheers >> Jack >> >> >> On Sun, 31 May 2020, 10:45 pm Sean

Re: Zookeeper discovery in mix environments.

2020-06-01 Thread Wesley Peng
Maybe you would ask the question on VM/container related mailing list? Regards On Mon, Jun 1, 2020 at 9:32 PM John Smith wrote: > Any news on this? Thanks > > > On Thu., May 28, 2020, 1:10 p.m. John Smith, > wrote: > >> Hi, I'm running an ignite cluster on VMs running on Openstack and using

Re: [casper] Red Pitaya access registers of snap blocks from PS

2020-05-31 Thread Wesley New
address a register by name so you shouldnt need to worry about memory maps, but if you are you can look at the fpg file that you uploaded and the header will contain the memory map. You can also see the memory map in a file called coreinfo.tab in your build directory. Hope this helps. Wesley New South

Stus-List Two things:

2020-05-30 Thread Patrick Wesley via CnC-List
. Is there anyone in legal range of Victoria, BC who could use it and could be relied upon to pick it up for free at the time and day agreed?? Regards, Patrick Wesley ___ Thanks everyone for supporting this list with your contributions. Each and every

[tip: irq/core] irqchip/sifive-plic: Remove incorrect requirement about number of irq contexts

2020-05-30 Thread tip-bot2 for Wesley W. Terpstra
The following commit has been merged into the irq/core branch of tip: Commit-ID: 82f2202ddc97490994fad0dbfec04a014fa5163d Gitweb: https://git.kernel.org/tip/82f2202ddc97490994fad0dbfec04a014fa5163d Author:Wesley W. Terpstra AuthorDate:Tue, 12 May 2020 10:26:36 -07:00

Re: [RFC v3 1/3] usb: dwc3: Resize TX FIFOs to meet EP bursting requirements

2020-05-30 Thread Wesley Cheng
On 5/29/2020 9:28 AM, Jack Pham wrote: > Hi Wesley, > > On Wed, May 27, 2020 at 06:46:01PM -0700, Wesley Cheng wrote: >> Some devices have USB compositions which may require multiple endpoints >> that support EP bursting. HW defined TX FIFO sizes may not al

Re: [RFC v3 0/3] Re-introduce TX FIFO resize for larger EP bursting

2020-05-30 Thread Wesley Cheng
On 5/29/2020 3:12 AM, Greg KH wrote: > On Wed, May 27, 2020 at 06:46:00PM -0700, Wesley Cheng wrote: >> Changes in V3: >> - Removed "Reviewed-by" tags >> - Renamed series back to RFC >> - Modified logic to ensure that fifo_size is reset if we pass

RE: MFA on RDP

2020-05-29 Thread Wesley de Graaf
Hi Nick, Well at least I do have some solid information to work with, I agree its not a good solution. But I guess we will be able to get some workaround for this. Thanks for the info, threat can be closed. Kind regards, Wesley. From: Nick Couchman Sent: Friday, May 29, 2020 1:55 PM To: user

Re: Stus-List Stupid Sailing Trick Contest

2020-05-28 Thread Patrick Wesley via CnC-List
Hi Joe, thanks for this, I'm wrestling with sale process and needed a laugh! My other response is, how long have you got? Patrick. The Boat. 24 Mk II On May 28, 2020 at 7:36 a.m., Joe Della Barba via CnC-List wrote: Has anyone got me beat for 2020? I backed out of my slip right onto the

[RFC v3 2/3] arm64: boot: dts: qcom: sm8150: Enable dynamic TX FIFO resize logic

2020-05-27 Thread Wesley Cheng
Enable the flexible TX FIFO resize logic on SM8150. Using a larger TX FIFO SZ can help account for situations when system latency is greater than the USB bus transmission latency. Signed-off-by: Wesley Cheng --- arch/arm64/boot/dts/qcom/sm8150.dtsi | 1 + 1 file changed, 1 insertion(+) diff

[RFC v3 1/3] usb: dwc3: Resize TX FIFOs to meet EP bursting requirements

2020-05-27 Thread Wesley Cheng
bandwidth. With some higher bMaxBurst configurations, using a larger TX FIFO size results in better TX throughput. Ensure that one TX FIFO is reserved for every IN endpoint. This allows for the FIFO logic to prevent running out of FIFO space. Signed-off-by: Wesley Cheng --- drivers/usb/dwc3

[RFC v3 3/3] dt-bindings: usb: dwc3: Add entry for tx-fifo-resize

2020-05-27 Thread Wesley Cheng
Re-introduce the comment for the tx-fifo-resize setting for the DWC3 controller. This allows for vendors to control if they require the TX FIFO resizing logic on their HW, as the default FIFO size configurations may already be sufficient. Signed-off-by: Wesley Cheng --- Documentation

[RFC v3 0/3] Re-introduce TX FIFO resize for larger EP bursting

2020-05-27 Thread Wesley Cheng
t (in MB/s) --- Sequential|1 GB x | Read |9 loops| 287.35 | | 304.94 | | 289.64 | | 293.61 ------- Wesley Cheng (3): usb: dwc3: Resize TX FIFOs to meet EP bursting requirements a

[jira] [Commented] (SPARK-31836) input_file_name() gives wrong value following Python UDF usage

2020-05-27 Thread Wesley Hildebrandt (Jira)
[ https://issues.apache.org/jira/browse/SPARK-31836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117726#comment-17117726 ] Wesley Hildebrandt commented on SPARK-31836: One last note .. with only four (or fewer

[jira] [Created] (SPARK-31836) input_file_name() gives wrong value following Python UDF usage

2020-05-27 Thread Wesley Hildebrandt (Jira)
Wesley Hildebrandt created SPARK-31836: -- Summary: input_file_name() gives wrong value following Python UDF usage Key: SPARK-31836 URL: https://issues.apache.org/jira/browse/SPARK-31836 Project

MFA on RDP

2020-05-27 Thread Wesley de Graaf
and reconnect attempt is started. Does anyone have a suggestion for this? Kind regards, Wesley

[cobirds] Clarification on RBA

2020-05-26 Thread Jace Wesley Brasher
Today I noticed that there was no RBA and that there is talk of discontinuing the RBA. Why is this? Why stop now? Was it causing a problem? As someone who gets both the ebird and cobird alerts I find that the cobirds is more thorough and detailed. It would be very disappointing to see it be

[PATCH] NTB: correct ntb_peer_spad_addr and ntb_peer_spad_read comment typos

2020-05-26 Thread Wesley Sheng
The comment for ntb_peer_spad_addr and ntb_peer_spad_read incorrectly referred to peer doorbell register and local scratchpad register. Signed-off-by: Wesley Sheng --- include/linux/ntb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/ntb.h b/include/linux

Re: [ANNOUNCE] Please welcome Lijin Bin to the HBase PMC

2020-05-25 Thread Wesley
张铎(Duo Zhang) wrote: Congratulations! 宾莉金(binlijin) 于2020年5月26日周二 上午9:33写道: Thanks everybody. It’s an honor to join the PMC and I’ll try to do my best to help the project and the community. Congrats Binli Jin.

Stus-List Selling C & C 24 Sidney BC

2020-05-25 Thread Patrick Wesley via CnC-List
My 1983 24 ft Mk II is now up for sale, asking C$7,500. https://www.usedvictoria.com/classified-ad/1983-24-ft-C--C-sloop_35825144 Patrick Wesley On May 13, 2020 at 8:59 a.m., Patrick Wesley wrote: Regret to say that the time has come to part with The Boat after many years of great

[Bug 1878890] Re: [Ubuntu Server 20.04 LTS]: Failed Install (subiquity...install_fail/add_info) during partitioning

2020-05-24 Thread Michael Wesley
Thanks for fixing this @raharper! How can I make use of this so I can finally successfully run the installation? Do I just need to select the "Update Installer" option again? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[cobirds] Unknown bird!

2020-05-23 Thread Jace Wesley Brasher
Today while birding at gateway natural area in fort Collins me and my family observed a bird that I was unable to identify even after extensive research. The bird had a completely black body and a deep blue head. We saw this bird twice in two different locations so there may be multiple. One time

Re: [PATCH v2 0/3] Re-introduce TX FIFO resize for larger EP bursting

2020-05-22 Thread Wesley Cheng
On 5/22/2020 2:54 AM, Felipe Balbi wrote: > Wesley Cheng writes: > >> Changes in V2: >> - Modified TXFIFO resizing logic to ensure that each EP is reserved a >>FIFO. >> - Removed dev_dbg() prints and fixed typos from patches >> - Added some more d

Re: please unsubscribe me

2020-05-21 Thread Wesley
shiva kumar wrote: please unsubscribe me. you should be able to unsubscribe yourself from the list by sending an empty email to: user-unsubscr...@pig.apache.org

[PATCH v2] phy: qcom-snps: Add runtime suspend and resume handlers

2020-05-21 Thread Wesley Cheng
Allow for the PHY to be put into a powered down state when possible. Add the required suspend and resume callbacks, which will determine what resources can be turned off depending on the cable status. Signed-off-by: Wesley Cheng --- Changes in v2: - Addressed checkpatch alignment/line length

Re: [PATCH v2 0/3] Re-introduce TX FIFO resize for larger EP bursting

2020-05-21 Thread Wesley Cheng
On 5/21/2020 1:36 AM, Wesley Cheng wrote: > Changes in V2: > - Modified TXFIFO resizing logic to ensure that each EP is reserved a >FIFO. > - Removed dev_dbg() prints and fixed typos from patches > - Added some more description on the dt-bindings commit message > >

[PATCH v2 1/3] usb: dwc3: Resize TX FIFOs to meet EP bursting requirements

2020-05-21 Thread Wesley Cheng
bandwidth. With some higher bMaxBurst configurations, using a larger TX FIFO size results in better TX throughput. Ensure that one TX FIFO is reserved for every IN endpoint. This allows for the FIFO logic to prevent running out of FIFO space. Signed-off-by: Wesley Cheng Reviewed-by: Felipe

[PATCH v2 3/3] dt-bindings: usb: dwc3: Add entry for tx-fifo-resize

2020-05-21 Thread Wesley Cheng
Re-introduce the comment for the tx-fifo-resize setting for the DWC3 controller. This allows for vendors to control if they require the TX FIFO resizing logic on their HW, as the default FIFO size configurations may already be sufficient. Signed-off-by: Wesley Cheng Reviewed-by: Rob Herring

[PATCH v2 2/3] arm64: boot: dts: qcom: sm8150: Enable dynamic TX FIFO resize logic

2020-05-21 Thread Wesley Cheng
Enable the flexible TX FIFO resize logic on SM8150. Using a larger TX FIFO SZ can help account for situations when system latency is greater than the USB bus transmission latency. Signed-off-by: Wesley Cheng --- arch/arm64/boot/dts/qcom/sm8150.dtsi | 1 + 1 file changed, 1 insertion(+) diff

[PATCH v2 0/3] Re-introduce TX FIFO resize for larger EP bursting

2020-05-21 Thread Wesley Cheng
--- Wesley Cheng (3): usb: dwc3: Resize TX FIFOs to meet EP bursting requirements arm64: boot: dts: qcom: sm8150: Enable dynamic TX FIFO resize logic dt-bindings: usb: dwc3: Add entry for tx-fifo-resize Documentation/devicetree/bindings/usb/dwc3.txt | 2

[Bug 1875560] Re: subiquity crashes on configuring existing partition

2020-05-18 Thread Michael Wesley
Has this bug been confirmed as fixed? I'm still experiencing this error, even when using the new installer as prompted during the update. https://bugs.launchpad.net/subiquity/+bug/1878890 Unless something else is going on in with my installation...? -- You received this bug notification

[cobirds] Townsend's warbler Oxbow Natural Area. Loveland, Larimer county

2020-05-16 Thread Jace Wesley Brasher
Male Townsend's warbler on the hidden hogback trail south of oxbow. Seen from both sides. In trees river side 90 yards down the hogback trail. photos coming soon Jace Brasher Loveland Larimer county -- You received this message because you are subscribed to the Google Groups "Colorado Birds"

[cobirds] Re: Townsend's warbler Oxbow Natural Area. Loveland, Larimer county

2020-05-16 Thread Jace Wesley Brasher
Many Blackpoll warblers as well! On Sat, May 16, 2020, 12:27 PM Jace Wesley Brasher wrote: > Male Townsend's warbler on the hidden hogback trail south of oxbow. Seen > from both sides. In trees river side 90 yards down the hogback trail. > photos coming soon > > Jace Bra

[cobirds] Re: Chestnut sided warbler larimer county

2020-05-15 Thread Jace Wesley Brasher
If you need help locating or want more information email or call me. 970-413-1240 On Fri, May 15, 2020, 5:27 PM Jace Wesley Brasher wrote: > According to google maps coordinates are 40.4024885, -105.1459421 > > On Fri, May 15, 2020, 5:24 PM Jace Wesley Brasher > wrote: > >>

[cobirds] Re: Chestnut sided warbler larimer county

2020-05-15 Thread Jace Wesley Brasher
According to google maps coordinates are 40.4024885, -105.1459421 On Fri, May 15, 2020, 5:24 PM Jace Wesley Brasher wrote: > Hello, > Currently looking at a chestnut sided warbler in loveland. Adult male on > the 15th hole Of mariana butte golf course just south of the west side o

[cobirds] Chestnut sided warbler larimer county

2020-05-15 Thread Jace Wesley Brasher
Hello, Currently looking at a chestnut sided warbler in loveland. Adult male on the 15th hole Of mariana butte golf course just south of the west side of oxbow natural area. It is just behind the green west of the hole. Photos coming. Jace brasher Larimer county Loveland -- You received this

Re: [RFC 3/3] dt-bindings: usb: dwc3: Add entry for tx-fifo-resize

2020-05-15 Thread Wesley Cheng
On 5/14/2020 8:10 PM, Rob Herring wrote: > On Thu, May 07, 2020 at 02:59:28PM -0700, Wesley Cheng wrote: >> Re-introduce the comment for the tx-fifo-resize setting for the DWC3 >> controller. > > Why? > Hi Rob, Initially, the reasoning behind bringing back the DTSI p

Re: Stus-List Preparing to sell C & C 24 Sidney BC

2020-05-14 Thread Patrick Wesley via CnC-List
, etc (redact personal information) and extra pictures and put them up on a image hosting site like Flickr. Then link in the ad. By the way I hate ads that show multiple interior shots and nothing of any of the systems, engine, etc. On Wed., May 13, 2020, 9:01 a.m. Patrick Wesley via CnC-List

Stus-List Preparing to sell C & C 24 Sidney BC

2020-05-13 Thread Patrick Wesley via CnC-List
Regret to say that the time has come to part with The Boat after many years of great fun. Watch this space. Any advice on how to do this, I have little practice! Patrick Wesley ___ Thanks everyone for supporting this list with your contributions

RE: [cayugabirds-l] ebird reporting question re: motion activated photos

2020-05-12 Thread Wesley M. Hochachka
. For those of you who made it to the end of this uncharacteristically long CAYUGABIRDS-L post, apologies for my verbosity, but I just cannot think of a briefer way of answering Deb’s question. Wesley From: bounce-124627226-3494...@list.cornell.edu On Behalf Of Deborah G Lauper Sent

[Mpi-forum] June 2020 MPI Forum Meeting Registration

2020-05-12 Thread Wesley Bland via mpi-forum
Hi all, Now that the meeting in June is official an exceptional virtual meeting, the registration page is now open here: https://forms.gle/Cr7zengLT9qiWzd78 As with the meeting last week, registration is still required even though there is no

Re: [RFC 1/3] usb: dwc3: Resize TX FIFOs to meet EP bursting requirements

2020-05-09 Thread Wesley Cheng
On 5/8/2020 5:45 AM, Felipe Balbi wrote: > > Hi, > > Wesley Cheng writes: >> Some devices have USB compositions which may require multiple endpoints >> that support EP bursting. HW defined TX FIFO sizes may not always be >> sufficient for these compositions.

[cobirds] ???Prothonotary warbler location???

2020-05-07 Thread Jace Wesley Brasher
Hello, I am looking for more guidance and specifics on the location of the prothonotary warbler at prospect ponds natural area in fort Collins? Any info is helpful. Thank you! Jace Brasher Loveland CO Larimer county -- You received this message because you are subscribed to the Google Groups

[RFC 0/3] Re-introduce TX FIFO resize for larger EP bursting

2020-05-07 Thread Wesley Cheng
| | 293.61 --- Wesley Cheng (3): usb: dwc3: Resize TX FIFOs to meet EP bursting requirements arm64: boot: dts: qcom: sm8150: Enable dynamic TX FIFO resize logic dt-bindings: usb: dwc3: Add entry for tx-fifo-resize Documentation/devicetree

[RFC 2/3] arm64: boot: dts: qcom: sm8150: Enable dynamic TX FIFO resize logic

2020-05-07 Thread Wesley Cheng
Enable the flexible TX FIFO resize logic on SM8150. Using a larger TX FIFO SZ can help account for situations when system latency is greater than the USB bus transmission latency. Signed-off-by: Wesley Cheng --- arch/arm64/boot/dts/qcom/sm8150.dtsi | 1 + 1 file changed, 1 insertion(+) diff

[RFC 1/3] usb: dwc3: Resize TX FIFOs to meet EP bursting requirements

2020-05-07 Thread Wesley Cheng
bandwidth. With some higher bMaxBurst configurations, using a larger TX FIFO size results in better TX throughput. Signed-off-by: Wesley Cheng --- drivers/usb/dwc3/core.c | 2 + drivers/usb/dwc3/core.h | 6 +++ drivers/usb/dwc3/ep0.c| 40 +++- drivers/usb/dwc3/gadget.c

[RFC 3/3] dt-bindings: usb: dwc3: Add entry for tx-fifo-resize

2020-05-07 Thread Wesley Cheng
Re-introduce the comment for the tx-fifo-resize setting for the DWC3 controller. Signed-off-by: Wesley Cheng --- Documentation/devicetree/bindings/usb/dwc3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation

[Mpi-forum] Exceptional Virtual Meeting Vote Results

2020-05-07 Thread Wesley Bland via mpi-forum
Hi all, The results of yesterday’s vote are now posted on the website: https://www.mpi-forum.org/meetings/2020/05/votes The vote passed unanimously (27 yes, 0 no, 0 abstain). This means the ballot passed and I’ll update the procedures

[PATCH] dt-bindings: phy: usb-snps-femto-v2: Add regulator entries to example

2020-05-06 Thread Wesley Cheng
Fix errors reported by dt_binding_check, due to missing required regulators in the example node. Fixes: f06b9fc9a814 ("dt-bindings: phy: Add binding for qcom,usb-snps-femto-v2") Signed-off-by: Wesley Cheng Reported-by: Rob Herring --- Documentation/devicetree/bindings/phy/qcom,usb-

[PATCH v9 2/5] phy: qcom-snps: Add SNPS USB PHY driver for QCOM based SOCs

2020-05-05 Thread Wesley Cheng
This adds the SNPS FemtoPHY V2 driver used in QCOM SOCs. There are potentially multiple instances of this UTMI PHY on the SOC, all which can utilize this driver. The V2 driver will have a different register map compared to V1. Signed-off-by: Wesley Cheng Reviewed-by: Philipp Zabel Reviewed

[PATCH v9 5/5] phy: qcom-qmp: Rename UFS PCS QMP v4 registers

2020-05-05 Thread Wesley Cheng
The UFS QMP v4 PHY has a largely different register set versus USB and PCIe. Rename the register offsets to denote that the value is specific for the UFS PCS register. Signed-off-by: Wesley Cheng --- drivers/phy/qualcomm/phy-qcom-qmp.c | 20 +-- drivers/phy/qualcomm/phy-qcom

[PATCH v9 4/5] phy: qcom-qmp: Use proper PWRDOWN offset for sm8150 USB

2020-05-05 Thread Wesley Cheng
The register map for SM8150 QMP USB SSPHY has moved QPHY_POWER_DOWN_CONTROL to a different offset. Allow for an offset in the register table to override default value if it is a DP capable PHY. Signed-off-by: Wesley Cheng Reviewed-by: Manu Gautam --- drivers/phy/qualcomm/phy-qcom-qmp.c | 23

[PATCH v9 3/5] phy: qcom-qmp: Add SM8150 QMP USB3 PHY support

2020-05-05 Thread Wesley Cheng
From: Jack Pham Add support for SM8150 QMP USB3 PHY with the necessary initialization sequences as well as additional QMP V4 register definitions. Signed-off-by: Jack Pham Signed-off-by: Wesley Cheng Reviewed-by: Manu Gautam --- drivers/phy/qualcomm/phy-qcom-qmp.c | 153

[PATCH v9 1/5] dt-bindings: phy: Add binding for qcom,usb-snps-femto-v2

2020-05-05 Thread Wesley Cheng
This binding shows the descriptions and properties for the Synopsis Femto USB PHY V2 used on QCOM platforms. Signed-off-by: Wesley Cheng Reviewed-by: Rob Herring Reviewed-by: Stephen Boyd --- .../bindings/phy/qcom,usb-snps-femto-v2.yaml | 80 ++ 1 file changed, 80

[PATCH v9 0/5] Add SS/HS-USB changes for Qualcomm SM8150 chipset

2020-05-05 Thread Wesley Cheng
of referencing index for reset handle Changes in v2: - Fixed YAML errors caught by dt_binding_check Jack Pham (1): phy: qcom-qmp: Add SM8150 QMP USB3 PHY support Wesley Cheng (4): dt-bindings: phy: Add binding for qcom,usb-snps-femto-v2 phy: qcom-snps: Add SNPS USB PHY driver for QCOM based

Re: [PATCH v8 1/5] dt-bindings: phy: Add binding for qcom,usb-snps-femto-v2

2020-05-05 Thread Wesley Cheng
On 5/5/2020 6:34 AM, Rob Herring wrote: > On Mon, 4 May 2020 16:54:23 -0700, Wesley Cheng wrote: >> This binding shows the descriptions and properties for the >> Synopsis Femto USB PHY V2 used on QCOM platforms. >> >> Signed-off-by: Wesley Cheng >> Revi

Re: [Mpi-forum] May 6 Exceptional Virtual Meeting Registration

2020-05-05 Thread Wesley Bland via mpi-forum
for our voting meetings: https://www.mpi-forum.org/meetings/ <https://www.mpi-forum.org/meetings/> Thanks, Wes > On Apr 22, 2020, at 1:48 PM, Wesley Bland wrote: > > *** ACTION ITEMS *** > > 1. Register for the May 6 Exceptional Virtual Meeting > 2. Read the procedure ch

[PATCH v8 0/5] Add SS/HS-USB changes for Qualcomm SM8150 chipset

2020-05-04 Thread Wesley Cheng
Jack Pham (1): phy: qcom-qmp: Add SM8150 QMP USB3 PHY support Wesley Cheng (4): dt-bindings: phy: Add binding for qcom,usb-snps-femto-v2 phy: qcom-snps: Add SNPS USB PHY driver for QCOM based SOCs phy: qcom-qmp: Use proper PWRDOWN offset for sm8150 USB phy: qcom-qmp: Rename UFS

[PATCH v8 4/5] phy: qcom-qmp: Use proper PWRDOWN offset for sm8150 USB

2020-05-04 Thread Wesley Cheng
The register map for SM8150 QMP USB SSPHY has moved QPHY_POWER_DOWN_CONTROL to a different offset. Allow for an offset in the register table to override default value if it is a DP capable PHY. Signed-off-by: Wesley Cheng Reviewed-by: Manu Gautam --- drivers/phy/qualcomm/phy-qcom-qmp.c | 23

[PATCH v8 2/5] phy: qcom-snps: Add SNPS USB PHY driver for QCOM based SOCs

2020-05-04 Thread Wesley Cheng
This adds the SNPS FemtoPHY V2 driver used in QCOM SOCs. There are potentially multiple instances of this UTMI PHY on the SOC, all which can utilize this driver. The V2 driver will have a different register map compared to V1. Signed-off-by: Wesley Cheng Reviewed-by: Philipp Zabel Reviewed

[PATCH v8 5/5] phy: qcom-qmp: Rename UFS PCS QMP v4 registers

2020-05-04 Thread Wesley Cheng
The UFS QMP v4 PHY has a largely different register set versus USB and PCIe. Rename the register offsets to denote that the value is specific for the UFS PCS register. Signed-off-by: Wesley Cheng --- drivers/phy/qualcomm/phy-qcom-qmp.c | 20 +-- drivers/phy/qualcomm/phy-qcom

[PATCH v8 3/5] phy: qcom-qmp: Add SM8150 QMP USB3 PHY support

2020-05-04 Thread Wesley Cheng
From: Jack Pham Add support for SM8150 QMP USB3 PHY with the necessary initialization sequences as well as additional QMP V4 register definitions. Signed-off-by: Jack Pham Signed-off-by: Wesley Cheng Reviewed-by: Manu Gautam --- drivers/phy/qualcomm/phy-qcom-qmp.c | 153

[PATCH v8 1/5] dt-bindings: phy: Add binding for qcom,usb-snps-femto-v2

2020-05-04 Thread Wesley Cheng
This binding shows the descriptions and properties for the Synopsis Femto USB PHY V2 used on QCOM platforms. Signed-off-by: Wesley Cheng Reviewed-by: Rob Herring Reviewed-by: Stephen Boyd --- .../bindings/phy/qcom,usb-snps-femto-v2.yaml | 77 ++ 1 file changed, 77

Re: [PATCH v6 0/5] Add SS/HS-USB changes for Qualcomm SM8150 chipset

2020-05-04 Thread Wesley Cheng
On 5/4/2020 12:15 AM, Vinod Koul wrote: > Hi Wesley, > > On 09-04-20, 15:52, Wesley Cheng wrote: >> This series adds support for the Synopsis 7nm HSPHY USB driver being >> used in QCOM chipsets. The HSPHY register map differs compared to >> other PHY revisions.

[go-nuts] Is this AMQP 0.9.1 library updated?

2020-04-28 Thread 'Wesley Peng' via golang-nuts
Hello, I tried to access RabbitMQ using this AMQP library:https://github.com/streadway/amqp I am not sure if this library get updated following the recent RMQ version.Please suggest, thanks. Wesley Peng wesleyp...@aol.com -- You received this message because you are subscribed to the Google

Re: [PATCH v6 0/5] Add SS/HS-USB changes for Qualcomm SM8150 chipset

2020-04-28 Thread Wesley Cheng
Hi Kishon/Vinod, Is this series good, and can be picked up? Noticed that there was another recent change to the QMP PHY driver as well: https://patchwork.kernel.org/cover/11514761/ Did you want me to rebase my changes on top of that, or the current changes are sufficient? Thanks Wesley On 4/9

RE: [cayugabirds-l] Spotting scope question

2020-04-28 Thread Wesley M. Hochachka
. That’s another reason why an angled-eyepiece scope can be better (assuming that angling would meet other requirements): the scope doesn’t have to be raised as high in order to look into the eyepiece. Wesley From: bounce-124587702-3494...@list.cornell.edu On Behalf Of Gone Sent: Tuesday, April

Re: [rdo-dev] New services on rdoproject.org

2020-04-28 Thread Wesley Hayutin
On Tue, Apr 28, 2020 at 9:35 AM Daniel Pawlik wrote: > Hi, > > Today we enable new services on rdoproject.org: > - cgit > - codesearch > Great additions! Thanks Daniel! > > Old domain codesearch.rdoproject.org will be removed and now > service address is:

Scaling question - 1500 jobs a night?

2020-04-28 Thread Anthony Wesley
guess is that this is well within Jenkins' limits and we are managing our workspaces with good hygiene. A year from now, however, I will have ran half a million Jenkins jobs. Any thoughts on that? Thank you very kindly, Anthony Wesley -- You received this message because you are subscribed

Re: POST multipart/form-data with Invokehttp

2020-04-27 Thread Wesley C. Dias de Oliveira
9:21, Luis Carmona a > écrit : > >> Hi everyone, >> >> Hoping everybody is doing ok, wherever you are, need some help please. >> >> Does anyone has sent a file and parameters to a REST point using >> Invokehhtp with multipart/form-data as mime-type ? >> >> I can't figure out how to include the -F , speaking in terms >> of curl syntax. >> >> I really need this done throught NIFIso any help will be highly >> apreciated. >> >> Thanks in advance. >> >> LC >> >> -- Grato, Wesley C. Dias de Oliveira. Linux User nº 576838.

Re: POST multipart/form-data with Invokehttp

2020-04-27 Thread Wesley C. Dias de Oliveira
e highly > apreciated. > > Thanks in advance. > > LC > > -- Grato, Wesley C. Dias de Oliveira. Linux User nº 576838.

[ovirt-users] Custom ignition in cloud-init?

2020-04-26 Thread Wesley Stewart
Before anyone tells me this is now included in 4.4.0, I saw this, but I don't think I'm willing to update my centos7 host to centos8 yet. (But perhaps that will be the answer). Currently on 4.3.9/Centos 7 I am trying to run fedora core is to test it out, and the ISO installer hangs on: "failed

RE: Capslock not working in RDP

2020-04-24 Thread Wesley de Graaf
the caps lock there, it is working for some reason.. Are there any suggestions on this on how to fix it, we've checked everything but can't seem to get it working. Kind regards, Wesley -Original Message- From: Wesley de Graaf Sent: Thursday, April 16, 2020 4:47 PM To: user

Re: [plonegov-br] Problema instalação Portal padrão (ambiente de desenvolvimento)

2020-04-22 Thread Wesley Lopes
Matheus, a documentação no readthedocs está desatualizada. Você pode ver a documentação diretamente no github: https://github.com/plonegovbr/portal.buildout/blob/master/docs/desenvolvimento.rst Alguém sabe como atualizar o readthedocs? att, Wesley Em qua., 22 de abr. de 2020 às 18:34, Matheus

[Mpi-forum] May 6 Exceptional Virtual Meeting Registration

2020-04-22 Thread Wesley Bland via mpi-forum
*** ACTION ITEMS *** 1. Register for the May 6 Exceptional Virtual Meeting 2. Read the procedure changes proposal to enable virtual meetings 3. Attend the May 6 Exceptional Virtual Meeting and vote on the proposed changes *** Hi folks, As we’ve been discussing for the last few weeks, the MPI

[cobirds] 35 TV and a Swainson's hawk (Loveland)

2020-04-18 Thread Jace Wesley Brasher
Today while birding at oxbow natural area in Loveland just before the rain came through (around 3) I had a group of at least 30 Turkey vultures, they were being fallowed by a lone swainson's hawk that seemed to be part of "the group" never seen a hawk intermixed with such a large group of Turkey

RE: Capslock not working in RDP

2020-04-16 Thread Wesley de Graaf
a strange issue. Kind regards, Wesley -Original Message- From: Niubbo75 Sent: Thursday, April 16, 2020 2:23 PM To: user@guacamole.apache.org Subject: RE: Capslock not working in RDP Hi, I do not have your caps lock issue, I'm on compiled Guacamole server on CentOS7 with the latest update

RE: Capslock not working in RDP

2020-04-16 Thread Wesley de Graaf
: [cid:image002.png@01D613F6.171E1BA0] RDP: [cid:image003.png@01D613F6.171E1BA0] Any suggestions on this ? Kind regards, Wesley From: Vieri Sent: Tuesday, April 7, 2020 6:21 PM To: user@guacamole.apache.org Subject: Re: Capslock not working in RDP On Tuesday, April 7, 2020, 3:08:37 PM GMT+2, Allen

[UPDATE] crystal-0.34.0

2020-04-12 Thread Wesley Moxam
Updates to crystal to version 0.34, shards to 0.10 Shards now depends on crystal-molinillo (which is a shard). crystal-0.34.diff Description: Binary data

<    5   6   7   8   9   10   11   12   13   14   >