summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-04-20i2c: designware: Add doorbell support for MendocinoMario Limonciello
2023-04-20i2c: designware: Use PCI PSP driver for communicationMario Limonciello
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: ocores: generate stop condition after timeout in polling modeGregor Herburger
2023-04-11treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven
2023-03-29i2c: mchp-pci1xxxx: Update Timing registersTharun Kumar P
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: hisi: Only use the completion interrupt to finish the transferYicong Yang
2023-03-16i2c: hisi: Avoid redundant interruptsYicong Yang
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-09i2c: dev: Fix bus callback return valuesGeert Uytterhoeven
2023-03-09i2c: Convert drivers to new .probe() callbackUwe Kleine-König
2023-03-09i2c: mux: Convert all drivers to new .probe() callbackUwe Kleine-König
2023-03-09i2c: Switch .probe() to not take an id parameterUwe Kleine-König
2023-03-03i2c: gxp: fix an error code in probeDan Carpenter
2023-03-03i2c: gxp: return proper error on address NACKWolfram Sang
2023-03-03i2c: gxp: remove "empty" switch statementWolfram Sang
2023-03-03i2c: Disable I2C_APPLE when I2C_PASEMI is a builtinBenjamin Gray
2023-02-24Merge tag 'i2c-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-02-23Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-02-17i2c: Add GXP SoC I2C ControllerNick Hawkins
2023-02-17i2c: xiic: Remove some dead codeChristophe JAILLET
2023-02-17i2c: xiic: Add SCL frequency configuration supportRaviteja Narayanam
2023-02-17i2c: xiic: Update compatible with new IP versionRaviteja Narayanam
2023-02-17i2c: i801: Call i801_check_post() from i801_access()Heiner Kallweit
2023-02-17i2c: i801: Call i801_check_pre() from i801_access()Heiner Kallweit
2023-02-17i2c: i801: Centralize configuring block commands in i801_block_transactionHeiner Kallweit
2023-02-17i2c: i801: Centralize configuring non-block commands in i801_simple_transactionHeiner Kallweit
2023-02-17i2c: i801: Handle SMBAUXCTL_E32B in i801_block_transaction_by_block onlyHeiner Kallweit
2023-02-17i2c: i801: Add i801_simple_transaction(), complementing i801_block_transaction()Heiner Kallweit
2023-02-12i2c: i801: add helper i801_set_hstadd()Heiner Kallweit
2023-02-12i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFERHeiner Kallweit
2023-02-12i2c: i801: make FEATURE_HOST_NOTIFY dependent on FEATURE_IRQHeiner Kallweit
2023-02-12i2c: i801: improve interrupt handlerHeiner Kallweit
2023-02-12i2c: st: use pm_sleep_ptr to avoid ifdef CONFIG_PM_SLEEPAlain Volmat
2023-02-09soc: qcom: geni-se: Move qcom-geni-se.h to linux/soc/qcom/geni-se.hElliot Berman
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman
2023-02-04i2c: cht-wc: Add charger-chip info for the Lenovo Yoga Tab 3 YT3-X90FHans de Goede
2023-02-03i2c: xiic: Remove interrupt enable/disable in Rx pathRaviteja Narayanam