Re: [PATCH 1/2] dt-bindings: irqchip: Introduce TISCI Interrupt router bindings

2018-10-06 Thread Marc Zyngier
On Sat, 06 Oct 2018 08:28:11 +0100, Lokesh Vutla wrote: > > Add the DT binding documentation for Interrupt router driver. > > Signed-off-by: Lokesh Vutla > --- > .../interrupt-controller/ti,sci-intr.txt | 83 +++ > MAINTAINERS | 1 + > 2

Re: [PATCH 1/2] dt-bindings: irqchip: Introduce TISCI Interrupt router bindings

2018-10-06 Thread Marc Zyngier
On Sat, 06 Oct 2018 08:28:11 +0100, Lokesh Vutla wrote: > > Add the DT binding documentation for Interrupt router driver. > > Signed-off-by: Lokesh Vutla > --- > .../interrupt-controller/ti,sci-intr.txt | 83 +++ > MAINTAINERS | 1 + > 2

Re: [PATCH 2/2] irqchip: ti-sci-intr: Add support for Interrupt Router driver

2018-10-06 Thread Marc Zyngier
Hi Lokesh, On Sat, 06 Oct 2018 08:28:12 +0100, Lokesh Vutla wrote: > > Texas Instruments' K3 generation SoCs has an IP Interrupt Router > that does allows for multiplexing of input interrupts to host > interrupt controller. Interrupt Router inputs are either from a > peripheral or from an

Re: [PATCH 2/2] irqchip: ti-sci-intr: Add support for Interrupt Router driver

2018-10-06 Thread Marc Zyngier
Hi Lokesh, On Sat, 06 Oct 2018 08:28:12 +0100, Lokesh Vutla wrote: > > Texas Instruments' K3 generation SoCs has an IP Interrupt Router > that does allows for multiplexing of input interrupts to host > interrupt controller. Interrupt Router inputs are either from a > peripheral or from an

[PATCH] jffs2: free jffs2_sb_info through jffs2_kill_sb()

2018-10-06 Thread Hou Tao
When an invalid mount option is passed to jffs2, jffs2_parse_options() will fail and jffs2_sb_info will be freed, but then jffs2_sb_info will be used (use-after-free) and freeed (double-free) in jffs2_kill_sb(). Fix it by removing the buggy invocation of kfree() when getting invalid mount

[PATCH] jffs2: free jffs2_sb_info through jffs2_kill_sb()

2018-10-06 Thread Hou Tao
When an invalid mount option is passed to jffs2, jffs2_parse_options() will fail and jffs2_sb_info will be freed, but then jffs2_sb_info will be used (use-after-free) and freeed (double-free) in jffs2_kill_sb(). Fix it by removing the buggy invocation of kfree() when getting invalid mount

setup_local_APIC issue with Xenon E5-1650V3

2018-10-06 Thread Toralf Förster
I'm trying to get a new system and running with kernel 4.18.12, but run into an APIC error as seen in [1]. It is a new system, never tried older kernels till now. The kernel command line "noapic" doesn't help, now I do wonder what else I can do. The same kernel config was fine for 2 years with

Re: [PATCH v4.19-rc7] treewide: Replace more open-coded allocation size multiplications

2018-10-06 Thread Fengguang Wu
On Fri, Oct 05, 2018 at 08:14:34PM -0700, Joel Fernandes wrote: On Fri, Oct 05, 2018 at 05:22:35PM -0700, Greg KH wrote: On Fri, Oct 05, 2018 at 05:04:16PM -0700, Kees Cook wrote: > On Fri, Oct 5, 2018 at 4:51 PM, Greg KH wrote: > > On Fri, Oct 05, 2018 at 04:35:59PM -0700, Kees Cook wrote: >

setup_local_APIC issue with Xenon E5-1650V3

2018-10-06 Thread Toralf Förster
I'm trying to get a new system and running with kernel 4.18.12, but run into an APIC error as seen in [1]. It is a new system, never tried older kernels till now. The kernel command line "noapic" doesn't help, now I do wonder what else I can do. The same kernel config was fine for 2 years with

Re: [PATCH v4.19-rc7] treewide: Replace more open-coded allocation size multiplications

2018-10-06 Thread Fengguang Wu
On Fri, Oct 05, 2018 at 08:14:34PM -0700, Joel Fernandes wrote: On Fri, Oct 05, 2018 at 05:22:35PM -0700, Greg KH wrote: On Fri, Oct 05, 2018 at 05:04:16PM -0700, Kees Cook wrote: > On Fri, Oct 5, 2018 at 4:51 PM, Greg KH wrote: > > On Fri, Oct 05, 2018 at 04:35:59PM -0700, Kees Cook wrote: >

Re: [PATCH 1/2] Add FAT_IOCTL_GET_VOLUME_LABEL in fat_generic_ioctl()

2018-10-06 Thread Pali Rohár
On Saturday 06 October 2018 16:33:10 chen.chenchacha wrote: > On Thu, 2018-10-04 at 19:33 +0200, Pali Rohár wrote: > > On Friday 05 October 2018 01:21:00 chenchacha wrote: > > > Signed-off-by: chenchacha > > > --- > > > fs/fat/file.c | 22 ++ > > >

Re: [PATCH 1/2] Add FAT_IOCTL_GET_VOLUME_LABEL in fat_generic_ioctl()

2018-10-06 Thread Pali Rohár
On Saturday 06 October 2018 16:33:10 chen.chenchacha wrote: > On Thu, 2018-10-04 at 19:33 +0200, Pali Rohár wrote: > > On Friday 05 October 2018 01:21:00 chenchacha wrote: > > > Signed-off-by: chenchacha > > > --- > > > fs/fat/file.c | 22 ++ > > >

Re: [PATCH] hugetlb: fix ARM 3level page tables

2018-10-06 Thread Naresh Kamboju
Arnd, On Fri, 5 Oct 2018 at 09:17, Arnd Bergmann wrote: > > The check for __HAVE_ARCH_HUGE_PTEP_GET comes before the definition, > leading to an extraneous definition of huge_ptep_get: > > In file included from arch/arm/include/asm/hugetlb.h:28, > from

Re: [PATCH] hugetlb: fix ARM 3level page tables

2018-10-06 Thread Naresh Kamboju
Arnd, On Fri, 5 Oct 2018 at 09:17, Arnd Bergmann wrote: > > The check for __HAVE_ARCH_HUGE_PTEP_GET comes before the definition, > leading to an extraneous definition of huge_ptep_get: > > In file included from arch/arm/include/asm/hugetlb.h:28, > from

[PATCH 2/2] irqchip: ti-sci-intr: Add support for Interrupt Router driver

2018-10-06 Thread Lokesh Vutla
Texas Instruments' K3 generation SoCs has an IP Interrupt Router that does allows for multiplexing of input interrupts to host interrupt controller. Interrupt Router inputs are either from a peripheral or from an Interrupt Aggregator which is another interrupt controller. Configuration of the

[PATCH 0/2] irqchip: ti-sci-intr: Add support for K3 Interrupt Router

2018-10-06 Thread Lokesh Vutla
This series adds irqchip driver for Texas Instruments' K3 based Interrupt Router. This series depends on TISCI IRQ management support posted here[1] [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2018-October/605784.html Lokesh Vutla (2): dt-bindings: irqchip: Introduce TISCI

[PATCH 1/2] dt-bindings: irqchip: Introduce TISCI Interrupt router bindings

2018-10-06 Thread Lokesh Vutla
Add the DT binding documentation for Interrupt router driver. Signed-off-by: Lokesh Vutla --- .../interrupt-controller/ti,sci-intr.txt | 83 +++ MAINTAINERS | 1 + 2 files changed, 84 insertions(+) create mode 100644

[PATCH 1/2] dt-bindings: irqchip: Introduce TISCI Interrupt router bindings

2018-10-06 Thread Lokesh Vutla
Add the DT binding documentation for Interrupt router driver. Signed-off-by: Lokesh Vutla --- .../interrupt-controller/ti,sci-intr.txt | 83 +++ MAINTAINERS | 1 + 2 files changed, 84 insertions(+) create mode 100644

[PATCH 2/2] irqchip: ti-sci-intr: Add support for Interrupt Router driver

2018-10-06 Thread Lokesh Vutla
Texas Instruments' K3 generation SoCs has an IP Interrupt Router that does allows for multiplexing of input interrupts to host interrupt controller. Interrupt Router inputs are either from a peripheral or from an Interrupt Aggregator which is another interrupt controller. Configuration of the

[PATCH 0/2] irqchip: ti-sci-intr: Add support for K3 Interrupt Router

2018-10-06 Thread Lokesh Vutla
This series adds irqchip driver for Texas Instruments' K3 based Interrupt Router. This series depends on TISCI IRQ management support posted here[1] [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2018-October/605784.html Lokesh Vutla (2): dt-bindings: irqchip: Introduce TISCI

[PATCH] STAGING/EMXX_UDC: Fixed all meaningful sparse errors.

2018-10-06 Thread Carmeli Tamir
Fixed all meaningful sparse errors: 1. Added static to udc_controller 2. Added mising __iomem modifier to handle p_regs 3. Added missing le16_to_cpu Signed-off-by: Tamir Carmeli --- drivers/staging/emxx_udc/emxx_udc.c | 69 +++--

[PATCH] STAGING/EMXX_UDC: Fixed all meaningful sparse errors.

2018-10-06 Thread Carmeli Tamir
Fixed all meaningful sparse errors: 1. Added static to udc_controller 2. Added mising __iomem modifier to handle p_regs 3. Added missing le16_to_cpu Signed-off-by: Tamir Carmeli --- drivers/staging/emxx_udc/emxx_udc.c | 69 +++--

RE: [RFC PATCH 2/2] dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support

2018-10-06 Thread Radhey Shyam Pandey
Thanks for the review. > On 31-07-18, 23:16, Radhey Shyam Pandey wrote: > > struct xilinx_dma_config { > > @@ -402,6 +470,7 @@ struct xilinx_dma_config { > > int (*clk_init)(struct platform_device *pdev, struct clk **axi_clk, > > struct clk **tx_clk, struct clk **txs_clk,

RE: [RFC PATCH 2/2] dmaengine: xilinx_dma: Add Xilinx AXI MCDMA Engine driver support

2018-10-06 Thread Radhey Shyam Pandey
Thanks for the review. > On 31-07-18, 23:16, Radhey Shyam Pandey wrote: > > struct xilinx_dma_config { > > @@ -402,6 +470,7 @@ struct xilinx_dma_config { > > int (*clk_init)(struct platform_device *pdev, struct clk **axi_clk, > > struct clk **tx_clk, struct clk **txs_clk,

Re: [PATCH] kvm/x86 : avoid shifting signed 32-bit value by 31 bits

2018-10-06 Thread Wei Yang
On Sat, Oct 06, 2018 at 11:31:04AM +0800, peng.h...@zte.com.cn wrote: >>On Thu, Oct 04, 2018 at 01:47:18PM -0400, Peng Hao wrote: >>> >>>From: Peng Hao >>> >>> modify AVIC_LOGICAL_ID_ENTRY_VALID_MASK to unsigned >>> >>>Signed-off-by: Peng Hao >>>--- >>> arch/x86/kvm/svm.c | 2 +- >>> 1 file

Re: [PATCH] kvm/x86 : avoid shifting signed 32-bit value by 31 bits

2018-10-06 Thread Wei Yang
On Sat, Oct 06, 2018 at 11:31:04AM +0800, peng.h...@zte.com.cn wrote: >>On Thu, Oct 04, 2018 at 01:47:18PM -0400, Peng Hao wrote: >>> >>>From: Peng Hao >>> >>> modify AVIC_LOGICAL_ID_ENTRY_VALID_MASK to unsigned >>> >>>Signed-off-by: Peng Hao >>>--- >>> arch/x86/kvm/svm.c | 2 +- >>> 1 file

[PATCH v2 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info

2018-10-06 Thread Rajneesh Bhardwaj
This adds support to show the Latency Tolerance Reporting for the IPs on the PCH as reported by the PMC. The format shown here is raw LTR data payload that can further be decoded as per the PCI specification. This also fixes some minor alignment issues in the header file by removing spaces and

Re: [PATCH v4] remoteproc: qcom: Introduce Non-PAS ADSP PIL driver

2018-10-06 Thread Bjorn Andersson
On Mon 24 Sep 04:07 PDT 2018, Rohit kumar wrote: > This adds Non PAS ADSP PIL driver for Qualcomm > Technologies Inc SoCs. > Added initial support for SDM845 with ADSP bootup and > shutdown operation handled from Application Processor > SubSystem(APSS). > > Signed-off-by: Rohit kumar Sorry for

[PATCH v2 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info

2018-10-06 Thread Rajneesh Bhardwaj
This adds support to show the Latency Tolerance Reporting for the IPs on the PCH as reported by the PMC. The format shown here is raw LTR data payload that can further be decoded as per the PCI specification. This also fixes some minor alignment issues in the header file by removing spaces and

Re: [PATCH v4] remoteproc: qcom: Introduce Non-PAS ADSP PIL driver

2018-10-06 Thread Bjorn Andersson
On Mon 24 Sep 04:07 PDT 2018, Rohit kumar wrote: > This adds Non PAS ADSP PIL driver for Qualcomm > Technologies Inc SoCs. > Added initial support for SDM845 with ADSP bootup and > shutdown operation handled from Application Processor > SubSystem(APSS). > > Signed-off-by: Rohit kumar Sorry for

[PATCH v2 4/4] platform/x86: intel_telemetry: report debugfs failure

2018-10-06 Thread Rajneesh Bhardwaj
On some Goldmont based systems such as ASRock J3455M the BIOS may not enable the IPC1 device that provides access to the PMC and PUNIT. In such scenarios, the IOSS and PSS resources from the platform device can not be obtained and result in a invalid telemetry_plt_config which is an internal data

[PATCH v2 3/4] platform/x86: intel_pmc_core: Decode Snoop / Non Snoop LTR

2018-10-06 Thread Rajneesh Bhardwaj
The LTR values follow PCIE LTR encoding format and can be decoded as per https://pcisig.com/sites/default/files/specification_documents/ECN_LatencyTolnReporting_14Aug08.pdf This adds support to translate the raw LTR values as read from the PMC to meaningful values in nanosecond units of time.

[PATCH v2 4/4] platform/x86: intel_telemetry: report debugfs failure

2018-10-06 Thread Rajneesh Bhardwaj
On some Goldmont based systems such as ASRock J3455M the BIOS may not enable the IPC1 device that provides access to the PMC and PUNIT. In such scenarios, the IOSS and PSS resources from the platform device can not be obtained and result in a invalid telemetry_plt_config which is an internal data

[PATCH v2 3/4] platform/x86: intel_pmc_core: Decode Snoop / Non Snoop LTR

2018-10-06 Thread Rajneesh Bhardwaj
The LTR values follow PCIE LTR encoding format and can be decoded as per https://pcisig.com/sites/default/files/specification_documents/ECN_LatencyTolnReporting_14Aug08.pdf This adds support to translate the raw LTR values as read from the PMC to meaningful values in nanosecond units of time.

[PATCH v2 2/4] platform/x86: intel_pmc_core: Fix LTR IGNORE Max offset

2018-10-06 Thread Rajneesh Bhardwaj
Cannonlake PCH allows us to ignore LTR from more IPs than Sunrisepoint PCH so make the LTR ignore platform specific. Signed-off-by: Rajneesh Bhardwaj --- drivers/platform/x86/intel_pmc_core.c | 4 +++- drivers/platform/x86/intel_pmc_core.h | 4 +++- 2 files changed, 6 insertions(+), 2

[PATCH v2 2/4] platform/x86: intel_pmc_core: Fix LTR IGNORE Max offset

2018-10-06 Thread Rajneesh Bhardwaj
Cannonlake PCH allows us to ignore LTR from more IPs than Sunrisepoint PCH so make the LTR ignore platform specific. Signed-off-by: Rajneesh Bhardwaj --- drivers/platform/x86/intel_pmc_core.c | 4 +++- drivers/platform/x86/intel_pmc_core.h | 4 +++- 2 files changed, 6 insertions(+), 2

Re: [PATCH v4] dt-binding: remoteproc: Add QTI ADSP PIL bindings

2018-10-06 Thread Bjorn Andersson
On Mon 10 Sep 20:54 PDT 2018, Rohit kumar wrote: > diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,adsp-pil.txt > b/Documentation/devicetree/bindings/remoteproc/qcom,adsp-pil.txt [..] > += EXAMPLE > +The following example describes the resources needed to boot control the > +ADSP,

Re: [PATCH v4] dt-binding: remoteproc: Add QTI ADSP PIL bindings

2018-10-06 Thread Bjorn Andersson
On Mon 10 Sep 20:54 PDT 2018, Rohit kumar wrote: > diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,adsp-pil.txt > b/Documentation/devicetree/bindings/remoteproc/qcom,adsp-pil.txt [..] > += EXAMPLE > +The following example describes the resources needed to boot control the > +ADSP,

Re: [PATCH] remoteproc: qcom: q6v5: Propagate EPROBE_DEFER

2018-10-06 Thread Bjorn Andersson
On Mon 24 Sep 23:50 PDT 2018, Sibi Sankar wrote: > On 2018-09-20 07:21, Bjorn Andersson wrote: > > In the case that the interrupts fail to result because of the > > interrupt-controller not yet being registered the > > platform_get_irq_byname() call will fail with -EPROBE_DEFER, but passing > >

Re: [PATCH] remoteproc: qcom: q6v5: Propagate EPROBE_DEFER

2018-10-06 Thread Bjorn Andersson
On Mon 24 Sep 23:50 PDT 2018, Sibi Sankar wrote: > On 2018-09-20 07:21, Bjorn Andersson wrote: > > In the case that the interrupts fail to result because of the > > interrupt-controller not yet being registered the > > platform_get_irq_byname() call will fail with -EPROBE_DEFER, but passing > >

Re: [PATCH v2] remoteproc: qcom: pas: Add QCS404 remoteprocs

2018-10-06 Thread Bjorn Andersson
On Thu 27 Sep 23:27 PDT 2018, Sibi Sankar wrote: > On 2018-09-28 00:33, Bjorn Andersson wrote: > > Add compatibles for the three PAS based remote processors found in > > QCS404. > > > > Signed-off-by: Bjorn Andersson > > --- > > > > Reviewed-by: Sibi Sankar > Thanks for the review Sibi,

Re: [PATCH v2] remoteproc: qcom: pas: Add QCS404 remoteprocs

2018-10-06 Thread Bjorn Andersson
On Thu 27 Sep 23:27 PDT 2018, Sibi Sankar wrote: > On 2018-09-28 00:33, Bjorn Andersson wrote: > > Add compatibles for the three PAS based remote processors found in > > QCS404. > > > > Signed-off-by: Bjorn Andersson > > --- > > > > Reviewed-by: Sibi Sankar > Thanks for the review Sibi,

Re: [PATCH] remoteproc: qcom: q6v5: Fix a race condition on fatal crash

2018-10-06 Thread Bjorn Andersson
On Mon 01 Oct 07:25 PDT 2018, Sibi Sankar wrote: > Currently with GLINK_SSR enabled each fatal crash results in servicing > a crash from wdog as well. This is due to a race that occurs in setting > the running flag in the shutdown path. Fix this by moving the running > flag to the end of fatal

Re: [PATCH] remoteproc: qcom: q6v5: Fix a race condition on fatal crash

2018-10-06 Thread Bjorn Andersson
On Mon 01 Oct 07:25 PDT 2018, Sibi Sankar wrote: > Currently with GLINK_SSR enabled each fatal crash results in servicing > a crash from wdog as well. This is due to a race that occurs in setting > the running flag in the shutdown path. Fix this by moving the running > flag to the end of fatal

Re: [PATCH] samples/rpmsg: Introduce a module parameter for message count

2018-10-06 Thread Bjorn Andersson
On Tue 11 Sep 10:46 PDT 2018, Suman Anna wrote: > The current rpmsg_client_sample uses a fixed number of messages to > be sent to each instance. This is currently set at 100. Introduce > an optional module parameter 'count' so that the number of messages > to be exchanged can be made flexible. >

Re: [PATCH] samples/rpmsg: Introduce a module parameter for message count

2018-10-06 Thread Bjorn Andersson
On Tue 11 Sep 10:46 PDT 2018, Suman Anna wrote: > The current rpmsg_client_sample uses a fixed number of messages to > be sent to each instance. This is currently set at 100. Introduce > an optional module parameter 'count' so that the number of messages > to be exchanged can be made flexible. >

Re: [PATCH 3/5] remoteproc: Add missing kernel-doc comment for auto-boot

2018-10-06 Thread Bjorn Andersson
On Fri 14 Sep 17:37 PDT 2018, Suman Anna wrote: > The commit ddf711872c9d ("remoteproc: Introduce auto-boot flag") > introduced the auto-boot flag but missed adding the corresponding > kernel-doc comment. Add the same. > > Signed-off-by: Suman Anna Applied. Thanks, Bjorn > --- >

Re: [PATCH 3/5] remoteproc: Add missing kernel-doc comment for auto-boot

2018-10-06 Thread Bjorn Andersson
On Fri 14 Sep 17:37 PDT 2018, Suman Anna wrote: > The commit ddf711872c9d ("remoteproc: Introduce auto-boot flag") > introduced the auto-boot flag but missed adding the corresponding > kernel-doc comment. Add the same. > > Signed-off-by: Suman Anna Applied. Thanks, Bjorn > --- >

Re: [PATCH 2/5] remoteproc: Check for NULL firmwares in sysfs interface

2018-10-06 Thread Bjorn Andersson
On Fri 14 Sep 17:37 PDT 2018, Suman Anna wrote: > The remoteproc framework provides a sysfs file 'firmware' > for modifying the firmware image name from userspace. Add > an additional check to ensure NULL firmwares are errored > out right away, rather than getting a delayed error while >

Re: [PATCH 2/5] remoteproc: Check for NULL firmwares in sysfs interface

2018-10-06 Thread Bjorn Andersson
On Fri 14 Sep 17:37 PDT 2018, Suman Anna wrote: > The remoteproc framework provides a sysfs file 'firmware' > for modifying the firmware image name from userspace. Add > an additional check to ensure NULL firmwares are errored > out right away, rather than getting a delayed error while >

Re: [PATCH 1/5] remoteproc: Fix unbalanced boot with sysfs for no auto-boot rprocs

2018-10-06 Thread Bjorn Andersson
On Fri 14 Sep 17:37 PDT 2018, Suman Anna wrote: > The remoteproc core performs automatic boot and shutdown of a remote > processor during rproc_add() and rproc_del() for remote processors > supporting 'auto-boot'. The remoteproc devices not using 'auto-boot' > require either a remoteproc client

Re: [PATCH 1/5] remoteproc: Fix unbalanced boot with sysfs for no auto-boot rprocs

2018-10-06 Thread Bjorn Andersson
On Fri 14 Sep 17:37 PDT 2018, Suman Anna wrote: > The remoteproc core performs automatic boot and shutdown of a remote > processor during rproc_add() and rproc_del() for remote processors > supporting 'auto-boot'. The remoteproc devices not using 'auto-boot' > require either a remoteproc client

Re: [RFC v3 1/1] ns: add binfmt_misc to the user namespace

2018-10-06 Thread Andrei Vagin
On Thu, Oct 04, 2018 at 12:50:22AM +0200, Laurent Vivier wrote: > This patch allows to have a different binfmt_misc configuration > for each new user namespace. By default, the binfmt_misc configuration > is the one of the host, but if the binfmt_misc filesystem is mounted > in the new namespace a

Re: [RFC v3 1/1] ns: add binfmt_misc to the user namespace

2018-10-06 Thread Andrei Vagin
On Thu, Oct 04, 2018 at 12:50:22AM +0200, Laurent Vivier wrote: > This patch allows to have a different binfmt_misc configuration > for each new user namespace. By default, the binfmt_misc configuration > is the one of the host, but if the binfmt_misc filesystem is mounted > in the new namespace a

A different PD controller firmware problem?

2018-10-06 Thread Theodore Y. Ts'o
On Tue, Sep 11, 2018 at 01:02:00PM +, mario.limoncie...@dell.com wrote: > > I tried 9370 and it detects the adapter correctly. IIRC I did the same > > for 5530 and it worked as well. > > Thanks for confirming that. Hopefully the same change can be ported to PD > controller > firmware then

A different PD controller firmware problem?

2018-10-06 Thread Theodore Y. Ts'o
On Tue, Sep 11, 2018 at 01:02:00PM +, mario.limoncie...@dell.com wrote: > > I tried 9370 and it detects the adapter correctly. IIRC I did the same > > for 5530 and it worked as well. > > Thanks for confirming that. Hopefully the same change can be ported to PD > controller > firmware then

<    1   2   3