aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/mediatek (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-4/+4
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
2018-05-14soc: mediatek: remove unneeded semicolonSean Wang1-1/+1
2018-05-14soc: mediatek: add a fixed wait for SRAM stableSean Wang1-6/+17
2018-05-14soc: mediatek: introduce a CAPS flag for scp_domain_dataSean Wang1-31/+34
2018-05-14soc: mediatek: reuse regmap_read_poll_timeout helpersSean Wang1-34/+12
2018-04-18soc: mediatek: reuse read[l,x]_poll_timeout helpersSean Wang1-68/+23
2018-04-17soc: mediatek: use of_device_get_match_data()Ryder Lee2-13/+4
2018-03-19soc: mediatek: update power domain data of MT2712weiyi.lu@mediatek.com1-2/+40
2018-03-11soc: mediatek: fix the mistaken pointer accessed when subdomains are addedSean Wang1-1/+1
2018-03-11soc: mediatek: add SCPSYS power domain driver for MediaTek MT7623A SoCSean Wang1-0/+55
2018-03-11soc: mediatek: avoid hardcoded value with bus_prot_maskSean Wang1-2/+3
2017-12-21soc: mediatek: add MT2712 scpsys supportweiyi.lu@mediatek.com1-6/+100
2017-12-21soc: mediatek: add dependent clock jpgdec/audio for scpsysweiyi.lu@mediatek.com1-1/+5
2017-12-21soc: mediatek: extend bus protection APIweiyi.lu@mediatek.com2-12/+42
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-83/+436
2017-11-08soc: mediatek: Use GENPD_FLAG_ACTIVE_WAKEUPGeert Uytterhoeven1-12/+2
2017-10-21soc: mediatek: pwrap: fix fatal compiler errorMatthias Brugger1-0/+1
2017-10-21soc: mediatek: pwrap: fix compiler errorsMatthias Brugger1-1/+1
2017-10-20soc: mediatek: place Kconfig for all SoC drivers under menuSean Wang1-3/+5
2017-10-20soc: mediatek: pwrap: add support for MT7622 SoCChenglin Xu1-0/+170
2017-10-20soc: mediatek: pwrap: add common way for setup CS timing extenstionSean Wang1-22/+37
2017-10-20soc: mediatek: pwrap: add MediaTek MT6380 as one slave of pwrapSean Wang1-3/+21
2017-10-20soc: mediatek: pwrap: refactor pwrap_init for the various PMIC typesSean Wang1-40/+90
2017-10-20soc: mediatek: pwrap: add pwrap_write32 for writing in 32-bit modeSean Wang1-16/+54
2017-10-20soc: mediatek: pwrap: add pwrap_read32 for reading in 32-bit modeSean Wang1-1/+54
2017-10-10soc: mediatek: pwrap: fixup warnings from coding styleSean Wang1-7/+13
2017-08-18Merge tag 'v4.13-next-soc' of https://github.com/mbgg/linux-mediatek into next/driversArnd Bergmann2-103/+150
2017-08-16soc: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-08-14soc: mediatek: add SCPSYS power domain driver for MediaTek MT7622 SoCSean Wang1-0/+71
2017-08-14soc: mediatek: reduce code duplication of scpsys_probe across all SoCsSean Wang1-103/+79
2017-08-02soc: mtk-pmic-wrap: make of_device_ids const.Arvind Yadav1-3/+3
2017-05-15soc: mediatek: PMIC wrap: Fix possible NULL derefrence.shailendra.v@samsung.com1-0/+5
2017-05-15soc: mediatek: PMIC wrap: Fix error handlingChristophe Jaillet1-3/+6
2017-05-15soc: mediatek: add MT6797 scpsys supportMars Cheng1-0/+114
2017-05-15soc: mediatek: add vdec item for scpsysMars Cheng1-0/+2
2017-05-15soc: mediatek: avoid using fixed spm power status definesMars Cheng1-6/+27
2016-10-31soc: mediatek: Add MT2701 scpsys driverShunli Wang2-2/+117
2016-10-31soc: mediatek: Refine scpsys to support multiple platformJames Liao1-138/+210
2016-08-22soc: mediatek: PMIC wrap: Extend the waiting time to 10ms.Henry Chen1-1/+1
2016-05-19soc: mtk-pmic-wrap: avoid integer overflow warningArnd Bergmann1-3/+3
2016-05-18Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-131/+413
2016-04-20soc: mediatek: PMIC wrap: add MT2701/7623 supportJohn Crispin1-0/+154
2016-04-20soc: mediatek: PMIC wrap: add mt6323 slave supportJohn Crispin1-0/+43
2016-04-20soc: mediatek: PMIC wrap: add a slave specific structJohn Crispin1-47/+112
2016-04-20soc: mediatek: PMIC wrap: remove pwrap_is_mt8135() and pwrap_is_mt8173()John Crispin1-16/+12
2016-04-20soc: mediatek: PMIC wrap: move wdt_src into the pmic_wrapper_type structJohn Crispin1-4/+5
2016-04-20soc: mediatek: PMIC wrap: SPI_WRITE needs a different bitmask for MT2701/7623John Crispin1-4/+7
2016-04-20soc: mediatek: PMIC wrap: WRAP_INT_EN needs a different bitmask for MT2701/7623John Crispin1-1/+4
2016-04-20soc: mediatek: PMIC wrap: split SoC specific init into callbackJohn Crispin1-25/+42