Re: [PATCH][RFC] perf annotate: show full line locations with 'k' in UI

2021-03-06 Thread Arnaldo Carvalho de Melo
Em Sat, Mar 06, 2021 at 08:02:24PM +0100, Martin Liška escreveu: > On 3/6/21 3:31 PM, Arnaldo Carvalho de Melo wrote: > > I see, it works only when pressing on source code lines: > > Hey. > > Yes, I forgot to explicitly mention that. Some requests, send the mail inline, not as an attachment, so

Re: [PATCH v1 2/3] tty: serial: ucc_uart: replace qe_io{read,write}* wrappers by generic io{read,write}*

2021-03-06 Thread Greg Kroah-Hartman
On Sat, Mar 06, 2021 at 06:09:30PM +, Christophe Leroy wrote: > Commit 6ac9b61786cc ("soc: fsl: qe: introduce qe_io{read,write}* > wrappers") added specific I/O accessors for qe because at that > time ioread/iowrite functions were sub-optimal on powerpc/32 > compared to the architecture specifi

Re: [PATCH v10 3/9] crypto: Add math to support fast NIST P384

2021-03-06 Thread Vitaly Chikunov
Stefan, On Thu, Mar 04, 2021 at 07:51:57PM -0500, Stefan Berger wrote: > From: Saulo Alessandre > > * crypto/ecc.c > - add vli_mmod_fast_384 > - change some routines to pass ecc_curve forward until vli_mmod_fast > > * crypto/ecc.h > - add ECC_CURVE_NIST_P384_DIGITS > - change ECC_MAX_DI

Re: [PATCH 1/2] Perf: Clean generated directory, other archs.

2021-03-06 Thread Arnaldo Carvalho de Melo
Em Wed, Mar 03, 2021 at 07:32:46PM +0100, Gon Solo escreveu: You forgot to add an explanation here and to add your: Signed-off-by: Gon Solo In this case a: Suggested-by: Arnaldo Carvalho de Melo Is also appropriate, since I pointed you in this direction. Please take a look at: Documentati

Re: [PATCH 2/3] dt-bindings: touchscreen: Add HY46XX bindings

2021-03-06 Thread Rob Herring
On Fri, 05 Mar 2021 17:38:33 +0100, Giulio Benetti wrote: > From: Giulio Benetti > > This adds device tree bindings for the Hycon HY46XX touchscreen series. > > Signed-off-by: Giulio Benetti > --- > .../input/touchscreen/hycon,hy46xx.yaml | 130 ++ > MAINTAINERS

Re: [PATCH v6 1/5] dt-bindings: usb: Add binding for Realtek RTS5411 hub controller

2021-03-06 Thread Rob Herring
On Fri, 05 Mar 2021 11:38:49 -0800, Matthias Kaehlcke wrote: > The Realtek RTS5411 is a USB 3.0 hub controller with 4 ports. > > This initial version of the binding only describes USB related > aspects of the RTS5411, it does not cover the option of > connecting the controller as an i2c slave. >

Re: [PATCH] arch/parisc/kernel: remove duplicate include in ptrace

2021-03-06 Thread Helge Deller
On 3/4/21 3:24 AM, menglong8.d...@gmail.com wrote: From: Zhang Yunkai 'linux/compat.h' included in 'arch/parisc/kernel/ptrace.c' is duplicated. It is also included in the 24th line. Signed-off-by: Zhang Yunkai Thanks, applied to the parisc-next tree. Helge --- arch/parisc/kernel/ptrace

Re: [xhci] usb 4-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd

2021-03-06 Thread Sedat Dilek
On Sat, Mar 6, 2021 at 5:58 PM Alan Stern wrote: > > On Sat, Mar 06, 2021 at 07:42:30AM +0100, Sedat Dilek wrote: > > No, with Debian-Kernel 5.10.19-1 there are no xhci-resets: > > Is the kernel the only thing that is different? The rest of the > operating system and environment is exactly the sa

Re: [PATCH 1/3] perf skel: Remove some unused variables.

2021-03-06 Thread Song Liu
> On Mar 6, 2021, at 12:08 AM, Ian Rogers wrote: > > Fixes -Wall warnings. > > Signed-off-by: Ian Rogers Acked-by: Song Liu Thanks for the clean up! > --- > tools/perf/util/bpf_skel/bpf_prog_profiler.bpf.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/tools/p

Re: [PATCH 1/5] perf metricgroup: Support printing metrics for arm64

2021-03-06 Thread Jiri Olsa
On Fri, Mar 05, 2021 at 11:06:58AM +, John Garry wrote: > > Hi Jirka, > > > > - struct pmu_events_map *map = perf_pmu__find_map(NULL); > > > + struct pmu_events_map *map = find_cpumap(); > > so this is just for arm at the moment right? > > > > Yes - but to be more accurate, arm64. > > At t

Re: [PATCH 2/3] perf tool: Enable warnings when compiling BPF programs

2021-03-06 Thread Song Liu
> On Mar 6, 2021, at 12:08 AM, Ian Rogers wrote: > > Add -Wall -Werror when compiling BPF skeletons. > > Signed-off-by: Ian Rogers Acked-by: Song Liu > --- > tools/perf/Makefile.perf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/perf/Makefile.perf b/tools/

Re: [PATCH 3/3] perf bpf: Minor whitespace cleanup.

2021-03-06 Thread Song Liu
> On Mar 6, 2021, at 12:08 AM, Ian Rogers wrote: > > Missed space after #include. > > Signed-off-by: Ian Rogers Acked-by: Song Liu > --- > tools/perf/util/bpf_counter.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/perf/util/bpf_counter.h b/tools/perf/util

Re: [PATCH -next] mfd: ntxec: Support for EC in Tolino Shine 2 HD

2021-03-06 Thread Andreas Kemnade
On Sat, 6 Mar 2021 20:14:46 +0100 Jonathan Neuschäfer wrote: > Hi, > > (Cc'ing Mark Brown because of the regmap related questions) > > On Sat, Mar 06, 2021 at 07:13:14PM +0100, Andreas Kemnade wrote: > > Add the version of the EC in the Tolino Shine 2 HD > > to the supported versions. It seems

Re: [PATCH 2/3] dt-bindings: touchscreen: Add HY46XX bindings

2021-03-06 Thread Rob Herring
On Fri, Mar 05, 2021 at 05:38:33PM +0100, Giulio Benetti wrote: > From: Giulio Benetti > > This adds device tree bindings for the Hycon HY46XX touchscreen series. > > Signed-off-by: Giulio Benetti > --- > .../input/touchscreen/hycon,hy46xx.yaml | 130 ++ > MAINTAINERS

Re: [PATCH v6 1/5] dt-bindings: usb: Add binding for Realtek RTS5411 hub controller

2021-03-06 Thread Rob Herring
On Fri, Mar 05, 2021 at 11:38:49AM -0800, Matthias Kaehlcke wrote: > The Realtek RTS5411 is a USB 3.0 hub controller with 4 ports. > > This initial version of the binding only describes USB related > aspects of the RTS5411, it does not cover the option of > connecting the controller as an i2c slav

Re: [PATCH v2 1/9] dt-bindings: Add Jenson Display vendor prefix

2021-03-06 Thread Rob Herring
On Sat, 06 Mar 2021 00:44:18 +0100, Giulio Benetti wrote: > From: Giulio Benetti > > Update Documentation/devicetree/bindings/vendor-prefixes.yaml to > include "jenson" as a vendor prefix for "Jenson Display". > Company website: http://www.jensondisplay.com/ > > Signed-off-by: Giulio Benetti >

[PATCH 1/2] iwlwifi: fix DVM build regression in 5.12-rc

2021-03-06 Thread Hugh Dickins
There is no iwl_so_trans_cfg if CONFIG_IWLDVM but not CONFIG_IWLMVM: move the CONFIG_IWLMVM guard up before the problematic SnJ workaround to fix the build breakage. Fixes: 930be4e76f26 ("iwlwifi: add support for SnJ with Jf devices") Signed-off-by: Hugh Dickins --- drivers/net/wireless/intel/i

[PATCH 2/2] iwlwifi: fix DVM boot regression in 5.12-rc

2021-03-06 Thread Hugh Dickins
No time_point op has been provided for DVM: check for NULL before calling, to fix the oops (blank screen booting non-modular kernel). Fixes: d01293154c0a ("iwlwifi: dbg: add op_mode callback for collecting debug data.") Signed-off-by: Hugh Dickins --- drivers/net/wireless/intel/iwlwifi/iwl-op-

Re: [PATCH 1/2] iwlwifi: fix DVM build regression in 5.12-rc

2021-03-06 Thread Sedat Dilek
On Sat, Mar 6, 2021 at 8:48 PM Hugh Dickins wrote: > > There is no iwl_so_trans_cfg if CONFIG_IWLDVM but not CONFIG_IWLMVM: > move the CONFIG_IWLMVM guard up before the problematic SnJ workaround > to fix the build breakage. > > Fixes: 930be4e76f26 ("iwlwifi: add support for SnJ with Jf devices")

Re: [PATCH 2/2] iwlwifi: fix DVM boot regression in 5.12-rc

2021-03-06 Thread Sedat Dilek
On Sat, Mar 6, 2021 at 8:50 PM Hugh Dickins wrote: > > No time_point op has been provided for DVM: check for NULL before > calling, to fix the oops (blank screen booting non-modular kernel). > > Fixes: d01293154c0a ("iwlwifi: dbg: add op_mode callback for collecting debug > data.") > Signed-off-b

Re: [PATCHv1 1/6] rtc: m41t80: add support for protected clock

2021-03-06 Thread Rob Herring
On Tue, Feb 23, 2021 at 02:26:57AM +0100, Sebastian Reichel wrote: > Hi, > > On Mon, Feb 22, 2021 at 10:26:26PM +0100, Alexandre Belloni wrote: > > On 22/02/2021 22:20:47+0100, Alexandre Belloni wrote: > > > On 22/02/2021 18:12:42+0100, Sebastian Reichel wrote: > > > > Congatec's QMX6 system on mo

Re: [PATCHv1 3/6] dt-bindings: vendor-prefixes: add congatec

2021-03-06 Thread Rob Herring
On Mon, 22 Feb 2021 18:12:44 +0100, Sebastian Reichel wrote: > Document binding for congatec. > > Signed-off-by: Sebastian Reichel > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring

Re: [PATCHv1 4/6] dt-bindings: arm: fsl: add GE B1x5pv2 boards

2021-03-06 Thread Rob Herring
On Mon, 22 Feb 2021 18:12:45 +0100, Sebastian Reichel wrote: > Document the compatible for GE B1x5pv2 boards. > > Signed-off-by: Sebastian Reichel > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 11 +++ > 1 file changed, 11 insertions(+) > Acked-by: Rob Herring

Re: [RESEND][PATCH v4 2/2] Added AMS tsl2591 device tree binding

2021-03-06 Thread Rob Herring
On Mon, 22 Feb 2021 21:23:13 +, Joe Sandom wrote: > Device tree binding for AMS/TAOS tsl2591 ambient light sensor. > > This driver supports configuration via device tree and sysfs. > Supported channels for raw infrared light intensity, > raw combined light intensity and illuminance in lux. > T

Re: [GIT PULL] perf tools fixes for v5.12

2021-03-06 Thread Arnaldo Carvalho de Melo
Em Sat, Mar 06, 2021 at 11:53:00AM -0300, Arnaldo Carvalho de Melo escreveu: > Hi Linus, > > Please consider pulling, > Arnaldo Carvalho de Melo (13): > tools headers UAPI: Update tools's copy of drm.h headers > tools headers UAPI: Sync drm/i915_drm.h with the kernel sources >

Re: [PATCH v3 2/3] dt-bindings: usb: generic-ehci: document spurious-oc flag

2021-03-06 Thread Rob Herring
On Tue, 23 Feb 2021 18:44:54 +0100, Álvaro Fernández Rojas wrote: > Over-current reporting isn't supported on some platforms such as bcm63xx. > These devices will incorrectly report over-current if this flag isn't properly > activated. > > Signed-off-by: Álvaro Fernández Rojas > --- > v3: no cha

Re: [PATCH] dt-bindings: arm64: dts: mediatek: Add mt8516-pumpkin board

2021-03-06 Thread Rob Herring
On Tue, 23 Feb 2021 23:36:13 +0100, Fabien Parent wrote: > Add binding documentation for the MT8516 Pumpkin board. > > Signed-off-by: Fabien Parent > --- > Documentation/devicetree/bindings/arm/mediatek.yaml | 4 > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring

[PATCH v2] scripts: coccicheck: Fix chain mode in coccicheck

2021-03-06 Thread Davidson Francis
As described in the Coccinelle documentation (Documentation/dev-tools/ coccinelle.rst), chain mode should try patch, report, context, and org modes until one of them succeed. It turns out that currently, the 'run_cmd_parmap' function, by failing to run $SPATCH, rather than returning an error code,

Re: [v8,1/7] dt-bindings: PCI: mediatek-gen3: Add YAML schema

2021-03-06 Thread Rob Herring
On Wed, 24 Feb 2021 14:11:26 +0800, Jianjun Wang wrote: > Add YAML schemas documentation for Gen3 PCIe controller on > MediaTek SoCs. > > Signed-off-by: Jianjun Wang > Acked-by: Ryder Lee > --- > .../bindings/pci/mediatek-pcie-gen3.yaml | 181 ++ > 1 file changed, 181 inser

Re: [PATCH v2 0/2] irqchip: add support for BCM6345 interrupt controller

2021-03-06 Thread Rob Herring
On Sat, Feb 27, 2021 at 07:49:09AM +0100, Álvaro Fernández Rojas wrote: > Hi all, > > Apparently these patches were flagged as “Not Applicable” without an > explanation. Why? > https://patchwork.kernel.org/project/linux-mips/patch/20210224075640.20465-2-nolt...@gmail.com/ > https://patchwork.kern

Re: [PATCH v2 1/2] dt-bindings: interrupt-controller: document BCM6345 external interrupt controller

2021-03-06 Thread Rob Herring
On Wed, Feb 24, 2021 at 08:56:39AM +0100, Álvaro Fernández Rojas wrote: > Document the binding for the BCM6345 external interrupt controller. > > Signed-off-by: Álvaro Fernández Rojas > Signed-off-by: Jonas Gorski > Reviewed-by: Florian Fainelli > --- > v3: pass dt_binding_check. > v2: fix ti

Re: [PATCH 2/7] dt-bindings: regulator: Add compatibles for PM7325/PMR735A

2021-03-06 Thread Rob Herring
On Wed, 24 Feb 2021 14:03:07 +0530, satya priya wrote: > Add PM7325/PMR735A compatibles for Qualcomm SC7280 platform. > > Signed-off-by: satya priya > --- > Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml | 4 > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring

Re: [PATCH -next] mfd: ntxec: Support for EC in Tolino Shine 2 HD

2021-03-06 Thread Jonathan Neuschäfer
On Sat, Mar 06, 2021 at 08:42:19PM +0100, Andreas Kemnade wrote: > On Sat, 6 Mar 2021 20:14:46 +0100 > Jonathan Neuschäfer wrote: [...] > > > +/* some firmware versions do not ack written data, add a wrapper */ > > > +static const struct regmap_config regmap_config_noack = { > > > + .name = "ntxec

Re: [PATCH 1/2] iwlwifi: fix DVM build regression in 5.12-rc

2021-03-06 Thread Hugh Dickins
On Sat, 6 Mar 2021, Sedat Dilek wrote: > On Sat, Mar 6, 2021 at 8:48 PM Hugh Dickins wrote: > > > > There is no iwl_so_trans_cfg if CONFIG_IWLDVM but not CONFIG_IWLMVM: > > move the CONFIG_IWLMVM guard up before the problematic SnJ workaround > > to fix the build breakage. > > > > Fixes: 930be4e76

Re: [PATCH 2/2] lib/vsprintf: reduce space taken by no_hash_pointers warning

2021-03-06 Thread Timur Tabi
On Fri, Mar 5, 2021 at 1:46 PM Marco Elver wrote: > +static const char no_hash_pointers_warning[8][55] __initconst = { > + "**", > + " NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE ", > + " This system shows unhashed kern

Re: [block] 52f019d43c: ndctl.test-libndctl.fail

2021-03-06 Thread Williams, Dan J
On Fri, 2021-03-05 at 08:42 +0100, Christoph Hellwig wrote: > Dan, > > can you make any sense of thos report? [..] > > check_set_config_data: dimm: 0 read2 data miscompare: 0 > > check_set_config_data: dimm: 0x1 read2 data miscompare: 0 > > check_set_config_data: dimm: 0x100 read2 data miscompare:

Re: [PATCH 1/2] iwlwifi: fix DVM build regression in 5.12-rc

2021-03-06 Thread Sedat Dilek
On Sat, Mar 6, 2021 at 9:27 PM Hugh Dickins wrote: > > On Sat, 6 Mar 2021, Sedat Dilek wrote: > > On Sat, Mar 6, 2021 at 8:48 PM Hugh Dickins wrote: > > > > > > There is no iwl_so_trans_cfg if CONFIG_IWLDVM but not CONFIG_IWLMVM: > > > move the CONFIG_IWLMVM guard up before the problematic SnJ wo

[PATCH] ARM: dts: sun8i: h3: beelink-x2: Add power button

2021-03-06 Thread Jernej Skrabec
Beelink X2 has power button. Add node for it. Signed-off-by: Jernej Skrabec --- arch/arm/boot/dts/sun8i-h3-beelink-x2.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts index 62b5280ec093..4a

Re: [PATCH v3 7/7] ASoC: dt-bindings: imx-rpmsg: Add binding doc for rpmsg machine driver

2021-03-06 Thread Rob Herring
On Thu, Feb 25, 2021 at 10:52:43AM +0800, Shengjiu Wang wrote: > Imx-rpmsg is a new added machine driver for supporting audio on Cortex-M > core. The Cortex-M core will control the audio interface, DMA and audio > codec, setup the pipeline, the audio driver on Cortex-A core side is just > to commun

Re: [PATCH v3 01/11] pagemap: Introduce ->memory_failure()

2021-03-06 Thread Dan Williams
On Mon, Feb 8, 2021 at 2:55 AM Shiyang Ruan wrote: > > When memory-failure occurs, we call this function which is implemented > by each kind of devices. For the fsdax case, pmem device driver > implements it. Pmem device driver will find out the block device where > the error page locates in, an

Re: [xhci] usb 4-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd

2021-03-06 Thread Sedat Dilek
On Sat, Mar 6, 2021 at 9:26 PM Sedat Dilek wrote: > > On Sat, Mar 6, 2021 at 5:58 PM Alan Stern wrote: > > > > On Sat, Mar 06, 2021 at 07:42:30AM +0100, Sedat Dilek wrote: > > > No, with Debian-Kernel 5.10.19-1 there are no xhci-resets: > > > > Is the kernel the only thing that is different? The

Re: [PATCH V3 2/5] dt-bindings: clock: imx8qxp-lpcg: correct the example clock-names

2021-03-06 Thread Rob Herring
On Thu, 25 Feb 2021 11:10:01 +0800, peng@oss.nxp.com wrote: > From: Peng Fan > > Align with all other i.MX using the mmc controller, align > the clock-names. > > Signed-off-by: Peng Fan > --- > Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml | 6 +++--- > 1 file changed, 3 insert

Re: [PATCH] leds: trigger: fix potential deadlock with libata

2021-03-06 Thread Marc Kleine-Budde
Hello *, On 02.11.2020 11:41:52, Andrea Righi wrote: > We have the following potential deadlock condition: > > > WARNING: possible irq lock inversion dependency detected > 5.10.0-rc2+ #25 Not tainted > --

Re: [PATCH v2,1/3] dt-bindings: media: mtk-vcodec: Separating mtk vcodec encoder node

2021-03-06 Thread Rob Herring
On Thu, Feb 25, 2021 at 03:36:01PM +0800, Irui Wang wrote: > Updates binding document since the avc and vp8 hardware encoder in > MT8173 are now separated. Separate "mediatek,mt8173-vcodec-enc" to > "mediatek,mt8173-vcodec-enc-vp8" and "mediatek,mt8173-vcodec-enc". This is not a compatible change.

Re: [PATCH 1/9] dt-bindings: arm: msm: Add LLCC for SC7280

2021-03-06 Thread Rob Herring
On Thu, 25 Feb 2021 15:00:17 +0530, Sai Prakash Ranjan wrote: > Add LLCC compatible for SC7280 SoC. > > Signed-off-by: Sai Prakash Ranjan > --- > Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring

Re: [xhci] usb 4-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd

2021-03-06 Thread Sedat Dilek
On Sat, Mar 6, 2021 at 9:38 PM Sedat Dilek wrote: > > On Sat, Mar 6, 2021 at 9:26 PM Sedat Dilek wrote: > > > > On Sat, Mar 6, 2021 at 5:58 PM Alan Stern wrote: > > > > > > On Sat, Mar 06, 2021 at 07:42:30AM +0100, Sedat Dilek wrote: > > > > No, with Debian-Kernel 5.10.19-1 there are no xhci-res

Re: [PATCH 6/9] dt-bindings: soc: qcom: aoss: Add SC7280 compatible

2021-03-06 Thread Rob Herring
On Thu, 25 Feb 2021 15:00:22 +0530, Sai Prakash Ranjan wrote: > Add SC7280 AOSS QMP compatible to the list of possible bindings. > > Signed-off-by: Sai Prakash Ranjan > --- > Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob He

Re: [PATCH] powerpc: iommu: fix build when neither PCI or IBMVIO is set

2021-03-06 Thread Randy Dunlap
On March 2, 2021 3:08:43 AM PST, Michael Ellerman wrote: >Randy Dunlap writes: >> When neither CONFIG_PCI nor CONFIG_IBMVIO is enabled: >> >> ../arch/powerpc/kernel/iommu.c:178:30: error: >'fail_iommu_bus_notifier' defined but not used >[-Werror=unused-variable] >> 178 | static struct notifier_

Re: [xhci] usb 4-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd

2021-03-06 Thread Sedat Dilek
On Sat, Mar 6, 2021 at 9:49 PM Sedat Dilek wrote: > > On Sat, Mar 6, 2021 at 9:38 PM Sedat Dilek wrote: > > > > On Sat, Mar 6, 2021 at 9:26 PM Sedat Dilek wrote: > > > > > > On Sat, Mar 6, 2021 at 5:58 PM Alan Stern > > > wrote: > > > > > > > > On Sat, Mar 06, 2021 at 07:42:30AM +0100, Sedat D

Re: [PATCH 1/4] dt-bindings: mfd: Add bindings for Ampere Altra SMPro drivers

2021-03-06 Thread Rob Herring
On Thu, Feb 25, 2021 at 05:18:51PM +0700, Quan Nguyen wrote: > Adds device tree bindings for SMPro drivers found on the Mt.Jade hardware > reference platform with Ampere's Altra Processor family. > > Signed-off-by: Quan Nguyen > --- > .../bindings/hwmon/ampere,ac01-hwmon.yaml | 27 ++ >

Re: [PATCH v3 1/3] dt-bindings: mtd: Convert Qcom NANDc binding to YAML

2021-03-06 Thread Rob Herring
On Thu, 25 Feb 2021 19:38:40 +0530, Manivannan Sadhasivam wrote: > Convert Qcom NANDc devicetree binding to YAML. > > Signed-off-by: Manivannan Sadhasivam > --- > .../devicetree/bindings/mtd/qcom,nandc.yaml | 196 ++ > .../devicetree/bindings/mtd/qcom_nandc.txt| 142 ---

Re: [xhci] usb 4-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd

2021-03-06 Thread Sedat Dilek
On Sat, Mar 6, 2021 at 9:56 PM Sedat Dilek wrote: > > On Sat, Mar 6, 2021 at 9:49 PM Sedat Dilek wrote: > > > > On Sat, Mar 6, 2021 at 9:38 PM Sedat Dilek wrote: > > > > > > On Sat, Mar 6, 2021 at 9:26 PM Sedat Dilek wrote: > > > > > > > > On Sat, Mar 6, 2021 at 5:58 PM Alan Stern > > > > wro

Re: [PATCH v4 15/19] dts: bindings: Document device tree bindings for ETE

2021-03-06 Thread Rob Herring
On Thu, Feb 25, 2021 at 07:35:39PM +, Suzuki K Poulose wrote: > Document the device tree bindings for Embedded Trace Extensions. > ETE can be connected to legacy coresight components and thus > could optionally contain a connection graph as described by > the CoreSight bindings. > > Cc: device

Re: [PATCH 1/4] mips: bmips: add BCM63268 timer clock definitions

2021-03-06 Thread Rob Herring
On Thu, 25 Feb 2021 20:41:58 +0100, Álvaro Fernández Rojas wrote: > Add missing timer clock definitions for BCM63268. > > Signed-off-by: Álvaro Fernández Rojas > --- > include/dt-bindings/clock/bcm63268-clock.h | 13 + > 1 file changed, 13 insertions(+) > Acked-by: Rob Herring

[PATCH] fb_defio: Use __set_page_dirty_no_writeback

2021-03-06 Thread Matthew Wilcox (Oracle)
The home-grown set_page_dirty() implementation had the wrong return value. Use __set_page_dirty_no_writeback() like other in-memory implementations. Signed-off-by: Matthew Wilcox (Oracle) --- drivers/video/fbdev/core/fb_defio.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff

Re: [PATCH 2/4] mips: bmips: add BCM63268 timer reset definitions

2021-03-06 Thread Rob Herring
On Thu, Feb 25, 2021 at 08:41:59PM +0100, Álvaro Fernández Rojas wrote: > Add missing timer reset definitions for BCM63268. > > Signed-off-by: Álvaro Fernández Rojas > --- > include/dt-bindings/reset/bcm63268-reset.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/include/dt-bindin

Re: [PATCH 3/4] dt-bindings: clock: Add BCM63268 timer binding

2021-03-06 Thread Rob Herring
On Thu, 25 Feb 2021 20:42:00 +0100, Álvaro Fernández Rojas wrote: > Document the Broadcom BCM63268 Clock and Reset controller. > > Signed-off-by: Álvaro Fernández Rojas > --- > .../clock/brcm,bcm63268-timer-clocks.yaml | 40 +++ > 1 file changed, 40 insertions(+) > create mo

QQQQQQQQQPM

2021-03-06 Thread CAREERR CENTER
We have a Job vacancy for you in your country, the Job cannot stop your business or the work your doing already. Send your CV/ Resume or Name, Phone No. , address to our Email: mec...@xcontrol.it Thanks Jeff.

Re: [PATCH 1/2] dt-bindings: clock: qcom,gcc: Document MSM8976 compatibles

2021-03-06 Thread Rob Herring
On Thu, 25 Feb 2021 21:18:42 +0100, Konrad Dybcio wrote: > Document the newly added compatibles for 8976 GCC. > > Signed-off-by: Konrad Dybcio > --- > Documentation/devicetree/bindings/clock/qcom,gcc.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring

Re: [PATCH 1/2] pinctrl: pmic-mpp: Add missing dt-bindings mpp function defs

2021-03-06 Thread Rob Herring
On Thu, 25 Feb 2021 22:36:04 +0100, Konrad Dybcio wrote: > From: AngeloGioacchino Del Regno > > The pinctrl-spmi-mpp driver supports setting more mpp functions > than the ones defined in the dt-bindings header, specifically, > digital, analog and sink. > > To follow the current way of specifying

Re: [PATCH 2/2] iio: qcom-spmi-vadc: Add definitions for USB DP/DM VADCs

2021-03-06 Thread Rob Herring
On Thu, 25 Feb 2021 22:36:05 +0100, Konrad Dybcio wrote: > From: AngeloGioacchino Del Regno > > Some SoCs do have a USB DP/DM ADC at 0x43, 0x44. > > Signed-off-by: AngeloGioacchino Del Regno > > Signed-off-by: Konrad Dybcio > --- > include/dt-bindings/iio/qcom,spmi-vadc.h | 3 +++ > 1 file c

[PATCH] net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the file chcr_ktls.c

2021-03-06 Thread Bhaskar Chowdhury
Mundane typos fixes throughout the file. s/establised/established/ s/availbale/available/ s/vaues/values/ s/Incase/In case/ Signed-off-by: Bhaskar Chowdhury --- .../ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c| 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [PATCH 1/3] dt-bindings: phy: convert Broadcom NS USB 2.0 to the json-schema

2021-03-06 Thread Rob Herring
On Fri, 26 Feb 2021 12:44:59 +0100, Rafał Miłecki wrote: > From: Rafał Miłecki > > Minor example fixes: > 1. Include bcm-nsp.h > 2. Add address to the node name > > Signed-off-by: Rafał Miłecki > --- > This has been verified using dt_binding_check > --- > .../bindings/phy/bcm-ns-usb2-phy.txt

Re: [PATCH 00/11] pragma once: treewide conversion

2021-03-06 Thread Linus Torvalds
On Sat, Mar 6, 2021 at 5:07 AM Miguel Ojeda wrote: > > Concerning #pragma once: I actually would like to have a standard > #once directive if what is a "seen file" could be defined a bit more > precisely. I think it would be ok if you had something like #pragma once IDTOKEN which would basic

Re: [PATCH] MIPS: boot/compressed: Copy DTB to aligned address

2021-03-06 Thread Rob Herring
On Sat, Mar 6, 2021 at 1:45 AM Thomas Bogendoerfer wrote: > > On Wed, Mar 03, 2021 at 02:37:55PM -0600, Rob Herring wrote: > > On Wed, Mar 3, 2021 at 1:33 PM Paul Cercueil wrote: > > > > > > Since 5.12-rc1, the Device Tree blob must now be properly aligned. > > > > I had checked the other built-i

[PATCH] soc: qcom: Fix typos in the file qmi_encdec.c

2021-03-06 Thread Bhaskar Chowdhury
Rudimentory spelling fixes throughout the file. s/descibing/describing/ s/inforation/information/ Signed-off-by: Bhaskar Chowdhury --- drivers/soc/qcom/qmi_encdec.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/soc/qcom/qmi_encdec.c b/drivers/soc/qcom/qmi

5.12-rc1 and -rc2 - BUG/crash after KVM/USB connect/disconnect.

2021-03-06 Thread Robert Gadsdon
HP Z220 (xeon).  Fedora 33  GCC 10.2.1 Boot system, connect via KVM (DVI/USB) and disconnect, then: . usb 1-1.1.1: USB disconnect, device number 6 usb 1-1.1.1.2: USB disconnect, device number 8 usb 1-1.1.1.4: USB disconnect, device number 9 usb 1-1.1.1.5: clear tt 5 (90d

Re: [PATCH -next] mfd: ntxec: Support for EC in Tolino Shine 2 HD

2021-03-06 Thread Andreas Kemnade
On Sat, 6 Mar 2021 21:19:38 +0100 Jonathan Neuschäfer wrote: [...] > > > > + case NTXEC_VERSION_TOLINO_SHINE2: > > > > + has_rtc = false; > > > > + ec->regmap = devm_regmap_init(ec->dev, NULL, > > > > + ec->regmap, > >

[PATCH] tasklet: Remove tasklet_kill_immediate

2021-03-06 Thread Davidlohr Bueso
Ever since RCU was converted to softirq, it has no users. Signed-off-by: Davidlohr Bueso --- include/linux/interrupt.h | 1 - kernel/softirq.c | 32 2 files changed, 33 deletions(-) diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h ind

[PATCH net-next] net: usb: log errors to dmesg/syslog

2021-03-06 Thread Grant Grundler
Errors in protocol should be logged when the driver aborts operations. If the driver can carry on and "humor" the device, then emitting the message as debug output level is fine. Signed-off-by: Grant Grundler --- drivers/net/usb/usbnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Rep

[PATCH net-next] net: usb: cdc_ncm: emit dev_err on error paths

2021-03-06 Thread Grant Grundler
Several error paths in bind/probe code will only emit output using dev_dbg. But if we are going to fail the bind/probe, emit related output with "err" priority. Signed-off-by: Grant Grundler --- drivers/net/usb/cdc_ncm.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Reposting

Re: [PATCH] MIPS: boot/compressed: Copy DTB to aligned address

2021-03-06 Thread Thomas Bogendoerfer
On Sat, Mar 06, 2021 at 02:35:21PM -0700, Rob Herring wrote: > On Sat, Mar 6, 2021 at 1:45 AM Thomas Bogendoerfer > wrote: > > > > On Wed, Mar 03, 2021 at 02:37:55PM -0600, Rob Herring wrote: > > > On Wed, Mar 3, 2021 at 1:33 PM Paul Cercueil wrote: > > > > > > > > Since 5.12-rc1, the Device Tree

Re: [PATCH 4.4 00/30] 4.4.260-rc1 review

2021-03-06 Thread Pavel Machek
Hi! > > > This is the start of the stable review cycle for the 4.4.260 release. > > > There are 30 patches in this series, all will be posted as a response > > > to this one. If anyone has any issues with these being applied, please > > > let me know. > > > > Ok, so we ran some tests. > > > > A

[PATCH] mfd: ab8500: Drop bm disable parameter

2021-03-06 Thread Linus Walleij
Nobody is passing the module parameter to disable the battery management portions so just drop this parameter. Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Rebased on v5.12-rc, seems to have been missed for v5.12 merge window. --- drivers/mfd/ab8500-core.c | 20 ++-- 1

Re: [PATCH] dt-bindings: timer: renesas,tmu: add r8a779a0 TMU support

2021-03-06 Thread Niklas Söderlund
Hi Wolfram, Thanks for your work. On 2021-03-05 15:23:59 +0100, Wolfram Sang wrote: > Signed-off-by: Wolfram Sang Reviewed-by: Niklas Söderlund > --- > > This is the correct one. TMU passed the testsuite, CMT needs a second > look. > > Documentation/devicetree/bindings/timer/renesas,tmu.ya

Re: [PATCH v10 3/9] crypto: Add math to support fast NIST P384

2021-03-06 Thread Stefan Berger
On 3/6/21 2:25 PM, Vitaly Chikunov wrote: Stefan, On Thu, Mar 04, 2021 at 07:51:57PM -0500, Stefan Berger wrote: From: Saulo Alessandre * crypto/ecc.c - add vli_mmod_fast_384 - change some routines to pass ecc_curve forward until vli_mmod_fast * crypto/ecc.h - add ECC_CURVE_NIST_P38

Re: [PATCH v3 2/2] usb: dwc3: Fix DRD mode change sequence following programming guide

2021-03-06 Thread Thinh Nguyen
Wesley Cheng wrote: > > On 1/7/2021 5:51 PM, John Stultz wrote: >> In reviewing the previous patch, Thinh Nguyen pointed out that >> the DRD mode change sequence should be like the following when >> switching from host -> device according to the programming guide >> (for all DRD IPs): >> 1. Reset c

Re: [PATCH v3 1/2] usb: dwc3: Trigger a GCTL soft reset when switching modes in DRD

2021-03-06 Thread Thinh Nguyen
Wesley Cheng wrote: > > On 1/8/2021 4:44 PM, Thinh Nguyen wrote: >> Hi, >> >> John Stultz wrote: >>> On Fri, Jan 8, 2021 at 4:26 AM Felipe Balbi wrote: Hi, John Stultz writes: > From: Yu Chen > > Just resending this, as discussion died out a bit and I'm not > sure

Re: [PATCH 03/44] PCI: remove synclink entries from pci_ids

2021-03-06 Thread Krzysztof Wilczyński
Hi Jiri, > The drivers were removed in a1f714b44e34 (tty: Remove redundant synclink > driver) and 3d608a591b2b (tty: Remove redundant synclinkmp driver). > > So remove also the PCI ID entries. [...] Thank you! Reviewed-by: Krzysztof Wilczyński Krzysztof

[PATCH] iio: adc: axp20x_adc: fix charging current reporting on AXP22x

2021-03-06 Thread Evgeny Boger
Both the charging and discharging currents on AXP22x are stored as 12-bit integers, in accordance with the datasheet. It's also confirmed by vendor BSP (axp20x_adc.c:axp22_icharge_to_mA). The scale factor of 0.5 is never mentioned in datasheet, nor in the vendor source code. I think it was here to

Re: [PATCH] PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc()

2021-03-06 Thread Krzysztof Wilczyński
Hi Pali, > IRQ domain alloc function should return zero on success. Non-zero value > indicates failure. > > Signed-off-by: Pali Rohár > Fixes: fc54bae28818 ("PCI: iproc: Allow allocation of multiple MSIs") [...] Nice catch! Reviewed-by: Krzysztof Wilczyński Krzysztof

Re: [PATCH v10 3/9] crypto: Add math to support fast NIST P384

2021-03-06 Thread Vitaly Chikunov
Stefan, On Sat, Mar 06, 2021 at 06:29:18PM -0500, Stefan Berger wrote: > On 3/6/21 2:25 PM, Vitaly Chikunov wrote: > > > > On Thu, Mar 04, 2021 at 07:51:57PM -0500, Stefan Berger wrote: > > > From: Saulo Alessandre > > > > > > * crypto/ecc.c > > >- add vli_mmod_fast_384 > > >- change so

qemu meltdown test failure was Re: [PATCH 4.4 00/30] 4.4.260-rc1 review

2021-03-06 Thread Pavel Machek
Hi! > > Ok, so we ran some tests. > > > > And they failed: > > > > https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/1075959449 > > > > [ 26.785861] > > Received signal: TEST_CASE_ID=CVE-2018-3639 RESULT=fail > > > > Testcase name is spectre-meltdown-checker... Failing o

Re: [PATCH v2] PCI: quirk for preventing bus reset on TI C667X

2021-03-06 Thread Krzysztof Wilczyński
Hi Antti, A few nitpicks, so feel free to ignore these, of course. If possible, capitalise the subject line. Also, perhaps "Add quirk to prevent bus (...)" might read better. > Some TI keystone C667X devices do no support bus/hot reset. Its PCIESS [...] It would be KeyStone in the above senten

Re: [PATCH v2 1/2] drm/mediatek: dsi: Fix EoTp flag

2021-03-06 Thread Chun-Kuang Hu
Hi, Jitao: Jitao Shi 於 2021年2月1日 週一 上午11:36寫道: > > SoC will transmit the EoTp (End of Transmission packet) when > MIPI_DSI_MODE_EOT_PACKET flag is set. I've modified the title and message as: drm/mediatek: dsi: Use symbolized register definition For HSTX_CKLP_EN and DIS_EOT, use symbolized reg

Re: [PATCH v2 2/2] drm/mediatek: dsi: fine tune the line time cause by EOTp

2021-03-06 Thread Chun-Kuang Hu
Hi, Jitao: Jitao Shi 於 2021年2月1日 週一 上午11:36寫道: > > Enabling EoTp will make the line time larger, so the hfp and > hbp should be reduced to keep line time. Applied to mediatek-drm-next [1], thanks. [1] https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git/log/?h=mediatek-drm-ne

Re: [PATCH v3 3/3] dt-bindings: mediatek,dpi: add mt8192 to mediatek,dpi

2021-03-06 Thread Chun-Kuang Hu
Hi, Jitao: Rob Herring 於 2021年2月11日 週四 上午4:19寫道: > > On Mon, 08 Feb 2021 09:42:21 +0800, Jitao Shi wrote: > > Add compatible "mediatek,mt8192-dpi" for the mt8192 dpi. > > > > Signed-off-by: Jitao Shi > > --- > > .../devicetree/bindings/display/mediatek/mediatek,dpi.yaml | 1 + > > 1 file

Re: [PATCH] xhci: Remove unused value len from xhci_unmap_temp_buf

2021-03-06 Thread Zhangkun
On 3/7/21 12:25 AM, Greg Kroah-Hartman wrote: > On Sat, Mar 06, 2021 at 08:06:44PM +0800, zhangkun...@163.com wrote: >> From: Zhang Kun >> >> The value assigned to len by sg_pcopy_from_buffer() never used for >> anything, so remove it. >> >> Signed-off-by: Zhang Kun >> --- >> drivers/usb/host/xh

Re: [PATCH] PCI: acpiphp: Fixed coding style

2021-03-06 Thread Krzysztof Wilczyński
Hi, Thank you for sending the patch over. Few suggestions below. There seem to be an extra space in the subject line. > In this commit fixed coding style for braces and comments. Where these coding style changes suggested by a tool? For example, was it something like checkpatch.pl? If so, th

Re: [PATCH v10 3/9] crypto: Add math to support fast NIST P384

2021-03-06 Thread Stefan Berger
On 3/6/21 7:03 PM, Vitaly Chikunov wrote: Stefan, On Sat, Mar 06, 2021 at 06:29:18PM -0500, Stefan Berger wrote: On 3/6/21 2:25 PM, Vitaly Chikunov wrote: On Thu, Mar 04, 2021 at 07:51:57PM -0500, Stefan Berger wrote: From: Saulo Alessandre * crypto/ecc.c - add vli_mmod_fast_384 - c

Re: [RFC][PATCH 1/2] x86: remove duplicate TSC DEADLINE MSR definitions

2021-03-06 Thread Dave Hansen
On 3/5/20 9:47 AM, Dave Hansen wrote: > There are two definitions for the TSC deadline MSR in msr-index.h, > one with an underscore and one without. Axe one of them and move > all the references over to the other one. > > Cc: x...@kernel.org > Cc: Peter Zijlstra Better late than never: Signed-

[PATCH] Expose the bus kernel docs to the build docs.

2021-03-06 Thread Wren Turkal
Before, the bus type related APIs that were defined in the include/linux/device/bus.h were not referenced anywhere in the docs, so I linked it to the bus types api documentation. Signed-off-by: Wren Turkal --- Documentation/driver-api/driver-model/bus.rst | 2 ++ 1 file changed, 2 insertions(+)

[rcu:dev.2021.03.03b] BUILD SUCCESS b4838c004a52080e221bc224d6425a5a8eba238d

2021-03-06 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2021.03.03b branch HEAD: b4838c004a52080e221bc224d6425a5a8eba238d net: phy: make mdio_bus_phy_suspend/resume as __maybe_unused elapsed time: 3149m configs tested: 98 configs skipped: 2 The following config

[rcu:rcu/next] BUILD SUCCESS 87f839888775b31854553de50d67b1c207dad705

2021-03-06 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/next branch HEAD: 87f839888775b31854553de50d67b1c207dad705 Merge branch 'lkmm-dev.2021.03.04a' into HEAD elapsed time: 3072m configs tested: 131 configs skipped: 2 The following configs have been built succ

Re: [PATCH] Expose the bus kernel docs to the build docs.

2021-03-06 Thread Matthew Wilcox
On Sat, Mar 06, 2021 at 05:33:01PM -0800, Wren Turkal wrote: > Before, the bus type related APIs that were defined in the > include/linux/device/bus.h were not referenced anywhere in the docs, so > I linked it to the bus types api documentation. I think this is a good thing to do. > +++ b/Documen

Re: [PATCH] Expose the bus kernel docs to the build docs.

2021-03-06 Thread Wren Turkal
Thanks for the feedback. I will cut another patch in a sec. On 3/6/21 5:44 PM, Matthew Wilcox wrote: Do you want to put a heading in front of it? I did this in xarray.rst: Functions and structures .. kernel-doc:: include/linux/xarray.h .. kernel-doc:: lib/xarray.c Al

Re: [PATCH] leds: trigger: fix potential deadlock with libata

2021-03-06 Thread Boqun Feng
On Sat, Mar 06, 2021 at 09:39:54PM +0100, Marc Kleine-Budde wrote: > Hello *, > > On 02.11.2020 11:41:52, Andrea Righi wrote: > > We have the following potential deadlock condition: > > > > > > WARNING: possible irq lock inversion depende

Re: [PATCH 5.11 000/104] 5.11.4-rc1 review

2021-03-06 Thread Naresh Kamboju
On Fri, 5 Mar 2021 at 17:55, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.11.4 release. > There are 104 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Resp

[syzbot] general protection fault in klist_iter_exit

2021-03-06 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:d310ec03 Merge tag 'perf-core-2021-02-17' of git://git.ker.. git tree: net-next console output: https://syzkaller.appspot.com/x/log.txt?x=1350c796d0 kernel config: https://syzkaller.appspot.com/x/.config?x=2b8307379601586a das

[PATCH 1/2] csky: Enable generic clockevent broadcast

2021-03-06 Thread guoren
From: Guo Ren When percpu-timers are stopped by deep power saving mode, we need system timer help to broadcast IPI_TIMER. This is first introduced by broken x86 hardware, where the local apic timer stops in C3 state. But many other architectures(powerpc, mips, arm, hexagon, openrisc, sh) have su

<    1   2   3   4   5   >