aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)Author
2023-09-13i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't workCarlos Song
2023-08-23i2c: designware: Handle invalid SMBus block data response length valueTam Nguyen
2023-08-23i2c: designware: Correct length byte validation logicQuan Nguyen
2023-08-23i2c: tegra: Fix i2c-tegra DMA config option processingParker Newman
2023-08-23i2c: hisi: Only handle the interrupt of the driver's transferYicong Yang
2023-08-23i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issueChengfeng Ye
2023-08-03i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET
2023-08-03i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti
2023-08-03i2c: nomadik: Remove unnecessary goto labelAndi Shyti
2023-08-03i2c: Improve size determinationsMarkus Elfring
2023-08-03i2c: Delete error messages for failed memory allocationsMarkus Elfring
2023-07-19usb: typec: ucsi: Mark dGPUs as DEVICE scopeMario Limonciello
2023-07-19i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock
2023-06-23i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang
2023-06-23i2c: qup: Add missing unwind goto in qup_i2c_probe()Shuai Jiang
2023-06-07i2c: sprd: Delete i2c adapter in .remove's error pathUwe Kleine-König
2023-06-05i2c: mv64xxx: Fix reading invalid status value in atomic modeMarek Behún
2023-06-05i2c: designware: fix idx_write_cnt in read loopDavid Zheng
2023-06-05i2c: mchp-pci1xxxx: Avoid cast to incompatible function typeSimon Horman
2023-06-05i2c: img-scb: Fix spelling mistake "innacurate" -> "inaccurate"Christian Heusel
2023-05-03i2c: gxp: fix build failure without CONFIG_I2C_SLAVEArnd Bergmann
2023-05-03i2c: imx-lpi2c: avoid taking clk_prepare mutex in PM callbacksAlexander Stein
2023-05-03i2c: omap: Fix standard mode false ACK readingsReid Tonking
2023-04-30i2c: tegra: Fix PEC support for SMBUS block readAkhil R
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-27Merge tag 'i2c-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-04-24Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang
2023-04-20i2c: designware: Add doorbell support for MendocinoMario Limonciello
2023-04-20i2c: designware: Use PCI PSP driver for communicationMario Limonciello
2023-04-18i2c: xiic: xiic_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen
2023-04-18i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen
2023-04-15Merge tag 'i2c-for-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-13Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-13i2c: omap: Improve error reporting for problems during .remove()Uwe Kleine-König
2023-04-13i2c: cadence: Add reset controller supportLars-Peter Clausen
2023-04-13i2c: mediatek: add support for MT7981 SoCDaniel Golle
2023-04-13i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger
2023-04-11treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman
2023-04-05of: Rename of_modalias_node()Miquel Raynal
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-29i2c: brcmstb: use devm_platform_ioremap_resource_byname()Ye Xingchen
2023-03-29i2c: cadence: Detect maximum transfer sizeLars-Peter Clausen
2023-03-29i2c: cadence: Allow to specify the FIFO depthLars-Peter Clausen
2023-03-29i2c: xiic: Use devm_platform_get_and_ioremap_resource()Yang Li
2023-03-29i2c: mchp-pci1xxxx: Update Timing registersTharun Kumar P
2023-03-29i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c propertyAndi Shyti
2023-03-29i2c: mpc: Use of_property_read_u32 instead of of_get_propertyAndi Shyti