[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1341919244-23327-1-git-send-email-ldewangan@nvidia.com>
Date: Tue, 10 Jul 2012 16:50:39 +0530
From: Laxman Dewangan <ldewangan@...dia.com>
To: <w.sang@...gutronix.de>, <khali@...ux-fr.org>,
<ben-linux@...ff.org>
CC: <swarren@...dia.com>, <linux-i2c@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-tegra@...r.kernel.org>,
Laxman Dewangan <ldewangan@...dia.com>
Subject: [PATCH 0/5] i2c: tegra: Code cleanups and suspend/resume related changes
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists