[PATCH v1 0/2] mfd: ls2kbmc: A fix and a refactoring

Andy Shevchenko posted 2 patches 3 months, 1 week ago
There is a newer version of this series
drivers/mfd/ls2k-bmc-core.c | 38 ++++++++++---------------------------
1 file changed, 10 insertions(+), 28 deletions(-)
[PATCH v1 0/2] mfd: ls2kbmc: A fix and a refactoring
Posted by Andy Shevchenko 3 months, 1 week ago
Just an ad-hoc fix and refactoring as I have noticed the problematic fix.

Andy Shevchenko (2):
  mfd: ls2kbmc: Fully convert to use managed resources
  mfd: ls2kbmc: Use PCI API instead of direct accesses

 drivers/mfd/ls2k-bmc-core.c | 38 ++++++++++---------------------------
 1 file changed, 10 insertions(+), 28 deletions(-)

-- 
2.50.1
Re: [PATCH v1 0/2] mfd: ls2kbmc: A fix and a refactoring
Posted by Lee Jones 1 month, 3 weeks ago
On Thu, 30 Oct 2025 12:36:32 +0100, Andy Shevchenko wrote:
> Just an ad-hoc fix and refactoring as I have noticed the problematic fix.
> 
> Andy Shevchenko (2):
>   mfd: ls2kbmc: Fully convert to use managed resources
>   mfd: ls2kbmc: Use PCI API instead of direct accesses
> 
> drivers/mfd/ls2k-bmc-core.c | 38 ++++++++++---------------------------
>  1 file changed, 10 insertions(+), 28 deletions(-)
> 
> [...]

Applied, thanks!

[1/2] mfd: ls2kbmc: Fully convert to use managed resources
      commit: 5bf5a793afc97fad001864d4268a45d355703956
[2/2] mfd: ls2kbmc: Use PCI API instead of direct accesses
      commit: 13f3c189c8d298930cfb92efaf037f9af0db5569

--
Lee Jones [李琼斯]

Re: [PATCH v1 0/2] mfd: ls2kbmc: A fix and a refactoring
Posted by Binbin Zhou 3 months, 1 week ago
Hi Andy:

Thanks for your patches.

On 2025/10/30 19:36, Andy Shevchenko wrote:
> Just an ad-hoc fix and refactoring as I have noticed the problematic fix.
>
> Andy Shevchenko (2):
>    mfd: ls2kbmc: Fully convert to use managed resources
>    mfd: ls2kbmc: Use PCI API instead of direct accesses
>
>   drivers/mfd/ls2k-bmc-core.c | 38 ++++++++++---------------------------
>   1 file changed, 10 insertions(+), 28 deletions(-)
>
> 	

For the whole series:

Reviewed-by: Binbin Zhou <zhoubinbin@loongson.cn>


Thanks.
Binbin