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]
Date:   Mon, 17 Oct 2022 18:44:19 +0100
From:   Jonathan Cameron <jic23@...nel.org>
To:     Aidan MacDonald <aidanmacdonald.0x0@...il.com>
Cc:     robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org,
        wens@...e.org, lee.jones@...aro.org, sre@...nel.org,
        lgirdwood@...il.com, broonie@...nel.org, lars@...afoo.de,
        andy.shevchenko@...il.com, linus.walleij@...aro.org, brgl@...ev.pl,
        michael@...le.cc, samuel@...lland.org, linux-iio@...r.kernel.org,
        linux-pm@...r.kernel.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH v6 00/13] Add support for AXP192 PMIC

On Mon, 17 Oct 2022 00:43:22 +0100
Aidan MacDonald <aidanmacdonald.0x0@...il.com> wrote:

> This series adds support for the AXP192 PMIC to the AXP20x MFD driver
> framework, including support for regulators, ADCs, and AC/USB/battery
> power supplies.
> 
> v6 is a resend of v5 from July -- the patches haven't changed at all
> but I've rebased them on the latest git master branch.

Hi Aidan,

Lee has recently expressed that he keen to take as much of these sorts
of series as possible via the various subsystem trees.

As such, it is useful to call out in the cover letter of such a series
if this can be done.  For example, patch 9 (last IIO one) can't be
applied without defines in patch 6 (I think).  Thus I'm assuming Lee
will do an immutable branch with at least those patches on it.

Perhaps worth expressing if that is also the case for the power
and regulator subsystem patches?

Thanks,

Jonathan


> 
> Aidan MacDonald (13):
>   dt-bindings: mfd: add bindings for AXP192 MFD device
>   dt-bindings: iio: adc: axp209: Add AXP192 compatible
>   dt-bindings: power: supply: axp20x: Add AXP192 compatible
>   dt-bindings: power: axp20x-battery: Add AXP192 compatible
>   mfd: axp20x: Add support for AXP192
>   regulator: axp20x: Add support for AXP192
>   iio: adc: axp20x_adc: Minor code cleanups
>   iio: adc: axp20x_adc: Replace adc_en2 flag with adc_en2_mask field
>   iio: adc: axp20x_adc: Add support for AXP192
>   power: supply: axp20x_usb_power: Add support for AXP192
>   power: axp20x_battery: Add constant charge current table
>   power: axp20x_battery: Support battery status without fuel gauge
>   power: axp20x_battery: Add support for AXP192
> 
>  .../bindings/iio/adc/x-powers,axp209-adc.yaml |  18 +
>  .../bindings/mfd/x-powers,axp152.yaml         |   1 +
>  .../x-powers,axp20x-battery-power-supply.yaml |   1 +
>  .../x-powers,axp20x-usb-power-supply.yaml     |   1 +
>  drivers/iio/adc/axp20x_adc.c                  | 356 ++++++++++++++++--
>  drivers/mfd/axp20x-i2c.c                      |   2 +
>  drivers/mfd/axp20x.c                          | 141 +++++++
>  drivers/power/supply/axp20x_battery.c         | 142 ++++++-
>  drivers/power/supply/axp20x_usb_power.c       |  84 ++++-
>  drivers/regulator/axp20x-regulator.c          | 100 ++++-
>  include/linux/mfd/axp20x.h                    |  84 +++++
>  11 files changed, 856 insertions(+), 74 deletions(-)
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ