Re: pl2303 regression after v4.17. Bisected to 7041d9c3f01b

2018-11-26 Thread Jarkko Nikula
On 11/24/18 7:32 PM, Florian Zumbiehl wrote: Hi, Requested baud setting looks odd to me. Maybe related to this --keep-baud flag in "/sbin/agetty -o -p -- \u --keep-baud 115200,38400,9600 ttyUSB0 vt220"? Well, what is the baud rate of the other side? It seems a bit strange that ... 115200.

Re: [PATCH] dma: cppi41: delete channel from pending list when stop channel

2018-11-26 Thread Bin Liu
Hi, On Sat, Nov 24, 2018 at 07:58:03PM +0530, Vinod Koul wrote: > On 12-11-18, 09:43, Bin Liu wrote: > > The driver defines three states for a cppi channel. > > - idle: .chan_busy == 0 && not in .pending list > > - pending: .chan_busy == 0 && in .pending list > > - busy: .chan_busy == 1 && not in

RE: Support Mac address pass through on Dell DS1000 dock

2018-11-26 Thread Mario.Limonciello
> > Le 22/11/2018 à 18:15, Oliver Neukum a écrit : > > On Do, 2018-11-22 at 12:06 +0100, Frédéric Parrenin wrote: > >> Le 22/11/2018 à 11:22, Oliver Neukum a écrit : > >>> On Mi, 2018-11-21 at 16:50 +0100, Frédéric Parrenin wrote: > which over rides the Mac on the dock. So, the answe

[PATCH] Documentation/usb: Fix typo

2018-11-26 Thread Thiebaud Weksteen
From: Thiébaud Weksteen Fix small typo authroized -> authorized in the authorization page. Signed-off-by: Thiébaud Weksteen --- Documentation/usb/authorization.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/usb/authorization.txt b/Documentation/usb/autho

Re: Support Mac address pass through on Dell DS1000 dock

2018-11-26 Thread Frédéric Parrenin
Le 26/11/2018 à 15:21, mario.limoncie...@dell.com a écrit : Any feedback from testing with this debugging patch to identify what's happening? This is super strange, but Mac address pass-through is now working in my configuration, although I did not change anything. The network is up and r

RE: Support Mac address pass through on Dell DS1000 dock

2018-11-26 Thread Mario.Limonciello
> Le 26/11/2018 à 15:21, mario.limoncie...@dell.com a écrit : > > > > Any feedback from testing with this debugging patch to identify what's > happening? > > This is super strange, but Mac address pass-through is now working in my > configuration, although I did not change anything. > The network

Re: Support Mac address pass through on Dell DS1000 dock

2018-11-26 Thread Bjørn Mork
Frédéric Parrenin writes: > Le 26/11/2018 à 15:21, mario.limoncie...@dell.com a écrit : >> >> Any feedback from testing with this debugging patch to identify what's >> happening? > > This is super strange, but Mac address pass-through is now working in > my configuration, although I did not chan

Re: Did You Receive My Last Mail?

2018-11-26 Thread Reem Al-Hashimi
Hello, My name is ms. Reem Al-Hashimi. The UAE minister of state for international cooparation. I got your contact from an email database from your country. I have a financial transaction i would like to discuss with you. Please reply to reem2...@daum.net, for more details if you are interested

Re: Support Mac address pass through on Dell DS1000 dock

2018-11-26 Thread Frédéric Parrenin
Le 26/11/2018 à 19:55, mario.limoncie...@dell.com a écrit : Le 26/11/2018 à 15:21, mario.limoncie...@dell.com a écrit : Any feedback from testing with this debugging patch to identify what's happening? This is super strange, but Mac address pass-through is now working in my configuration, al

RE: Support Mac address pass through on Dell DS1000 dock

2018-11-26 Thread Mario.Limonciello
> -Original Message- > From: Frédéric Parrenin > Sent: Monday, November 26, 2018 2:08 PM > To: Limonciello, Mario; oneu...@suse.com; gre...@linuxfoundation.org > Cc: bj...@mork.no; linux-usb@vger.kernel.org > Subject: Re: Support Mac address pass through on Dell DS1000 dock > > > [EXTERN

Re: Support Mac address pass through on Dell DS1000 dock

2018-11-26 Thread Frédéric Parrenin
Le 26/11/2018 à 21:27, mario.limoncie...@dell.com a écrit : -Original Message- From: Frédéric Parrenin Sent: Monday, November 26, 2018 2:08 PM To: Limonciello, Mario; oneu...@suse.com; gre...@linuxfoundation.org Cc: bj...@mork.no; linux-usb@vger.kernel.org Subject: Re: Support Mac addr

[no subject]

2018-11-26 Thread Offer
-- -- Guten Tag, Wir sind eine registrierte private Geldverleiher. Wir geben Kredite an Firmen, Einzelpersonen, die ihre finanzielle Status auf der ganzen Welt aktualisieren müssen, mit minimalen jährlichen Zinsen von 2% .reply, wenn nötig. Good Day, We are a registered private money lender. We

usb_f_fs (ffs) setup?

2018-11-26 Thread Takashi Matsuzawa
Hello. I am trying to use configfs I/F of compsite gadget to add my additional EPs. The EPs (multiple) are simple IN and OUT pipes which I intend to write/read on peripheral (gadget) side user-mode application. I intend to use file read/write. As I look into the memos and driver source code, I

Re: [RFC PATCH v2 05/15] usb:cdns3: Added DRD support

2018-11-26 Thread Roger Quadros
Pawel, On 26/11/18 09:23, Pawel Laszczak wrote: > Hi Roger, > >> On 18/11/18 12:09, Pawel Laszczak wrote: >>> Patch adds supports for detecting Host/Device mode. >>> Controller has additional OTG register that allow >>> implement even whole OTG functionality. >>> At this moment patch adds support

RE: [RFC PATCH v2 06/15] usb:cdns3: Adds Host support

2018-11-26 Thread Pawel Laszczak
>EXTERNAL MAIL > > >On 18/11/18 12:09, Pawel Laszczak wrote: >> Patch adds host-export.h and host.c file and mplements functions that >> allow to initialize, start and stop XHCI host driver. >> >> Signed-off-by: Pawel Laszczak >> --- >> drivers/usb/cdns3/Kconfig | 10 ++ >> drivers/usb/cdn

Re: [PATCH v2 RESEND] usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during suspend/resume

2018-11-26 Thread Todor Tomov
Hi Felipe, On 16.11.2018 19:01, Todor Tomov wrote: > Hi, > > On 15.11.2018 10:09, Felipe Balbi wrote: >> >> Hi, >> >> Todor Tomov writes: >> >>> Hello, >>> >>> After I apply this patch on 4.14 (or receive it with 4.14.70) I see a >>> regression with >>> the Qualcomm QUSB2 phy driver. I'm testin

RE: [RFC PATCH v2 05/15] usb:cdns3: Added DRD support

2018-11-26 Thread Pawel Laszczak
> >Pawel, > >On 26/11/18 09:23, Pawel Laszczak wrote: >> Hi Roger, >> >>> On 18/11/18 12:09, Pawel Laszczak wrote: Patch adds supports for detecting Host/Device mode. Controller has additional OTG register that allow implement even whole OTG functionality. At this moment patch a

[PATCH v4 net-next 00/21] Add support for Aquantia AQtion USB to 5/2.5GbE devices

2018-11-26 Thread Igor Russkikh
This patchset introduces support for new multigig ethernet to USB dongle, developed jointly by Aquantia (Phy) and ASIX (USB MAC). The driver has similar structure with other ASIX MAC drivers (AX88179), but with a number of important differences: - Driver supports both direct Phy and custom firmwar

[PATCH v4 net-next 05/21] net: usb: aqc111: Introduce PHY access

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Add helpers to write 32bit values. Implement PHY power up/down sequences. AQC111, PHY is being controlled via vendor command interface. Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 65

[PATCH v4 net-next 04/21] net: usb: aqc111: Various callbacks implementation

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Reset, stop callbacks, driver unbind callback. More register defines required for these callbacks. Add helpers to read/write 16bit values Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 76 + drivers

[PATCH v4 net-next 03/21] net: usb: aqc111: Add implementation of read and write commands

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Read/write command register defines and functions Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 92 drivers/net/usb/aqc111.h | 18 2 files changed, 110 insertions(+) create mo

[PATCH v4 net-next 10/21] net: usb: aqc111: Add checksum offload support

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 38 ++ drivers/net/usb/aqc111.h | 16 ++-- 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/drivers/net/usb/aqc111.c b

[PATCH v4 net-next 12/21] net: usb: aqc111: Add support for enable/disable checksum offload

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 45 +++- drivers/net/usb/aqc111.h | 1 + 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/drivers/net/usb/aqc111.c b/drivers/net/u

[PATCH v4 net-next 13/21] net: usb: aqc111: Add support for TSO

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 6 ++ drivers/net/usb/aqc111.h | 8 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/net/usb/aqc111.c b/drivers/net/usb/aqc111.c index 7b69d0a5fc

[PATCH v4 net-next 07/21] net: usb: aqc111: Add support for getting and setting of MAC address

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 47 drivers/net/usb/aqc111.h | 1 + 2 files changed, 48 insertions(+) diff --git a/drivers/net/usb/aqc111.c b/drivers/net/usb/aqc111.c ind

[PATCH v4 net-next 01/21] net: usb: aqc111: Driver skeleton for Aquantia AQtion USB to 5GbE

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Initialize usb_driver structure skeleton Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/Kconfig | 12 ++ drivers/net/usb/Makefile | 1 + drivers/net/usb/aqc111.c | 48 3 files changed, 61

[PATCH v4 net-next 09/21] net: usb: aqc111: Implement RX data path

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 102 +++ drivers/net/usb/aqc111.h | 15 ++ 2 files changed, 117 insertions(+) diff --git a/drivers/net/usb/aqc111.c b/drivers/net/usb/aqc11

[PATCH v4 net-next 06/21] net: usb: aqc111: Introduce link management

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Add full hardware initialization sequence and link configuration logic Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 235 +++ drivers/net/usb/aqc111.h | 13 +++ 2 files changed, 248 inserti

[PATCH v4 net-next 02/21] net: usb: aqc111: Add bind and empty unbind callbacks

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Initialize net_device_ops structure Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/drivers/net/usb/aqc111.c b/drivers/net/usb/aqc111.c index

[PATCH v4 net-next 16/21] net: usb: aqc111: Add RX VLAN filtering support

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 89 drivers/net/usb/aqc111.h | 2 +- 2 files changed, 90 insertions(+), 1 deletion(-) diff --git a/drivers/net/usb/aqc111.c b/drivers/net/

[PATCH v4 net-next 21/21] net: usb: aqc111: Extend cdc_ether blacklist

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Added Aquantia and ASIX device IDs to prevent loading cdc_ether for these devices. Our firmware reports CDC configuration simultaneously with vendor specific. Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/cdc_ether.c | 26 +++

[PATCH v4 net-next 11/21] net: usb: aqc111: Add support for changing MTU

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 60 +++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/drivers/net/usb/aqc111.c b/drivers/net/usb/aqc111.c index 1c8812e082bf..64

[PATCH v4 net-next 20/21] net: usb: aqc111: Add ASIX's HW ids

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov It enables driver for ASIX products which are also based on aqc111/112U chips. Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 40 1 file changed, 40 insertions(+) diff --git a/drivers/n

[PATCH v4 net-next 15/21] net: usb: aqc111: Add support for VLAN_CTAG_TX/RX offload

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 17 + drivers/net/usb/aqc111.h | 12 +++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/drivers/net/usb/aqc111.c b/drivers/net/usb/aqc111.c

[PATCH v4 net-next 19/21] net: usb: aqc111: Add support for wake on LAN by MAGIC packet

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 180 +++ drivers/net/usb/aqc111.h | 12 +++ 2 files changed, 192 insertions(+) diff --git a/drivers/net/usb/aqc111.c b/drivers/net/usb/aqc111.c

[PATCH v4 net-next 14/21] net: usb: aqc111: Implement set_rx_mode callback

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 72 +--- drivers/net/usb/aqc111.h | 4 +++ 2 files changed, 71 insertions(+), 5 deletions(-) diff --git a/drivers/net/usb/aqc111.c b/drivers/ne

[PATCH v4 net-next 17/21] net: usb: aqc111: Initialize ethtool_ops structure

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Implement get_drvinfo, set/get_msglevel, get_link callbacks Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 28 1 file changed, 28 insertions(+) diff --git a/drivers/net/usb/aqc111.c b/drivers/net/u

[PATCH v4 net-next 18/21] net: usb: aqc111: Implement get/set_link_ksettings callbacks

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 124 +++ 1 file changed, 124 insertions(+) diff --git a/drivers/net/usb/aqc111.c b/drivers/net/usb/aqc111.c index 9fc036d5354b..650cea33f1a3 100

[PATCH v4 net-next 08/21] net: usb: aqc111: Implement TX data path

2018-11-26 Thread Igor Russkikh
From: Dmitry Bezrukov Signed-off-by: Dmitry Bezrukov Signed-off-by: Igor Russkikh --- drivers/net/usb/aqc111.c | 72 drivers/net/usb/aqc111.h | 8 + 2 files changed, 80 insertions(+) diff --git a/drivers/net/usb/aqc111.c b/drivers/net/usb/aqc111.c

Re: [RFC PATCH v2 05/15] usb:cdns3: Added DRD support

2018-11-26 Thread Roger Quadros
On 26/11/18 10:39, Pawel Laszczak wrote: >> >> Pawel, >> >> On 26/11/18 09:23, Pawel Laszczak wrote: >>> Hi Roger, >>> On 18/11/18 12:09, Pawel Laszczak wrote: > Patch adds supports for detecting Host/Device mode. > Controller has additional OTG register that allow > implement even

Re: [RFC PATCH v2 06/15] usb:cdns3: Adds Host support

2018-11-26 Thread Roger Quadros
Hi, On 26/11/18 10:24, Pawel Laszczak wrote: >> EXTERNAL MAIL >> >> >> On 18/11/18 12:09, Pawel Laszczak wrote: >>> Patch adds host-export.h and host.c file and mplements functions that >>> allow to initialize, start and stop XHCI host driver. >>> >>> Signed-off-by: Pawel Laszczak >>> --- >>> dr

RE: [RFC PATCH v2 05/15] usb:cdns3: Added DRD support

2018-11-26 Thread Pawel Laszczak
>>> >>> Pawel, >>> >>> On 26/11/18 09:23, Pawel Laszczak wrote: Hi Roger, > On 18/11/18 12:09, Pawel Laszczak wrote: >> Patch adds supports for detecting Host/Device mode. >> Controller has additional OTG register that allow >> implement even whole OTG functionality. >

Re: [RFC PATCH v2 05/15] usb:cdns3: Added DRD support

2018-11-26 Thread Roger Quadros
On 26/11/18 12:09, Pawel Laszczak wrote: Pawel, On 26/11/18 09:23, Pawel Laszczak wrote: > Hi Roger, > >> On 18/11/18 12:09, Pawel Laszczak wrote: >>> Patch adds supports for detecting Host/Device mode. >>> Controller has additional OTG register that allow >>

RE: [RFC PATCH v2 06/15] usb:cdns3: Adds Host support

2018-11-26 Thread Pawel Laszczak
> >Hi, > >On 26/11/18 10:24, Pawel Laszczak wrote: >>> EXTERNAL MAIL >>> >>> >>> On 18/11/18 12:09, Pawel Laszczak wrote: Patch adds host-export.h and host.c file and mplements functions that allow to initialize, start and stop XHCI host driver. Signed-off-by: Pawel Laszczak >>

KASAN: invalid-free in hub_event

2018-11-26 Thread syzbot
Hello, syzbot found the following crash on: HEAD commit:d6d460b89378 Merge tag 'dma-mapping-4.20-3' of git://git.i.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=17bd99eb40 kernel config: https://syzkaller.appspot.com/x/.config?x=73e2bc0cb6463446 da

Re: [PATCH v2 RESEND] usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during suspend/resume

2018-11-26 Thread Todor Tomov
Hi Felipe, On 26.11.2018 10:27, Todor Tomov wrote: > Hi Felipe, > > On 16.11.2018 19:01, Todor Tomov wrote: >> Hi, >> >> On 15.11.2018 10:09, Felipe Balbi wrote: >>> >>> Hi, >>> >>> Todor Tomov writes: >>> Hello, After I apply this patch on 4.14 (or receive it with 4.14.70) I see

Re: [PATCH V4 1/5] dt-bindings: Add Broadcom STB USB support

2018-11-26 Thread Rob Herring
On Fri, 9 Nov 2018 09:01:56 -0500, Al Cooper wrote: > Add DT bindings for Broadcom STB USB EHCI and XHCI drivers. > Add "phy-supplies-usb-clock" property description to usb-hcd.txt > > NOTE: The OHCI driver is not included because it uses the generic > platform driver. > > Signed-off-by: A

Re: [PATCH v2 2/3] spi: add FTDI MPSSE SPI controller driver

2018-11-26 Thread Anatolij Gustschin
On Wed, 21 Nov 2018 12:42:37 + Mark Brown broo...@kernel.org wrote: ... >> obj-$(CONFIG_SPI_ZYNQMP_GQSPI) += spi-zynqmp-gqspi.o >> +obj-$(CONFIG_SPI_FTDI_MPSSE)+= spi-ftdi-mpsse.o >> >> # SPI slave protocol handlers >> obj-$(CONFIG_SPI_SLAVE_TIME)

Re: [PATCH v3] xhci: workaround CSS timeout on AMD SNPS 3.0 xHC

2018-11-26 Thread Kai Heng Feng
> On Nov 24, 2018, at 00:24, Singh, Sandeep wrote: > > From: Sandeep Singh > > Occasionally AMD SNPS 3.0 xHC does not respond to > CSS when set, also it does not flag anything on SRE and HCE > to point the internal xHC errors on USBSTS register. This stalls > the entire system wide suspend a