- f89bf95 i2c: imx: Add timer for handling the stop condition by Corey Minyard · 3 years, 2 months ago
- 73a370c i2c: imx: : use proper DMAENGINE API for termination by Wolfram Sang · 3 years, 6 months ago
- 2f799b2 i2c: imx: Fix some checkpatch warnings by Kwon Tae-young · 3 years, 6 months ago
- c4b1fcc i2c: imx: Fix PM reference leak in i2c_imx_reg_slave() by Ye Weihua · 3 years, 9 months ago
- 47ff617 i2c: imx: fix reference leak when pm_runtime_get_sync fails by Qinglang Miao · 4 years, 1 month ago
- 05ae60b i2c: imx: Synthesize end of transaction events without idle interrupts by Kevin Paul Herbert · 4 years ago
- 2e7f3db Merge tag 'v5.11-rc5' into i2c/for-5.12 by Wolfram Sang · 4 years ago
- a416634 Revert "i2c: imx: Remove unused .id_table support" by Fabio Estevam · 4 years ago
- 9d64834 i2c: use DIV_ROUND_UP macro to do calculation by Zheng Yongjun · 4 years ago
- f7414cd i2c: imx: support slave mode for imx I2C driver by Biwen Li · 4 years, 2 months ago
- 1e04538 Merge branch 'i2c/for-current' into i2c/for-5.11 by Wolfram Sang · 4 years, 1 month ago
- c610199 i2c: imx: Remove unused .id_table support by Fabio Estevam · 4 years, 1 month ago
- 61e6fe5 i2c: imx: Don't generate STOP condition if arbitration has been lost by Christian Eggers · 4 years, 3 months ago
- 1de67a3 i2c: imx: Check for I2SR_IAL after every byte by Christian Eggers · 4 years, 3 months ago
- 384a956 i2c: imx: Fix reset of I2SR_IAL flag by Christian Eggers · 4 years, 3 months ago
- e50e4f0 i2c: imx: Fix external abort on interrupt in exit paths by Krzysztof Kozlowski · 4 years, 3 months ago
- 60a9f85 i2c: imx: Use dev_err_probe() to simplify error handling by Anson Huang · 4 years, 5 months ago
- 90224e6 i2c: drivers: Use generic definitions for bus frequencies by Andy Shevchenko · 4 years, 9 months ago
- 3e566be i2c: imx: remove duplicate print after platform_get_irq() by Tang Bin · 4 years, 9 months ago
- 3a5ee18 i2c: imx: implement master_xfer_atomic callback by Stefan Lengfeld · 5 years ago
- 351c8a0 Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
- 11330a9 i2c: imx: ACPI support for NXP i2c controller by Chuanhua Han · 5 years ago
- e8c220f Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()" by Fabio Estevam · 5 years ago
- a4b5363 i2c: imx: Use __maybe_unused instead of #if CONFIG_PM by Anson Huang · 6 years ago
- d386bb9 i2c: imx: correct the method of getting private data in notifier_call by Anson Huang · 6 years ago
- 3ace689 i2c: imx: don't leak the i2c adapter on error by Laurentiu Tudor · 6 years ago
- 3d5b386 i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request() by YueHaibing · 6 years ago
- e1ab9a4 i2c: imx: improve the error handling in i2c_imx_dma_request() by Oleksij Rempel · 6 years ago
- 5b3a23a i2c: imx: notify about real errors on dma i2c_imx_dma_request by Oleksij Rempel · 6 years ago
- fece497 i2c: imx: don't print error message on probe defer by Lucas Stach · 6 years ago
- 99cc7ad Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
- ef456a2 i2c: imx: Simplify stopped state tracking by Esben Haabendal · 6 years ago
- bed4ff1 i2c: imx: Fix race condition in dma read by Esben Haabendal · 6 years ago
- d2d0ad2 i2c: imx: use open drain for recovery GPIO by Wolfram Sang · 6 years ago
- 9f9e3e0 i2c: imx: Fix reinit_completion() use by Esben Haabendal · 6 years ago
- 30a6475 i2c: busses: make use of i2c_8bit_addr_from_msg by Peter Rosin · 7 years ago
- ef9fc0b i2c: imx: Switch to SPDX identifier by Fabio Estevam · 7 years ago
- d9a22d7 i2c: imx: avoid taking clk_prepare mutex in PM callbacks by Lucas Stach · 7 years ago
- 90ad2cb i2c: imx: use clk notifier for rate changes by Lucas Stach · 7 years ago
- 7d42762 i2c: imx: Include the right GPIO header by Linus Walleij · 7 years ago
- 4c3c9a9 i2c: imx: use proper GPIO directions for recovery by Wolfram Sang · 7 years ago
- ad36a27 i2c: imx: switch to using gpiod for bus recovery gpios by Phil Reid · 7 years ago
- eba523b i2c: imx: fix misleading bus recovery debug message by Clemens Gruber · 7 years ago
- df0a2fd i2c: imx: use IRQF_SHARED mode to request IRQ by Wei Jinhua · 7 years ago
- 6c782a5 i2c: imx: Use correct function to write to register by Michail Georgios Etairidis · 8 years ago
- 92d9d0d i2c: busses: constify i2c_algorithm structures by Bhumika Goyal · 8 years ago
- 533169d i2c: imx: defer probe if bus recovery GPIOs are not ready by Stefan Agner · 8 years ago
- fd8961c i2c: imx: make bus recovery through pinctrl optional by Yang Li · 8 years ago
- ea73440 i2c: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
- 2b899f34 i2c: imx: reduce load by using usleep_range instead of udelay by Oleksij Rempel · 9 years ago
- 3bf58bb i2c: imx: remove extra spaces. by Dmitriy Baranov · 9 years ago
- c552815 i2c: imx: fix i2c resource leak with dma transfer by Gao Pan · 9 years ago
- 995e68a i2c: imx: Remove unneeded comments by Fabio Estevam · 9 years ago
- e8e7129 i2c: imx: improve code readability by Gao Pan · 9 years ago
- 5b66153 i2c: imx: Improve message log when DMA is not used by Fabio Estevam · 9 years ago
- 588eb93 i2c: imx: add runtime pm support to improve the performance by Gao Pan · 9 years ago
- a5f6501 i2c: imx: init bus recovery info before adding i2c adapter by Gao Pan · 9 years ago
- 8bb6fd5 i2c: imx: fix a compiling error by Hou Zhiqiang · 9 years ago
- 4c0657a i2c: imx: Use -ENXIO as error in the NACK case by Fabio Estevam · 9 years ago
- 1c4b6c3 i2c: imx: implement bus recovery by Gao Pan · 9 years ago
- e9a02a3 i2c: constify platform_device_id by Krzysztof Kozlowski · 10 years ago
- 1ac63fe i2c: imx: match return type of wait_for_completion_timeout by Nicholas Mc Guire · 10 years ago
- 4e355f5 i2c: imx: whitespace and checkpatch cleanup by Philipp Zabel · 10 years ago
- 90ebd0e i2c: imx: remove unused return value assignments by Philipp Zabel · 10 years ago
- cb9eaba i2c: imx: fix handling of wait_for_completion_timeout result by Nicholas Mc Guire · 10 years ago
- e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- f508493 i2c: imx: simplify i2c_imx_dma_write() a little by Wolfram Sang · 10 years ago
- ce1a788 i2c: imx: add DMA support for freescale i2c driver by Yao Yuan · 10 years ago
- 2fbed51 i2c: imx: Sort include headers alphabetically by Yao Yuan · 10 years ago
- d4ffeec i2c: imx+mxs: Use the preferred form for passing a size of a struct by Fabio Estevam · 10 years ago
- ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
- 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- a4ce47f i2c-imx: Disable the clock on probe failure by Fabio Estevam · 10 years ago
- 639a26c i2c: imx: Add arbitration lost check by Haibo Chen · 10 years ago
- 64bdfbf i2c: imx: Fix format warning for dev_dbg by Xiubo Li · 10 years ago
- 46797a2 i2c: remove unnecessary OOM messages by Jingoo Han · 11 years ago
- 9b2a6da i2c: imx: update i2c clock divider for each transaction by Fugang Duan · 11 years ago
- 054b62d i2c: imx: fix the i2c bus hang issue when do repeat restart by Fugang Duan · 11 years ago
- 8e8782c i2c: imx: add SMBus block read support by Kaushal Butala · 11 years ago
- a8763f3 i2c: imx: propagate irq error code in probe by Wolfram Sang · 11 years ago
- e5bf216 i2c: imx: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
- 3611431 i2c: i2c-imx: replace platform_driver_probe to support deferred probing by Wolfram Sang · 11 years ago
- 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
- 6d4028c i2c: use dev_get_platdata() by Jingoo Han · 11 years ago
- ad90efa i2c: imx: Add Vybrid VF610 I2C controller support by Jingchang Lu · 11 years ago
- 4b77502 i2c: imx: add struct to hold more configurable quirks by Jingchang Lu · 11 years ago
- 171408c i2c: imx: add INT flag and IEN bit operatation codes by Jingchang Lu · 11 years ago
- 8cc7331 i2c: imx: change register offset representation by Jingchang Lu · 11 years ago
- 1d5ef2a i2c: imx: wrap registers read/write to inline function by Jingchang Lu · 11 years ago
- 0fc1347 i2c: imx: don't change platform device id_entry directly by Jingchang Lu · 11 years ago
- 46f2832 i2c: imx: enable clk before write to registers by Jingchang Lu · 11 years ago
- d533f04 i2c: imx: use struct representing i2c clk{div, val} pair by Jingchang Lu · 11 years ago
- 2f641a8 i2c: imx: allow autoloading on dt ids by Arnaud Patard \(Rtp\) · 12 years ago
- 3cc2d00 drivers/i2c/busses: don't check resource with devm_ioremap_resource by Wolfram Sang · 12 years ago
- 76b1f72 i2c: imx: Let device core handle pinctrl by Fabio Estevam · 12 years ago
- 52caa59 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 12 years ago
- 55827f4 i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls by Doug Anderson · 12 years ago
- 84dbf80 i2c: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
- 5bdfba2 i2c: imx: remove cpu_is_xxx by using platform_device_id by Shawn Guo · 12 years ago
- 12250d8 Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago