Re: [PATCH] dt-bindings: soc: fsl: cpm_qe: Limit matching to nodes with "fsl,qe"

2024-12-03 Thread Chen-Yu Tsai
On Wed, Dec 4, 2024 at 1:20 AM Rob Herring wrote: > > On Mon, Dec 02, 2024 at 12:57:55PM +0800, Chen-Yu Tsai wrote: > > Otherwise the binding matches against random nodes with "simple-bus" > > giving out all kinds of invalid warnings: > > > > $ m

[PATCH] dt-bindings: soc: fsl: cpm_qe: Limit matching to nodes with "fsl,qe"

2024-12-01 Thread Chen-Yu Tsai
/cpm_qe/fsl,qe.yaml# Fixes: ecbfc6ff94a2 ("dt-bindings: soc: fsl: cpm_qe: convert to yaml format") Cc: Frank Li Cc: # v6.11+ Signed-off-by: Chen-Yu Tsai --- .../devicetree/bindings/soc/fsl/cpm_qe/fsl,qe.yaml| 8 1 file changed, 8 insertions(+) diff --git a/Documentatio

Re: [PATCH] cpufreq: Use of_property_present()

2024-07-31 Thread Chen-Yu Tsai
/cpufreq/sti-cpufreq.c | 2 +- > drivers/cpufreq/sun50i-cpufreq-nvmem.c | 2 +- Acked-by: Chen-Yu Tsai

Re: [PATCH v2 00/14] Introducing TIF_NOTIFY_IPI flag

2024-06-20 Thread Chen Yu
On 2024-06-19 at 00:03:30 +0530, K Prateek Nayak wrote: > Hello Chenyu, > > On 6/18/2024 1:19 PM, Chen Yu wrote: > > [..snip..] > > > > > > > > > > > > > Vincent [5] pointed out a case where the idle load kick will fail > > > &g

Re: [PATCH v2 00/14] Introducing TIF_NOTIFY_IPI flag

2024-06-18 Thread Chen Yu
On 2024-06-17 at 14:03:41 +0530, K Prateek Nayak wrote: > Hello Chenyu, > > On 6/14/2024 10:01 PM, Chen Yu wrote: > > On 2024-06-14 at 12:48:37 +0200, Vincent Guittot wrote: > > > On Fri, 14 Jun 2024 at 11:28, Peter Zijlstra wrote: > > > > > > >

Re: [PATCH v2 00/14] Introducing TIF_NOTIFY_IPI flag

2024-06-14 Thread Chen Yu
On 2024-06-14 at 12:48:37 +0200, Vincent Guittot wrote: > On Fri, 14 Jun 2024 at 11:28, Peter Zijlstra wrote: > > > > On Thu, Jun 13, 2024 at 06:15:59PM +, K Prateek Nayak wrote: > > > Effects of call_function_single_prep_ipi() > > > == > > > > > > To pu

Re: [PATCH 1/3] init: Declare rodata_enabled and mark_rodata_ro() at all time

2024-01-30 Thread Chen-Yu Tsai
Hi, On Mon, Jan 29, 2024 at 12:09:50PM -0800, Luis Chamberlain wrote: > On Thu, Dec 21, 2023 at 10:02:46AM +0100, Christophe Leroy wrote: > > Declaring rodata_enabled and mark_rodata_ro() at all time > > helps removing related #ifdefery in C files. > > > > Signed-off-by: Christophe Leroy > > Ve

Re: [PATCH v4 1/2] nmi_backtrace: Allow excluding an arbitrary CPU

2023-08-07 Thread Chen-Yu Tsai
On Fri, Aug 4, 2023 at 10:01 PM Douglas Anderson wrote: > > The APIs that allow backtracing across CPUs have always had a way to > exclude the current CPU. This convenience means callers didn't need to > find a place to allocate a CPU mask just to handle the common case. > > Let's extend the API t

Re: [PATCH 06/19] ARM: sunxi: Drop of_device.h include

2023-03-29 Thread Chen-Yu Tsai
ff-by: Rob Herring > --- > Please ack and I will take the series via the DT tree. Acked-by: Chen-Yu Tsai I doubt this file would ever see any more changes. > --- > arch/arm/mach-sunxi/mc_smp.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-sunxi/mc_smp.c

Re: [PATCH] bus: Make remove callback return void

2021-07-06 Thread Chen-Yu Tsai
early after the merge window closes. > > I send this mail to all people that get_maintainer.pl emits for this > patch. I wonder how many recipents will refuse this mail because of the > long Cc: list :-) > > Best regards > Uwe > > drivers/bus/sunxi-rsb.c | 4 +--- Acked-by: Chen-Yu Tsai

Re: [PATCH 01/10] soc: sunxi: convert to devm_platform_ioremap_resource

2019-12-17 Thread Chen-Yu Tsai
On Sun, Dec 15, 2019 at 1:54 AM Yangtao Li wrote: > > Use devm_platform_ioremap_resource() to simplify code. > > Signed-off-by: Yangtao Li Acked-by: Chen-Yu Tsai > --- > drivers/soc/sunxi/sunxi_sram.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > &g