summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2 daysMerge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
3 daysMerge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
3 daysMerge tag 'i2c-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
4 daysMerge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
5 daysi2c: core: Fix double-free of fwnode in i2c_unregister_device()Hans de Goede
5 daysMerge tag 'i2c-host-6.17-pt1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Wolfram Sang
7 daysi2c: lpi2c: implement xfer_atomic callbackEmanuele Ghidoli
7 daysi2c: lpi2c: use readl_poll_timeout() for register pollingEmanuele Ghidoli
7 daysi2c: lpi2c: convert to use secs_to_jiffies()Yuesong Li
7 daysi2c: st: Use min() to improve codeQianfeng Rong
9 daysi2c: qup: jump out of the loop in case of timeoutYang Xiwen
9 daysi2c: virtio: Avoid hang by using interruptible completion waitViresh Kumar
9 daysi2c: tegra: Fix reset error handling with ACPIAkhil R
9 daysi2c: imx: use guard to take spinlockTroy Mitchell
9 daysi2c: stm32f7: Use str_on_off() helperYumeng Fang
9 daysi2c: riic: Add support for RZ/T2H SoCLad Prabhakar
9 daysi2c: riic: Move generic compatible string to end of arrayLad Prabhakar
9 daysi2c: riic: Pass IRQ desc array as part of OF dataLad Prabhakar
9 daysi2c: tegra: Add missing kernel-doc for dma_dev memberHans Zhang
11 daysMerge branches 'pm-misc' and 'pm-tools'Rafael J. Wysocki
2025-07-10i2c: designware: Add quirk for Intel XeHeikki Krogerus
2025-07-10i2c: designware: Use polling by default when there is no irq resourceHeikki Krogerus
2025-07-10i2c: stm32f7: unmap DMA mapped bufferClément Le Goffic
2025-07-10i2c: stm32: fix the device used for the DMA mapClément Le Goffic
2025-07-10i2c: omap: Fix an error handling path in omap_i2c_probe()Christophe JAILLET
2025-07-10i2c: omap: Handle omap_i2c_init() errors in omap_i2c_probe()Christophe JAILLET
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea
2025-07-05Merge tag 'i2c-for-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-07-01i2c: microchip-core: re-fix fake detections w/ i2cdetectConor Dooley
2025-06-30i2c/designware: Fix an initialization issueMichael J. Ruhl
2025-06-30i2c: Re-enable piix4 driver on non-x86Mario Limonciello
2025-06-30Move FCH header to a location accessible by all archsMario Limonciello
2025-06-27i2c: mux: pca954x: Use dev_fwnode()Jiri Slaby (SUSE)
2025-06-27i2c: scx200_acb: depends on HAS_IOPORTJohannes Berg
2025-06-27i2c: acpi: Replace custom code with device_match_acpi_handle()Andy Shevchenko
2025-06-26i2c: omap: Fix an error handling path in omap_i2c_probe()Christophe JAILLET
2025-06-25i2c: amd-isp: Initialize unique adapter namePratap Nirujogi
2025-06-25i2c: designware: Initialize adapter name only when not setPratap Nirujogi
2025-06-25i2c: tiny-usb: disable zero-length read messagesWolfram Sang
2025-06-25i2c: robotfuzz-osif: disable zero-length read messagesWolfram Sang
2025-06-25i2c: imx: fix emulated smbus block readLukasz Kucharczyk
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman
2025-06-21i2c: k1: check for transfer errorAlex Elder
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh
2025-06-12i2c: use inclusive callbacks in struct i2c_algorithmWolfram Sang
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-30Merge tag 'i2c-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-23i2c: Use str_read_write() helperYumeng Fang