lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 9 Jan 2019 07:20:18 +0000
From:   Lee Jones <lee.jones@...aro.org>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] MFD for v5.1

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ