summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-06-15mfd: kempld-core: Use DEVICE_ATTR_RO macroZhen Lei
2021-06-15mfd: pcf50633: Use DEVICE_ATTR_ADMIN_RO macroZhen Lei
2021-06-15mfd: sm501: Use DEVICE_ATTR_RO macroZhen Lei
2021-06-15mfd: timberdale: Use DEVICE_ATTR_RO macroZhen Lei
2021-06-15mfd: ucb1x00-assabet: Use DEVICE_ATTR_RO macroZhen Lei
2021-06-15mfd: wm831x: Use DEVICE_ATTR_RO macroZhen Lei
2021-06-15mfd: wm831x: Use DEFINE_RES_IRQ_NAMED() and DEFINE_RES_IRQ() to simplify codeZhen Lei
2021-06-02mfd: sun6i-prcm: Use DEFINE_RES_MEM() to simplify codeZhen Lei
2021-06-02mfd: asic3: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify codeZhen Lei
2021-06-02mfd: 88pm805: Use DEFINE_RES_IRQ_NAMED() to simplify codeZhen Lei
2021-06-02mfd: 88pm800: Use DEFINE_RES_IRQ_NAMED() to simplify codeZhen Lei
2021-06-02mfd: tps80031: Use DEFINE_RES_IRQ() to simplify codeZhen Lei
2021-06-02mfd: da9055: Use DEFINE_RES_IRQ_NAMED() to simplify codeZhen Lei
2021-06-02mfd: as3722: Use DEFINE_RES_IRQ_NAMED() to simplify codeZhen Lei
2021-06-02mfd: t7l66xb: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify codeZhen Lei
2021-06-02mfd: cros_ec_dev: Load lightbar module only presentGwendal Grignou
2021-06-02mfd: sec: Enable wakeup from suspend via devicetree propertyKrzysztof Kozlowski
2021-06-02mfd: sec: Remove unused irq_base in platform dataKrzysztof Kozlowski
2021-06-02mfd: sec: Remove unused device_type in platform dataKrzysztof Kozlowski
2021-06-02mfd: sec: Remove unused cfg_pmic_irq in platform dataKrzysztof Kozlowski
2021-06-02mfd: sec: Drop support for board files and require devicetreeKrzysztof Kozlowski
2021-06-02mfd: sec: Simplify getting of_device_id match dataKrzysztof Kozlowski
2021-06-02mfd: da9062: Simplify getting of_device_id match dataKrzysztof Kozlowski
2021-06-02mfd: da9052: Simplify getting of_device_id match dataKrzysztof Kozlowski
2021-06-02mfd: max8998: Simplify getting of_device_id match dataKrzysztof Kozlowski
2021-06-02mfd: max8997: Simplify getting of_device_id match dataKrzysztof Kozlowski
2021-06-02mfd: pm8008: Add driver for QCOM PM8008 PMICGuru Das Srinagesh
2021-06-02mfd: da9063: Propagate errno when I2C mode failsWolfram Sang
2021-06-02mfd: hisilicon: Use the correct HiSilicon copyrightHao Fang
2021-06-02mfd: cpcap: Fix cpcap dmamask not set warningsTony Lindgren
2021-06-02mfd: arizona: Allow building arizona MFD-core as moduleHans de Goede
2021-06-02mfd: si476x-i2c: Fix incorrectly documented function namesLee Jones
2021-06-02mfd: si476x-cmd: Fix a bunch of incorrectly documented function namesLee Jones
2021-06-02mfd: omap-usb-tll: File headers are not good candidates for kernel-docLee Jones
2021-06-02mfd: omap-usb-host: File headers are not good candidates for kernel-docLee Jones
2021-06-02mfd: db8500-prcmu: Fix multiple incorrectly documented function namesLee Jones
2021-06-02mfd: twl-core: Fix incorrect function name twl_regcache_bypass()Lee Jones
2021-06-02mfd: wm831x-core: Fix incorrect function name wm831x_reg_unlock()Lee Jones
2021-06-02mfd: ioc3: Directly include linux/irqdomain.hMarc Zyngier
2021-06-02mfd: axp20x: Allow AXP 806 chips without interrupt linesAndre Przywara
2021-06-02mfd: mt6360: Merge different sub-devices I2C read/writeGene Chen
2021-06-02mfd: mt6360: Merge header file into driver and remove unuse register defineGene Chen
2021-06-02mfd: mt6360: Fix flow which is used to check ic existGene Chen
2021-06-02mfd: mt6360: Remove handle_post_irq callback functionGene Chen
2021-06-02mfd: mt6360: Rename mt6360_pmu by mt6360Gene Chen
2021-06-02mfd: mt6360: Rename mt6360_pmu_data by mt6360_ddataGene Chen
2021-06-02mfd: mt6360: Combine mt6360 pmic/ldo resources into mt6360 regulator resourcesGene Chen
2021-06-02mfd: mt6360: Indicate sub-dev compatible name by using "-"Gene Chen
2021-06-02mfd: mt6360: Remove redundant brackets around raw numbersGene Chen
2021-06-02mfd: mt6360: Rearrange include fileGene Chen