lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260102194755.000030a4@jm0.eu>
Date: Fri, 2 Jan 2026 19:47:55 +0100
From: "Ing. Josua Mayer" <josua.mayer@....eu>
To: Jonathan Neuschäfer <j.neuschaefer@....net>, Lee
 Jones <lee@...nel.org>, Sebastian Reichel <sre@...nel.org>, Rob Herring
 <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
 <conor+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>, Sascha Hauer
 <s.hauer@...gutronix.de>, Pengutronix Kernel Team <kernel@...gutronix.de>,
 Fabio Estevam <festevam@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
 devicetree@...r.kernel.org, imx@...ts.linux.dev,
 linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 0/4] power: supply: add battery driver for netronix ec

Greetings everyone,

I made some mistake using "b4" on a different device,
and the v2 was not added as subject prefix.

I will try to fix it after hopefully some comments.

Am Fri, 02 Jan 2026 19:00:29 +0100
schrieb Josua Mayer <josua.mayer@....eu>:

> This series adds a new battery driver for the netronix embedded
> controller multi-function device.
> 
> Bindings are updated supporting a monitored battery, and battery
> description is added to kobo aura device-tree.
> 
> Signed-off-by: Josua Mayer <josua.mayer@....eu>
> ---
> Changes in v2:
> - Fixed identity mixup between from address and SoB.
>   (Reported-by: Krzysztof Kozlowski <krzk@...nel.org>)
> - Changed patch ordering, device-tree first.
> - Separated new driver and mfd subdevice changes into separate
> patches. (Reported-by: Jonathan Neuschäfer <j.neuschaefer@....net>)
> - reworded Kconfig to explicitly mention device-tree
>   instead of vague firmware tables expression.
>   (Reported-by: Jonathan Neuschäfer <j.neuschaefer@....net>)
> 
> ---
> Josua Mayer (4):
>       dt-bindings: mfd: netronix,ntxec: add reference to power-supply
>       ARM: dts: imx: imx50-kobo-aura: add description for battery
>       power: supply: add battery driver for netronix ec
>       mfd: ntxec: register battery subdevice.
> 
>  .../devicetree/bindings/mfd/netronix,ntxec.yaml    |   9 +-
>  arch/arm/boot/dts/nxp/imx/imx50-kobo-aura.dts      |   9 ++
>  drivers/mfd/ntxec.c                                |   1 +
>  drivers/power/supply/Kconfig                       |   9 ++
>  drivers/power/supply/Makefile                      |   1 +
>  drivers/power/supply/ntxec-battery.c               | 101
> +++++++++++++++++++++ 6 files changed, 127 insertions(+), 3
> deletions(-) ---
> base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
> change-id: 20251227-kobo-aura-battery-3e60bc159d16
> 
> Best regards,


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ