summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2020-10-25i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri...Hans de Goede-1/+10
2020-10-21Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-900/+3766
2020-10-10i2c: owl: Clear NACK and BUS error bitsCristian Ciocaltea-0/+6
2020-10-10Revert "i2c: imx: Fix reset of I2SR_IAL flag"Wolfram Sang-15/+5
2020-10-08i2c: meson: fixup rate calculation with filter delayNicolas Belin-11/+12
2020-10-08i2c: meson: keep peripheral clock enabledJerome Brunet-7/+3
2020-10-08i2c: meson: fix clock setting overwriteJerome Brunet-1/+18
2020-10-08i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers-5/+15
2020-10-05i2c: tegra: Improve driver module descriptionDmitry Osipenko-1/+1
2020-10-05i2c: tegra: Clean up whitespaces, newlines and indentationDmitry Osipenko-27/+46
2020-10-05i2c: tegra: Clean up and improve commentsDmitry Osipenko-41/+47
2020-10-05i2c: tegra: Clean up printk messagesDmitry Osipenko-23/+14
2020-10-05i2c: tegra: Clean up variable namesDmitry Osipenko-87/+90
2020-10-05i2c: tegra: Improve formatting of variablesDmitry Osipenko-51/+45
2020-10-05i2c: tegra: Check errors for both positive and negative valuesDmitry Osipenko-3/+3
2020-10-05i2c: tegra: Factor out hardware initialization into separate functionDmitry Osipenko-13/+19
2020-10-05i2c: tegra: Factor out register polling into separate functionDmitry Osipenko-32/+25
2020-10-05i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()Dmitry Osipenko-40/+55
2020-10-05i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()Dmitry Osipenko-16/+30
2020-10-05i2c: tegra: Rename wait/poll functionsDmitry Osipenko-18/+14
2020-10-05i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()Dmitry Osipenko-9/+8
2020-10-05i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()Dmitry Osipenko-5/+4
2020-10-05i2c: tegra: Remove likely/unlikely from the codeDmitry Osipenko-2/+2
2020-10-05i2c: tegra: Remove outdated barrier()Dmitry Osipenko-8/+5
2020-10-05i2c: tegra: Clean up variable typesDmitry Osipenko-19/+19
2020-10-05i2c: tegra: Reorder location of functions in the codeDmitry Osipenko-244/+242
2020-10-05i2c: tegra: Clean up probe functionDmitry Osipenko-51/+49
2020-10-05i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()Dmitry Osipenko-4/+6
2020-10-05i2c: tegra: Use clk-bulk helpersDmitry Osipenko-120/+68
2020-10-05i2c: tegra: Use platform_get_irq()Dmitry Osipenko-6/+3
2020-10-05i2c: tegra: Use devm_platform_get_and_ioremap_resource()Dmitry Osipenko-3/+3
2020-10-05i2c: tegra: Use reset_control_reset()Dmitry Osipenko-3/+10
2020-10-05i2c: tegra: Remove error message used for devm_request_irq() failureDmitry Osipenko-3/+1
2020-10-05i2c: tegra: Runtime PM always available on TegraDmitry Osipenko-23/+6
2020-10-05i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode memberDmitry Osipenko-25/+21
2020-10-05i2c: tegra: Initialize div-clk rate unconditionallyDmitry Osipenko-18/+16
2020-10-05i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()Dmitry Osipenko-0/+2
2020-10-05i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()Dmitry Osipenko-1/+3
2020-10-05i2c: tegra: Add missing pm_runtime_put()Dmitry Osipenko-2/+2
2020-10-05i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transferDmitry Osipenko-9/+16
2020-09-29i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQBarry Song-9/+6
2020-09-29i2c: efm32: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo-9/+3
2020-09-29i2c: i801: Add support for Intel Alder Lake PCH-SJarkko Nikula-0/+5
2020-09-27i2c: npcm7xx: Clear LAST bit after a failed transaction.Tali Perry-0/+9
2020-09-27i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski-11/+13
2020-09-27i2c: rk3x: Simplify with dev_err_probe()Krzysztof Kozlowski-12/+7
2020-09-27i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoCKhalil Blaiech-0/+2520
2020-09-27i2c: cpm: Fix i2c_ram structureNicolas VINCENT-0/+3
2020-09-21i2c: nvidia-gpu: Use put_unaligned_be24()Andy Shevchenko-2/+1
2020-09-21i2c: ismt: Add support for Intel Emmitsburg PCHAndy Shevchenko-0/+2