blob: 36c95b331fd7f1229143b17b6d6e38173c9bdd0d [file] [log] [blame]
55c52f16a017 ("i2c: tegra: Clean up probe function")
6fe3e2015faa ("i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()")
586a97d907ac ("i2c: tegra: Use clk-bulk helpers")
20b9a6c3ef2c ("i2c: tegra: Use platform_get_irq()")
f7d62a11858c ("i2c: tegra: Use devm_platform_get_and_ioremap_resource()")
d3dfd625ffb0 ("i2c: tegra: Remove error message used for devm_request_irq() failure")
76bc845a78c5 ("i2c: tegra: Runtime PM always available on Tegra")
8ff727316a09 ("i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member")
8548a75f3e8d ("i2c: tegra: Initialize div-clk rate unconditionally")
e4fc2efbc310 ("i2c: tegra: Add missing pm_runtime_put()")
0d7226209867 ("i2c: tegra: Fix runtime resume to re-init VI I2C")
42aa38b54e35 ("i2c: tegra: Fix the error path in tegra_i2c_runtime_resume")
7232f53e7383 ("i2c: tegra: Remove NULL pointer check before clk_enable/disable/prepare/unprepare")
9e29420ddb13 ("i2c: tegra: Don't mark VI I2C as IRQ safe runtime PM")
c73178b93754 ("i2c: tegra: Add support for the VI I2C on Tegra210")
82dd45f5cb0b ("i2c: tegra: Use FIELD_PREP/FIELD_GET macros")
26ca88aaea26 ("i2c: tegra: Keep IRQs enabled during suspend/resume")
90224e6468e1 ("i2c: drivers: Use generic definitions for bus frequencies")
28d98666dbc0 ("i2c: tegra: Always terminate DMA transfer")
ede2299f7101 ("i2c: tegra: Support atomic transfers")
b5d5605ca3ce ("i2c: tegra: Prevent interrupt triggering after transfer timeout")
24a49678f5e2 ("i2c: tegra: Properly disable runtime PM on driver's probe error")