summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2023-03-03i2c: gxp: fix an error code in probeDan Carpenter1-1/+1
2023-03-03i2c: gxp: return proper error on address NACKWolfram Sang1-2/+4
2023-03-03i2c: gxp: remove "empty" switch statementWolfram Sang1-12/+1
2023-03-03i2c: Disable I2C_APPLE when I2C_PASEMI is a builtinBenjamin Gray1-0/+1
2023-02-25Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-334/+1833
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2023-02-24Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds1-0/+46
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-78/+99
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-78/+5
2023-02-18i2c: Add GXP SoC I2C ControllerNick Hawkins3-0/+628
2023-02-18i2c: xiic: Remove some dead codeChristophe JAILLET1-4/+0
2023-02-18i2c: xiic: Add SCL frequency configuration supportRaviteja Narayanam1-0/+148
2023-02-18i2c: xiic: Update compatible with new IP versionRaviteja Narayanam1-0/+1
2023-02-18i2c: i801: Call i801_check_post() from i801_access()Heiner Kallweit1-11/+9
2023-02-18i2c: i801: Call i801_check_pre() from i801_access()Heiner Kallweit1-8/+5
2023-02-18i2c: i801: Centralize configuring block commands in i801_block_transactionHeiner Kallweit1-49/+35
2023-02-18i2c: i801: Centralize configuring non-block commands in i801_simple_transactionHeiner Kallweit1-17/+14
2023-02-18i2c: i801: Handle SMBAUXCTL_E32B in i801_block_transaction_by_block onlyHeiner Kallweit1-9/+12
2023-02-18i2c: i801: Add i801_simple_transaction(), complementing i801_block_transaction()Heiner Kallweit1-37/+55
2023-02-13i2c: i801: add helper i801_set_hstadd()Heiner Kallweit1-20/+16
2023-02-13i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFERHeiner Kallweit1-0/+4
2023-02-13i2c: i801: make FEATURE_HOST_NOTIFY dependent on FEATURE_IRQHeiner Kallweit1-5/+9
2023-02-13i2c: i801: improve interrupt handlerHeiner Kallweit1-17/+8
2023-02-13i2c: st: use pm_sleep_ptr to avoid ifdef CONFIG_PM_SLEEPAlain Volmat1-7/+2
2023-02-09soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.hElliot Berman1-1/+1
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman6-46/+35
2023-02-04i2c: cht-wc: Add charger-chip info for the Lenovo Yoga Tab 3 YT3-X90FHans de Goede1-0/+46
2023-02-03i2c: xiic: Remove interrupt enable/disable in Rx pathRaviteja Narayanam1-5/+0
2023-02-03i2c: xiic: Add smbus_block_read functionalityRaviteja Narayanam1-4/+78
2023-02-03i2c: xiic: Add wait for FIFO empty in send_txRaviteja Narayanam1-0/+7
2023-02-03i2c: xiic: Switch to Xiic standard mode for i2c-readRaviteja Narayanam1-39/+57
2023-02-03i2c: xiic: Fix Rx and Tx paths in standard modeRaviteja Narayanam1-0/+53
2023-02-03i2c: xiic: Add standard mode support for > 255 byteRaviteja Narayanam1-41/+225
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-46/+35
2023-02-03i2c: ls2x: Add driver for Loongson-2K/LS7A I2C controllerBinbin Zhou3-0/+382
2023-02-02i2c: nvidia-gpu: Remove ccgx,firmware-build propertyWayne Chang1-2/+1
2023-02-02i2c: nvidia-gpu: Add ACPI property to align with device-treeWayne Chang1-0/+1
2023-01-28i2c: designware: Change from u32 to unsigned int for regmap_read() callsShyam Sundar S K4-14/+16
2023-01-28i2c: designware: add a new bit check for IC_CON controlShyam Sundar S K2-0/+21
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-24i2c: gpio: support write-only sda/scl w/o pull-upHeiner Kallweit1-3/+10
2023-01-24i2c: algo: bit: allow getsda to be NULLHeiner Kallweit1-42/+35
2023-01-20i2c: au1550: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-20i2c: mt65xx: Use devm_platform_get_and_ioremap_resource()ye xingchen1-5/+2
2023-01-20i2c: bcm2835: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-20i2c: aspeed: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-20i2c: rk3x: fix a bunch of kernel-doc warningsRandy Dunlap1-22/+22
2023-01-20i2c: axxia: use 'struct' for kernel-doc notationRandy Dunlap1-1/+1