summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-mt65xx.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-19i2c: mt65xx: allow optional pmic clockDaniel Golle1-4/+8
2023-08-14I2C: Explicitly include correct DT includesRob Herring1-3/+1
2023-08-08i2c: mt65xx: Remove #ifdef guards for PM related functionsPaul Cercueil1-5/+3
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-13i2c: mediatek: add support for MT7981 SoCDaniel Golle1-0/+13
2023-03-16i2c: mt65xx: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-01-20i2c: mt65xx: Use devm_platform_get_and_ioremap_resource()ye xingchen1-5/+2
2022-11-01i2c: mediatek: add mt7986 supportFrank Wunderlich1-0/+14
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2022-08-11i2c: mediatek: add i2c compatible for MT8188Kewei Xu1-0/+43
2022-06-14i2c: mediatek: Fix an error handling path in mtk_i2c_probe()Christophe JAILLET1-2/+7
2022-05-04i2c: mediatek: Optimize master_xfer() and avoid circular lockingAngeloGioacchino Del Regno1-4/+7
2022-03-11i2c: mediatek: Add i2c compatible for Mediatek MT8168Kewei Xu1-0/+14
2022-03-11i2c: mt65xx: Simplify with clk-bulkAngeloGioacchino Del Regno1-73/+51
2022-03-01i2c: mediatek: remove redundant null checkXu Wang1-6/+3
2022-03-01i2c: mediatek: modify bus speed calculation formulaKewei Xu1-10/+41
2022-01-28i2c: mediatek: Add i2c compatible for Mediatek MT8186Kewei Xu1-0/+14
2021-10-11i2c: mediatek: Dump i2c/dma register when a timeout occursKewei Xu1-0/+54
2021-10-11i2c: mediatek: Reset the handshake signal between i2c and dmaKewei Xu1-0/+26
2021-10-11Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang1-1/+10
2021-10-02i2c: mediatek: Add OFFSET_EXT_CONF setting backKewei Xu1-1/+10
2021-10-02i2c: mediatek: fixing the incorrect register offsetKewei Xu1-1/+1
2021-08-25i2c: mt65xx: fix IRQ checkSergey Shtylyov1-1/+1
2021-07-04Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+8
2021-05-28i2c: mediatek: mt65xx: add optional vbus-supplyHsin-Yi Wang1-0/+7
2021-05-28i2c: mediatek: Disable i2c start_en and clear intr_stat brfore resetQii Wang1-0/+5
2021-05-27i2c: mediatek: Rename i2c irq nameQii Wang1-1/+1
2021-04-17i2c: mediatek: Use scl_int_delay_ns to compensate clock-stretchingQii Wang1-1/+5
2021-04-17i2c: mediatek: Fix wrong dma sync flagQii Wang1-1/+1
2021-04-17i2c: mediatek: Fix send master code at more than 1MHzQii Wang1-4/+5
2021-01-28i2c: mediatek: Move suspend and resume handling to NOIRQ phaseQii Wang1-3/+16
2021-01-05i2c: mediatek: Fix apdma and i2c hand-shake timeoutQii Wang1-5/+22
2020-11-03i2c: mediatek: move dma reset before i2c resetQii Wang1-4/+4
2020-09-18i2c: mediatek: Send i2c master code at more than 1MHzQii Wang1-1/+1
2020-09-18i2c: mediatek: Fix generic definitions for bus frequencyQii Wang1-2/+2
2020-08-10i2c: mediatek: Fix i2c_spec_values descriptionMatthias Brugger1-5/+4
2020-08-05i2c: mediatek: Add i2c compatible for MediaTek MT8192Qii Wang1-0/+15
2020-08-05i2c: mediatek: Add access to more than 8GB dram in i2c driverQii Wang1-22/+17
2020-08-05i2c: mediatek: Add apdma sync in i2c driverQii Wang1-3/+20
2020-05-20i2c: mediatek: Add i2c ac-timing adjust supportQii Wang1-51/+278
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-12/+9
2019-10-24i2c: mt65xx: fix NULL ptr dereferenceFabien Parent1-1/+1
2019-08-30i2c: mediatek: disable zero-length transfers for mt8183Hsin-Yi Wang1-1/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-04-15i2c: mediatek: Add i2c support for MediaTek MT8183Qii Wang1-2/+60
2019-04-15i2c: mediatek: Add i2c and apdma sync in i2c driverQii Wang1-0/+11
2019-04-15i2c: mediatek: Add arb clock in i2c driverQii Wang1-3/+22
2019-04-15i2c: mediatek: Add offsets array for new i2c registersQii Wang1-59/+104
2019-03-12i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf()Hsin-Yi Wang1-4/+4
2019-02-05i2c: mediatek: remove completion_done()qii wang1-2/+0