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:	Thu, 14 Jan 2016 09:19:13 +0000
From:	Lee Jones <lee.jones@...aro.org>
To:	torvalds@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL] MFD for v4.4

Hi Linus,

Some of the patches in this set haven't had as long of a -next
soak-test as I normally like.  This is due to a combination of
me taking a vacation from -rc4 and unusually short -rc releases
during the v4.4 cycle.

I'm keen not to let down contributors so I am sending the pull-
request out in the full knowledge that a snot-o-gram might well
be winging it's way to me in receipt.  I have taken due care to
thoroughly build test the set as much as possible, but if there
are any issues I'll take the time to provide reason and
apologise in advance now.

The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:

  Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-for-linus-4.5

for you to fetch changes up to 9fb41166076b197318807a5f1829911450b43218:

  mfd: davinci_voicecodec: Remove pointless 'out of memory' error message (2016-01-14 08:44:05 +0000)

----------------------------------------------------------------
 - New Device Support
   - Add support for s2mps15; sec-core
   - Add support for Lewisburg; lpc_ich
   - Add support for cs47l24 and wm1831; arizona
 - New Functionality
   - Allow user to select syscon register width; syscon
 - Fix-ups
   - Lots of Checkpatch fixes
   - Rename -pmic/-regulator; s2mps11
   - Build driver components into a single module; wm8994-*
   - Better handing of IRQ during suspend/resume; as3722
   - Constify things; da903x
   - Remove unused code; ab8500-core
   - Improve error handing; qcom_rpm
   - Simplify code: wm831x-otp, sta2x11-mfd
   - Improve locking; cros_ec_spi
   - Fix incorrect DT binding filename reference; arizona, palmas,
                                                  snps-dwapb-gpio, wm8994
 - Bug Fixes
   - Fix broken SYSFS 'show ID' call; wm831x-otp
   - Protect reads from non-existent registers; qcom-spmi-pmic
   - Repair build warnings; as3722
   - Fix IRQ request ordering; arizona-irq
   - Ensure return value is boolean; ucb1x00-core, tps65010, tc6393xb,
                                     htc-egpio, dm355evm_msp, asic3,

----------------------------------------------------------------
Alexandra Yates (1):
      mfd: lpc_ich: Intel device IDs for PCH

Alim Akhtar (2):
      rtc: s5m.c: Add support for S2MPS15 RTC
      mfd: sec-core: Rename MFD and regulator names differently

Andrew F. Davis (1):
      Documentation: dt-bindings: Fix interrupt documentation file path

Arnd Bergmann (1):
      mfd: as3722: Mark PM functions as __maybe_unused

Charles Keepax (6):
      mfd: wm8994: Ensure that the whole MFD is built into a single module
      mfd: wm5110: Correct defaults for micbias control registers
      mfd: arizona: Request parent IRQ before we request child IRQs
      mfd: arizona: Add device tree binding to specify mono outputs
      mfd: arizona: Update binding docs for selecting mono/stereo outputs
      mfd: arizona: Add device tree binding documentation for new clock driver

Damien Riegel (1):
      mfd: syscon: Add a DT property to set value width

Geert Uytterhoeven (1):
      mfd: da9063: Allow modular build

Geliang Tang (1):
      mfd: Use to_i2c_client() instead of open-coding it

Ivan T. Ivanov (1):
      mfd: qcom-spmi-pmic: Don't access non-existing registers

Jon Hunter (1):
      mfd: as3722: Handle interrupts on suspend

Julia Lawall (1):
      mfd: da903x: Constify da903x_chip_ops structure

Krzysztof Kozlowski (3):
      dt-bindings: regulator/clock/mfd: Reorganize S2MPS-family bindings
      dt-bindings: regulator/mfd: Reorganize S5M8767 bindings
      dt-bindings: regulator/mfd: Reorganize S2MPA01 bindings

LABBE Corentin (1):
      mfd: qcom_rpm: Fix a possible NULL dereference

Lee Jones (20):
      mfd: 88pm860x-core: Fix commenting and declaration spacing
      mfd: aat2870-core: Remove unnecessary 'out of memory' message
      mfd: ab3100-core.c: Fix multiple warnings reported by Checkpatch
      mfd: ab2100-otp: Remove pointless 'out of memory' error message
      mfd: ab8500-core: Fix many warnings reported by Checkpatch
      mfd: ab8500-debugfs: Clean-up non-conforming commenting and print formatting
      mfd: ab8500-gpadc: Squash a whole bunch of Checkpatch warnings and one error
      mfd: ab8500-sysctrl: Fix Constify, printk => pr_info and formatting issues
      mfd: adp5520: Some trivial 'no space before tab' fixes
      mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range() instead
      mfd: arizona-i2c: Add blank line formatting after declaration
      mfd: as3711: Repair OOM and 'line over 80 chars' formatting warnings
      mfd: asic3: Fix a plethora of Checkpatch errors and warnings
      mfd: cros_ec_i2c: Fix trivial 'tabs before spaces' whitespace issue.
      mfd: cros_ec_spi: Repair comparison ordering issue
      mfd: cs5535-mfd: Add missing line spacing and make local array static
      mfd: da903x: Fix white space and split string issues
      mfd: da9052-i2c: Fix tabbing/whitespace issue
      mfd: da9052-irq: Fix trivial 'space before comma' error
      mfd: davinci_voicecodec: Remove pointless 'out of memory' error message

Linus Walleij (7):
      mfd: ab8500: Delete static IRQ resources
      mfd: ucb1x00-core: Be sure to clamp return value
      mfd: tps65010: Be sure to clamp return value
      mfd: tc6393xb: Be sure to clamp return value
      mfd: htc-egpio: Be sure to clamp return value
      mfd: dm355evm_mps: Be sure to clamp return value
      mfd: asic3: Be sure to clamp return value

Nicolas Boichat (1):
      mfd: cros ec: Lock the SPI bus while holding chipselect

Rasmus Villemoes (1):
      mfd: wm831x: Fix broken wm831x_unique_id_show

Richard Fitzgerald (4):
      mfd: arizona: Update DT bindings to add CS47L24 and WM1831
      mfd: arizona: Support Cirrus Logic CS47L24 and WM1831
      MAINTAINERS: Update Wolfson Micro section to include CS47L24 source
      gpio: arizona: Support Cirrus Logic CS47L24 and WM1831

Saurabh Sengar (1):
      mfd: mc13xxx-core: Use of_property_read_bool()

Thierry Reding (1):
      mfd: sta2x11: Use platform_register/unregister_drivers()

Thomas Abraham (2):
      mfd: sec: Add support for S2MPS15 PMIC
      regulator: s2mps11: Add support for S2MPS15 regulators

 .../devicetree/bindings/clock/samsung,s2mps11.txt  |   49 +
 .../devicetree/bindings/gpio/snps-dwapb-gpio.txt   |    2 +-
 Documentation/devicetree/bindings/mfd/arizona.txt  |   24 +-
 Documentation/devicetree/bindings/mfd/palmas.txt   |    2 +-
 Documentation/devicetree/bindings/mfd/s2mpa01.txt  |   90 --
 Documentation/devicetree/bindings/mfd/s2mps11.txt  |  153 --
 .../devicetree/bindings/mfd/samsung,sec-core.txt   |   88 ++
 Documentation/devicetree/bindings/mfd/syscon.txt   |    4 +
 .../bindings/regulator/s5m8767-regulator.txt       |  163 --
 .../bindings/regulator/samsung,s2mpa01.txt         |   79 +
 .../bindings/regulator/samsung,s2mps11.txt         |  102 ++
 .../bindings/regulator/samsung,s5m8767.txt         |  145 ++
 Documentation/devicetree/bindings/sound/wm8994.txt |    2 +-
 MAINTAINERS                                        |    8 +-
 drivers/gpio/gpio-arizona.c                        |    4 +
 drivers/mfd/88pm80x.c                              |    4 +-
 drivers/mfd/88pm860x-core.c                        |   13 +-
 drivers/mfd/Kconfig                                |   20 +-
 drivers/mfd/Makefile                               |    6 +-
 drivers/mfd/aat2870-core.c                         |    5 +-
 drivers/mfd/ab3100-core.c                          |   23 +-
 drivers/mfd/ab3100-otp.c                           |    5 +-
 drivers/mfd/ab8500-core.c                          |  506 +-----
 drivers/mfd/ab8500-debugfs.c                       |   25 +-
 drivers/mfd/ab8500-gpadc.c                         |  145 +-
 drivers/mfd/ab8500-sysctrl.c                       |   13 +-
 drivers/mfd/adp5520.c                              |    6 +-
 drivers/mfd/arizona-core.c                         |   92 +-
 drivers/mfd/arizona-i2c.c                          |    2 +
 drivers/mfd/arizona-irq.c                          |   95 +-
 drivers/mfd/arizona-spi.c                          |    7 +
 drivers/mfd/arizona.h                              |    4 +
 drivers/mfd/as3711.c                               |   28 +-
 drivers/mfd/as3722.c                               |   30 +
 drivers/mfd/asic3.c                                |   30 +-
 drivers/mfd/cros_ec_i2c.c                          |    2 +-
 drivers/mfd/cros_ec_spi.c                          |   34 +-
 drivers/mfd/cs47l24-tables.c                       | 1629 ++++++++++++++++++++
 drivers/mfd/cs5535-mfd.c                           |    6 +-
 drivers/mfd/da903x.c                               |   14 +-
 drivers/mfd/da9052-i2c.c                           |    2 +-
 drivers/mfd/da9052-irq.c                           |    2 +-
 drivers/mfd/davinci_voicecodec.c                   |    5 +-
 drivers/mfd/dm355evm_msp.c                         |    2 +-
 drivers/mfd/htc-egpio.c                            |    2 +-
 drivers/mfd/lpc_ich.c                              |   15 +
 drivers/mfd/max14577.c                             |    4 +-
 drivers/mfd/max77686.c                             |    4 +-
 drivers/mfd/max77693.c                             |    4 +-
 drivers/mfd/max77843.c                             |    4 +-
 drivers/mfd/max8925-i2c.c                          |    4 +-
 drivers/mfd/max8997.c                              |    8 +-
 drivers/mfd/max8998.c                              |    8 +-
 drivers/mfd/mc13xxx-core.c                         |    8 +-
 drivers/mfd/qcom-spmi-pmic.c                       |    4 +-
 drivers/mfd/qcom_rpm.c                             |    2 +
 drivers/mfd/sec-core.c                             |   43 +-
 drivers/mfd/sec-irq.c                              |    8 +
 drivers/mfd/sta2x11-mfd.c                          |   36 +-
 drivers/mfd/syscon.c                               |   13 +
 drivers/mfd/tc6393xb.c                             |    4 +-
 drivers/mfd/tps65010.c                             |    4 +-
 drivers/mfd/ucb1x00-core.c                         |    2 +-
 drivers/mfd/wm5110-tables.c                        |    6 +-
 drivers/mfd/wm831x-otp.c                           |   10 +-
 drivers/regulator/Kconfig                          |    4 +-
 drivers/regulator/s2mps11.c                        |  143 +-
 drivers/rtc/rtc-s5m.c                              |   37 +-
 include/linux/mfd/arizona/core.h                   |    3 +
 include/linux/mfd/arizona/pdata.h                  |    2 +-
 include/linux/mfd/samsung/core.h                   |    1 +
 include/linux/mfd/samsung/rtc.h                    |    2 +
 include/linux/mfd/samsung/s2mps15.h                |  158 ++
 73 files changed, 2983 insertions(+), 1230 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
 delete mode 100644 Documentation/devicetree/bindings/mfd/s2mpa01.txt
 delete mode 100644 Documentation/devicetree/bindings/mfd/s2mps11.txt
 create mode 100644 Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
 delete mode 100644 Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/samsung,s2mpa01.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/samsung,s2mps11.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/samsung,s5m8767.txt
 create mode 100644 drivers/mfd/cs47l24-tables.c
 create mode 100644 include/linux/mfd/samsung/s2mps15.h

-- 
Lee Jones
Linaro STMicroelectronics Landing Team 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