summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-imx-lpi2c.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-04Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+8
2023-08-14I2C: Explicitly include correct DT includesRob Herring1-1/+0
2023-08-14i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't workCarlos Song1-0/+3
2023-08-10i2c: imx-lpi2c: Use dev_err_probe in probe functionLiao Chang1-8/+4
2023-08-08i2c: imx-lpi2c: directly return ISR when detect a NACKCarlos Song1-6/+4
2023-07-02Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+3
2023-06-23i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang1-2/+2
2023-06-09i2c: imx-lpi2c: Don't open-code DIV_ROUND_UPUwe Kleine-König1-1/+1
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-03i2c: imx-lpi2c: avoid taking clk_prepare mutex in PM callbacksAlexander Stein1-2/+2
2023-03-16i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein1-0/+4
2023-03-16i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein1-0/+2
2022-08-30i2c: imx-lpi2c: use bulk clk APIPeng Fan1-12/+12
2022-08-12i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2021-04-14i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync failsQinglang Miao1-1/+1
2020-04-19i2c: busses: remove duplicate dev_err()Dejin Zheng1-3/+1
2020-03-25i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko1-11/+5
2019-08-01i2c: imx-lpi2c: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-05-03i2c: imx-lpi2c: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang1-8/+3
2018-09-03i2c: imx-lpi2c: Remove mx8dv compatible entryFabio Estevam1-1/+0
2018-05-30i2c: imx-lpi2c: Switch to SPDX identifierFabio Estevam1-11/+1
2018-05-29i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin1-3/+1
2018-01-24i2c: imx-lpi2c: add runtime pm supportFugang Duan1-17/+51
2017-02-26Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2017-02-09i2c: busses: constify i2c_algorithm structuresBhumika Goyal1-1/+1
2017-01-26i2c: imx-lpi2c: add VLLS mode supportGao Pan1-0/+20
2016-12-12i2c: fsl-lpi2c: read lpi2c fifo size in probe()Gao Pan1-9/+15
2016-12-02i2c: imx-lpi2c: add low power i2c bus driverGao Pan1-0/+646