summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* i2c: gxp: fix build failure without CONFIG_I2C_SLAVEArnd Bergmann2023-05-031-2/+0
* i2c: imx-lpi2c: avoid taking clk_prepare mutex in PM callbacksAlexander Stein2023-05-031-2/+2
* i2c: omap: Fix standard mode false ACK readingsReid Tonking2023-05-031-1/+1
* i2c: tegra: Fix PEC support for SMBUS block readAkhil R2023-04-301-13/+27
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-271-1/+1
|\
| * Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman2023-04-104-6/+34
| |\
| * | of: Rename of_modalias_node()Miquel Raynal2023-04-051-1/+1
* | | Merge tag 'i2c-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-2713-77/+147
|\ \ \
| * \ \ Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang2023-04-248-55/+90
| |\ \ \
| | * | | i2c: xiic: xiic_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen2023-04-181-1/+3
| | * | | i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen2023-04-181-2/+4
| * | | | i2c: omap: Improve error reporting for problems during .remove()Uwe Kleine-König2023-04-131-3/+6
| * | | | i2c: cadence: Add reset controller supportLars-Peter Clausen2023-04-131-4/+22
| * | | | i2c: mediatek: add support for MT7981 SoCDaniel Golle2023-04-131-0/+13
| * | | | i2c: brcmstb: use devm_platform_ioremap_resource_byname()Ye Xingchen2023-03-291-3/+1
| * | | | i2c: cadence: Detect maximum transfer sizeLars-Peter Clausen2023-03-291-7/+42
| * | | | i2c: cadence: Allow to specify the FIFO depthLars-Peter Clausen2023-03-291-12/+17
| * | | | i2c: xiic: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-291-2/+1
| * | | | i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c propertyAndi Shyti2023-03-291-1/+11
| * | | | i2c: mpc: Use of_property_read_u32 instead of of_get_propertyAndi Shyti2023-03-291-12/+13
| * | | | i2c: xiic: hide OF related data for COMPILE_TESTKrzysztof Kozlowski2023-03-291-1/+1
| * | | | i2c: synquacer: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-291-1/+1
| * | | | i2c: imx: Simplify using devm_clk_get_enabled()Uwe Kleine-König2023-03-161-11/+1
| * | | | i2c: cros-ec-tunnel: Mark ACPI and OF related data as maybe unusedKrzysztof Kozlowski2023-03-161-2/+2
| * | | | i2c: owl: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-161-1/+1
| * | | | i2c: mt65xx: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-161-1/+1
| * | | | i2c: davinci: remove dead code in probeDongliang Mu2023-03-161-4/+1
| * | | | i2c: cadence: Remove unnecessary register readsLars-Peter Clausen2023-03-161-2/+2
| * | | | i2c: cadence: Remove always false ternary operatorLars-Peter Clausen2023-03-161-2/+1
| * | | | i2c: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-162-5/+3
| * | | | i2c: microchip-core: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley2023-03-161-1/+1
| | |/ / | |/| |
* | | | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-04-264-159/+53
|\ \ \ \ | |_|/ / |/| | |
| * | | i2c: designware: Add doorbell support for MendocinoMario Limonciello2023-04-202-1/+26
| * | | i2c: designware: Use PCI PSP driver for communicationMario Limonciello2023-04-204-153/+28
| * | | crypto: ccp - Move some PSP mailbox bit definitions into common headerMario Limonciello2023-03-171-11/+5
| * | | crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello2023-03-171-1/+1
| |/ /
* | | i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger2023-04-131-16/+19
* | | i2c: mchp-pci1xxxx: Update Timing registersTharun Kumar P2023-03-291-30/+30
| |/ |/|
* | i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen2023-03-161-0/+3
* | i2c: hisi: Only use the completion interrupt to finish the transferYicong Yang2023-03-161-1/+5
* | i2c: hisi: Avoid redundant interruptsYicong Yang2023-03-161-0/+7
* | i2c: mxs: ensure that DMA buffers are safe for DMAMatthias Schiffer2023-03-161-5/+13
* | i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein2023-03-161-0/+4
* | i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein2023-03-161-0/+2
|/
* i2c: gxp: fix an error code in probeDan Carpenter2023-03-031-1/+1
* i2c: gxp: return proper error on address NACKWolfram Sang2023-03-031-2/+4
* i2c: gxp: remove "empty" switch statementWolfram Sang2023-03-031-12/+1
* i2c: Disable I2C_APPLE when I2C_PASEMI is a builtinBenjamin Gray2023-03-031-0/+1
* Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-2419-283/+1786
|\
| * i2c: Add GXP SoC I2C ControllerNick Hawkins2023-02-173-0/+628