aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mt6397-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-21mfd: Add support for the MediaTek MT6358 PMICHsin-Hsiung Wang1-0/+36
2020-05-21mfd: mt6397: Trim probe function to support different chips more cleanlyHsin-Hsiung Wang1-21/+14
2020-05-21mfd: mt6397: Modify suspend/resume behaviorHsin-Hsiung Wang1-30/+0
2019-11-11mfd: mt6397: Use PLATFORM_DEVID_NONE macro instead of -1Fabien Parent1-6/+6
2019-11-11mfd: mt6397: Fix probe after changing mt6397-coreFrank Wunderlich1-24/+40
2019-09-02mfd: mt6323: Add MT6323 RTC and PWRCJosef Friedl1-0/+25
2019-09-02mfd: mt6323: Replace boilerplate resource code with DEFINE_RES_* macrosJosef Friedl1-10/+3
2019-08-12mfd: mt6397: Extract IRQ related code from core driverHsin-Hsiung Wang1-146/+0
2019-08-12mfd: mt6397: Rename macros to something more readableHsin-Hsiung Wang1-8/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-01-03mfd: mt6397: Do not call irq_domain_remove if PMIC unsupportedNicolas Boichat1-2/+1
2018-04-16mfd: mt6397: Add PMIC keys support to MT6397 driverChen Zhong1-1/+21
2018-04-16mfd: mt6397: Create irq mappings in mfd core driverChen Zhong1-2/+2
2017-04-27mfd: mt6397: Align the placement at which the mfd_cell of LED is definedSean Wang1-2/+1
2017-02-13mfd: mt6397: Add MT6323 LED support into MT6397 driverSean Wang1-0/+4
2016-05-09mfd: mt6397: IRQ domain should initialize before mfd_add_devices()Henry Chen1-9/+13
2016-04-19mfd: mt6397: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan1-12/+6
2016-03-16mfd: mt6397: Add platform device ID tableJavier Martinez Canillas1-1/+7
2016-03-16mfd: mt6397: Add MT6323 support to MT6397 driverJohn Crispin1-0/+20
2016-03-16mfd: mt6397: Add support for different Slave typesJohn Crispin1-17/+41
2016-03-16mfd: mt6397: int_con and int_status may vary in locationJohn Crispin1-10/+17
2015-08-11mfd: mt6397: Implement wake handler and suspend/resume to handle wake up eventHenry Chen1-0/+49
2015-08-11mfd: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-4/+4
2015-08-11mfd: Kill off set_irq_flags usageRob Herring1-4/+0
2015-06-25Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-0/+18
2015-06-25mfd: provide RTC resource in MT6397 MFDEddie Huang1-0/+18
2015-06-22mfd: mt6397-core: Add GPIO sub-module supportHongzhou Yang1-0/+3
2015-06-22mfd: Constify regmap and irq configuration dataKrzysztof Kozlowski1-1/+1
2015-03-04mfd: Add support for the MediaTek MT6397 PMICFlora Fu1-0/+227