summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* 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: dev: Fix bus callback return valuesGeert Uytterhoeven2023-03-091-6/+18
* i2c: Convert drivers to new .probe() callbackUwe Kleine-König2023-03-094-4/+4
* i2c: mux: Convert all drivers to new .probe() callbackUwe Kleine-König2023-03-093-3/+3
* i2c: Switch .probe() to not take an id parameterUwe Kleine-König2023-03-091-9/+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-2422-334/+1833
|\
| * i2c: Add GXP SoC I2C ControllerNick Hawkins2023-02-173-0/+628
| * i2c: xiic: Remove some dead codeChristophe JAILLET2023-02-171-4/+0
| * i2c: xiic: Add SCL frequency configuration supportRaviteja Narayanam2023-02-171-0/+148
| * i2c: xiic: Update compatible with new IP versionRaviteja Narayanam2023-02-171-0/+1
| * i2c: i801: Call i801_check_post() from i801_access()Heiner Kallweit2023-02-171-11/+9
| * i2c: i801: Call i801_check_pre() from i801_access()Heiner Kallweit2023-02-171-8/+5
| * i2c: i801: Centralize configuring block commands in i801_block_transactionHeiner Kallweit2023-02-171-49/+35
| * i2c: i801: Centralize configuring non-block commands in i801_simple_transactionHeiner Kallweit2023-02-171-17/+14
| * i2c: i801: Handle SMBAUXCTL_E32B in i801_block_transaction_by_block onlyHeiner Kallweit2023-02-171-9/+12
| * i2c: i801: Add i801_simple_transaction(), complementing i801_block_transaction()Heiner Kallweit2023-02-171-37/+55
| * i2c: i801: add helper i801_set_hstadd()Heiner Kallweit2023-02-121-20/+16
| * i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFERHeiner Kallweit2023-02-121-0/+4
| * i2c: i801: make FEATURE_HOST_NOTIFY dependent on FEATURE_IRQHeiner Kallweit2023-02-121-5/+9
| * i2c: i801: improve interrupt handlerHeiner Kallweit2023-02-121-17/+8
| * i2c: st: use pm_sleep_ptr to avoid ifdef CONFIG_PM_SLEEPAlain Volmat2023-02-121-7/+2
| * i2c: xiic: Remove interrupt enable/disable in Rx pathRaviteja Narayanam2023-02-031-5/+0
| * i2c: xiic: Add smbus_block_read functionalityRaviteja Narayanam2023-02-031-4/+78
| * i2c: xiic: Add wait for FIFO empty in send_txRaviteja Narayanam2023-02-031-0/+7
| * i2c: xiic: Switch to Xiic standard mode for i2c-readRaviteja Narayanam2023-02-031-39/+57
| * i2c: xiic: Fix Rx and Tx paths in standard modeRaviteja Narayanam2023-02-031-0/+53
| * i2c: xiic: Add standard mode support for > 255 byteRaviteja Narayanam2023-02-031-41/+225
| * i2c: ls2x: Add driver for Loongson-2K/LS7A I2C controllerBinbin Zhou2023-02-023-0/+382
| * i2c: designware: Change from u32 to unsigned int for regmap_read() callsShyam Sundar S K2023-01-284-14/+16
| * i2c: designware: add a new bit check for IC_CON controlShyam Sundar S K2023-01-282-0/+21
| * i2c: gpio: support write-only sda/scl w/o pull-upHeiner Kallweit2023-01-231-3/+10
| * i2c: algo: bit: allow getsda to be NULLHeiner Kallweit2023-01-231-42/+35
| * i2c: au1550: Use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-201-3/+1
| * i2c: mt65xx: Use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-201-5/+2
| * i2c: bcm2835: Use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-201-3/+1
| * i2c: aspeed: Use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-201-3/+1
| * i2c: gpio: Add support on ACPI-based systemBinbin Zhou2023-01-201-13/+21
| * i2c: cadence: Remove redundant expression in if clauseLars-Peter Clausen2023-01-201-3/+1
| * i2c: cadence: Remove `irq` field from driver state structLars-Peter Clausen2023-01-201-10/+7
| * i2c: cadence: Remove unused CDNS_I2C_DATA_INTR_DEPTH defineLars-Peter Clausen2023-01-201-2/+0
| * i2c: Set i2c pinctrl recovery info from it's device pinctrlHanna Hawa2023-01-201-1/+4