aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-27Merge tag 'i2c-for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-78/+148
2023-04-26Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-159/+53
2023-04-24Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang9-55/+95
2023-04-20i2c: designware: Add doorbell support for MendocinoMario Limonciello2-1/+26
2023-04-20i2c: designware: Use PCI PSP driver for communicationMario Limonciello4-153/+28
2023-04-18i2c: xiic: xiic_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen1-1/+3
2023-04-18i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error pathLars-Peter Clausen1-2/+4
2023-04-15Merge tag 'i2c-for-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-46/+49
2023-04-13Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+5
2023-04-13i2c: omap: Improve error reporting for problems during .remove()Uwe Kleine-König1-3/+6
2023-04-13i2c: cadence: Add reset controller supportLars-Peter Clausen1-4/+22
2023-04-13i2c: mediatek: add support for MT7981 SoCDaniel Golle1-0/+13
2023-04-13i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger1-16/+19
2023-04-11treewide: Fix probing of devices in DT overlaysGeert Uytterhoeven1-0/+5
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman4-6/+34
2023-04-05of: Rename of_modalias_node()Miquel Raynal2-2/+2
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman12-28/+61
2023-03-29i2c: brcmstb: use devm_platform_ioremap_resource_byname()Ye Xingchen1-3/+1
2023-03-29i2c: cadence: Detect maximum transfer sizeLars-Peter Clausen1-7/+42
2023-03-29i2c: cadence: Allow to specify the FIFO depthLars-Peter Clausen1-12/+17
2023-03-29i2c: xiic: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-29i2c: mchp-pci1xxxx: Update Timing registersTharun Kumar P1-30/+30
2023-03-29i2c: mpc: Use i2c-scl-clk-low-timeout-us i2c propertyAndi Shyti1-1/+11
2023-03-29i2c: mpc: Use of_property_read_u32 instead of of_get_propertyAndi Shyti1-12/+13
2023-03-29i2c: xiic: hide OF related data for COMPILE_TESTKrzysztof Kozlowski1-1/+1
2023-03-29i2c: synquacer: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-17crypto: ccp - Move some PSP mailbox bit definitions into common headerMario Limonciello1-11/+5
2023-03-17crypto: ccp - Add a header for multiple drivers to use `__psp_pa`Mario Limonciello1-1/+1
2023-03-16i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen1-0/+3
2023-03-16i2c: imx: Simplify using devm_clk_get_enabled()Uwe Kleine-König1-11/+1
2023-03-16i2c: hisi: Only use the completion interrupt to finish the transferYicong Yang1-1/+5
2023-03-16i2c: hisi: Avoid redundant interruptsYicong Yang1-0/+7
2023-03-16i2c: cros-ec-tunnel: Mark ACPI and OF related data as maybe unusedKrzysztof Kozlowski1-2/+2
2023-03-16i2c: owl: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16i2c: mt65xx: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16i2c: davinci: remove dead code in probeDongliang Mu1-4/+1
2023-03-16i2c: mxs: ensure that DMA buffers are safe for DMAMatthias Schiffer1-5/+13
2023-03-16i2c: imx-lpi2c: check only for enabled interrupt flagsAlexander Stein1-0/+4
2023-03-16i2c: imx-lpi2c: clean rx/tx buffers upon new messageAlexander Stein1-0/+2
2023-03-16i2c: cadence: Remove unnecessary register readsLars-Peter Clausen1-2/+2
2023-03-16i2c: cadence: Remove always false ternary operatorLars-Peter Clausen1-2/+1
2023-03-16i2c: Use of_property_read_bool() for boolean propertiesRob Herring3-6/+4
2023-03-16i2c: microchip-core: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley1-1/+1
2023-03-09i2c: dev: Fix bus callback return valuesGeert Uytterhoeven1-6/+18
2023-03-09i2c: Convert drivers to new .probe() callbackUwe Kleine-König4-4/+4
2023-03-09i2c: mux: Convert all drivers to new .probe() callbackUwe Kleine-König3-3/+3
2023-03-09i2c: Switch .probe() to not take an id parameterUwe Kleine-König1-9/+2
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-24Merge 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-23Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds1-0/+46
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-78/+99
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-78/+5
2023-02-17i2c: Add GXP SoC I2C ControllerNick Hawkins3-0/+628
2023-02-17i2c: xiic: Remove some dead codeChristophe JAILLET1-4/+0
2023-02-17i2c: xiic: Add SCL frequency configuration supportRaviteja Narayanam1-0/+148
2023-02-17i2c: xiic: Update compatible with new IP versionRaviteja Narayanam1-0/+1
2023-02-17i2c: i801: Call i801_check_post() from i801_access()Heiner Kallweit1-11/+9
2023-02-17i2c: i801: Call i801_check_pre() from i801_access()Heiner Kallweit1-8/+5
2023-02-17i2c: i801: Centralize configuring block commands in i801_block_transactionHeiner Kallweit1-49/+35
2023-02-17i2c: i801: Centralize configuring non-block commands in i801_simple_transactionHeiner Kallweit1-17/+14
2023-02-17i2c: i801: Handle SMBAUXCTL_E32B in i801_block_transaction_by_block onlyHeiner Kallweit1-9/+12
2023-02-17i2c: i801: Add i801_simple_transaction(), complementing i801_block_transaction()Heiner Kallweit1-37/+55
2023-02-12i2c: i801: add helper i801_set_hstadd()Heiner Kallweit1-20/+16
2023-02-12i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFERHeiner Kallweit1-0/+4
2023-02-12i2c: i801: make FEATURE_HOST_NOTIFY dependent on FEATURE_IRQHeiner Kallweit1-5/+9
2023-02-12i2c: i801: improve interrupt handlerHeiner Kallweit1-17/+8
2023-02-12i2c: 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-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-46/+35
2023-02-02i2c: 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-23i2c: gpio: support write-only sda/scl w/o pull-upHeiner Kallweit1-3/+10
2023-01-23i2c: 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
2023-01-20i2c: gpio: Add support on ACPI-based systemBinbin Zhou1-13/+21
2023-01-20i2c: cadence: Remove redundant expression in if clauseLars-Peter Clausen1-3/+1
2023-01-20i2c: cadence: Remove `irq` field from driver state structLars-Peter Clausen1-10/+7
2023-01-20i2c: cadence: Remove unused CDNS_I2C_DATA_INTR_DEPTH defineLars-Peter Clausen1-2/+0
2023-01-20i2c: Set i2c pinctrl recovery info from it's device pinctrlHanna Hawa1-1/+4
2023-01-17i2c: dev: fix notifier return valuesBartosz Golaszewski1-8/+8
2023-01-17Merge branch 'i2c/fwnode-api' into i2c/for-mergewindowWolfram Sang3-78/+99
2023-01-17i2c: add fwnode APIsRussell King (Oracle)3-78/+99
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann2-74/+1
2023-01-12ARM: omap1: remove unused board filesArnd Bergmann1-1/+1
2023-01-10ARM: iop32x: remove the platformArnd Bergmann1-3/+3
2023-01-09i2c: mxs: suppress probe-deferral error messageStefan Wahren1-2/+2
2023-01-09i2c: designware-pci: Add new PCI IDs for AMD NAVI GPUBasavaraj Natikar1-0/+2
2023-01-09i2c: qcom-geni: change i2c_master_hub to staticYang Yingliang1-1/+1
2023-01-09i2c: designware: Fix unbalanced suspended flagRichard Fitzgerald1-18/+2
2023-01-09i2c: designware: use casting of u64 in clock multiplication to avoid overflowLareine Khawaly1-3/+6
2023-01-09i2c: designware: fix i2c_dw_clk_rate() return size to be u32Hanna Hawa2-2/+2
2023-01-09i2c: qcom-cci: Deprecate duplicated compatiblesKonrad Dybcio1-1/+7
2022-12-15Merge tag 'i2c-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-290/+383
2022-12-13Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+14
2022-12-07i2c: ismt: Fix an out-of-bounds bug in ismt_access()Zheyu Ma1-0/+3
2022-12-07i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang1-3/+2
2022-12-07i2c: xiic: Make sure to disable clock on .remove()Uwe Kleine-König1-3/+6
2022-12-07i2c: hisi: Add support to get clock frequency from clockWeilong Chen1-4/+11
2022-12-05i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probeHui Tang1-7/+3
2022-12-05i2c: slave-eeprom: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+3
2022-12-05i2c: mux: pca954x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-05drivers/i2c: use simple i2c probeStephen Kitt2-6/+4
2022-12-05i2c: mux: pca9541: switch to using .probe_newPeter Rosin1-3/+2
2022-12-05i2c: gpio: Fix potential unused warning for 'i2c_gpio_dt_ids'Binbin Zhou1-3/+1
2022-12-05i2c: qcom-geni: add support for I2C Master Hub variantNeil Armstrong1-0/+8
2022-12-05i2c: qcom-geni: add desc struct to prepare support for I2C Master Hub variantNeil Armstrong1-3/+47
2022-12-02i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag setAndrew Lunn1-2/+4
2022-12-02i2c: tegra: Set ACPI node as primary fwnodeAkhil R1-0/+1
2022-12-01i2c: qcom-geni: fix error return code in geni_i2c_gpi_xferWang Yufen1-1/+0
2022-12-01i2c: cadence: Fix regression with bus recoveryCarsten Haitzler1-3/+8
2022-12-01i2c: smbus: add DDR support for SPDCorentin Labbe1-0/+6
2022-11-24Merge branch 'i2c/client_device_id_helper-immutable' of https://git.kernel.or...Mark Brown1-0/+14
2022-11-14Merge branch 'i2c/client_device_id_helper-immutable' into i2c/for-mergewindowWolfram Sang1-0/+14
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias1-0/+14
2022-11-14i2c: Restore initial power state if probe failsRicardo Ribalda1-4/+5
2022-11-12i2c: /pasemi: PASemi I2C controller IRQ enablementArminder Singh3-5/+38
2022-11-12i2c: npcm7xx: Fix error handling in npcm_i2c_init()Yuan Can1-1/+10
2022-11-12i2c: imx: use devm_platform_get_and_ioremap_resource()Minghao Chi1-2/+1
2022-11-12i2c: designware: Add comment to custom register value constantsJarkko Nikula1-2/+2
2022-11-12i2c: designware: Align defines in i2c-designware-core.hJarkko Nikula1-109/+109
2022-11-12i2c: designware: Remove common i2c_dw_disable_int()Jarkko Nikula4-15/+5
2022-11-12i2c: designware: Simplify master interrupt handler nestingJarkko Nikula1-21/+12
2022-11-12i2c: designware: Move debug print in i2c_dw_isr()Jarkko Nikula1-1/+1
2022-11-12i2c: designware: Do not process interrupt when device is suspendedJarkko Nikula1-0/+2
2022-11-12i2c: designware: Simplify slave interrupt handler nestingJarkko Nikula1-14/+4
2022-11-12i2c: designware: Remove unused completion code from i2c-designware-slaveJarkko Nikula1-4/+0
2022-11-12i2c: designware: Remove needless initializations from i2c_dw_reg_slave()Jarkko Nikula1-6/+0
2022-11-12i2c: designware: Define software status flags with BIT()Jarkko Nikula3-8/+8
2022-11-12i2c: designware: Empty receive FIFO in slave interrupt handlerJarkko Nikula2-5/+8
2022-11-12i2c: designware: Fix slave state machine for sequential readsJarkko Nikula2-17/+16
2022-11-02i2c: hisi: Add initial device tree supportWeilong Chen2-1/+8
2022-11-01i2c: i801: add lis3lv02d's I2C address for Vostro 5568Nam Cao1-0/+1
2022-11-01i2c: npcm7xx: Annotate register field definitions with longer namesJonathan Neuschäfer1-28/+28
2022-11-01i2c: npcm7xx: Group bank 0/1 registers together for readabilityJonathan Neuschäfer1-16/+15
2022-11-01i2c: mediatek: add mt7986 supportFrank Wunderlich1-0/+14
2022-11-01i2c: amd-mp2: use msix/msi if the hardware supportsRaju Rangoju2-9/+22
2022-11-01i2c: tegra: Allocate DMA memory for DMA engineThierry Reding1-6/+10
2022-11-01i2c: piix4: Fix adapter not be removed in piix4_remove()Chen Zhongjin1-0/+1
2022-10-21i2c: mlxbf: depend on ACPI; clean away ifdeffageAdam Borowski2-9/+1
2022-10-20i2c: fix spelling typos in commentsJiangshan Yi2-2/+2
2022-10-19i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapterBryan O'Donoghue1-5/+8
2022-10-19i2c: xiic: Add platform module aliasMartin Tůma1-0/+1
2022-10-11Merge tag 'i2c-for-6.1-rc1-batch2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-4/+28
2022-10-10Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-13/+37
2022-10-10Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal'Rafael J. Wysocki3-13/+37
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-10-05i2c: aspeed: Assert NAK when slave is busyQuan Nguyen1-1/+8
2022-10-05i2c: designware: Fix handling of real but unexpected device interruptsJarkko Nikula2-2/+18
2022-10-05i2c: qcom-cci: Add MSM8226 compatibleRayyan Ansari1-0/+1
2022-10-05i2c: microchip: pci1xxxx: Fix comparison of -EPERM against an unsigned variableColin Ian King1-1/+1
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-492/+1837
2022-10-04i2c: acpi: Use ACPI wake capability bit to set wake_irqRaul E Rangel3-13/+37
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-32/+15
2022-10-02i2c: pci1xxxx: prevent signed integer overflowWolfram Sang1-3/+3
2022-10-02i2c: acpi: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-10-02i2c: i801: Prefer async probeMani Milani1-0/+1
2022-10-02i2c: davinci: fix PM disable depth imbalance in davinci_i2c_probeZhang Qilong1-1/+2
2022-10-02i2c: designware-pci: Use standard pattern for memory allocationAndy Shevchenko1-1/+1
2022-10-02i2c: designware-pci: Group AMD NAVI quirk parts togetherAndy Shevchenko1-15/+15
2022-09-28i2c: microchip: pci1xxxx: Add driver for I2C host controller in multifunction...Tharun Kumar P3-0/+1221
2022-09-27i2c: mlxbf: remove device tree supportAsmaa Mnebhi1-48/+1
2022-09-27i2c: mlxbf: support BlueField-3 SoCAsmaa Mnebhi1-171/+284
2022-09-27i2c: cadence: Add standard bus recovery supportShubhrajyoti Datta1-1/+19
2022-09-27i2c: mlxbf: add multi slave functionalityAsmaa Mnebhi1-170/+148
2022-09-27i2c: mlxbf: support lock mechanismAsmaa Mnebhi1-5/+39
2022-09-27Merge branch 'master' into i2c/for-mergewindowWolfram Sang3-44/+31
2022-09-21i2c: mux: harden i2c_mux_alloc() against integer overflowsDan Carpenter1-2/+3
2022-09-21i2c: mlxbf: Fix frequency calculationAsmaa Mnebhi1-40/+23
2022-09-19i2c: mlxbf: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko1-14/+6
2022-09-19i2c: amd-mp2-plat: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko1-18/+9
2022-09-17i2c: riic: Use devm_platform_ioremap_resource()Lad Prabhakar1-3/+1
2022-09-17i2c: mlxbf: remove IRQF_ONESHOTAsmaa Mnebhi1-1/+1
2022-09-17i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()Asmaa Mnebhi1-0/+3
2022-09-17i2c: mlxbf: incorrect base address passed during io writeAsmaa Mnebhi1-1/+1