From: Michal Simek <michal.simek@xilinx.com>
To: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>,
linux-i2c@vger.kernel.org
Cc: soren.brinkmann@xilinx.com, michal.simek@xilinx.com,
wsa@the-dreams.de, Shubhrajyoti Datta <shubhraj@xilinx.com>
Subject: Re: [PATCHv2 1/2] i2c: cadence: Fix the Documentation
Date: Wed, 2 Mar 2016 09:22:22 +0100 [thread overview]
Message-ID: <56D6A2BE.7060503@xilinx.com> (raw)
In-Reply-To: <1456824065-22080-1-git-send-email-shubhraj@xilinx.com>
On 1.3.2016 10:21, Shubhrajyoti Datta wrote:
> The runtime adaptation patch missed the documentation update.
> This fixes the same.
>
> Signed-off-by: Shubhrajyoti Datta <shubhraj@xilinx.com>
> ---
> v2 changes:
> fix the dev param description
>
> drivers/i2c/busses/i2c-cadence.c | 12 +++++++-----
> 1 files changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/i2c/busses/i2c-cadence.c b/drivers/i2c/busses/i2c-cadence.c
> index 6b08d16..f9f485d 100644
> --- a/drivers/i2c/busses/i2c-cadence.c
> +++ b/drivers/i2c/busses/i2c-cadence.c
> @@ -124,6 +124,8 @@
>
> /**
> * struct cdns_i2c - I2C device private data structure
> + *
> + * @dev: Pointer to device structure
> * @membase: Base address of the I2C device
> * @adap: I2C adapter instance
> * @p_msg: Message pointer
> @@ -815,8 +817,8 @@ static int cdns_i2c_clk_notifier_cb(struct notifier_block *nb, unsigned long
> }
>
> /**
> - * cdns_i2c_suspend - Suspend method for the driver
> - * @_dev: Address of the platform_device structure
> + * 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,10 +835,10 @@ static int __maybe_unused cdns_i2c_runtime_suspend(struct device *dev)
> }
>
> /**
> - * cdns_i2c_resume - Resume from suspend
> - * @_dev: Address of the platform_device structure
> + * cdns_i2c_runtime_resume - Runtime resume
> + * @dev: Address of the platform_device structure
> *
> - * Resume operation after suspend.
> + * Runtime resume callback.
> *
> * Return: 0 on success and error value on error
> */
>
Can you also please include this fix there too?
diff --git a/drivers/i2c/busses/i2c-cadence.c
b/drivers/i2c/busses/i2c-cadence.c
index f9f485d2d917..90bbd9f9dd8f 100644
--- a/drivers/i2c/busses/i2c-cadence.c
+++ b/drivers/i2c/busses/i2c-cadence.c
@@ -173,7 +173,7 @@ struct cdns_platform_data {
clk_rate_change_nb)
/**
- * cdns_i2c_clear_bus_hold() - Clear bus hold bit
+ * cdns_i2c_clear_bus_hold - Clear bus hold bit
* @id: Pointer to driver data struct
*
* Helper to clear the controller's bus hold bit.
When it is added feel free to add my
Tested-by: Michal Simek <michal.simek@xilinx.com>
Thanks,
Michal
next prev parent reply other threads:[~2016-03-02 8:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-01 9:21 [PATCHv2 1/2] i2c: cadence: Fix the Documentation Shubhrajyoti Datta
2016-03-01 9:21 ` [PATCHv2 2/2] i2c: cadence: Implement save restore Shubhrajyoti Datta
2016-03-02 8:32 ` Michal Simek
2016-03-02 8:22 ` Michal Simek [this message]
2016-03-02 9:01 ` [PATCHv2 1/2] i2c: cadence: Fix the Documentation Wolfram Sang
2016-03-02 9:05 ` Michal Simek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56D6A2BE.7060503@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=linux-i2c@vger.kernel.org \
--cc=shubhraj@xilinx.com \
--cc=shubhrajyoti.datta@xilinx.com \
--cc=soren.brinkmann@xilinx.com \
--cc=wsa@the-dreams.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).