Re: [PATCH v4] vmscan: add trace events for lru_gen

2023-10-01 Thread Yu Zhao
On Sun, Oct 1, 2023 at 5:41 PM Jaewon Kim wrote: > > Hello Yu Zhao > > Could you give me your comment? I am waiting for your opinion on the > reuse method. I'm planning to resend it as a complete patch with it. > Thank you. Acked-by: Yu Zhao

Re: [PATCH v4] vmscan: add trace events for lru_gen

2023-10-01 Thread Jaewon Kim
Hello Yu Zhao Could you give me your comment? I am waiting for your opinion on the reuse method. I'm planning to resend it as a complete patch with it. Thank you. On Tue, Sep 26, 2023 at 11:15 PM 김재원 wrote: > > >>>On Mon, Sep 25, 2023 at 10:20?PM Jaewon Kim > >>>wrote: > > As the

Re: [PATCH v5 2/2] leds: add ktd202x driver

2023-10-01 Thread Christophe JAILLET
Le 01/10/2023 à 18:56, André Apitzsch a écrit : Hi Christophe, Am Sonntag, dem 01.10.2023 um 17:15 +0200 schrieb Christophe JAILLET: Le 01/10/2023 à 15:52, André Apitzsch a écrit : This commit adds support for Kinetic KTD2026/7 RGB/White LED driver. Signed-off-by: André Apitzsch ...

Re: [PATCH v5 2/2] leds: add ktd202x driver

2023-10-01 Thread Uwe Kleine-König
Hello André, On Sun, Oct 01, 2023 at 06:56:20PM +0200, André Apitzsch wrote: > Am Sonntag, dem 01.10.2023 um 17:15 +0200 schrieb Christophe JAILLET: > > Le 01/10/2023 à 15:52, André Apitzsch a écrit : > > > +   for_each_available_child_of_node(np, child) { > > > +   u32 mono_color

Re: [PATCH v5 2/2] leds: add ktd202x driver

2023-10-01 Thread André Apitzsch
Hi Christophe, Am Sonntag, dem 01.10.2023 um 17:15 +0200 schrieb Christophe JAILLET: > Le 01/10/2023 à 15:52, André Apitzsch a écrit : > > This commit adds support for Kinetic KTD2026/7 RGB/White LED > > driver. > > > > Signed-off-by: André Apitzsch > > > > ... > > > +static int

Re: [PATCH v5 2/2] leds: add ktd202x driver

2023-10-01 Thread Christophe JAILLET
Le 01/10/2023 à 15:52, André Apitzsch a écrit : This commit adds support for Kinetic KTD2026/7 RGB/White LED driver. Signed-off-by: André Apitzsch ... +static int ktd202x_setup_led_rgb(struct ktd202x *chip, struct device_node *np, +struct ktd202x_led *led,

[PATCH v5 2/2] leds: add ktd202x driver

2023-10-01 Thread André Apitzsch
This commit adds support for Kinetic KTD2026/7 RGB/White LED driver. Signed-off-by: André Apitzsch --- drivers/leds/rgb/Kconfig| 13 + drivers/leds/rgb/Makefile | 1 + drivers/leds/rgb/leds-ktd202x.c | 619 3 files changed, 633

[PATCH v5 1/2] dt-bindings: leds: Add Kinetic KTD2026/2027 LED

2023-10-01 Thread André Apitzsch
Document Kinetic KTD2026/2027 LED driver devicetree bindings. Reviewed-by: Krzysztof Kozlowski Signed-off-by: André Apitzsch --- .../devicetree/bindings/leds/kinetic,ktd202x.yaml | 171 + 1 file changed, 171 insertions(+) diff --git

[PATCH v5 0/2] leds: Add a driver for KTD202x

2023-10-01 Thread André Apitzsch
Add the binding description and the corresponding driver for the Kinetic KTD2026 and KTD2027. Signed-off-by: André Apitzsch --- Changes in v5: - Restructure brightness_set() + add comments to it to be easier understandable - Add some line breaks + remove little line-wraps to improve readability

Re: [PATCH] [v3] ieee802154: ca8210: Fix a potential UAF in ca8210_probe

2023-10-01 Thread kernel test robot
' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Dinghao-Liu/ieee802154-ca8210-Fix-a-potential-UAF-in-ca8210_probe/20231001-135130 base: linus/master patch link: https://lore.kernel.org/r/20231001054949.14624-1