summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-imx-lpi2c.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-041-15/+8
|\
| * I2C: Explicitly include correct DT includesRob Herring2023-08-141-1/+0
| * i2c: imx-lpi2c: Use dev_err_probe in probe functionLiao Chang2023-08-101-8/+4
| * i2c: imx-lpi2c: directly return ISR when detect a NACKCarlos Song2023-08-081-6/+4
* | i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't workCarlos Song2023-08-141-0/+3
|/
* Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-021-5/+3
|\
| * i2c: imx-lpi2c: Don't open-code DIV_ROUND_UPUwe Kleine-König2023-06-091-1/+1
| * i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* | i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang2023-06-231-2/+2
|/
* i2c: imx-lpi2c: avoid taking clk_prepare mutex in PM callbacksAlexander Stein2023-05-031-2/+2
* i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein2023-03-161-0/+4
* i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein2023-03-161-0/+2
* i2c: imx-lpi2c: use bulk clk APIPeng Fan2022-08-301-12/+12
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-1/+1
* i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync failsQinglang Miao2021-04-141-1/+1
* i2c: busses: remove duplicate dev_err()Dejin Zheng2020-04-181-3/+1
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-11/+5
* i2c: imx-lpi2c: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-08-011-3/+1
* i2c: imx-lpi2c: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang2019-05-031-8/+3
* i2c: imx-lpi2c: Remove mx8dv compatible entryFabio Estevam2018-09-021-1/+0
* i2c: imx-lpi2c: Switch to SPDX identifierFabio Estevam2018-05-301-11/+1
* i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin2018-05-291-3/+1
* i2c: imx-lpi2c: add runtime pm supportFugang Duan2018-01-241-17/+51
* Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-251-1/+1
|\
| * i2c: busses: constify i2c_algorithm structuresBhumika Goyal2017-02-091-1/+1
* | i2c: imx-lpi2c: add VLLS mode supportGao Pan2017-01-261-0/+20
|/
* i2c: fsl-lpi2c: read lpi2c fifo size in probe()Gao Pan2016-12-111-9/+15
* i2c: imx-lpi2c: add low power i2c bus driverGao Pan2016-12-011-0/+646