summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-09-28mfd: sm501: Add check for platform_driver_register()Jiasheng Jiang
2022-09-28mfd: twl4030: Add missed linux/device.h headerAndy Shevchenko
2022-09-28mfd: intel_soc_pmic_chtdc_ti: Switch from __maybe_unused to pm_sleep_ptr() etcAndy Shevchenko
2022-09-28mfd: stmpe: Switch to using gpiod APIDmitry Torokhov
2022-09-28mfd/omap1: htc-i2cpld: Convert to a pure GPIO driverLinus Walleij
2022-09-28mfd: intel-m10-bmc: Add d5005 bmc secure update driverRuss Weight
2022-09-28mfd: qcom-spmi-pmic: Add support for PMP8074Robert Marko
2022-09-28mfd: Move from strlcpy with unused retval to strscpyWolfram Sang
2022-09-28mfd: fsl-imx25: Fix check for platform_get_irq() errorsDan Carpenter
2022-09-28mfd: rt5120: Add Richtek PMIC supportChiYuan Huang
2022-09-28mfd: core: Delete corresponding OF node entries from list on MFD removalMichal Oleszczyk
2022-09-28mfd: twl-core: Fix double "to to" in comment.Jason Wang
2022-09-28mfd: lp8788: Fix an error handling path in lp8788_irq_init() and lp8788_irq_i...Christophe JAILLET
2022-09-28mfd: lp8788: Fix an error handling path in lp8788_probe()Christophe JAILLET
2022-09-28mfd: fsl-imx25: Fix an error handling path in mx25_tsadc_setup_irq()Christophe JAILLET
2022-09-28mfd: silergy,sy7636a: Add config option MFD_SY7636AAlistair Francis
2022-09-28mfd: mt6370: Add MediaTek MT6370 supportChiYuan Huang
2022-09-28mfd: rk808: Add Rockchip rk817 battery charger supportChris Morgan
2022-09-28mfd: intel_soc_pmic_crc: Update the copyright yearAndy Shevchenko
2022-09-28mfd: intel_soc_pmic_crc: Replace intel_soc_pmic with crystal_coveAndy Shevchenko
2022-09-28mfd: intel_soc_pmic_crc: Convert driver to use ->probe_new()Andy Shevchenko
2022-09-28mfd: intel_soc_pmic_crc: Drop redundant ACPI_PTR() and ifdefferyAndy Shevchenko
2022-09-28mfd: intel_soc_pmic_crc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()...Andy Shevchenko
2022-09-28mfd: intel_soc_pmic_crc: Convert to use i2c_get/set_clientdata()Andy Shevchenko
2022-09-28mfd: intel_soc_pmic_crc: Use devm_regmap_add_irq_chip()Andy Shevchenko
2022-09-28mfd: intel_soc_pmic: Move non-Intel Makefile entries to their own groupAndy Shevchenko
2022-09-28mfd: intel_soc_pmic_crc: Merge Intel PMIC core to crcAndy Shevchenko
2022-09-28mfd: intel_soc_pmic: Fix an error handling path in intel_soc_pmic_i2c_probe()Christophe JAILLET
2022-09-28mfd: stmpe: Probe sub-function by compatibleFrancesco Dolcini
2022-09-28mfd: stmpe: Remove rotator block from probeFrancesco Dolcini
2022-09-28mfd: intel-lpss: Provide an SSP type to the SPI driverAndy Shevchenko
2022-09-09mfd: ocelot: Add support for the vsc7512 chip via spiColin Foster
2022-09-09pinctrl: microchip-sgpio: add ability to be used in a non-mmio configurationColin Foster
2022-09-09pinctrl: microchip-sgpio: allow sgpio driver to be used as a moduleColin Foster
2022-09-09pinctrl: ocelot: add ability to be used in a non-mmio configurationColin Foster
2022-09-09net: mdio: mscc-miim: add ability to be used in a non-mmio configurationColin Foster
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-13Merge tag 'i2c-for-5.20-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-08-13Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-12Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-12Merge tag 'rtc-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-08-12Merge tag 'for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds
2022-08-12Merge tag 'vfio-v6.0-rc1pt2' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-08-12perf: riscv_pmu{,_sbi}: Miscallenous improvement & fixesPalmer Dabbelt
2022-08-12xen/pciback: Fix comment typoJason Wang
2022-08-12xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter
2022-08-12xen-blkfront: Apply 'feature_persistent' parameter when connectSeongJae Park