mbox series

[0/5] Remaining patches for RT5033 charger

Message ID cover.1695844349.git.jahau@rocketmail.com (mailing list archive)
Headers show
Series Remaining patches for RT5033 charger | expand

Message

Jakob Hauser Sept. 27, 2023, 8:25 p.m. UTC
This series collects remaining patches for the RT5033 charger driver.

The patches are based on 6.6-rc1.

Mailing list links where the patches were taken from:
 - Patch 1
   https://lore.kernel.org/linux-next/20230821125741.3a2474d7@canb.auug.org.au
 - Patch 2
   https://lore.kernel.org/linux-pm/cover.1684182964.git.jahau@rocketmail.com/T/#m27164a05bbe2ec649be1fc32157b34ba814ff31f
 - Patch 3
   https://lore.kernel.org/linux-pm/20230822030207.644738-1-yangyingliang@huawei.com/T/#u
 - Patches 4 & 5
   https://lore.kernel.org/linux-pm/cover.1686948074.git.jahau@rocketmail.com/T/#u

Jakob Hauser (3):
  power: supply: rt5033_charger: Add cable detection and USB OTG supply
  power: supply: rt5033_charger: Simplify initialization of
    rt5033_charger_data
  power: supply: rt5033_charger: Replace "&pdev->dev" by "charger->dev"
    in probe

Stephen Rothwell (1):
  fixup for "power: Explicitly include correct DT includes"

Yang Yingliang (1):
  power: supply: rt5033_charger: fix missing unlock

 drivers/power/supply/rt5033_charger.c | 320 ++++++++++++++++++++++++--
 1 file changed, 299 insertions(+), 21 deletions(-)

Comments

Sebastian Reichel Oct. 4, 2023, 10:15 p.m. UTC | #1
On Wed, 27 Sep 2023 22:25:57 +0200, Jakob Hauser wrote:
> This series collects remaining patches for the RT5033 charger driver.
> 
> The patches are based on 6.6-rc1.
> 
> Mailing list links where the patches were taken from:
>  - Patch 1
>    https://lore.kernel.org/linux-next/20230821125741.3a2474d7@canb.auug.org.au
>  - Patch 2
>    https://lore.kernel.org/linux-pm/cover.1684182964.git.jahau@rocketmail.com/T/#m27164a05bbe2ec649be1fc32157b34ba814ff31f
>  - Patch 3
>    https://lore.kernel.org/linux-pm/20230822030207.644738-1-yangyingliang@huawei.com/T/#u
>  - Patches 4 & 5
>    https://lore.kernel.org/linux-pm/cover.1686948074.git.jahau@rocketmail.com/T/#u
> 
> [...]

Applied, thanks!

[4/5] power: supply: rt5033_charger: Simplify initialization of rt5033_charger_data
      commit: 1c6877f1768a34c04e3a82f9f950f78488a1753b

Best regards,