Re: [RFC PATCH v1 2/2] mseal: allow noop mprotect

2025-03-12 Thread Lorenzo Stoakes
On Wed, Mar 12, 2025 at 12:21:17AM +, jef...@chromium.org wrote: > From: Jeff Xu > > Initially, when mseal was introduced in 6.10, semantically, when a VMA > within the specified address range is sealed, the mprotect will be rejected, > leaving all of VMA unmodified. However, adding an extra l

Re: [PATCH v2] ARM: dts: aspeed: Add device tree for Nvidia's GB200NVL BMC

2025-03-12 Thread Rob Herring (Arm)
On Wed, 12 Mar 2025 04:58:02 +, Willie Thai wrote: > The GB200NVL BMC is an Aspeed Ast2600 based BMC > for Nvidia Blackwell GB200NVL platform. > Reference to Ast2600 SOC [1]. > Reference to Blackwell GB200NVL Platform [2]. > Co-developed-by: Mars Yang > Signed-off-by: Mars Yang > Cc: Krzysz

Re: [PATCH v2] ARM: dts: aspeed: Add device tree for Nvidia's GB200NVL BMC

2025-03-12 Thread Andrew Lunn
> +&mac0 { > + status = "okay"; > + pinctrl-names = "default"; > + phy-mode = "rgmii"; > + phy-handle = <ðphy3>; > + pinctrl-0 = <&pinctrl_rgmii1_default>; > +}; Please read the discussion again. "rgmii" is probably equally wrong as "rgmii-rxid" you had in v1. Please talk with

[PATCH v4 1/6] dt-bindings: gpio: add max77759 binding

2025-03-12 Thread André Draszik
The Maxim MAX77759 is a companion PMIC for USB Type-C applications and includes Battery Charger, Fuel Gauge, temperature sensors, USB Type-C Port Controller (TCPC), NVMEM, and a GPIO expander. This describes its GPIO module. Reviewed-by: Rob Herring (Arm) Signed-off-by: André Draszik --- v2: *

[PATCH v4 2/6] dt-bindings: nvmem: add max77759 binding

2025-03-12 Thread André Draszik
The Maxim MAX77759 is a companion PMIC for USB Type-C applications and includes Battery Charger, Fuel Gauge, temperature sensors, USB Type-C Port Controller (TCPC), NVMEM, and a GPIO expander. This describes its storage module (NVMEM). Reviewed-by: Rob Herring (Arm) Signed-off-by: André Draszik

Re: [PATCH 6/6] nvmem: max77759: add Maxim MAX77759 NVMEM driver

2025-03-12 Thread Srinivas Kandagatla
On 24/02/2025 10:28, André Draszik wrote: The Maxim MAX77759 is a companion Power Management IC for USB Type-C applications with Battery Charger, Fuel Gauge, temperature sensors, USB Type-C Port Controller (TCPC), NVMEM, and additional GPIO interfaces. This driver exposes the non volatile mem

Re: [PATCH v4 1/6] dt-bindings: gpio: add max77759 binding

2025-03-12 Thread Bartosz Golaszewski
On Wed, Mar 12, 2025 at 10:26 AM André Draszik wrote: > > The Maxim MAX77759 is a companion PMIC for USB Type-C applications and > includes Battery Charger, Fuel Gauge, temperature sensors, USB Type-C > Port Controller (TCPC), NVMEM, and a GPIO expander. > > This describes its GPIO module. > > Rev

[PATCH v4 3/6] dt-bindings: mfd: add max77759 binding

2025-03-12 Thread André Draszik
The Maxim MAX77759 is a companion PMIC for USB Type-C applications and includes Battery Charger, Fuel Gauge, temperature sensors, USB Type-C Port Controller (TCPC), NVMEM, and a GPIO expander. This describes the top-level device. Reviewed-by: Rob Herring (Arm) Signed-off-by: André Draszik --- v

[PATCH v4 4/6] mfd: max77759: add Maxim MAX77759 core mfd driver

2025-03-12 Thread André Draszik
The Maxim MAX77759 is a companion PMIC for USB Type-C applications and includes Battery Charger, Fuel Gauge, temperature sensors, USB Type-C Port Controller (TCPC), NVMEM, and a GPIO expander. Fuel Gauge and TCPC have separate and independent I2C addresses, register maps, and interrupt lines and a

[PATCH v4 6/6] nvmem: max77759: add Maxim MAX77759 NVMEM driver

2025-03-12 Thread André Draszik
The Maxim MAX77759 is a companion PMIC for USB Type-C applications and includes Battery Charger, Fuel Gauge, temperature sensors, USB Type-C Port Controller (TCPC), NVMEM, and a GPIO expander. This driver exposes the non volatile memory using the platform device registered by the core MFD driver.

[PATCH v4 5/6] gpio: max77759: add Maxim MAX77759 gpio driver

2025-03-12 Thread André Draszik
The Maxim MAX77759 is a companion PMIC for USB Type-C applications and includes Battery Charger, Fuel Gauge, temperature sensors, USB Type-C Port Controller (TCPC), NVMEM, and a GPIO expander. This driver supports the GPIO functions using the platform device registered by the core MFD driver. Rev

Re: [PATCH v2] ARM: dts: aspeed: Add device tree for Nvidia's GB200NVL BMC

2025-03-12 Thread Krzysztof Kozlowski
On 12/03/2025 05:58, Willie Thai wrote: > The GB200NVL BMC is an Aspeed Ast2600 based BMC > for Nvidia Blackwell GB200NVL platform. > Reference to Ast2600 SOC [1]. > Reference to Blackwell GB200NVL Platform [2]. Missing blank line > Co-developed-by: Mars Yang > Signed-off-by: Mars Yang > Cc: Kr