This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 46d6b7becb1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc new d33c240d47da hv_balloon: Balloon up according to request page number new e2379b30324c Input: hyperv-keyboard: Add the support of hibernation new 382a46221757 video: hyperv_fb: Fix hibernation for the deferred IO feature new ddc9d357b991 Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23) new 3a6fb6c4255c video: hyperv: hyperv_fb: Use physical memory for fb on Hy [...] new 9fc3c01a1fae Tools: hv: Reopen the devices if read() or write() returns errors new 3e9c72056ed5 hv_utils: Support host-initiated restart request new ffd1d4a49336 hv_utils: Support host-initiated hibernation request new 54e19d34011f hv_utils: Add the support of hibernation new d0fa9250317f Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub [...] new 4b1ca3a40410 mfd: atmel-hlcdc: Add struct device member to struct atmel [...] new 10f916766436 mfd: atmel-hlcdc: Return in case of error new 873e443dd25a dt-bindings: leds: ROHM BD71282 PMIC LED driver new 1af5332fcf7c dt-bindings: mfd: Document ROHM BD71828 bindings new 1b1c26b24a6e mfd: Rohm PMICs: Use platform_device_id to match MFD sub-devices new 8c352e68dd2e mfd: bd718x7: Add compatible for BD71850 new 1c743ad523bb mfd: bd71828: Support ROHM BD71828 PMIC - core new e795bf725dab mfd: bd71828: Add power-key support new ae866dec7426 clk: bd718x7: Support ROHM BD71828 clk block new 21b72156ede8 regulator: bd718x7: Split driver to common and bd718x7 spe [...] new 6c883472e1c1 mfd: bd70528: Fix hour register mask new fe5a591b7814 rtc: bd70528: add BD71828 support new c31f625d06c9 gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOs new 18490cdb9e32 Merge branches 'ib-mfd-drm-5.6' and 'ib-mfd-clk-gpio-regul [...] new f2a19c5b7867 mfd: syscon: Re-use resource_size() to count max_register new b88aa8509828 mfd: sm501: Fix mismatches of request_mem_region new 2b8bd606b1e6 mfd: dln2: More sanity checking for endpoints new 1ea9bd88eeff mfd: da9062: add support for the DA9062 GPIOs in the core new c5f45619cfe6 dt-bindings: mfd: da9062: add gpio bindings new 2b091ce1f62a dt-bindings: mfd: Document the Xylon LogiCVC multi-functio [...] new 1c2f57d3391d dt-bindings: mfd: ab8500: Document AB8505 bindings new 1c0769d20935 mfd: ab8500-core: Add device tree support for AB8505 new 9b98662e2572 dt-bindings: mfd: max14577: Add reference to max14040_batt [...] new 57b89dd220be mfd: intel-lpss: Add Intel Jasper Lake PCI IDs new 702204c22c53 mfd: ab8500: Fix ab8500-clk typo new dc91c3b6fe66 mfd: axp20x: Mark AXP20X_VBUS_IPSOUT_MGMT as volatile new cb7a374a5e7a mfd: max77650: Select REGMAP_IRQ in Kconfig new f41810921bdc mfd: dbx500-prcmu: Drop set_display_clocks() new 2cce09eb1122 mfd: dbx500-prcmu: Drop DSI pll clock functions new 7ad2915f7a83 mfd: tqmx86: remove set but not used variable 'i2c_ien' new 5e2540c17feb mfd: Kconfig: Rename Samsung to lowercase new 7f6d869846ec mfd: madera: Wait for boot done before accessing any other [...] new e9f47591793e mfd: cs47l15: Add missing register default new 003035b3eb70 mfd: madera: Allow more time for hardware reset new 1112ba02ff11 mfd: da9062: Fix watchdog compatible string new 4602dce0361e mfd: cros_ec: Add cros-usbpd-notify subdevice new 8334240fa0a6 dt-bindings: atmel-usart: Remove wildcard new aac5d8fec9ca dt-bindings: atmel-usart: Add microchip,sam9x60-{usart, dbgu} new 2f3dc25c0118 mfd: rn5t618: Mark ADC control register volatile new 6a24f567af4a mfd: syscon: Add arguments support for syscon reference new 6ac7e4d7ad70 mfd: wcd934x: Add support to wcd9340/wcd9341 codec new 5312f321a67c mfd: syscon: Fix syscon_regmap_lookup_by_phandle_args() dummy new af32f3a414d3 Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/l [...] new edeec4fdc780 backlight: ams369fg06: Drop GPIO include new c8fdcc86725c backlight: bd6107: Convert to use GPIO descriptor new 7af43a76695d backlight: qcom-wled: Fix unsigned comparison to zero new 2367da5b51cd Merge tag 'backlight-next-5.6' of git://git.kernel.org/pub [...] new 98c49f1746ac char: hpet: Fix out-of-bounds read bug new 754beeec1d90 Merge tag 'char-misc-5.6-rc1-2' of git://git.kernel.org/pu [...]
The 59 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../bindings/leds/rohm,bd71828-leds.yaml | 52 ++ Documentation/devicetree/bindings/mfd/ab8500.txt | 8 +- .../devicetree/bindings/mfd/atmel-usart.txt | 11 +- Documentation/devicetree/bindings/mfd/da9062.txt | 10 + Documentation/devicetree/bindings/mfd/max14577.txt | 2 + .../devicetree/bindings/mfd/rohm,bd71828-pmic.yaml | 193 ++++++++ drivers/char/hpet.c | 2 +- drivers/clk/Kconfig | 6 +- drivers/clk/clk-bd718x7.c | 50 +- drivers/gpio/Kconfig | 12 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-bd71828.c | 159 ++++++ drivers/hv/channel_mgmt.c | 21 +- drivers/hv/hv_balloon.c | 13 +- drivers/hv/hv_fcopy.c | 54 ++- drivers/hv/hv_kvp.c | 43 +- drivers/hv/hv_snapshot.c | 55 ++- drivers/hv/hv_util.c | 148 +++++- drivers/hv/hyperv_vmbus.h | 6 + drivers/hv/vmbus_drv.c | 4 + drivers/input/serio/hyperv-keyboard.c | 27 ++ drivers/mfd/Kconfig | 30 +- drivers/mfd/Makefile | 2 + drivers/mfd/ab8500-core.c | 18 +- drivers/mfd/atmel-hlcdc.c | 18 +- drivers/mfd/axp20x.c | 2 +- drivers/mfd/cros_ec_dev.c | 22 + drivers/mfd/cs47l15-tables.c | 1 + drivers/mfd/da9062-core.c | 18 +- drivers/mfd/db8500-prcmu.c | 122 +---- drivers/mfd/dln2.c | 13 +- drivers/mfd/intel-lpss-pci.c | 13 + drivers/mfd/madera-core.c | 33 +- drivers/mfd/rn5t618.c | 1 + drivers/mfd/rohm-bd70528.c | 3 +- drivers/mfd/rohm-bd71828.c | 344 +++++++++++++ drivers/mfd/rohm-bd718x7.c | 43 +- drivers/mfd/sm501.c | 19 +- drivers/mfd/syscon.c | 31 +- drivers/mfd/tqmx86.c | 3 +- drivers/mfd/wcd934x.c | 306 ++++++++++++ drivers/regulator/Kconfig | 4 + drivers/regulator/Makefile | 1 + drivers/regulator/bd718x7-regulator.c | 194 +++----- drivers/regulator/rohm-regulator.c | 95 ++++ drivers/rtc/Kconfig | 3 +- drivers/rtc/rtc-bd70528.c | 220 +++++++-- drivers/video/backlight/ams369fg06.c | 1 - drivers/video/backlight/bd6107.c | 24 +- drivers/video/backlight/qcom-wled.c | 4 +- drivers/video/fbdev/Kconfig | 1 + drivers/video/fbdev/hyperv_fb.c | 184 +++++-- include/linux/hyperv.h | 4 + include/linux/mfd/db8500-prcmu.h | 18 - include/linux/mfd/dbx500-prcmu.h | 30 -- include/linux/mfd/rohm-bd70528.h | 19 +- include/linux/mfd/rohm-bd71828.h | 423 ++++++++++++++++ include/linux/mfd/rohm-bd718x7.h | 6 - include/linux/mfd/rohm-generic.h | 70 ++- include/linux/mfd/rohm-shared.h | 21 + include/linux/mfd/syscon.h | 14 + include/linux/mfd/wcd934x/registers.h | 531 +++++++++++++++++++++ include/linux/mfd/wcd934x/wcd934x.h | 31 ++ include/linux/platform_data/bd6107.h | 1 - tools/hv/hv_fcopy_daemon.c | 37 +- tools/hv/hv_kvp_daemon.c | 36 +- tools/hv/hv_vss_daemon.c | 49 +- 67 files changed, 3403 insertions(+), 537 deletions(-) create mode 100644 Documentation/devicetree/bindings/leds/rohm,bd71828-leds.yaml create mode 100644 Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml create mode 100644 drivers/gpio/gpio-bd71828.c create mode 100644 drivers/mfd/rohm-bd71828.c create mode 100644 drivers/mfd/wcd934x.c create mode 100644 drivers/regulator/rohm-regulator.c create mode 100644 include/linux/mfd/rohm-bd71828.h create mode 100644 include/linux/mfd/rohm-shared.h create mode 100644 include/linux/mfd/wcd934x/registers.h create mode 100644 include/linux/mfd/wcd934x/wcd934x.h