This patch series does: - Code cleanups like removing unused variables, using already define function - Use clock_disable_unprepare in place of clock_disable() - Use dev_pm_ops for suspend/resume inplace of legacy suspend/resume callbacks. - Convert suspend/resume to _noirq version to support late suspend/early resume.
Laxman Dewangan (5): i2c: tegra: remove unused member variable i2c: tegra: use clk_disable_unprepare in place of clk_disable i2c: tegra: use of_match_ptr() for match_table initialization i2c: tegra: Use struct dev_pm_ops for power management i2c: tegra: convert normal suspend/resume to *_noirq drivers/i2c/busses/i2c-tegra.c | 27 +++++++++++++++------------ 1 files changed, 15 insertions(+), 12 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/