aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/i2c/busses (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-30i2c: aspeed: Avoid i2c interrupt status clear race condition.ryan_chen1-1/+4
2020-04-30i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handlingDan Carpenter1-1/+1
2020-04-28Revert "i2c: tegra: Better handle case where CPU0 is busy for a long time"Wolfram Sang1-15/+12
2020-04-28Revert "i2c: tegra: Synchronize DMA before termination"Wolfram Sang1-9/+0
2020-04-28i2c: iproc: generate stop event for slave writesRayagonda Kokatanur1-0/+3
2020-04-15i2c: tegra: Synchronize DMA before terminationDmitry Osipenko1-0/+9
2020-04-15i2c: tegra: Better handle case where CPU0 is busy for a long timeDmitry Osipenko1-12/+15
2020-04-15i2c: altera: use proper variable to hold errnoWolfram Sang1-5/+4
2020-04-15i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHTHans de Goede1-4/+10
2020-04-02Merge branch 'i2c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds58-418/+670
2020-03-31i2c: rcar: clean up after refactoring i2c_timingsWolfram Sang1-6/+6
2020-03-28i2c: pca-platform: Use platform_irq_get_optionalChris Packham1-1/+1
2020-03-28i2c: st: fix missing struct parameter descriptionAlain Volmat1-0/+1
2020-03-26Merge tag 'v5.6-rc7' into i2c/for-5.7Wolfram Sang5-69/+17
2020-03-24i2c: nvidia-gpu: Handle timeout correctly in gpu_i2c_check_status()Kai-Heng Feng1-12/+8
2020-03-24i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko44-199/+165
2020-03-24i2c: stm32f7: switch to I²C generic property parsingAndy Shevchenko1-31/+26
2020-03-24i2c: rcar: Consolidate timings calls in rcar_i2c_clock_calculate()Andy Shevchenko1-9/+9
2020-03-24i2c: core: Allow override timing properties with 0Andy Shevchenko1-1/+1
2020-03-22i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-3/+3
2020-03-22i2c: hix5hd2: add missed clk_disable_unprepare in removeChuhong Yuan1-0/+1
2020-03-21i2c: imx: remove duplicate print after platform_get_irq()Tang Bin1-3/+1
2020-03-21i2c: designware: Fix spelling typos in the commentsAndy Shevchenko5-8/+8
2020-03-21i2c: designware: Discard i2c_dw_read_comp_param() functionSerge Semin2-7/+0
2020-03-21i2c: designware: Detect the FIFO size in the common codeSerge Semin5-24/+27
2020-03-13i2c: qcom-geni: Drop of_platform.h includeStephen Boyd1-1/+0
2020-03-13i2c: qcom-geni: Grow a dev pointer to simplify codeStephen Boyd1-31/+26
2020-03-13i2c: qcom-geni: Let firmware specify irq trigger flagsStephen Boyd1-2/+2
2020-03-13i2c: stm32f7: do not backup read-only PECR registerAlain Volmat1-4/+0
2020-03-10i2c: gpio: suppress error on probe deferHamish Martin1-1/+1
2020-03-10i2c: convert SMBus alert setup function to return an ERRPTRWolfram Sang3-10/+23
2020-03-10i2c: stm32f7: add a new st, stm32mp15-i2c compatibleAlain Volmat1-6/+33
2020-03-10i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modesAlain Volmat1-13/+39
2020-03-10i2c: brcmstb: Support BCM2711 HDMI BSC controllersMaxime Ripard1-0/+33
2020-03-10i2c: omap: use devm_platform_ioremap_resource()chenqiwu1-3/+1
2020-03-10i2c: designware-pci: Fix BUG_ON during device removalJarkko Nikula1-0/+1
2020-03-10i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt deviceMika Westerberg1-33/+12
2020-03-10i2c: powermac: correct comment about custom handlingWolfram Sang1-8/+7
2020-02-26i2c: stm32f7: allow controller to be wakeup-sourceAlain Volmat1-21/+86
2020-02-26i2c: imx: implement master_xfer_atomic callbackStefan Lengfeld1-41/+105
2020-02-26i2c: at91: implement i2c bus recoveryKamel Bouhara2-0/+82
2020-02-13i2c: altera: Fix potential integer overflowGustavo A. R. Silva1-1/+1
2020-02-13i2c: jz4780: silence log flood on txabrtWolfram Sang1-34/+2
2020-02-07Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds24-682/+661
2020-02-07Merge tag 'acpi-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus 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