aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar1-1/+3
2025-05-16i2c: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)2-4/+4
2025-05-14i2c: designware: Fix an error handling path in i2c_dw_pci_probe()Christophe JAILLET1-1/+3
2025-05-13Merge branch 'x86/platform' into x86/core, to merge dependent commitsIngo Molnar2-10/+10
2025-05-06i2c: omap: fix deprecated of_property_read_bool() useJohan Hovold1-1/+1
2025-04-29i2c: imx-lpi2c: Fix clock count when probe defersClark Wang1-2/+2
2025-04-26i2c: piix4, x86/platform: Move the SB800 PIIX4 FCH definitions to <asm/amd/fch.h>Mario Limonciello1-9/+9
2025-04-26i2c: piix4: Make CONFIG_I2C_PIIX4 dependent on CONFIG_X86Mario Limonciello1-1/+1
2025-04-18Merge tag 'i2c-host-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-currentWolfram Sang1-0/+3
2025-04-16i2c: atr: Fix wrong includeAndy Shevchenko1-1/+1
2025-04-13i2c: cros-ec-tunnel: defer probe if parent EC is not presentThadeu Lima de Souza Cascardo1-0/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-01Merge tag 'i2c-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds31-441/+1000
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2025-03-25Merge tag 'i2c-host-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindowWolfram Sang34-470/+1060
2025-03-25irqdomain: i2c: Switch to irq_find_mapping()Jiri Slaby (SUSE)1-1/+1
2025-03-22i2c: iproc: Refactor prototype and remove redundant error checksWentao Liang1-10/+3
2025-03-22i2c: qcom-geni: Update i2c frequency table to match hardware guidanceMukesh Kumar Savaliya1-3/+3
2025-03-22i2c: mlxbf: Use readl_poll_timeout_atomic() for pollingAndy Shevchenko1-80/+26
2025-03-22i2c: pasemi: Add registers bits and switch to BIT()Sven Peter1-15/+25
2025-03-22i2c: k1: Initialize variable before useAndi Shyti1-1/+1
2025-03-21i2c: spacemit: add support for SpacemiT K1 SoCTroy Mitchell3-0/+620
2025-03-21i2c: omap: Add support for setting muxJayesh Choudhary2-0/+23
2025-03-21i2c: octeon: remove 10-bit addressing supportAryan Srivastava1-19/+4
2025-03-21i2c: octeon: fix return commentingAryan Srivastava1-6/+6
2025-03-20i2c: i801: Use MMIO if availableHeiner Kallweit1-3/+7
2025-03-20i2c: i801: Switch to iomapped register accessHeiner Kallweit1-76/+73
2025-03-20i2c: amd-mp2: drop free_irq() of devm_request_irq() allocated irqYang Yingliang1-4/+1
2025-03-18i2c: i801: Improve too small kill wait time in i801_check_postHeiner Kallweit1-3/+2
2025-03-18i2c: i801: Move i801_wait_intr and i801_wait_byte_done in the codeHeiner Kallweit1-34/+34
2025-03-18i2c: i801: Cosmetic improvementsHeiner Kallweit1-29/+20
2025-03-18i2c: cadence: Move reset_control_assert after pm_runtime_set_suspended in probe error pathManikanta Guntupalli1-1/+1
2025-03-18i2c: cadence: Simplify using devm_clk_get_enabled()Michal Simek1-13/+4
2025-03-18i2c: i2c-exynos5: fixed a spelling errorAnindya Sundar Gayen1-1/+1
2025-03-18i2c: mv64xxx: Use i2c_*bit_addr*_from_msg() helpersAndy Shevchenko1-9/+3
2025-03-18i2c: ibm_iic: Use i2c_*bit_addr*_from_msg() helpersAndy Shevchenko1-8/+6
2025-03-18i2c: rzv2m: Use i2c_10bit_addr_*_from_msg() helpersAndy Shevchenko1-10/+5
2025-03-18i2c: mt7621: Use i2c_10bit_addr_*_from_msg() helpersAndy Shevchenko1-12/+8
2025-03-18i2c: kempld: Use i2c_10bit_addr_*_from_msg() helpersAndy Shevchenko1-5/+5
2025-03-18i2c: eg20t: Use i2c_10bit_addr_*_from_msg() helpersAndy Shevchenko1-23/+5
2025-03-18i2c: brcmstb: Use i2c_10bit_addr_*_from_msg() helpersAndy Shevchenko1-6/+5
2025-03-18i2c: bcm-kona: Use i2c_10bit_addr_*_from_msg() helpersAndy Shevchenko1-3/+3
2025-03-18i2c: axxia: Use i2c_10bit_addr_*_from_msg() helpersAndy Shevchenko1-18/+3
2025-03-18i2c: qup: Vote for interconnect bandwidth to DRAMStephan Gerhold1-0/+36
2025-03-18i2c: mux: remove incorrect of_match_ptr annotationsArnd Bergmann2-2/+2
2025-03-18i2c: amd-asf: Set cmd variable when encountering an errorShyam Sundar S K1-1/+1
2025-03-18i2c: amd-asf: Modify callbacks of i2c_algorithm to align with the latest revisionShyam Sundar S K1-3/+3
2025-03-18i2c: dw: Update the master_xfer callback nameShyam Sundar S K1-1/+1
2025-03-18i2c: amd: Switch to guard(mutex)Shyam Sundar S K1-17/+9