summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2023-05-03i2c: gxp: fix build failure without CONFIG_I2C_SLAVEArnd Bergmann-2/+0
2023-05-03i2c: imx-lpi2c: avoid taking clk_prepare mutex in PM callbacksAlexander Stein-2/+2
2023-05-03i2c: omap: Fix standard mode false ACK readingsReid Tonking-1/+1
2023-04-30i2c: tegra: Fix PEC support for SMBUS block readAkhil R-13/+27
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-04-27Merge tag 'i2c-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-78/+148
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-159/+53
2023-04-24Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang-55/+95
2023-04-20i2c: designware: Add doorbell support for MendocinoMario Limonciello-1/+26
2023-04-20i2c: designware: Use PCI PSP driver for communicationMario Limonciello-153/+28
2023-04-18i2c: xiic: xiic_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen-1/+3
2023-04-18i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen-2/+4
2023-04-15Merge tag 'i2c-for-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-46/+49
2023-04-13Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+5
2023-04-13i2c: omap: Improve error reporting for problems during .remove()Uwe Kleine-König-3/+6
2023-04-13i2c: cadence: Add reset controller supportLars-Peter Clausen-4/+22
2023-04-13i2c: mediatek: add support for MT7981 SoCDaniel Golle-0/+13
2023-04-13i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger-16/+19
2023-04-11treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven-0/+5
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman-6/+34
2023-04-05of: Rename of_modalias_node()Miquel Raynal-2/+2
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-28/+61
2023-03-29i2c: brcmstb: use devm_platform_ioremap_resource_byname()Ye Xingchen-3/+1
2023-03-29i2c: cadence: Detect maximum transfer sizeLars-Peter Clausen-7/+42
2023-03-29i2c: cadence: Allow to specify the FIFO depthLars-Peter Clausen-12/+17
2023-03-29i2c: xiic: Use devm_platform_get_and_ioremap_resource()Yang Li-2/+1
2023-03-29i2c: mchp-pci1xxxx: Update Timing registersTharun Kumar P-30/+30
2023-03-29i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c propertyAndi Shyti-1/+11
2023-03-29i2c: mpc: Use of_property_read_u32 instead of of_get_propertyAndi Shyti-12/+13
2023-03-29i2c: xiic: hide OF related data for COMPILE_TESTKrzysztof Kozlowski-1/+1
2023-03-29i2c: synquacer: mark OF related data as maybe unusedKrzysztof Kozlowski-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-03-17crypto: ccp - Move some PSP mailbox bit definitions into common headerMario Limonciello-11/+5
2023-03-17crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello-1/+1
2023-03-16i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen-0/+3
2023-03-16i2c: imx: Simplify using devm_clk_get_enabled()Uwe Kleine-König-11/+1
2023-03-16i2c: hisi: Only use the completion interrupt to finish the transferYicong Yang-1/+5
2023-03-16i2c: hisi: Avoid redundant interruptsYicong Yang-0/+7
2023-03-16i2c: cros-ec-tunnel: Mark ACPI and OF related data as maybe unusedKrzysztof Kozlowski-2/+2
2023-03-16i2c: owl: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-03-16i2c: mt65xx: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-03-16i2c: davinci: remove dead code in probeDongliang Mu-4/+1
2023-03-16i2c: mxs: ensure that DMA buffers are safe for DMAMatthias Schiffer-5/+13
2023-03-16i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein-0/+4
2023-03-16i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein-0/+2
2023-03-16i2c: cadence: Remove unnecessary register readsLars-Peter Clausen-2/+2
2023-03-16i2c: cadence: Remove always false ternary operatorLars-Peter Clausen-2/+1
2023-03-16i2c: Use of_property_read_bool() for boolean propertiesRob Herring-6/+4
2023-03-16i2c: microchip-core: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley-1/+1