summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
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
2023-03-29i2c: xiic: hide OF related data for COMPILE_TESTKrzysztof Kozlowski
2023-03-29i2c: synquacer: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17crypto: ccp - Move some PSP mailbox bit definitions into common headerMario Limonciello
2023-03-17crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello
2023-03-16i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen
2023-03-16i2c: imx: Simplify using devm_clk_get_enabled()Uwe Kleine-König
2023-03-16i2c: hisi: Only use the completion interrupt to finish the transferYicong Yang
2023-03-16i2c: hisi: Avoid redundant interruptsYicong Yang
2023-03-16i2c: cros-ec-tunnel: Mark ACPI and OF related data as maybe unusedKrzysztof Kozlowski
2023-03-16i2c: owl: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-16i2c: mt65xx: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-16i2c: davinci: remove dead code in probeDongliang Mu
2023-03-16i2c: mxs: ensure that DMA buffers are safe for DMAMatthias Schiffer
2023-03-16i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein
2023-03-16i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein
2023-03-16i2c: cadence: Remove unnecessary register readsLars-Peter Clausen
2023-03-16i2c: cadence: Remove always false ternary operatorLars-Peter Clausen
2023-03-16i2c: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-16i2c: microchip-core: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley