mbox series

[v2,0/3] Remaining patches for RT5033 charger

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

Message

Jakob Hauser Oct. 1, 2023, 1:17 p.m. UTC
This series adds the missing patch "Add cable detection and USB OTG supply"
to the RT5033 charger driver. The patch didn't make it with the initial
series [1].

In the meantime, two fixes patches [2][3] were squashed into that patch.
Additionally there are two clean-up patches, which are patches No. 2 & 3
in this series.

On squashing the fixes patches into the main patch: I didn't add a
Co-developed-by tag of Stephen because the one fix on the includes seemed
to me below the threshold for that tag.

Changes in v2:
- Patch 1: Squashed fixes patches into patch 1.
- Patch 1: Added Co-developed-by tag of Yang Yingliang and a short
  description about that in the commit message.
- Patch 1: Removed Acked-by tag of Sebastian as the patch has changed.

v1: https://lore.kernel.org/linux-pm/cover.1695844349.git.jahau@rocketmail.com/T/#t

[1] https://lore.kernel.org/linux-pm/cover.1684182964.git.jahau@rocketmail.com/T/#t
[2] https://lore.kernel.org/linux-next/20230821125741.3a2474d7@canb.auug.org.au
[3] https://lore.kernel.org/linux-pm/20230822030207.644738-1-yangyingliang@huawei.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

 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 Sun, 01 Oct 2023 15:17:41 +0200, Jakob Hauser wrote:
> This series adds the missing patch "Add cable detection and USB OTG supply"
> to the RT5033 charger driver. The patch didn't make it with the initial
> series [1].
> 
> In the meantime, two fixes patches [2][3] were squashed into that patch.
> Additionally there are two clean-up patches, which are patches No. 2 & 3
> in this series.
> 
> [...]

Applied, thanks!

[1/3] power: supply: rt5033_charger: Add cable detection and USB OTG supply
      commit: 8242336dc8a8009b93fb7c4506d79a8c894b3583
[2/3] power: supply: rt5033_charger: Simplify initialization of rt5033_charger_data
      commit: 1c6877f1768a34c04e3a82f9f950f78488a1753b
[3/3] power: supply: rt5033_charger: Replace "&pdev->dev" by "charger->dev" in probe
      commit: 3f26d8b6d1cbd41c5fa663c9ea48a2b832cfb58f

Best regards,