| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-02-23 | i2c: imx: when being a target, mark the last read as processed | Corey Minyard | 1 | -0/+5 |
| 2024-02-14 | i2c: i801: Fix block process call transactions | Jean Delvare | 1 | -2/+2 |
| 2024-02-14 | i2c: pasemi: split driver into two separate modules | Arnd Bergmann | 2 | -4/+8 |
| 2024-02-12 | i2c: qcom-geni: Correct I2C TRE sequence | Viken Dadhaniya | 1 | -7/+7 |
| 2024-01-18 | Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 37 | -394/+352 |
| 2024-01-18 | i2c: stm32f7: add support for stm32mp25 soc | Alain Volmat | 1 | -88/+126 |
| 2024-01-18 | i2c: stm32f7: perform I2C_ISR read once at beginning of event isr | Alain Volmat | 1 | -7/+5 |
| 2024-01-18 | i2c: stm32f7: simplify status messages in case of errors | Alain Volmat | 1 | -7/+5 |
| 2024-01-18 | i2c: stm32f7: perform most of irq job in threaded handler | Alain Volmat | 1 | -70/+56 |
| 2024-01-18 | i2c: stm32f7: use dev_err_probe upon calls of devm_request_irq | Alain Volmat | 1 | -10/+4 |
| 2024-01-18 | i2c: i801: Add lis3lv02d for Dell XPS 15 7590 | Paul Menzel | 1 | -0/+1 |
| 2024-01-18 | i2c: i801: Add lis3lv02d for Dell Precision 3540 | Paul Menzel | 1 | -0/+1 |
| 2024-01-18 | i2c: wmt: Reduce redundant: REG_CR setting | Hans Hu | 1 | -26/+9 |
| 2024-01-18 | i2c: wmt: Reduce redundant: function parameter | Hans Hu | 1 | -10/+5 |
| 2024-01-18 | i2c: wmt: Reduce redundant: clock mode setting | Hans Hu | 1 | -21/+7 |
| 2024-01-18 | i2c: wmt: Reduce redundant: wait event complete | Hans Hu | 1 | -14/+6 |
| 2024-01-18 | i2c: wmt: Reduce redundant: bus busy check | Hans Hu | 1 | -12/+7 |
| 2024-01-18 | i2c: mux: reg: Remove class-based device auto-detection support | Heiner Kallweit | 1 | -3/+1 |
| 2024-01-18 | i2c: make i2c_bus_type const | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-01-18 | i2c: cpm: Remove linux,i2c-index conversion from be32 | Christophe Leroy | 1 | -1/+1 |
| 2024-01-18 | i2c: imx: Make SDA actually optional for bus recovering | Alexander Stein | 1 | -1/+1 |
| 2024-01-18 | i2c: smbus: Support up to 8 SPD EEPROMs | Jean Delvare | 1 | -4/+4 |
| 2024-01-18 | i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126 | Tim Lunn | 1 | -2/+6 |
| 2024-01-18 | i2c: s3c24xx: add support for atomic transfers | Marek Szyprowski | 1 | -2/+19 |
| 2024-01-18 | i2c: s3c24xx: fix transferring more than one message in polling mode | Marek Szyprowski | 1 | -17/+10 |
| 2024-01-18 | i2c: s3c24xx: fix read transfers in polling mode | Marek Szyprowski | 1 | -2/+11 |
| 2024-01-18 | i2c: rcar: add FastMode+ support for Gen4 | Wolfram Sang | 1 | -11/+27 |
| 2024-01-18 | i2c: rcar: introduce Gen4 devices | Wolfram Sang | 1 | -6/+7 |
| 2024-01-18 | i2c: npcm7xx: move to per-adapter debugfs directory | Wolfram Sang | 1 | -42/+7 |
| 2024-01-18 | i2c: gpio: move to per-adapter debugfs directory | Wolfram Sang | 1 | -28/+6 |
| 2024-01-18 | i2c: create debugfs entry per adapter | Wolfram Sang | 1 | -0/+11 |
| 2024-01-18 | i2c: stub: Don't let i2c adapters declare I2C_CLASS_SPD support if they suppo... | Heiner Kallweit | 1 | -1/+1 |
| 2024-01-18 | i2c: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C... | Heiner Kallweit | 24 | -26/+25 |
| 2024-01-06 | i2c: core: Fix atomic xfer check for non-preempt config | Benjamin Bara | 1 | -1/+3 |
| 2023-12-19 | i2c: aspeed: Handle the coalesced stop conditions with the start conditions. | Quan Nguyen | 1 | -16/+32 |
| 2023-12-19 | i2c: rk3x: fix potential spinlock recursion on poll | Jensen Huang | 1 | -2/+11 |
| 2023-12-19 | i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off() | Yang Yingliang | 1 | -1/+7 |
| 2023-11-13 | i2c: ocores: Move system PM hooks to the NOIRQ phase | Samuel Holland | 1 | -2/+2 |
| 2023-11-13 | i2c: designware: Fix corrupted memory seen in the ISR | Jan Bottorff | 1 | -8/+8 |
| 2023-11-12 | Revert "i2c: pxa: move to generic GPIO recovery" | Robert Marko | 1 | -8/+68 |
| 2023-11-08 | i2c: cp2615: Fix 'assignment to __be16' warning | Bence Csókás | 1 | -1/+1 |
| 2023-11-08 | i2c: dev: copy userspace array safely | Philipp Stanner | 1 | -2/+2 |
| 2023-11-08 | i2c: designware: Disable TX_EMPTY irq while waiting for block length byte | Tam Nguyen | 1 | -3/+16 |
| 2023-11-08 | i2c: iproc: handle invalid slave state | Roman Bacik | 1 | -58/+75 |
| 2023-11-05 | Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 25 | -261/+394 |
| 2023-11-03 | Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 3 | -0/+355 |
| 2023-11-02 | Merge tag 'mfd-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds | 1 | -1/+1 |
| 2023-11-01 | Merge tag 'ib-mfd-i2c-reboot-v6.7' into ibs-for-mfd-merged | Lee Jones | 1 | -1/+1 |
| 2023-10-31 | Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -6/+6 |
| 2023-10-31 | Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -12/+4 |
| 2023-10-29 | i2c: s3c2410: make i2c_s3c_irq_nextbyte() void | Jason Yan | 1 | -4/+3 |
| 2023-10-29 | i2c: qcom-geni: add ACPI device id for sc8180x | Shawn Guo | 1 | -0/+1 |
| 2023-10-29 | i2c: sun6i-p2wi: Prevent potential division by zero | Axel Lin | 1 | -0/+5 |
| 2023-10-29 | i2c: mux: demux-pinctrl: Convert to use sysfs_emit_at() API | ye xingchen | 1 | -3/+3 |
| 2023-10-28 | i2c: i801: Use new helper acpi_use_parent_companion | Heiner Kallweit | 1 | -1/+1 |
| 2023-10-28 | i2c: core: fix lockdep warning for sparsely nested adapter chain | Daniel Mack | 1 | -2/+4 |
| 2023-10-28 | i2c: axxia: eliminate kernel-doc warnings | Randy Dunlap | 1 | -3/+5 |
| 2023-10-23 | i2c: stm32f7: Use devm_clk_get_enabled() | Andi Shyti | 1 | -25/+12 |
| 2023-10-23 | i2c: stm32f4: Use devm_clk_get_enabled() | Andi Shyti | 1 | -22/+10 |
| 2023-10-23 | i2c: stm32f7: add description of atomic in struct stm32f7_i2c_dev | Alain Volmat | 1 | -0/+1 |
| 2023-10-23 | i2c: fix memleak in i2c_new_client_device() | Wolfram Sang | 1 | -4/+9 |
| 2023-10-23 | i2c: exynos5: Calculate t_scl_l, t_scl_h according to i2c spec | Camel Guo | 1 | -3/+31 |
| 2023-10-21 | i2c: i801: Simplify class-based client device instantiation | Heiner Kallweit | 1 | -31/+7 |
| 2023-10-21 | i2c: exynos5: add support for atomic transfers | Marek Szyprowski | 1 | -2/+44 |
| 2023-10-21 | i2c: at91-core: Use devm_clk_get_enabled() | Andi Shyti | 1 | -7/+3 |
| 2023-10-21 | i2c: stm32f7: Fix PEC handling in case of SMBUS transfers | Alain Volmat | 1 | -3/+6 |
| 2023-10-21 | i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node() | Herve Codina | 1 | -1/+1 |
| 2023-10-21 | i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node() | Herve Codina | 1 | -1/+1 |
| 2023-10-21 | i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node() | Herve Codina | 1 | -1/+1 |
| 2023-10-13 | i2c: mux: gpio: don't fiddle with GPIOLIB internals | Bartosz Golaszewski | 1 | -6/+6 |
| 2023-10-11 | i2c: brcmstb: Add support for atomic transfers | Marek Szyprowski | 1 | -2/+21 |
| 2023-10-11 | i2c: Add support for Intel LJCA USB I2C driver | Wentong Wu | 3 | -0/+355 |
| 2023-10-10 | i2c: i801: Add support for Intel Birch Stream SoC | Jarkko Nikula | 2 | -0/+4 |
| 2023-10-10 | i2c: Use device_get_match_data() | Rob Herring | 3 | -15/+11 |
| 2023-10-10 | i2c: aspeed: Fix i2c bus hang in slave read | Jian Zhang | 1 | -1/+2 |
| 2023-10-06 | Merge tag 'acpi-pcc-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel... | Rafael J. Wysocki | 1 | -12/+4 |
| 2023-09-29 | i2c: xgene-slimpro: Migrate to use generic PCC shmem related macros | Sudeep Holla | 1 | -12/+4 |
| 2023-09-27 | i2c: rcar: fix error code in probe() | Dan Carpenter | 1 | -1/+3 |
| 2023-09-27 | i2c: npcm7xx: Fix callback completion ordering | William A. Kennington III | 1 | -10/+7 |
| 2023-09-27 | i2c: stm32f7: Add atomic_xfer method to driver | Sean Nyekjaer | 1 | -4/+47 |
| 2023-09-25 | i2c: mux: Avoid potential false error message in i2c_mux_add_adapter | Heiner Kallweit | 1 | -1/+1 |
| 2023-09-24 | i2c: Annotate struct i2c_atr with __counted_by | Kees Cook | 1 | -1/+1 |
| 2023-09-24 | i2c: mux: demux-pinctrl: Annotate struct i2c_demux_pinctrl_priv with __counte... | Kees Cook | 1 | -3/+3 |
| 2023-09-22 | i2c: powermac: replace deprecated strncpy | Justin Stitt | 1 | -1/+1 |
| 2023-09-22 | i2c: cp2615: replace deprecated strncpy with strscpy | Justin Stitt | 1 | -1/+1 |
| 2023-09-22 | i2c: xiic: Correct return value check for xiic_reinit() | Daniel Scally | 1 | -1/+1 |
| 2023-09-22 | i2c: mux: gpio: adhere to coding style | Wolfram Sang | 1 | -4/+3 |
| 2023-09-22 | i2c: gpio: remove error checks with debugfs | Wolfram Sang | 1 | -6/+1 |
| 2023-09-22 | i2c: rcar: improve accuracy for R-Car Gen3+ | Wolfram Sang | 1 | -39/+89 |
| 2023-09-22 | i2c: rcar: reset controller is mandatory for Gen3+ | Wolfram Sang | 1 | -15/+14 |
| 2023-09-22 | i2c: i801: replace acpi_lock with I2C bus lock | Heiner Kallweit | 1 | -10/+4 |
| 2023-09-22 | i2c: i801: use i2c_mark_adapter_suspended/resumed | Heiner Kallweit | 1 | -0/+2 |
| 2023-09-21 | i2c: mux: gpio: Add missing fwnode_handle_put() | Liang He | 1 | -1/+3 |
| 2023-09-20 | i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() | Xiaoke Wang | 1 | -0/+4 |
| 2023-09-19 | i2c: dev: make i2c_dev_class a static const structure | Ivan Orlov | 1 | -9/+9 |
| 2023-09-19 | i2c: mt65xx: allow optional pmic clock | Daniel Golle | 1 | -4/+8 |
| 2023-09-19 | i2c: i801: simplify module boilerplate code | Heiner Kallweit | 1 | -9/+3 |
| 2023-09-19 | i2c: i801: add helper i801_restore_regs | Heiner Kallweit | 1 | -7/+13 |
| 2023-09-19 | Merge branch 'i2c/for-current' into i2c/for-mergewindow | Wolfram Sang | 3 | -0/+21 |
| 2023-09-19 | i2c: designware: fix __i2c_dw_disable() in case master is holding SCL low | Yann Sionneau | 2 | -0/+20 |
| 2023-09-19 | Merge tag 'ib-mfd-i2c-reboot-v6.7' of git://git.kernel.org/pub/scm/linux/kern... | Wolfram Sang | 1 | -1/+1 |
| 2023-09-19 | i2c: riic: avoid potential division by zero | Wolfram Sang | 1 | -1/+1 |
| 2023-09-19 | i2c: rcar: remove open coded DIV_ROUND_CLOSEST | Wolfram Sang | 1 | -4/+3 |
| 2023-09-19 | i2c: rcar: calculate divider instead of brute-forcing it | Wolfram Sang | 1 | -16/+8 |
| 2023-09-19 | i2c: rcar: properly format a debug output | Wolfram Sang | 1 | -1/+1 |
| 2023-09-19 | i2c: rcar: avoid non-standard use of goto | Wolfram Sang | 1 | -4/+8 |
| 2023-09-19 | i2c: i801: unregister tco_pdev in i801_probe() error path | Heiner Kallweit | 1 | -0/+1 |
| 2023-09-19 | i2c: i801: fix potential race in i801_block_transaction_byte_by_byte | Heiner Kallweit | 1 | -10/+9 |
| 2023-09-13 | i2c: cadence: Fix the kernel-doc warnings | Shubhrajyoti Datta | 1 | -0/+1 |
| 2023-09-13 | i2c: aspeed: Reset the i2c controller when timeout occurs | Tommy Huang | 1 | -2/+5 |
| 2023-09-13 | i2c: I2C_MLXCPLD on ARM64 should depend on ACPI | Geert Uytterhoeven | 1 | -2/+2 |
| 2023-09-13 | i2c: Make I2C_ATR invisible | Geert Uytterhoeven | 1 | -1/+1 |
| 2023-09-04 | Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 65 | -411/+328 |
| 2023-09-01 | Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 3 | -0/+720 |
| 2023-08-30 | i2c: at91: Use dev_err_probe() instead of dev_err() | Yann Sionneau | 1 | -4/+3 |
| 2023-08-30 | I2C: ali15x3: Do PCI error checks on own line | Ilpo Järvinen | 1 | -5/+6 |
| 2023-08-26 | i2c: Make return value check more accurate and explicit for devm_pinctrl_get() | Jinjie Ruan | 2 | -2/+10 |
| 2023-08-25 | i2c: designware: Add support for recovery when GPIO need pinctrl | Yann Sionneau | 1 | -0/+12 |
| 2023-08-25 | i2c: mlxcpld: Add support for extended transaction length | Vadim Pasternak | 1 | -0/+10 |
| 2023-08-25 | i2c: mlxcpld: Allow driver to run on ARM64 architecture | Vadim Pasternak | 1 | -1/+1 |
| 2023-08-25 | i2c: nforce2: Do PCI error check on own line | Ilpo Järvinen | 1 | -2/+2 |
| 2023-08-25 | i2c: sis5595: Do PCI error checks on own line | Ilpo Järvinen | 1 | -10/+10 |
| 2023-08-25 | i2c: qcom-cci: Fix error checking in cci_probe() | Harshit Mogalapalli | 1 | -1/+3 |
| 2023-08-23 | i2c: muxes: pca954x: Add regulator support | Patrick Rudolph | 1 | -5/+23 |
| 2023-08-23 | i2c: muxes: pca954x: Add MAX735x/MAX736x support | Patrick Rudolph | 2 | -4/+69 |
| 2023-08-14 | i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue | Chengfeng Ye | 1 | -4/+7 |
| 2023-08-14 | i2c: pnx: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-08-14 | i2c: pxa: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -3/+2 |
| 2023-08-14 | i2c: s3c2410: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-08-14 | i2c: sh_mobile: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -6/+2 |
| 2023-08-14 | i2c: st: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-08-14 | i2c: qcom-geni: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-08-14 | i2c: stm32f4: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -2/+1 |
| 2023-08-14 | i2c: mlxbf: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -7/+1 |
| 2023-08-14 | i2c: brcmstb: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -13/+6 |
| 2023-08-14 | i2c: iproc: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -6/+2 |
| 2023-08-14 | i2c: at91: Use devm_platform_get_and_ioremap_resource() | Yangtao Li | 1 | -7/+3 |
| 2023-08-14 | i2c: sun6i-p2wi: Fix an error message in probe() | Dan Carpenter | 1 | -1/+2 |
| 2023-08-14 | I2C: Explicitly include correct DT includes | Rob Herring | 33 | -38/+25 |
| 2023-08-14 | Merge remote-tracking branch 'andi/i2c/andi-for-next' into i2c/for-mergewindow | Wolfram Sang | 34 | -286/+130 |
| 2023-08-14 | i2c: hisi: Only handle the interrupt of the driver's transfer | Yicong Yang | 1 | -0/+8 |
| 2023-08-14 | i2c: tegra: Fix i2c-tegra DMA config option processing | Parker Newman | 1 | -1/+1 |
| 2023-08-14 | i2c: tegra: Fix failure during probe deferral cleanup | Thierry Reding | 1 | -0/+1 |
| 2023-08-14 | i2c: designware: Handle invalid SMBus block data response length value | Tam Nguyen | 1 | -2/+13 |
| 2023-08-14 | i2c: designware: Correct length byte validation logic | Quan Nguyen | 1 | -1/+2 |
| 2023-08-14 | i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't work | Carlos Song | 1 | -0/+3 |
| 2023-08-14 | i2c: tiny-usb: check usb base class before assuming the interface on device i... | Harry Geyer | 1 | -0/+4 |
| 2023-08-10 | i2c: synquacer: Use dev_err_probe in probe function | Liao Chang | 1 | -18/+10 |
| 2023-08-10 | i2c: imx-lpi2c: Use dev_err_probe in probe function | Liao Chang | 1 | -8/+4 |
| 2023-08-10 | i2c: dln2: Use dev_err_probe in probe function | Liao Chang | 1 | -4/+2 |
| 2023-08-10 | i2c: pxa: Use dev_err_probe in probe function | Liao Chang | 1 | -4/+3 |
| 2023-08-10 | i2c: qcom-cci: Use dev_err_probe in probe function | Liao Chang | 1 | -4/+2 |
| 2023-08-10 | i2c: hisi: Use dev_err_probe in probe function | Liao Chang | 1 | -8/+4 |
| 2023-08-10 | i2c: xlp9xx: Use dev_err_probe in probe function | Liao Chang | 1 | -4/+2 |
| 2023-08-10 | i2c: mlxbf: Use dev_err_probe in probe function | Liao Chang | 1 | -33/+17 |
| 2023-08-10 | i2c: bcm2835: Use dev_err_probe in probe function | Liao Chang | 1 | -8/+6 |
| 2023-08-08 | i2c: mux: ltc4306: Remove an unnecessary ternary operator | Ruan Jinjie | 1 | -1/+1 |
| 2023-08-08 | i2c: stm32: Do not check for 0 return after calling platform_get_irq() | Ruan Jinjie | 1 | -4/+4 |
| 2023-08-08 | i2c: remove redundant dev_err_probe() | Zhu Wang | 2 | -4/+3 |
| 2023-08-08 | i2c: imx: Clean up a call to request_irq() | Dan Carpenter | 1 | -2/+1 |
| 2023-08-08 | i2c: mux: pca954x: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -4/+2 |
| 2023-08-08 | i2c: virtio: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -6/+2 |
| 2023-08-08 | i2c: sh-mobile: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -9/+3 |
| 2023-08-08 | i2c: s3c2410: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -11/+3 |
| 2023-08-08 | i2c: rcar: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -8/+2 |
| 2023-08-08 | i2c: qup: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -12/+4 |
| 2023-08-08 | i2c: pxa: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -7/+1 |
| 2023-08-08 | i2c: pnx: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -8/+4 |
| 2023-08-08 | i2c: ocores: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -7/+3 |
| 2023-08-08 | i2c: nomadik: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -9/+3 |
| 2023-08-08 | i2c: mt65xx: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -5/+3 |
| 2023-08-08 | i2c: lpc2k: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -7/+1 |
| 2023-08-08 | i2c: kempld: Convert to use regular device PM | Paul Cercueil | 1 | -11/+8 |
| 2023-08-08 | i2c: img-scb: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -7/+3 |
| 2023-08-08 | i2c: i801: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -4/+2 |
| 2023-08-08 | i2c: hix5hd2: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -6/+4 |
| 2023-08-08 | i2c: exynos5: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -5/+3 |
| 2023-08-08 | i2c: designware: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -16/+6 |
| 2023-08-08 | i2c: davinci: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -9/+3 |
| 2023-08-08 | i2c: brcmstb: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -5/+3 |
| 2023-08-08 | i2c: iproc: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -9/+1 |
| 2023-08-08 | i2c: au1550: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -12/+3 |
| 2023-08-08 | i2c: s3c2410: Remove redundant dev_err() | Ruan Jinjie | 1 | -1/+0 |
| 2023-08-08 | i2c: imx-lpi2c: directly return ISR when detect a NACK | Carlos Song | 1 | -6/+4 |
| 2023-07-28 | i2c: core: Run atomic i2c xfer when !preemptible | Benjamin Bara | 1 | -1/+1 |
| 2023-07-14 | media: i2c: add I2C Address Translator (ATR) support | Luca Ceresoli | 3 | -0/+720 |
| 2023-07-08 | Merge tag 'i2c-for-6.5-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -3/+2 |
| 2023-07-06 | Merge tag 'acpi-6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -3/+0 |
| 2023-07-06 | i2c: mpc: Drop unused variable | Guenter Roeck | 1 | -1/+0 |
| 2023-07-06 | i2c: nomadik: Remove a useless call in the remove function | Christophe JAILLET | 1 | -2/+0 |
| 2023-07-06 | i2c: xiic: Don't try to handle more interrupt events after error | Robert Hancock | 1 | -0/+2 |
| 2023-07-04 | ACPI: platform: Move SMB0001 HID to the header and reuse | Andy Shevchenko | 1 | -3/+0 |
| 2023-07-02 | Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 99 | -725/+566 |
| 2023-06-23 | i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycle | Clark Wang | 1 | -2/+2 |
| 2023-06-23 | i2c: qup: Add missing unwind goto in qup_i2c_probe() | Shuai Jiang | 1 | -7/+14 |
| 2023-06-23 | i2c: uniphier: Use devm_clk_get_enabled() | Andi Shyti | 1 | -16/+5 |
| 2023-06-23 | i2c: uniphier-f: Use devm_clk_get_enabled() | Andi Shyti | 1 | -16/+5 |
| 2023-06-23 | i2c: owl: Use devm_clk_get_enabled() | Andi Shyti | 1 | -14/+4 |
| 2023-06-23 | i2c: lpc2k: Use devm_clk_get_enabled() | Andi Shyti | 1 | -17/+5 |
| 2023-06-23 | i2c: hix5hd2: Use devm_clk_get_enabled() | Andi Shyti | 1 | -7/+4 |