aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds29-748/+745
2020-02-07Merge tag 'acpi-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+1
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2-4/+3
2020-02-03i2c: designware: Add ACPI HID for Hisilicon Hip08-Lite I2C controllerHanjun Guo1-0/+1
2020-01-31i2c: cros-ec-tunnel: Fix ACPI identifierRaul E Rangel1-1/+1
2020-01-31i2c: cros-ec-tunnel: Fix slave device enumerationAkshu Agrawal1-0/+1
2020-01-30i2c: stm32f7: add PM_SLEEP suspend/resume supportAlain Volmat1-4/+113
2020-01-30i2c: cadence: Fix wording in i2c-cadence driverMichal Simek1-1/+1
2020-01-30i2c: cadence: Fix power management order of operationsTopi Kuutela1-3/+6
2020-01-30i2c: cadence: Fix error printing in case of deferShubhrajyoti Datta1-1/+2
2020-01-30i2c: cadence: Handle transfer_size rolloverAlex Williams1-5/+13
2020-01-29i2c: i801: Add support for Intel Comet Lake PCH-VJarkko Nikula1-0/+4
2020-01-29Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2-37/+61
2020-01-29i2c: xiic: fix indentation issueColin Ian King1-1/+1
2020-01-29i2c: parport: fix spelling mistake: "Atmost" -> "At most"Colin Ian King1-1/+1
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2-2/+2
2020-01-23i2c: exynos: Update Kconfig documentationKrzysztof Kozlowski1-4/+4
2020-01-23i2c: Enable compile testing for more driversKrzysztof Kozlowski1-28/+33
2020-01-15i2c: xiic: Fix the clocking across bind unbindShubhrajyoti Datta1-5/+7
2020-01-15i2c: xiic: defer the probe if clock is not foundVenkatesh Yadav Abbarapu1-1/+2
2020-01-15i2c: xiic: Add timeout to the rx fifo wait loopShubhrajyoti Datta1-10/+42
2020-01-15i2c: highlander: Use proper printk format for size_tKrzysztof Kozlowski1-1/+1
2020-01-15i2c: pnx: Use proper printk format for resource_size_tKrzysztof Kozlowski1-2/+2
2020-01-15i2c: pmcmsp: Use proper printk format for resource_size_tKrzysztof Kozlowski1-3/+3
2020-01-15i2c: i2c-core-of: convert to use i2c_new_client_device()Wolfram Sang1-4/+3
2020-01-15i2c: i2c-core-base: convert to use i2c_new_client_device()Wolfram Sang1-7/+6
2020-01-15i2c: i2c-core-acpi: convert to use i2c_new_client_device()Wolfram Sang1-8/+4
2020-01-15i2c: xiic: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-01-15i2c: taos-evm: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-01-15i2c: powermac: convert to use i2c_new_client_device()Wolfram Sang1-4/+4
2020-01-15i2c: ocores: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-01-15i2c: nvidia-gpu: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-01-15i2c: i801: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-01-15i2c: cht-wc: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-01-15i2c: iop3xx: Fix memory leak in probe error pathKrzysztof Kozlowski1-4/+8
2020-01-15i2c: stu300: Use proper printk format for iomem pointerKrzysztof Kozlowski1-1/+1
2020-01-15i2c: tegra: Check DMA completion status in addition to left timeDmitry Osipenko1-1/+1
2020-01-15i2c: tegra: Always terminate DMA transferDmitry Osipenko1-8/+4
2020-01-15i2c: tegra: Use relaxed versions of readl/writelDmitry Osipenko1-10/+11
2020-01-15i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LENDmitry Osipenko1-5/+6
2020-01-15i2c: tegra: Support atomic transfersDmitry Osipenko1-15/+69
2020-01-15i2c: tegra: Prevent interrupt triggering after transfer timeoutDmitry Osipenko1-34/+36
2020-01-15Merge branch 'i2c/for-current' into i2c/for-5.6Wolfram Sang4-23/+47
2020-01-15i2c: parport: move include file into main sourceWolfram Sang2-114/+105
2020-01-15i2c: parport: simplify Kconfig descriptionWolfram Sang1-8/+2
2020-01-15i2c: parport-light: remove driverWolfram Sang3-296/+0
2020-01-15i2c: tegra: Properly disable runtime PM on driver's probe errorDmitry Osipenko1-10/+19
2020-01-15i2c: tegra: Fix suspending in active runtime PM stateDmitry Osipenko1-0/+9
2020-01-13i2c: meson: implement the master_xfer_atomic callbackMartin Blumenstingl1-32/+65
2020-01-09i2c: fix bus recovery stop mode timingRussell King1-3/+10
2020-01-06i2c: bcm2835: Store pointer to bus clockStefan Wahren1-9/+8
2020-01-06I2C: JZ4780: Add support for the X1000.周琰杰 (Zhou Yanjie)1-40/+116
2020-01-06i2c: tiny-usb: Correct I2C fault codes.Christoph Müllner1-4/+4
2020-01-06i2c: at91: remote default value initializationEugen Hristev1-39/+0
2020-01-06i2c: at91: fix clk_offset for sam9x60Eugen Hristev1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-2/+2
2020-01-03i2c: mux: pca954x: support property idle-stateBiwen Li1-23/+46
2020-01-03i2c: mux: pca9541: use the BIT macroPeter Rosin1-14/+15
2019-12-17i2c: core: Use DEVICE_ATTR_*() helper macrosGeert Uytterhoeven1-10/+10
2019-12-10i2c: remove i2c_new_dummy() APIWolfram Sang1-23/+0
2019-12-01Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds20-131/+321
2019-11-28i2c: icy: convert to i2c_new_scanned_deviceWolfram Sang1-4/+4
2019-11-28i2c: replace i2c_new_probed_device with an ERR_PTR variantWolfram Sang1-6/+19
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2019-11-25i2c: Fix Kconfig indentationKrzysztof Kozlowski2-20/+20
2019-11-25i2c: smbus: Don't filter out duplicate alertsCorey Minyard1-7/+0
2019-11-25i2c: i801: Correct Intel Jasper Lake SOC namingAndy Shevchenko2-5/+5
2019-11-25i2c: i2c-stm32f7: fix 10-bits check in slave free id search loopAlain Volmat1-1/+1
2019-11-20i2c: of: Populate fwnode in of_i2c_get_board_info()Saravana Kannan1-0/+1
2019-11-17i2c: iproc: Add i2c repeated start capabilityLori Hikichi1-13/+50
2019-11-15i2c: remove helpers for ref-counting clientsWolfram Sang1-32/+0
2019-11-15i2c: core: fix use after free in of_i2c_notifyWen Yang1-2/+2
2019-11-15i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is presentHans de Goede1-1/+27
2019-11-14i2c: tegra: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-14i2c: sh_mobile: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-1/+1
2019-11-14i2c: qup: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-14i2c: at91: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-14i2c: rcar: Remove superfluous call to clk_get_rate()Geert Uytterhoeven1-1/+1
2019-11-11i2c: pxa: remove unused i2c-slave APIsPatrick Williams1-1/+0
2019-11-11i2c: pxa: migrate to new i2c_slave APIsPatrick Williams2-14/+61
2019-11-11i2c: cros-ec-tunnel: Make the device acpi compatibleAkshu Agrawal1-5/+10
2019-11-11i2c: stm32f7: report dma error during probeAlain Volmat2-8/+17
2019-11-11i2c: icy: no need to populate address for scanned deviceWolfram Sang1-1/+0
2019-11-11i2c: xiic: Fix kerneldoc warningsShubhrajyoti Datta1-0/+2
2019-11-11i2c: stm32f7: fix & reorder remove & probe error handlingAlain Volmat1-7/+12
2019-10-26i2c: stm32f7: rework slave_id allocationAlain Volmat1-1/+1
2019-10-24i2c: stm32f7: remove warning when compiling with W=1Alain Volmat1-1/+1
2019-10-24i2c: stm32f7: fix a race in slave mode with arbitration loss irqFabrice Gasnier1-7/+10
2019-10-24i2c: stm32f7: fix first byte to send in slave modeFabrice Gasnier1-0/+2
2019-10-24i2c: mt65xx: fix NULL ptr dereferenceFabien Parent1-1/+1
2019-10-24i2c: i801: Add support for Intel Comet Lake PCH-HJarkko Nikula1-0/+4
2019-10-24i2c: i801: Add support for Intel Jasper LakeJarkko Nikula2-0/+5
2019-10-24i2c: at91: add support for analog filteringEugen Hristev3-4/+26
2019-10-24i2c: at91: add support for advanced digital filteringEugen Hristev3-3/+41
2019-10-24i2c: at91: add support for digital filteringEugen Hristev3-0/+23
2019-10-24i2c: at91: add new platform support for sam9x60Eugen Hristev1-0/+11
2019-10-24i2c: add support for filters optional propertiesEugen Hristev1-0/+6
2019-10-21i2c: Aspeed: Add AST2600 compatibleEddie James1-0/+4
2019-10-21i2c: aspeed: fix master pending state handlingJae Hyun Yoo1-20/+34
2019-09-28i2c: slave-eeprom: Add read only modeBjörn Ardö1-3/+11
2019-09-28i2c: i801: Bring back Block Process Call support for certain platformsJarkko Nikula1-0/+1
2019-09-28i2c: riic: Clear NACK in tend isrChris Brandt1-0/+1
2019-09-28i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630Lee Jones1-4/+8
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds29-236/+726
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-3/+3
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+14
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-33/+4
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds5-7/+7
2019-09-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2019-09-13i2c: tegra: Move suspend handling to NOIRQ phaseJon Hunter1-18/+22
2019-09-13i2c: imx: ACPI support for NXP i2c controllerChuanhua Han1-4/+13
2019-09-05i2c: uniphier(-f): remove all dev_dbg()Masahiro Yamada2-36/+4
2019-09-05i2c: uniphier(-f): use devm_platform_ioremap_resource()Masahiro Yamada2-6/+2
2019-09-05i2c: slave-eeprom: Add comment about address handlingBjörn Ardö1-0/+6
2019-09-04i2c: exynos5: Remove IRQF_ONESHOTSebastian Andrzej Siewior1-3/+1
2019-09-04i2c: stm32f7: Make structure stm32f7_i2c_algo constantNishka Dasgupta1-1/+1
2019-09-04i2c: cht-wc: drop check because i2c_unregister_device() is NULL safeWolfram Sang1-2/+1
2019-09-04i2c-eeprom_slave: Add support for more eeprom modelsBjörn Ardö1-11/+25
2019-09-03i2c: fsi: Add of_put_node() before breakNishka Dasgupta1-1/+3
2019-09-03i2c: synquacer: Make synquacer_i2c_ops constantNishka Dasgupta1-1/+1
2019-09-03i2c: hix5hd2: Remove IRQF_ONESHOTSebastian Andrzej Siewior1-2/+1
2019-09-03i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyondMika Westerberg1-54/+88
2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra1-2/+2
2019-09-02mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra1-1/+1
2019-08-30i2c: mediatek: disable zero-length transfers for mt8183Hsin-Yi Wang1-1/+10
2019-08-30i2c: iproc: Make bcm_iproc_i2c_quirks constantNishka Dasgupta1-1/+1
2019-08-30i2c: iproc: Add full name of devicetree node to adapter nameLori Hikichi1-1/+3
2019-08-30i2c: iproc: Stop advertising support of SMBUS quick cmdLori Hikichi1-1/+4
2019-08-29i2c: piix4: Add ACPI supportJean Delvare1-4/+14
2019-08-29i2c: piix4: Fix probing of reserved ports on AMD Family 16h Model 30hJean Delvare1-3/+13
2019-08-29i2c: piix4: Fix port selection for AMD Family 16h Model 30hAndrew Cooks1-7/+5
2019-08-29i2c: ocores: use request_any_context_irq() to register IRQ handlerFederico Vaga1-2/+3
2019-08-29i2c: designware: Fix optional reset error handlingAndy Shevchenko1-10/+6
2019-08-29i2c: designware: assert reset when error happen at ->probe()Andy Shevchenko1-2/+4
2019-08-29i2c: taos-evm: Make structure tsl2550_info constantNishka Dasgupta1-1/+1
2019-08-29i2c: designware-pci: Add support for Elkhart Lake PSE I2CJarkko Nikula1-0/+18
2019-08-29i2c: designware-pci: Switch over to MSI interruptsFelipe Balbi1-3/+14
2019-08-29i2c: axxia: support slave modeAdamski, Krzysztof (Nokia - PL/Wroclaw)2-8/+145
2019-08-29i2c: icy: Add LTC2990 present on 2019 board revisionMax Staudt2-0/+60
2019-08-29i2c: Add i2c-icy for I2C on m68k/AmigaMax Staudt3-0/+185
2019-08-29i2c: bcm2835: Add full name of devicetree node to adapter nameStefan Wahren1-1/+2
2019-08-29i2c: bcm2835: Avoid clk stretch quirk for BCM2711Stefan Wahren1-3/+5
2019-08-29i2c: designware: Synchronize IRQs when unregistering slave clientJarkko Nikula1-0/+1
2019-08-29i2c: i801: Avoid memory leak in check_acpi_smo88xx_device()Andy Shevchenko1-3/+12
2019-08-29i2c: make i2c_unregister_device() ERR_PTR safeWolfram Sang1-1/+1
2019-08-14ARM: remove Intel iop33x and iop13xx supportArnd Bergmann1-1/+1
2019-08-14i2c-cht-wc: Fix lockdep warningHans de Goede1-0/+46
2019-08-14i2c: stm32: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-08-14i2c: replace i2c_new_secondary_device with an ERR_PTR variantWolfram Sang1-5/+5
2019-08-14i2c: emev2: avoid race when unregistering slave clientWolfram Sang1-4/+12
2019-08-14i2c: rcar: avoid race when unregistering slave clientWolfram Sang1-4/+7
2019-08-14Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"Fabio Estevam1-12/+6
2019-08-12Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman5-10/+14
2019-08-06i2c: sprd: Validate the return value of clock initializationBaolin Wang1-4/+7
2019-08-06i2c: sprd: Change to use devm_platform_ioremap_resource()Baolin Wang1-3/+1
2019-08-06i2c: sprd: Make I2C driver can be built as a moduleBaolin Wang2-6/+6
2019-08-06i2c: Drop unneeded check for of_nodeAndy Shevchenko1-6/+4
2019-08-06i2c: designware: Fix unused variable warningShaokun Zhang1-1/+0
2019-08-01i2c: s3c2410: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-01i2c: at91: fix clk_offset for sama5d2Michał Mirosław1-1/+1
2019-08-01i2c: at91: disable TXRDY interrupt after sending dataMichał Mirosław1-4/+5
2019-08-01i2c: Revert incorrect conversion to use generic helperSuzuki K Poulose1-1/+4
2019-08-01i2c: designware: make use of devm_gpiod_get_optionalUwe Kleine-König1-7/+4
2019-08-01i2c: busses: Use dev_get_drvdata where possibleChuhong Yuan2-6/+3
2019-08-01i2c: imx-lpi2c: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-08-01i2c: mxs: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-08-01i2c: ismt: Remove call to memset after dmam_alloc_coherentFuqian Huang1-2/+0
2019-08-01i2c: tegra: Compile PM functions unconditionallyDmitry Osipenko1-11/+5
2019-08-01i2c: iproc: Fix i2c master read more than 63 bytesRayagonda Kokatanur1-4/+6
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab5-7/+7
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose1-7/+1
2019-07-30drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose1-9/+2
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-6/+1
2019-07-17docs: fix broken doc references due to renamesMauro Carvalho Chehab1-1/+1
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds25-411/+1119
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+5
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+4
2019-07-06i2c: mt7621: Fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2019-07-05i2c: cpm: remove casting dma_allocVasyl Gomonovych1-1/+3
2019-07-05i2c: i801: Add support for Intel Tiger LakeJarkko Nikula2-0/+5
2019-07-05i2c: i801: Fix PCI ID sortingJarkko Nikula1-2/+2
2019-06-29i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA supportFabrice Gasnier1-1/+5
2019-06-29i2c: core: Tidy up handling of init_irqCharles Keepax1-2/+3
2019-06-29i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irqCharles Keepax2-3/+3
2019-06-29i2c: core: Move ACPI IRQ handling to probe timeCharles Keepax3-7/+21
2019-06-29i2c: acpi: Factor out getting the IRQ from ACPICharles Keepax1-8/+21
2019-06-29i2c: acpi: Use available IRQ helper functionsCharles Keepax1-9/+13
2019-06-29i2c: core: Allow whole core to use i2c_dev_irq_from_resourcesCharles Keepax2-2/+4
2019-06-29Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang5-150/+91
2019-06-26i2c: mt7621: Add MediaTek MT7621/7628/7688 I2C driverStefan Roese3-0/+365
2019-06-26i2c: core: add sysfs headerWolfram Sang1-0/+1
2019-06-26i2c: bcm2835: Ensure clock exists when probingAnnaliese McDermond1-4/+12
2019-06-26i2c: bcm2835: Move IRQ request after clock code in probeAnnaliese McDermond1-14/+14
2019-06-26i2c: add newly exported functions to the header, tooWolfram Sang1-3/+2
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose1-1/+1
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2-4/+4
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-85/+21
2019-06-22i2c: mux: add sysfs headerWolfram Sang1-0/+1
2019-06-22i2c: mux/i801: Switch to use descriptor passingLinus Walleij2-93/+60