mbox series

[GIT,PULL] Immutable branch between MFD and Power due for the v5.13 merge window

Message ID 20210323085748.GH2916463@dell (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] Immutable branch between MFD and Power due for the v5.13 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-power-v5.13

Message

Lee Jones March 23, 2021, 8:57 a.m. UTC
Enjoy!

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-power-v5.13

for you to fetch changes up to ee0975c3089e1c3357ccc3ada7a94a95b61e708c:

  mfd/power: ab8500: Push data to power supply code (2021-03-22 14:56:02 +0000)

----------------------------------------------------------------
Immutable branch between MFD and Power due for the v5.13 merge window

----------------------------------------------------------------
Linus Walleij (4):
      power: ab8500: Require device tree
      mfd/power: ab8500: Push data to power supply code
      mfd/power: ab8500: Push algorithm to power supply code
      mfd/power: ab8500: Push data to power supply code

 drivers/mfd/ab8500-core.c                          |  17 +-
 drivers/power/supply/Kconfig                       |   2 +-
 .../abx500 => drivers/power/supply}/ab8500-bm.h    | 297 +++++++++++++++++++--
 .../power/supply/ab8500-chargalg.h                 |   6 +-
 drivers/power/supply/ab8500_bmdata.c               |   3 +-
 drivers/power/supply/ab8500_btemp.c                |  45 +---
 drivers/power/supply/ab8500_charger.c              |  27 +-
 drivers/power/supply/ab8500_fg.c                   |  20 +-
 drivers/power/supply/abx500_chargalg.c             |  22 +-
 drivers/power/supply/pm2301_charger.c              |   4 +-
 include/linux/mfd/abx500.h                         | 276 -------------------
 11 files changed, 326 insertions(+), 393 deletions(-)
 rename {include/linux/mfd/abx500 => drivers/power/supply}/ab8500-bm.h (58%)
 rename include/linux/mfd/abx500/ux500_chargalg.h => drivers/power/supply/ab8500-chargalg.h (93%)

Comments

Linus Walleij March 23, 2021, 9:11 a.m. UTC | #1
On Tue, Mar 23, 2021 at 9:57 AM Lee Jones <lee.jones@linaro.org> wrote:

>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-power-v5.13

Thanks so much for fixing this Lee!

Sebastian: if you decide to pull this in I can iterate some more
patches to the AB8500 BM code this merge window, else I will
just defer to after v5.13-rc1.

Yours,
Linus Walleij
Sebastian Reichel April 5, 2021, 4:14 p.m. UTC | #2
Hi,

On Tue, Mar 23, 2021 at 10:11:18AM +0100, Linus Walleij wrote:
> On Tue, Mar 23, 2021 at 9:57 AM Lee Jones <lee.jones@linaro.org> wrote:
> 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-power-v5.13
> 
> Thanks so much for fixing this Lee!
> 
> Sebastian: if you decide to pull this in I can iterate some more
> patches to the AB8500 BM code this merge window, else I will
> just defer to after v5.13-rc1.

I pulled this in, but it's probably too late for 5.13 now. But it
means you do not need to wait before (re)sending the remaining
patches.

Thanks,

-- Sebastian