All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] MFD for v5.1
Date: Wed, 9 Jan 2019 07:20:18 +0000	[thread overview]
Message-ID: <20190109072018.GB27286@dell> (raw)

Good morning Linus,

Please accept my apologies for the lateness.

Christmas holidays, yada yada yada! :)

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-next-4.21

for you to fetch changes up to 3f2d347e851ef4464dea49504cde85e5eef67b2d:

  mfd: exynos-lpass: Enable UART module support (2019-01-03 08:32:42 +0000)

----------------------------------------------------------------
 - New Device Support
   - Add support for Power Supply to AXP813
   - Add support for GPIO, ADC, AC and Battery Power Supply to AXP803
   - Add support for UART to Exynos LPASS

 - Fix-ups
   - Use supplied MACROS; ti_am335x_tscadc
   - Trivial spelling/whitespace/alignment; tmio, axp20x, rave-sp
   - Regmap changes; bd9571mwv, wm5110-tables
   - Kconfig dependencies; MFD_AT91_USART
   - Supply shared data for child-devices; madera-core
   - Use new of_node_name_eq() API call; max77620, stmpe
   - Use managed resources (devm_*); tps65218
   - Comment descriptions; ingenic-tcu
   - Coding style; madera-core

 - Bug Fixes
   - Fix section mismatches; twl-core, db8500-prcmu
   - Correct error path related issues; mt6397-core, ab8500-core, mc13xxx-core
   - IRQ related fixes; tps6586x
   - Ensure proper initialisation sequence; qcom_rpm
   - Repair potential memory leak; cros_ec_dev

----------------------------------------------------------------
Beomho Seo (1):
      mfd: exynos-lpass: Enable UART module support

Charles Keepax (1):
      mfd: wm5110: Add missing ASRC rate register

Chen-Yu Tsai (1):
      mfd: axp20x: Re-align MFD cell entries

Cheng-Yi Chiang (1):
      mfd: cros_ec: Add commands to control codec

Dan Carpenter (1):
      mfd: ab8500-core: Return zero in get_register_interruptible()

Dien Pham (1):
      mfd: bd9571mwv: Add volatile register to make DVFS work

Enric Balletbo i Serra (1):
      mfd: cros_ec_dev: Add missing mfd_remove_devices() call in remove

Geert Uytterhoeven (1):
      mfd: tmio: Typo s/use use/use/

Jean Delvare (1):
      mfd: at91-usart: Add platform dependency

Jonathan Hunter (1):
      mfd: tps6586x: Handle interrupts on suspend

Jonathan Marek (1):
      mfd: qcom_rpm: write fw_version to CTRL_REG

Kangjie Lu (1):
      mfd: mc13xxx: Fix a missing check of a register-read failure

Keerthy (1):
      mfd: tps65218: Use devm_regmap_add_irq_chip and clean up error path in probe()

Nathan Chancellor (2):
      mfd: twl-core: Fix section annotations on {,un}protect_pm_master
      mfd: db8500-prcmu: Fix some section annotations

Nicolas Boichat (1):
      mfd: mt6397: Do not call irq_domain_remove if PMIC unsupported

Oskari Lemmela (2):
      mfd: axp20x: Add AC power supply cell for AXP813
      mfd: axp20x: Add supported cells for AXP803

Paul Cercueil (1):
      mfd: ingenic-tcu: Fix bit field description in header

Richard Fitzgerald (2):
      mfd: madera: Add shared data for accessory detection
      mfd: madera: Remove spurious semicolon in while loop

Rob Herring (1):
      mfd: Use of_node_name_eq() for node name comparisons

Vignesh R (2):
      mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering mfd cells
      iio: adc: ti_am335x_tscadc: Improve accuracy of measurement

Yangtao Li (1):
      mfd: rave-sp: Fix typo in rave_sp_checksum comment

 drivers/iio/adc/ti_am335x_adc.c      |   5 +-
 drivers/mfd/Kconfig                  |   1 +
 drivers/mfd/ab8500-core.c            |   2 +-
 drivers/mfd/axp20x.c                 | 126 +++++++++++++++++++----------------
 drivers/mfd/bd9571mwv.c              |   1 +
 drivers/mfd/cros_ec_dev.c            |   1 +
 drivers/mfd/db8500-prcmu.c           |   4 +-
 drivers/mfd/exynos-lpass.c           |   4 +-
 drivers/mfd/madera-core.c            |   5 +-
 drivers/mfd/max77620.c               |   2 +-
 drivers/mfd/mc13xxx-core.c           |   4 +-
 drivers/mfd/mt6397-core.c            |   3 +-
 drivers/mfd/qcom_rpm.c               |   4 ++
 drivers/mfd/rave-sp.c                |   2 +-
 drivers/mfd/stmpe.c                  |  12 ++--
 drivers/mfd/ti_am335x_tscadc.c       |   5 +-
 drivers/mfd/tps65218.c               |  24 +------
 drivers/mfd/tps6586x.c               |  24 +++++++
 drivers/mfd/twl-core.c               |   4 +-
 drivers/mfd/wm5110-tables.c          |   2 +
 include/linux/mfd/cros_ec_commands.h |  94 ++++++++++++++++++++++++++
 include/linux/mfd/ingenic-tcu.h      |   2 +-
 include/linux/mfd/madera/core.h      |   7 ++
 include/linux/mfd/ti_am335x_tscadc.h |   4 ++
 include/linux/mfd/tmio.h             |   2 +-
 25 files changed, 244 insertions(+), 100 deletions(-)

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

             reply	other threads:[~2019-01-09  7:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-09  7:20 Lee Jones [this message]
2019-01-13 23:10 ` [GIT PULL] MFD for v5.1 Pavel Machek
2019-01-14  7:20   ` [GIT PULL] MFD for v5.0 Lee Jones
2019-01-14 18:30 ` [GIT PULL] MFD for v5.1 pr-tracker-bot
2019-03-07  9:38 Lee Jones
2019-03-08 18:35 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190109072018.GB27286@dell \
    --to=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.