summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * i2c: dev: fix notifier return valuesBartosz Golaszewski2023-01-171-8/+8
| * Merge branch 'i2c/fwnode-api' into i2c/for-mergewindowWolfram Sang2023-01-173-78/+99
| |\
| * | i2c: qcom-geni: change i2c_master_hub to staticYang Yingliang2023-01-091-1/+1
| * | i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa2023-01-092-2/+2
| * | i2c: qcom-cci: Deprecate duplicated compatiblesKonrad Dybcio2023-01-091-1/+7
* | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\ \ \
| * | | driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
| |/ /
* | | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-1/+1
|\ \ \
| * | | soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.hElliot Berman2023-02-091-1/+1
* | | | Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-2/+2
|\ \ \ \