public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] i2c: cadence: Fix the Documentation
@ 2016-03-01  6:32 Shubhrajyoti Datta
  2016-03-01  6:32 ` [PATCH 2/2] i2c: cadence: Implement save restore Shubhrajyoti Datta
  2016-03-01  7:33 ` [PATCH 1/2] i2c: cadence: Fix the Documentation Michal Simek
  0 siblings, 2 replies; 6+ messages in thread
From: Shubhrajyoti Datta @ 2016-03-01  6:32 UTC (permalink / raw)
  To: linux-i2c; +Cc: soren.brinkmann, michal.simek, wsa, Shubhrajyoti Datta

The runtime adaptation patch missed the documentation update.
This fixes the same.
No functional change.

Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com>
---
 drivers/i2c/busses/i2c-cadence.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/i2c/busses/i2c-cadence.c b/drivers/i2c/busses/i2c-cadence.c
index 6b08d16..a761520 100644
--- a/drivers/i2c/busses/i2c-cadence.c
+++ b/drivers/i2c/busses/i2c-cadence.c
@@ -815,7 +815,7 @@ static int cdns_i2c_clk_notifier_cb(struct notifier_block *nb, unsigned long
 }
 
 /**
- * cdns_i2c_suspend - Suspend method for the driver
+ * cdns_i2c_runtime_suspend -  Runtime suspend method for the driver
  * @_dev:	Address of the platform_device structure
  *
  * Put the driver into low power mode.
@@ -833,7 +833,7 @@ static int __maybe_unused cdns_i2c_runtime_suspend(struct device *dev)
 }
 
 /**
- * cdns_i2c_resume - Resume from suspend
+ * cdns_i2c_runtime_resume - Runtime resume
  * @_dev:	Address of the platform_device structure
  *
  * Resume operation after suspend.
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-03-01  9:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01  6:32 [PATCH 1/2] i2c: cadence: Fix the Documentation Shubhrajyoti Datta
2016-03-01  6:32 ` [PATCH 2/2] i2c: cadence: Implement save restore Shubhrajyoti Datta
2016-03-01  7:34   ` Michal Simek
2016-03-01  9:25     ` Shubhrajyoti Datta
2016-03-01  7:33 ` [PATCH 1/2] i2c: cadence: Fix the Documentation Michal Simek
2016-03-01  9:23   ` Shubhrajyoti Datta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox