mbox series

[0/2] Match data improvements for bq256xx driver

Message ID 20230902202505.97609-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Match data improvements for bq256xx driver | expand

Message

Biju Das Sept. 2, 2023, 8:25 p.m. UTC
This patch series aims to add match data improvements for bq256xx driver.

This patch series is only compile tested.

Biju Das (2):
  power: supply: bq256xx: Use i2c_get_match_data()
  power: supply: bq256xx: Some cleanups

 drivers/power/supply/bq256xx_charger.c | 50 +++++++++++++-------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Comments

Andy Shevchenko Sept. 4, 2023, 10:12 a.m. UTC | #1
On Sat, Sep 02, 2023 at 09:25:03PM +0100, Biju Das wrote:
> This patch series aims to add match data improvements for bq256xx driver.
> 
> This patch series is only compile tested.

FWIW,
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Sebastian Reichel Sept. 12, 2023, 4:19 p.m. UTC | #2
On Sat, 02 Sep 2023 21:25:03 +0100, Biju Das wrote:
> This patch series aims to add match data improvements for bq256xx driver.
> 
> This patch series is only compile tested.
> 
> Biju Das (2):
>   power: supply: bq256xx: Use i2c_get_match_data()
>   power: supply: bq256xx: Some cleanups
> 
> [...]

Applied, thanks!

[1/2] power: supply: bq256xx: Use i2c_get_match_data()
      commit: f28992902b17245af042913d6cfd6a1cc100bcaf
[2/2] power: supply: bq256xx: Some cleanups
      commit: 02e673e59c3d374924422f74fb229ae4ee6715fc

Best regards,