summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
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
2025-05-23Merge tag 'i2c-host-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang
2025-05-23i2c: mlxbf: avoid 64-bit divisionArnd Bergmann
2025-05-23i2c: viai2c-wmt: Replace dev_err() with dev_err_probe() in probe functionEnrico Zanda
2025-05-23i2c: designware: Don't warn about missing get_clk_rate_khzHeikki Krogerus
2025-05-23i2c: designware: Invoke runtime suspend on quick slave re-registrationTan En De
2025-05-23i2c-mlxbf: Improve I2C bus timing configurationChris Babroski
2025-05-23i2c-mlxbf: Add repeated start condition supportChris Babroski
2025-05-23i2c: xgene-slimpro: Replace dev_err() with dev_err_probe() in probe functionEnrico Zanda
2025-05-23i2c: microchip-corei2c: add smbus supportprashanth kumar burujukindi
2025-05-23i2c: mlxbf: Allow build with COMPILE_TESTAndi Shyti
2025-05-23i2c: I2C_DESIGNWARE_AMDISP should depend on DRM_AMD_ISPGeert Uytterhoeven
2025-05-22i2c: atr: add passthrough flagCosmin Tanislav
2025-05-22i2c: atr: add static flagCosmin Tanislav
2025-05-22i2c: atr: allow replacing mappings in attach_addr()Cosmin Tanislav
2025-05-22i2c: atr: deduplicate logic in attach_addr()Cosmin Tanislav
2025-05-22i2c: atr: do not create mapping in detach_addr()Cosmin Tanislav
2025-05-22i2c: atr: split up i2c_atr_get_mapping_by_addr()Cosmin Tanislav
2025-05-22i2c: atr: find_mapping() -> get_mapping()Cosmin Tanislav
2025-05-22i2c: atr: Fix lockdep for nested ATRsTomi Valkeinen
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar
2025-05-20i2c: use only 'fwnode' for client devicesWolfram Sang
2025-05-20i2c: powermac: convert of_node usage to fwnodeWolfram Sang
2025-05-20i2c: core: add useful info when defer probeXu Yang
2025-05-19i2c: mlxbf: Use str_read_write() helperFeng Wei
2025-05-19i2c: thunderx: Use non-hybrid PCI devres APIPhilipp Stanner
2025-05-19i2c: ismt: Use non-hybrid PCI devres APIPhilipp Stanner
2025-05-19i2c: davinci: add I2C_FUNC_PROTOCOL_MANGLING to feature listMarcus Folkesson
2025-05-19i2c: smbus: introduce Write Disable-aware SPD instantiating functionsYo-Jung (Leo) Lin
2025-05-19i2c: riic: Implement bus recoveryLad Prabhakar
2025-05-19i2c: tegra: check msg length in SMBUS block readAkhil R
2025-05-19i2c: pasemi: Log bus reset causesHector Martin
2025-05-19i2c: pasemi: Improve error recoveryHector Martin
2025-05-19i2c: pasemi: Improve timeout handlingSven Peter
2025-05-19i2c: pasemi: Enable the unjam machineHector Martin
2025-05-19i2c: iproc: Remove unnecessary double negationAndi Shyti
2025-05-19i2c: iproc: When there's an error treat it as an errorAndi Shyti
2025-05-19i2c: iproc: Move function and avoid prototypesAndi Shyti
2025-05-19i2c: iproc: Fix indentation of bcm_iproc_i2c_slave_init()Andi Shyti
2025-05-19i2c: iproc: Replace udelay() with usleep_range()Andi Shyti