aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28Merge tag 'mmc-v6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds5-44/+8
2022-09-28Merge tag 'clk-microchip-fixes-6.0' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into clk-fixesStephen Boyd1-2/+9
2022-09-28Merge tag 'nvme-6.1-2022-09-28' of git://git.infradead.org/nvme into for-6.1/blockJens Axboe16-433/+345
2022-09-28remoteproc: Support attach recovery after rproc crashPeng Fan1-19/+43
2022-09-28remoteproc: Introduce rproc featuresPeng Fan1-0/+15
2022-09-28random: use expired timer rather than wq for mixing fast poolJason A. Donenfeld1-7/+11
2022-09-28random: avoid reading two cache lines on irq randomnessJason A. Donenfeld1-1/+1
2022-09-28Input: ibm-panel - add missing MODULE_DEVICE_TABLEZeng Heng1-0/+1
2022-09-28Input: icn8505 - utilize acpi_get_subsystem_id()Andy Shevchenko1-21/+9
2022-09-28pwm: sysfs: Replace sprintf() with sysfs_emit()Andy Shevchenko1-6/+6
2022-09-28ACPI: Kconfig: Drop link to https://01.org/linux-acpiRafael J. Wysocki1-3/+0
2022-09-28ACPI: docs: Drop useless DSDT override documentationRafael J. Wysocki1-1/+0
2022-09-28ACPI: DPTF: Drop stale link from Kconfig helpRafael J. Wysocki1-3/+0
2022-09-28mfd: ocelot-spi: Add missing MODULE_DEVICE_TABLEYang Yingliang1-0/+1
2022-09-28power: supply: Add charger driver for Rockchip RK817Chris Morgan3-0/+1218
2022-09-28mfd: da9061: Fix Failed to set Two-Wire Bus Mode.Jens Hillenstedt1-0/+1
2022-09-28mfd: htc-i2cpld: Fix an IS_ERR() vs NULL bug in htcpld_core_probe()Peng Wu1-3/+6
2022-09-28mfd: sm501: Add check for platform_driver_register()Jiasheng Jiang1-1/+6
2022-09-28mfd: twl4030: Add missed linux/device.h headerAndy Shevchenko1-0/+1
2022-09-28mfd: intel_soc_pmic_chtdc_ti: Switch from __maybe_unused to pm_sleep_ptr() etcAndy Shevchenko1-4/+4
2022-09-28mfd: stmpe: Switch to using gpiod APIDmitry Torokhov1-23/+13
2022-09-28mfd/omap1: htc-i2cpld: Convert to a pure GPIO driverLinus Walleij1-33/+26
2022-09-28mfd: intel-m10-bmc: Add d5005 bmc secure update driverRuss Weight1-0/+1
2022-09-28mfd: qcom-spmi-pmic: Add support for PMP8074Robert Marko1-0/+1
2022-09-28mfd: Move from strlcpy with unused retval to strscpyWolfram Sang3-3/+3
2022-09-28mfd: fsl-imx25: Fix check for platform_get_irq() errorsDan Carpenter1-2/+2
2022-09-28Merge tag 'devfreq-next-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linuxRafael J. Wysocki2-6/+9
2022-09-28Merge tag 'cpufreq-arm-updates-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki7-29/+47
2022-09-28mfd: rt5120: Add Richtek PMIC supportChiYuan Huang3-0/+137
2022-09-28mfd: core: Delete corresponding OF node entries from list on MFD removalMichal Oleszczyk1-0/+7
2022-09-28mfd: twl-core: Fix double "to to" in comment.Jason Wang1-1/+1
2022-09-28mfd: lp8788: Fix an error handling path in lp8788_irq_init() and lp8788_irq_init()Christophe JAILLET1-0/+3
2022-09-28mfd: lp8788: Fix an error handling path in lp8788_probe()Christophe JAILLET1-2/+10
2022-09-28mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq()Christophe JAILLET1-8/+24
2022-09-28mfd: silergy,sy7636a: Add config option MFD_SY7636AAlistair Francis3-1/+13
2022-09-28mfd: mt6370: Add MediaTek MT6370 supportChiYuan Huang4-0/+428
2022-09-28mfd: rk808: Add Rockchip rk817 battery charger supportChris Morgan1-1/+15
2022-09-28mfd: intel_soc_pmic_crc: Update the copyright yearAndy Shevchenko1-1/+1
2022-09-28mfd: intel_soc_pmic_crc: Replace intel_soc_pmic with crystal_coveAndy Shevchenko1-21/+21
2022-09-28mfd: intel_soc_pmic_crc: Convert driver to use ->probe_new()Andy Shevchenko1-9/+2
2022-09-28mfd: intel_soc_pmic_crc: Drop redundant ACPI_PTR() and ifdefferyAndy Shevchenko2-6/+4
2022-09-28mfd: intel_soc_pmic_crc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcAndy Shevchenko1-5/+2
2022-09-28mfd: intel_soc_pmic_crc: Convert to use i2c_get/set_clientdata()Andy Shevchenko1-2/+2
2022-09-28mfd: intel_soc_pmic_crc: Use devm_regmap_add_irq_chip()Andy Shevchenko1-15/+5
2022-09-28mfd: intel_soc_pmic: Move non-Intel Makefile entries to their own groupAndy Shevchenko1-3/+4
2022-09-28mfd: intel_soc_pmic_crc: Merge Intel PMIC core to crcAndy Shevchenko4-194/+158
2022-09-28mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe()Christophe JAILLET1-0/+1
2022-09-28mfd: stmpe: Probe sub-function by compatibleFrancesco Dolcini1-6/+5
2022-09-28mfd: stmpe: Remove rotator block from probeFrancesco Dolcini1-2/+0
2022-09-28mfd: intel-lpss: Provide an SSP type to the SPI driverAndy Shevchenko1-46/+95