[PATCH V2 3/3] arm64: dts: imx8mp-evk: Correct WDOG_B pin configuration

2020-10-12 Thread Anson Huang
Different revision of i.MX8MP EVK boards may have different external pull up registor design, some are enabled while some are NOT, to make sure the WDOG_B pin works properly, better to enable internal pull up resistor. Since enabling internal pull up resistor is NOT harmful and having benefit of

[PATCH V2 1/3] arm64: dts: imx8mm: Correct WDOG_B pin configuration

2020-10-12 Thread Anson Huang
Different revision of i.MX8MM EVK boards may have different external pull up registor design, some are enabled while some are NOT, to make sure the WDOG_B pin works properly, better to enable internal pull up resistor. Since enabling internal pull up resistor is NOT harmful and having benefit of

[PATCH V2 2/3] arm64: dts: imx8mn: Correct WDOG_B pin configuration

2020-10-12 Thread Anson Huang
Different revision of i.MX8MN EVK boards may have different external pull up registor design, some are enabled while some are NOT, to make sure the WDOG_B pin works properly, better to enable internal pull up resistor. Since enabling internal pull up resistor is NOT harmful and having benefit of

[PATCH v6 3/4] arm64: dts: mt8192: add mmc device node

2020-10-12 Thread Wenbin Mei
This commit adds mmc device node for mt8192 Signed-off-by: Wenbin Mei --- arch/arm64/boot/dts/mediatek/mt8192-evb.dts | 89 + arch/arm64/boot/dts/mediatek/mt8192.dtsi| 34 2 files changed, 123 insertions(+) diff --git

[PATCH v6 4/4] mmc: mediatek: Add subsys clock control for MT8192 msdc

2020-10-12 Thread Wenbin Mei
MT8192 msdc is an independent sub system, we need control more bus clocks for it. Add support for the additional subsys clocks to allow it to be configured appropriately. Signed-off-by: Wenbin Mei --- drivers/mmc/host/mtk-sd.c | 74 +-- 1 file changed, 56

[PATCH v6 1/4] dt-bindings: mmc: Convert mtk-sd to json-schema

2020-10-12 Thread Wenbin Mei
Convert the mtk-sd binding to DT schema format using json-schema. Signed-off-by: Wenbin Mei --- .../devicetree/bindings/mmc/mtk-sd.txt| 75 .../devicetree/bindings/mmc/mtk-sd.yaml | 163 ++ 2 files changed, 163 insertions(+), 75 deletions(-) delete mode

[PATCH v6 2/4] mmc: dt-bindings: add support for MT8192 SoC

2020-10-12 Thread Wenbin Mei
MT8192 mmc host ip is compatible with MT8183. Add support for this. Signed-off-by: Wenbin Mei --- Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml

[PATCH v6 0/4] Add mmc support for MT8192 SoC

2020-10-12 Thread Wenbin Mei
Change in v6: 1)use devm_clk_get function for required clocks Change in v5: 1)remove Reviewed-by tag 2)use devm_clk_bulk_get_optional instead of devm_clk_get_optional for bulk clks Change in v4: 1)drop "vmmc" and "vqmmc" desciption in mtk-sd.yaml 2)add vmmq/vqmmc supplies and the pinctrls to

[PATCH] PM / EM: consult something about cpumask in em_dev_register_perf_domain

2020-10-12 Thread zhuguangqing83
From: zhuguangqing Hi, Lukasz, Quentin I have three questions to consult about cpumask in energy_model.c. 1, The first one is about the meanings of the following two parameters, [1] and [2]. [1]: "cpumask_t *cpus" in function em_dev_register_perf_domain(): Pointer to cpumask_t, which in case

RE: [PATCH 1/3] arm64: dts: imx8mm: Correct WDOG_B pin configuration

2020-10-12 Thread Anson Huang
Hi, Krzysztof > Subject: Re: [PATCH 1/3] arm64: dts: imx8mm: Correct WDOG_B pin > configuration > > On Fri, 9 Oct 2020 at 09:52, Anson Huang wrote: > > > > Different revision of i.MX8MM EVK boards may have different external > > pull up registor design, some are enabled while some are NOT, to

Re: [PATCH] IB/hfi1: Avoid allocing memory on memoryless numa node

2020-10-12 Thread Dennis Dalessandro
On 10/10/2020 4:57 AM, Xianting Tian wrote: In architecture like powerpc, we can have cpus without any local memory attached to it. In such cases the node does not have real memory. Use local_memory_node(), which is guaranteed to have memory. local_memory_node is a noop in other architectures

[PATCH v8 1/3] tty: rename tty_kopen() and add new function tty_kopen_shared()

2020-10-12 Thread Uwe Kleine-König
Introduce a new function tty_kopen_shared() that yields a struct tty_struct. The semantic difference to tty_kopen() is that the tty is expected to be used already. So rename tty_kopen() to tty_kopen_exclusive() for clearness, adapt the single user and put the common code in a new static helper

[PATCH v5.1 10/52] scripts: kernel-doc: allow passing desired Sphinx C domain dialect

2020-10-12 Thread Mauro Carvalho Chehab
When kernel-doc is called via kerneldoc.py, there's no need to auto-detect the Sphinx version, as the Sphinx module already knows it. So, add an optional parameter to allow changing the Sphinx dialect. As kernel-doc can also be manually called, keep the auto-detection logic if the parameter was

[PATCH v8 2/3] tty: new helper function tty_get_icount()

2020-10-12 Thread Uwe Kleine-König
For a given struct tty_struct this yields the corresponding statistics about sent and received characters (and some more) which is needed to implement an LED trigger for tty devices. The new function is then used to simplify tty_tiocgicount(). Signed-off-by: Uwe Kleine-König ---

[PATCH v8 0/3] leds: trigger: implement a tty trigger

2020-10-12 Thread Uwe Kleine-König
this is v8 of a series adding support for tty triggers. See patch 3 for how to use it. The first two patches provide the necessary infrastructure in the tty subsystem to make the trigger possible. Changes compared to v7 sent with Message-Id 20200707165958.16522-1-u.kleine-koe...@pengutronix.de on

[PATCH v8 3/3] leds: trigger: implement a tty trigger

2020-10-12 Thread Uwe Kleine-König
Usage is as follows: myled=ledname tty=ttyS0 echo tty > /sys/class/leds/$myled/trigger echo $tty > /sys/class/leds/$myled/ttyname . When this new trigger is active it periodically checks the tty's statistics and when it changed since the last check the led is

[PATCH next] iommu: intel: make DMAR_TABLE select IOMMU_API

2020-10-12 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Since commit c40c1018 ("iommu/vt-d: Gracefully handle DMAR units with no supported address widths") dmar.c needs struct iommu_device to be defined. We need to unconditionally select IOMMU_API when DMAR_TABLE is selected. This fixes the following build error when

Re: [PATCH] scripts: kernel-doc: allow passing desired Sphinx C domain dialect

2020-10-12 Thread Mauro Carvalho Chehab
Em Tue, 6 Oct 2020 08:01:34 -0600 Jonathan Corbet escreveu: > On Tue, 6 Oct 2020 08:42:07 +0200 > Mauro Carvalho Chehab wrote: > > > As right now we don't support Sphinx version 3.0[1], we're actually using > > just > > $sphinx_major. So, I'm wonder if it would make sense to also make > >

RE: [PATCH v2] usb: cdns3: Rids of duplicate error message

2020-10-12 Thread Pawel Laszczak
> >On 20-10-12 14:38:16, Roger Quadros wrote: >> Pawel, >> >> On 12/10/2020 14:12, Pawel Laszczak wrote: >> > Hi Roger, >> > >> > On 12/10/2020 09:42, Pawel Laszczak wrote: >> > > On failure, the platform_get_irq_byname prints an error message >> > > so, patch removes error message related to

Re: [PATCH -v2 15/17] sched: Fix migrate_disable() vs rt/dl balancing

2020-10-12 Thread Dietmar Eggemann
On 12/10/2020 13:28, Peter Zijlstra wrote: > On Mon, Oct 12, 2020 at 11:56:09AM +0200, Dietmar Eggemann wrote: >> On 05/10/2020 16:57, Peter Zijlstra wrote: >> >> [...] >> >>> --- a/kernel/sched/rt.c >>> +++ b/kernel/sched/rt.c >>> @@ -1859,7 +1859,7 @@ static struct task_struct *pick_next_pus >>>

Re: [PATCH v4 1/5] arm64: Add framework to turn IPI as NMI

2020-10-12 Thread Sumit Garg
On Sat, 10 Oct 2020 at 07:28, Masayoshi Mizuma wrote: > > Hi Sumit, > > On Fri, Sep 11, 2020 at 06:58:40PM +0530, Sumit Garg wrote: > > Introduce framework to turn an IPI as NMI using pseudo NMIs. In case a > > particular platform doesn't support pseudo NMIs, then request IPI as a > > regular

Re: [PATCH v6 02/14] ASoC: sun4i-i2s: Change set_chan_cfg() params

2020-10-12 Thread Maxime Ripard
On Tue, Oct 06, 2020 at 12:03:14AM -0500, Samuel Holland wrote: > On 10/5/20 7:13 AM, Maxime Ripard wrote: > > On Sat, Oct 03, 2020 at 04:19:38PM +0200, Clément Péron wrote: > >> As slots and slot_width can be set manually using set_tdm(). > >> These values are then kept in sun4i_i2s struct. > >>

Re: [PATCH] net: ethernet: ixgbe: don't propagate -ENODEV from ixgbe_mii_bus_init()

2020-10-12 Thread Bartosz Golaszewski
On Mon, Sep 28, 2020 at 9:17 AM Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > It's a valid use-case for ixgbe_mii_bus_init() to return -ENODEV - we > still want to finalize the registration of the ixgbe device. Check the > error code and don't bail out if err == -ENODEV. > > This

Re: [PATCH v4 1/5] arm64: Add framework to turn IPI as NMI

2020-10-12 Thread Sumit Garg
Hi Masa, On Sat, 10 Oct 2020 at 20:43, Masayoshi Mizuma wrote: > > On Sat, Oct 10, 2020 at 10:34:04AM +0100, Marc Zyngier wrote: > > On Sat, 10 Oct 2020 02:58:55 +0100, > > Masayoshi Mizuma wrote: > > > > [...] > > > > > > +void ipi_nmi_setup(int cpu) > > > > +{ > > > > + if (!ipi_desc) > > > >

Re: [PATCH v2] usb: cdns3: Rids of duplicate error message

2020-10-12 Thread Peter Chen
On 20-10-12 14:38:16, Roger Quadros wrote: > Pawel, > > On 12/10/2020 14:12, Pawel Laszczak wrote: > > Hi Roger, > > > > On 12/10/2020 09:42, Pawel Laszczak wrote: > > > On failure, the platform_get_irq_byname prints an error message > > > so, patch removes error message related to this function

Re: [PATCH 2/2] mm: introduce vma_set_file function v4

2020-10-12 Thread kernel test robot
op us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/0day-ci/linux/commits/Christian-K-nig/mm-mmap-fix-fput-in-error-path-v2/20201012-165336 base: git://anongit.freedesktop.org/drm-intel for-linux

Re: [PATCH v6 02/14] ASoC: sun4i-i2s: Change set_chan_cfg() params

2020-10-12 Thread Maxime Ripard
Hi, On Mon, Oct 05, 2020 at 03:23:12PM +0200, Clément Péron wrote: > On Mon, 5 Oct 2020 at 14:13, Maxime Ripard wrote: > > > > On Sat, Oct 03, 2020 at 04:19:38PM +0200, Clément Péron wrote: > > > As slots and slot_width can be set manually using set_tdm(). > > > These values are then kept in

Re: [PATCH] gpu/drm/armada: fix unused parameter warning

2020-10-12 Thread Russell King - ARM Linux admin
On Mon, Oct 12, 2020 at 04:57:24AM -0700, Bernard Zhao wrote: > Functions armada_drm_crtc_atomic_flush & > armada_drm_crtc_atomic_enable don`t use the second parameter. > So we may get warning like : > warning: unused parameter ‘***’ [-Wunused-parameter]. > This change is to fix the compile

[GIT PULL] m68k updates for 5.10

2020-10-12 Thread Geert Uytterhoeven
Hi Linus, The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v5.10-tag1 for you to fetch

Re: [PATCH v3 2/3] media: atmel: introduce microchip csi2dc driver

2020-10-12 Thread Eugen.Hristev
On 12.10.2020 10:15, Eugen Hristev - M18282 wrote: > On 09.10.2020 17:58, Sakari Ailus wrote: > >> Hi Eugen, >> >> My apologies for the late reply. >> > > Hi, > > Thank you for replying, > >> On Mon, Sep 07, 2020 at 09:16:57AM +, eugen.hris...@microchip.com wrote: >>> On 31.08.2020 11:50,

Re: [PATCH v4 1/2] Revert "drm/mediatek: dsi: Fix scrolling of panel with small hfp or hbp"

2020-10-12 Thread Bilal Wasim
Hi Jitao, On Sat, 10 Oct 2020 15:09:09 +0800 Jitao Shi wrote: > This reverts commit 35bf948f1edbf507f6e57e0879fa6ea36d2d2930. > > Signed-off-by: Jitao Shi > --- > drivers/gpu/drm/mediatek/mtk_dsi.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git

Re: [PATCH v4 2/3] dmaengine: add peripheral configuration

2020-10-12 Thread Peter Ujfalusi
On 12/10/2020 9.09, Vinod Koul wrote: > On 09-10-20, 14:29, Peter Ujfalusi wrote: >> >> >> On 09/10/2020 14.15, Vinod Koul wrote: > If for any any reason subsequent txn is for different direction, I would > expect that parameters are set again before prep_ calls But in

Re: [PATCH v2 3/4] powercap: Add AMD Fam17h RAPL support

2020-10-12 Thread Victor Ding
On Fri, Oct 9, 2020 at 2:47 PM Zhang Rui wrote: > > On Wed, 2020-10-07 at 11:14 -0500, Kim Phillips wrote: > > From: Victor Ding > > > > This patch enables AMD Fam17h RAPL support for the power capping > > framework. The support is as per AMD Fam17h Model31h (Zen2) and > > model 00-ffh (Zen1)

Re: [PATCH v2 3/4 RESEND] MIPS: Loongson64: Add /proc/boardinfo

2020-10-12 Thread Tiezhu Yang
On 10/12/2020 06:38 PM, Thomas Bogendoerfer wrote: On Sun, Oct 11, 2020 at 07:47:53AM +0800, Tiezhu Yang wrote: Add /proc/boardinfo to get mainboard and BIOS info easily on the Loongson platform, this is useful to point out the current used mainboard type and BIOS version when there exists

Re: [PATCH v3 02/24] dt-bindings: memory: mediatek: Convert SMI to DT schema

2020-10-12 Thread Yong Wu
On Mon, 2020-10-12 at 09:18 +0200, Krzysztof Kozlowski wrote: > On Sat, Oct 10, 2020 at 02:18:11PM +0800, Yong Wu wrote: > > On Tue, 2020-10-06 at 09:15 +0200, Krzysztof Kozlowski wrote: > > > On Tue, 6 Oct 2020 at 06:27, Yong Wu wrote: > > > > > > > > On Fri, 2020-10-02 at 13:08 +0200, Krzysztof

Re: [PATCH net-next v4 01/10] net: bridge: extend the process of special frames

2020-10-12 Thread henrik.bjoernl...@microchip.com
Thanks for the review. Comments below. The 10/12/2020 09:12, Nikolay Aleksandrov wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On Fri, 2020-10-09 at 14:35 +, Henrik Bjoernlund wrote: > > This patch extends the processing of frames

[PATCH] gpu/drm/armada: fix unused parameter warning

2020-10-12 Thread Bernard Zhao
Functions armada_drm_crtc_atomic_flush & armada_drm_crtc_atomic_enable don`t use the second parameter. So we may get warning like : warning: unused parameter ‘***’ [-Wunused-parameter]. This change is to fix the compile warning with -Wunused-parameter. Signed-off-by: Bernard Zhao ---

RE: [PATCH 00/35] Enhance memory utilization with DMEMFS

2020-10-12 Thread Zengtao (B)
> -Original Message- > From: yulei.ker...@gmail.com [mailto:yulei.ker...@gmail.com] > Sent: Thursday, October 08, 2020 3:54 PM > To: a...@linux-foundation.org; naoya.horigu...@nec.com; > v...@zeniv.linux.org.uk; pbonz...@redhat.com > Cc: linux-fsde...@vger.kernel.org;

[PATCH] gpu/drm/mediatek: fix unused parameter warning

2020-10-12 Thread Bernard Zhao
Functions mtk_drm_crtc_atomic_flush & mtk_drm_crtc_atomic_enable & mtk_drm_crtc_atomic_disable don`t use the second parameter. So we may get warning like : warning: unused parameter '***' [-Wunused-parameter]. This change is to fix the compile warning with -Wunused-parameter. Signed-off-by:

Re: [PATCH v1 2/6] staging: qlge: coredump via devlink health reporter

2020-10-12 Thread Coiby Xu
On Sat, Oct 10, 2020 at 10:22:30PM +0900, Benjamin Poirier wrote: On 2020-10-10 18:02 +0800, Coiby Xu wrote: [...] > > + do { \ > > + err = fill_seg_(fmsg, >seg_hdr, dump->seg_regs); \ > > + if (err) {

[PATCH v3 08/11] soc: ti: k3-ringacc: Use the ti_sci set_cfg callback for ring configuration

2020-10-12 Thread Peter Ujfalusi
Switch to the new set_cfg to configure the ring. Signed-off-by: Peter Ujfalusi Reviewed-by: Grygorii Strashko --- drivers/soc/ti/k3-ringacc.c | 79 +++-- 1 file changed, 32 insertions(+), 47 deletions(-) diff --git a/drivers/soc/ti/k3-ringacc.c

[PATCH v3 09/11] firmware: ti_sci: rm: Remove unused config() from ti_sci_rm_ringacc_ops

2020-10-12 Thread Peter Ujfalusi
The ringacc driver has been converted to use the new set_cfg function to configure the ring, the old config ops can be removed. Signed-off-by: Peter Ujfalusi Reviewed-by: Grygorii Strashko --- drivers/firmware/ti_sci.c | 72 --

[PATCH v3 10/11] soc: ti: k3-ringacc: Use correct device for allocation in RING mode

2020-10-12 Thread Peter Ujfalusi
In RING mode the ringacc does not access the ring memory. In this access mode the ringacc coherency does not have meaning. If the ring is configured in RING mode, then the ringacc itself will not access to the ring memory. Only the requester (user) of the ring is going to read/write to the

Re: [PATCH v2 2/2] irqchip/ti-sci-inta: Add support for unmapped event handling

2020-10-12 Thread Peter Ujfalusi
On 12/10/2020 10.31, Marc Zyngier wrote: > On 2020-10-09 09:58, Peter Ujfalusi wrote: >> Marc, >> > > [...] > >> The design of irqchip/irq-ti-sci-inta.c, soc/ti/ti_sci_inta_msi.c and >> irqchip/irq-ti-sci-intr.c created to handle the interrupt needs present >> in K3 devices with NAVSS. >>

[PATCH v3 11/11] soc: ti: k3-socinfo: Add entry for AM64X SoC family

2020-10-12 Thread Peter Ujfalusi
It's JTAG PARTNO is 0xBB38. Signed-off-by: Peter Ujfalusi --- drivers/soc/ti/k3-socinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c index bbbc2d2b7091..fd91129de6e5 100644 --- a/drivers/soc/ti/k3-socinfo.c +++

[PATCH v3 06/11] firmware: ti_sci: rm: Remove ring_get_config support

2020-10-12 Thread Peter Ujfalusi
The ring_get_cfg (0x message) is not used and it is not supported by sysfw for a long time. Signed-off-by: Peter Ujfalusi Reviewed-by: Grygorii Strashko --- drivers/firmware/ti_sci.c | 80 -- drivers/firmware/ti_sci.h | 44 --

[PATCH v3 02/11] firmware: ti_sci: Use struct ti_sci_resource_desc in get_range ops

2020-10-12 Thread Peter Ujfalusi
Use the ti_sci_resource_desc directly and update it's start and num members directly instead of requiring individual parameters for them. This will allow easy extension of the RM parameters without changing API. Signed-off-by: Peter Ujfalusi --- drivers/firmware/ti_sci.c | 32

[PATCH v3 03/11] firmware: ti_sci: rm: Add support for second resource range

2020-10-12 Thread Peter Ujfalusi
Sysfw added support for a second range in the resource range API to be able to describe complex allocations mainly for DMA channels. Update the ti_sci part to consider the second range as well. Signed-off-by: Peter Ujfalusi --- drivers/firmware/ti_sci.c | 48

[PATCH v3 07/11] firmware: ti_sci: rm: Add new ops for ring configuration

2020-10-12 Thread Peter Ujfalusi
The sysfw ring configuration message has been extended to include virtid and asel value for the ring. Add the ASEL_VALID to TI_SCI_MSG_VALUE_RM_ALL_NO_ORDER as it is required for DMA rings. Instead of extending the current .config() ops - which would need same patch change in the ringacc driver -

[PATCH v3 00/11] firmware/soc: ti_sci, ringacc/inta: Preparation for AM64 DMA support

2020-10-12 Thread Peter Ujfalusi
Hi, Changes since v2: - silence checkpatch CHECK for alignment by going over 80 chars in patch 10 Changes since v1: - Use AM64X as family name in patch 11 - Added Reviewed-by tag from Grygorii for patch 6-10 The series prepares the ti_sci, ringacc, inta to support the new DMAs introduced with

[PATCH v3 05/11] firmware: ti_sci: rm: Add support for extended_ch_type for tx channel

2020-10-12 Thread Peter Ujfalusi
Sysfw added 'extended_ch_type' to the tx_ch_cfg_req message which should be used when BCDMA block copy channels are configured: extended_ch_type = 0 : the channel is split tx channel (tchan) extended_ch_type = 1 : the channel is block copy channel (bchan) Signed-off-by: Peter Ujfalusi ---

[PATCH v3 04/11] soc: ti: ti_sci_inta_msi: Add support for second range in resource ranges

2020-10-12 Thread Peter Ujfalusi
Allocate MSI entries for both first and second range if they are valid Signed-off-by: Peter Ujfalusi --- drivers/soc/ti/ti_sci_inta_msi.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/soc/ti/ti_sci_inta_msi.c b/drivers/soc/ti/ti_sci_inta_msi.c index

[PATCH v3 01/11] firmware: ti_sci: rm: Add support for tx_tdtype parameter for tx channel

2020-10-12 Thread Peter Ujfalusi
The system controller's resource manager have support for configuring the TDTYPE of TCHAN_CFG register on j721e. With this parameter the teardown completion can be controlled: TDTYPE == 0: Return without waiting for peer to complete the teardown TDTYPE == 1: Wait for peer to complete the teardown

Re: [PATCH v3 1/7] dt-bindings: Add vendor prefix for Netronix, Inc.

2020-10-12 Thread Lee Jones
On Mon, 12 Oct 2020, Uwe Kleine-König wrote: > On Thu, Sep 24, 2020 at 09:24:49PM +0200, Jonathan Neuschäfer wrote: > > Netronix, Inc. (http://www.netronixinc.com/) makes ebook reader board > > designs, which are for example used in Kobo and Tolino devices. > > > > An alternative prefix for

[PATCH] drm/amd/display: remove no need return value

2020-10-12 Thread Bernard Zhao
Functions (disable_all_writeback_pipes_for_stream & dc_enable_stereo & dc_post_update_surfaces_to_stream) always return true, there is no need to keep the return value. This change is to make the code a bit more readable. Signed-off-by: Bernard Zhao --- drivers/gpu/drm/amd/display/dc/core/dc.c

Re: [PATCH 0/4] powercap/dtpm: Add the DTPM framework

2020-10-12 Thread Hans de Goede
Hi Daniel, On 10/12/20 12:30 PM, Daniel Lezcano wrote: Hi Hans, On 07/10/2020 12:43, Hans de Goede wrote: Hi, On 10/6/20 2:20 PM, Daniel Lezcano wrote: The density of components greatly increased the last decade bringing a numerous number of heating sources which are monitored by more than

[tip: perf/core] perf/core: Fix race in the perf_mmap_close() function

2020-10-12 Thread tip-bot2 for Jiri Olsa
The following commit has been merged into the perf/core branch of tip: Commit-ID: f91072ed1b7283b13ca57fcfbece5a3b92726143 Gitweb: https://git.kernel.org/tip/f91072ed1b7283b13ca57fcfbece5a3b92726143 Author:Jiri Olsa AuthorDate:Wed, 16 Sep 2020 13:53:11 +02:00 Committer:

You should see this message

2020-10-12 Thread Warren B.
WB Foundation sent an email to you a few days ago, and we did not receive a response from you, please check your inbox folder to confirm receipt of our last email to you. Regards, WB Foundation.

[GIT PULL for v5.10-rc1] media updates

2020-10-12 Thread Mauro Carvalho Chehab
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.10-1 For: - The usbvision driver was dropped from staging; - The Zoran driver were re-added at staging. It gained lots of improvements, and was converted to use videobuf2 API;

[PATCH v6 3/3] mfd: mt6397: Add support for MT6392 pmic

2020-10-12 Thread Fabien Parent
Update the MT6397 MFD driver to support the MT6392 PMIC. Signed-off-by: Fabien Parent --- V6: * Update copyrights V5: * Rebased * removed mt6392-regulator compatible. This will be send in another series to make this series easier to merge. V4: * Use

[PATCH v6 1/3] dt-bindings: mfd: mt6397: Add bindings for MT6392 PMIC

2020-10-12 Thread Fabien Parent
Add the currently supported bindings for the MT6392 PMIC. Signed-off-by: Fabien Parent Reviewed-by: Rob Herring Acked-for-MFD-by: Lee Jones --- V6: * No changes V5: * Rebased, removed regulator documentation because it will be send later on in another patch series V4:

[PATCH v6 2/3] dt-bindings: input: mtk-pmic-keys: add MT6392 binding definition

2020-10-12 Thread Fabien Parent
Add the binding documentation of the mtk-pmic-keys for the MT6392 PMICs. Signed-off-by: Fabien Parent Reviewed-by: Rob Herring --- v6: * No changes v5: * rebased * Rename MT6397/MT6392/MT6323 into MT63XX to make it more readable when the list of support PMIC

Re: [PATCH v1 5/6] staging: qlge: clean up debugging code in the QL_ALL_DUMP ifdef land

2020-10-12 Thread Coiby Xu
On Sat, Oct 10, 2020 at 10:40:55PM +0900, Benjamin Poirier wrote: On 2020-10-10 18:00 +0800, Coiby Xu wrote: [...] > > Please also update drivers/staging/qlge/TODO accordingly. There is still > a lot of debugging code IMO (the netif_printk statements - kernel > tracing can be used instead of

Re: [PATCH v7 2/2] PCI: dwc: Fix MSI page leakage in suspend/resume

2020-10-12 Thread Robin Murphy
On 2020-10-09 08:55, Jisheng Zhang wrote: Currently, dw_pcie_msi_init() allocates and maps page for msi, then program the PCIE_MSI_ADDR_LO and PCIE_MSI_ADDR_HI. The Root Complex may lose power during suspend-to-RAM, so when we resume, we want to redo the latter but not the former. If designware

Re: [PATCH v2] usb: cdns3: Rids of duplicate error message

2020-10-12 Thread Roger Quadros
Pawel, On 12/10/2020 14:12, Pawel Laszczak wrote: Hi Roger, On 12/10/2020 09:42, Pawel Laszczak wrote: On failure, the platform_get_irq_byname prints an error message so, patch removes error message related to this function from core.c file. A change was suggested during reviewing CDNSP

Re: [PATCH v2 1/5] arm64: mm: Move zone_dma_bits initialization into zone_sizes_init()

2020-10-12 Thread Catalin Marinas
On Sat, Oct 10, 2020 at 05:12:31PM +0200, Nicolas Saenz Julienne wrote: > diff --git a/arch/arm64/mm/init.c b/arch/arm64/mm/init.c > index f6902a2b4ea6..0eca5865dcb1 100644 > --- a/arch/arm64/mm/init.c > +++ b/arch/arm64/mm/init.c > @@ -196,14 +196,16 @@ static void __init zone_sizes_init(unsigned

Re: [PATCH -v2 10/17] sched: Fix migrate_disable() vs set_cpus_allowed_ptr()

2020-10-12 Thread Peter Zijlstra
On Fri, Oct 09, 2020 at 01:22:00AM +0800, Tao Zhou wrote: > On Mon, Oct 05, 2020 at 04:57:27PM +0200, Peter Zijlstra wrote: > > +/* > > + * This function is wildly self concurrent, consider at least 3 times. > > + */ > > More than that Probably. I meant to write a coherent comment, but it got

Re: [PATCH v1 1/6] staging: qlge: Initialize devlink health dump framework for the dlge driver

2020-10-12 Thread Coiby Xu
On Sat, Oct 10, 2020 at 10:48:55PM +0900, Benjamin Poirier wrote: On 2020-10-10 18:24 +0800, Coiby Xu wrote: On Sat, Oct 10, 2020 at 04:35:14PM +0900, Benjamin Poirier wrote: > On 2020-10-08 19:58 +0800, Coiby Xu wrote: > > Initialize devlink health dump framework for the dlge driver so the > >

RE: [PATCH V3 1/4] gpio: mxc: Support module build

2020-10-12 Thread Anson Huang
Hi, Shawn > Subject: Re: [PATCH V3 1/4] gpio: mxc: Support module build > > On Thu, Sep 17, 2020 at 7:40 AM Anson Huang > wrote: > > > Change config to tristate, add module device table, module author, > > description and license to support module build for i.MX GPIO driver. > > > > As this is

Re: [PATCH] optee: remove address tag in check_mem_type()

2020-10-12 Thread Jens Wiklander
On Mon, Oct 12, 2020 at 11:26 AM Volodymyr Babchuk wrote: > > Before passing 'start' to find_vma() we need to remove > tags from it to get sane results. > > Signed-off-by: Volodymyr Babchuk > --- > drivers/tee/optee/call.c | 2 ++ > 1 file changed, 2 insertions(+) Would you mind giving a bit

Re: [PATCH v1 1/6] staging: qlge: Initialize devlink health dump framework for the dlge driver

2020-10-12 Thread Coiby Xu
On Thu, Oct 08, 2020 at 08:22:44AM -0400, Willem de Bruijn wrote: On Thu, Oct 8, 2020 at 7:58 AM Coiby Xu wrote: Initialize devlink health dump framework for the dlge driver so the coredump could be done via devlink. Signed-off-by: Coiby Xu @@ -4556,6 +4559,13 @@ static int

Re: [PATCH v5 3/3] mfd: mt6397: Add support for MT6392 pmic

2020-10-12 Thread Fabien Parent
On Tue, Sep 8, 2020 at 3:53 PM Lee Jones wrote: > > On Mon, 07 Sep 2020, Fabien Parent wrote: > > > Update the MT6397 MFD driver to support the MT6392 PMIC. > > > > Signed-off-by: Fabien Parent > > --- > > > > V5: > > * Rebased > > * removed mt6392-regulator compatible. This will be

Re: [PATCH] intel_idle: mention assumption that wbinvd is not needed

2020-10-12 Thread Rafael J. Wysocki
On Mon, Oct 12, 2020 at 1:14 PM Alexander Monakov wrote: > > On Mon, 12 Oct 2020, Rafael J. Wysocki wrote: > > > > @@ -20,7 +20,11 @@ > > > * All CPUs have same idle states as boot CPU > > > * > > > * Chipset BM_STS (bus master status) bit is a NOP > > > - * for preventing entry into

Re: SD_LOAD_BALANCE

2020-10-12 Thread Julia Lawall
On Mon, 12 Oct 2020, Peter Zijlstra wrote: > On Sat, Oct 10, 2020 at 06:14:23PM +0200, Julia Lawall wrote: > > Prior to v5.8 on my machine this was a rare event, because there were not > > many of these background processes. But in v5.8, the default governor for > > Intel machines without the

Re: [PATCH] Documentation: kunit: Update Kconfig parts for KUNIT's module support

2020-10-12 Thread Marco Elver
On Mon, 12 Oct 2020 at 12:54, 'SeongJae Park' via KUnit Development wrote: > > From: SeongJae Park > > If 'CONFIG_KUNIT=m', letting kunit tests that do not support loadable > module build depends on 'KUNIT' instead of 'KUNIT=y' result in compile > errors. This commit updates the document for

Re: [PATCH -v2 15/17] sched: Fix migrate_disable() vs rt/dl balancing

2020-10-12 Thread Peter Zijlstra
On Mon, Oct 12, 2020 at 11:56:09AM +0200, Dietmar Eggemann wrote: > On 05/10/2020 16:57, Peter Zijlstra wrote: > > [...] > > > --- a/kernel/sched/rt.c > > +++ b/kernel/sched/rt.c > > @@ -1859,7 +1859,7 @@ static struct task_struct *pick_next_pus > > * running task can migrate over to a CPU

Re: [PATCH 0/3] f_accessory upstream

2020-10-12 Thread Greg KH
On Mon, Oct 12, 2020 at 07:10:21PM +0800, rickyniu wrote: > Below commit is to add log and send uevent: > 0003-ANDROID-usb-f_accessory-send-uevent-for-51-52-reques.patch I don't understand the text in this changelog, what does it mean? confused, greg k-h

Re: [PATCH 3/3] ANDROID: usb: f_accessory: send uevent for 51,52 requests

2020-10-12 Thread Greg KH
On Mon, Oct 12, 2020 at 07:10:24PM +0800, rickyniu wrote: > Add more log between accessory device and host to help debug. > Send the uevent when the host gets ctrl_request 51 and 52 to user space. > Let user space know the current connect status. > > Signed-off-by: rickyniu > --- >

Re: [PATCH 1/3] ANDROID: usb: gadget: f_accessory: Add Android Accessory function

2020-10-12 Thread Greg KH
On Mon, Oct 12, 2020 at 07:10:22PM +0800, rickyniu wrote: > @@ -369,6 +372,13 @@ config USB_CONFIGFS_F_FS > implemented in kernel space (for instance Ethernet, serial or > mass storage) and other are implemented in user space. > > +config USB_CONFIGFS_F_ACC > + bool

Re: [PATCH] MAINTAINERS: step down as maintainer of UniPhier SoCs and Denali driver

2020-10-12 Thread Masahiro Yamada
On Mon, Aug 31, 2020 at 1:10 PM Masahiro Yamada wrote: > > I am leaving Socionext. Orphan the UniPhier platform and Denali NAND > driver until somebody takes the role. > > Signed-off-by: Masahiro Yamada > --- > > I hope this can be applied to the ARM-SOC tree. Can you pick up this? >

Re: [PATCH] perf jevents: Fix event code for events referencing std arch events

2020-10-12 Thread Jiri Olsa
On Mon, Oct 12, 2020 at 12:15:04PM +0100, John Garry wrote: > On 12/10/2020 11:54, Jiri Olsa wrote: > > > ff --git a/tools/perf/pmu-events/jevents.c > > > b/tools/perf/pmu-events/jevents.c > > > index 99df41a9543d..e47644cab3fa 100644 > > > --- a/tools/perf/pmu-events/jevents.c > > > +++

Re: [PATCH 3/3] ANDROID: usb: f_accessory: send uevent for 51,52 requests

2020-10-12 Thread Greg KH
On Mon, Oct 12, 2020 at 07:10:24PM +0800, rickyniu wrote: > Add more log between accessory device and host to help debug. > Send the uevent when the host gets ctrl_request 51 and 52 to user space. > Let user space know the current connect status. > > Signed-off-by: rickyniu Is this how you sign

Re: [PATCH 1/3] ANDROID: usb: gadget: f_accessory: Add Android Accessory function

2020-10-12 Thread Greg KH
On Mon, Oct 12, 2020 at 07:10:22PM +0800, rickyniu wrote: > From: Benoit Goby > > USB accessory mode allows users to connect USB host hardware > specifically designed for Android-powered devices. The accessories > must adhere to the Android accessory protocol outlined in the >

[PATCH v2 RESEND 2/2] clk: mediatek: Add MT8167 clock support

2020-10-12 Thread Fabien Parent
Add the following clock support for MT8167 SoC: topckgen, apmixedsys, infracfg, audsys, imgsys, mfgcfg, vdecsys. Signed-off-by: Fabien Parent --- ChangeLog: V2: removed unused variable reported by kernel test robot drivers/clk/mediatek/Kconfig | 48 +

Re: [PATCH v2] arm64: dts: allwinner: beelink-gs1: Update LED power node

2020-10-12 Thread Maxime Ripard
Hi! On Sun, Oct 11, 2020 at 11:22:37PM +0200, Clément Péron wrote: > Beelink GS1 LED trigger a warning when running dtbs_check. > > Update the node with a valid pattern property. > > Also add the function and the color of the LED and drop the > label which is deprecated. > > Signed-off-by:

[PATCH v2 RESEND 1/2] dt-bindings: clock: mediatek: add bindings for MT8167 clocks

2020-10-12 Thread Fabien Parent
Add binding documentation for topckgen, apmixedsys, infracfg, audsys, imgsys, mfgcfg, vdecsys on MT8167 SoC. Signed-off-by: Fabien Parent Reviewed-by: Rob Herring --- ChangeLog: V2: no changes .../arm/mediatek/mediatek,apmixedsys.txt | 1 +

Re: [PATCH v2 0/3] [PATCH v2 0/3] [PATCH v2 0/3] net, mac80211, kernel: enable KCOV remote coverage collection for 802.11 frame handling

2020-10-12 Thread Johannes Berg
On Mon, 2020-10-12 at 14:18 +0300, Aleksandr Nogikh wrote: > > Currently we're injecting frames via mac80211_hwsim (by pretenting to > be wmediumd - > https://github.com/google/syzkaller/blob/4a77ae0bdc5cd75ebe88ce7c896aae6bbf457a29/executor/common_linux.h#L4922). Ah, ok, of course that works

Re: SD_LOAD_BALANCE

2020-10-12 Thread Peter Zijlstra
On Sat, Oct 10, 2020 at 06:14:23PM +0200, Julia Lawall wrote: > Prior to v5.8 on my machine this was a rare event, because there were not > many of these background processes. But in v5.8, the default governor for > Intel machines without the HWP feature was changed from intel_pstate to >

[PATCH v6 0/3] Add support for AMD PTDMA controller driver

2020-10-12 Thread Sanjay R Mehta
From: Sanjay R Mehta This patch series adds support for AMD PTDMA controller which performs high bandwidth memory-to-memory and IO copy operation, performs DMA transfer through queue based descriptor management. AMD Processor has multiple ptdma device instances with each controller having

[PATCH v6 3/3] dmaengine: ptdma: Add debugfs entries for PTDMA information

2020-10-12 Thread Sanjay R Mehta
From: Sanjay R Mehta Expose data about the configuration and operation of the PTDMA through debugfs entries: device name, capabilities, configuration, statistics. Signed-off-by: Sanjay R Mehta --- drivers/dma/ptdma/Makefile| 2 +- drivers/dma/ptdma/ptdma-debugfs.c | 115

[PATCH v6 2/3] dmaengine: ptdma: register PTDMA controller as a DMA resource

2020-10-12 Thread Sanjay R Mehta
From: Sanjay R Mehta Register ptdma queue to Linux dmaengine framework as general-purpose DMA channels. Signed-off-by: Sanjay R Mehta --- drivers/dma/ptdma/Kconfig | 2 + drivers/dma/ptdma/Makefile | 2 +- drivers/dma/ptdma/ptdma-dev.c | 32 ++

[PATCH v6 1/3] dmaengine: ptdma: Initial driver for the AMD PTDMA

2020-10-12 Thread Sanjay R Mehta
From: Sanjay R Mehta Adding support for AMD PTDMA controller. It performs high-bandwidth memory to memory and IO copy operation. Device commands are managed via a circular queue of 'descriptors', each of which specifies source and destination addresses for copying a single buffer of data.

Re: [PATCH v2 0/3] [PATCH v2 0/3] [PATCH v2 0/3] net, mac80211, kernel: enable KCOV remote coverage collection for 802.11 frame handling

2020-10-12 Thread Aleksandr Nogikh
On Sun, 11 Oct 2020 at 21:50, Johannes Berg wrote: [...] > Also, unrelated to that (but I see Dmitry CC'ed), I started wondering if > it'd be helpful to have an easier raw 802.11 inject path on top of say > hwsim0; I noticed some syzbot reports where it created raw sockets, but > that only gets

Re: SD_LOAD_BALANCE

2020-10-12 Thread Julia Lawall
On Mon, 12 Oct 2020, Vincent Guittot wrote: > On Mon, 12 Oct 2020 at 12:34, Julia Lawall wrote: > > > > > > Would it be useful to always check whether prev is idle, perhaps in > > > > wake_affine_idle or perhaps in select_idle_sibling? > > > > > > Yes, that would make sense to add a condition

Re: [PATCH] perf jevents: Fix event code for events referencing std arch events

2020-10-12 Thread John Garry
On 12/10/2020 11:54, Jiri Olsa wrote: ff --git a/tools/perf/pmu-events/jevents.c b/tools/perf/pmu-events/jevents.c index 99df41a9543d..e47644cab3fa 100644 --- a/tools/perf/pmu-events/jevents.c +++ b/tools/perf/pmu-events/jevents.c @@ -505,20 +505,15 @@ static char *real_event(const char *name,

Re: [PATCH v2 1/2] MIPS: cpu-probe: move fpu probing/handling into its own file

2020-10-12 Thread Sergei Shtylyov
Hello! On 10/10/20 3:11 PM, Maciej W. Rozycki wrote: >>> Umm, this has formatting issues with lines extending beyond column #80. >> >>80 columns are no longer a line length limit -- 100 is, IIRC. > > I don't think anything has changed here: Oh, it did! Look for max_line_length in

Re: [PATCH 23/25] ASoC: sun8i-codec: Generalize AIF clock control

2020-10-12 Thread Maxime Ripard
On Mon, Oct 05, 2020 at 11:51:08PM -0500, Samuel Holland wrote: > On 10/5/20 7:04 AM, Maxime Ripard wrote: > > Hi, > > > > On Wed, Sep 30, 2020 at 09:11:46PM -0500, Samuel Holland wrote: > >> The AIF clock control register has the same layout for all three AIFs. > >> The only difference between

Re: [PATCH] intel_idle: mention assumption that wbinvd is not needed

2020-10-12 Thread Alexander Monakov
On Mon, 12 Oct 2020, Rafael J. Wysocki wrote: > > @@ -20,7 +20,11 @@ > > * All CPUs have same idle states as boot CPU > > * > > * Chipset BM_STS (bus master status) bit is a NOP > > - * for preventing entry into deep C-stats > > + * for preventing entry into deep C-states > > + * >

RE: [PATCH v2] usb: cdns3: Rids of duplicate error message

2020-10-12 Thread Pawel Laszczak
Hi Roger, On 12/10/2020 09:42, Pawel Laszczak wrote: > On failure, the platform_get_irq_byname prints an error message > so, patch removes error message related to this function from > core.c file. > > A change was suggested during reviewing CDNSP driver by Chunfeng Yun. > > Signed-off-by:

[GIT PULL] x86/core updates for v5.10

2020-10-12 Thread Borislav Petkov
Hi Linus, please pull a single fix making the error message when the opcode bytes at rIP cannot be accessed during an oops, more precise. Thx. --- The following changes since commit a1b8638ba1320e6684aa98233c15255eb803fac7: Linux 5.9-rc7 (2020-09-27 14:38:10 -0700) are available in the Git

<    10   11   12   13   14   15   16   17   18   >