From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Baolin Wang <baolin.wang7@gmail.com>
Cc: ohad@wizery.com, baohua@kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH RESEND 0/3] Some improvements for SIRF hwspinlock
Date: Tue, 21 Jan 2020 16:17:05 -0800 [thread overview]
Message-ID: <20200122001703.GD14744@builder> (raw)
In-Reply-To: <cover.1578453662.git.baolin.wang7@gmail.com>
On Tue 07 Jan 19:23 PST 2020, Baolin Wang wrote:
> This patch set did some improvements for the SIRF hwspinlock driver,
> including changing to use devm_xxx APIs and removing some redundant
> pm runtime functions.
>
Thanks for resending the three series' Baolin! I've applied this as
well.
Regards,
Bjorn
> Baolin Wang (3):
> hwspinlock: sirf: Change to use devm_platform_ioremap_resource()
> hwspinlock: sirf: Remove redundant PM runtime functions
> hwspinlock: sirf: Use devm_hwspin_lock_register() to register hwlock
> controller
>
> drivers/hwspinlock/sirf_hwspinlock.c | 46 ++++++----------------------------
> 1 file changed, 7 insertions(+), 39 deletions(-)
>
> --
> 1.7.9.5
>
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Baolin Wang <baolin.wang7@gmail.com>
Cc: ohad@wizery.com, baohua@kernel.org,
linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH RESEND 0/3] Some improvements for SIRF hwspinlock
Date: Tue, 21 Jan 2020 16:17:03 -0800 [thread overview]
Message-ID: <20200122001703.GD14744@builder> (raw)
In-Reply-To: <cover.1578453662.git.baolin.wang7@gmail.com>
On Tue 07 Jan 19:23 PST 2020, Baolin Wang wrote:
> This patch set did some improvements for the SIRF hwspinlock driver,
> including changing to use devm_xxx APIs and removing some redundant
> pm runtime functions.
>
Thanks for resending the three series' Baolin! I've applied this as
well.
Regards,
Bjorn
> Baolin Wang (3):
> hwspinlock: sirf: Change to use devm_platform_ioremap_resource()
> hwspinlock: sirf: Remove redundant PM runtime functions
> hwspinlock: sirf: Use devm_hwspin_lock_register() to register hwlock
> controller
>
> drivers/hwspinlock/sirf_hwspinlock.c | 46 ++++++----------------------------
> 1 file changed, 7 insertions(+), 39 deletions(-)
>
> --
> 1.7.9.5
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Baolin Wang <baolin.wang7@gmail.com>
Cc: ohad@wizery.com, baohua@kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH RESEND 0/3] Some improvements for SIRF hwspinlock
Date: Tue, 21 Jan 2020 16:17:03 -0800 [thread overview]
Message-ID: <20200122001703.GD14744@builder> (raw)
In-Reply-To: <cover.1578453662.git.baolin.wang7@gmail.com>
On Tue 07 Jan 19:23 PST 2020, Baolin Wang wrote:
> This patch set did some improvements for the SIRF hwspinlock driver,
> including changing to use devm_xxx APIs and removing some redundant
> pm runtime functions.
>
Thanks for resending the three series' Baolin! I've applied this as
well.
Regards,
Bjorn
> Baolin Wang (3):
> hwspinlock: sirf: Change to use devm_platform_ioremap_resource()
> hwspinlock: sirf: Remove redundant PM runtime functions
> hwspinlock: sirf: Use devm_hwspin_lock_register() to register hwlock
> controller
>
> drivers/hwspinlock/sirf_hwspinlock.c | 46 ++++++----------------------------
> 1 file changed, 7 insertions(+), 39 deletions(-)
>
> --
> 1.7.9.5
>
next prev parent reply other threads:[~2020-01-22 0:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-08 3:23 [PATCH RESEND 0/3] Some improvements for SIRF hwspinlock Baolin Wang
2020-01-08 3:23 ` Baolin Wang
2020-01-08 3:23 ` [PATCH RESEND 1/3] hwspinlock: sirf: Change to use devm_platform_ioremap_resource() Baolin Wang
2020-01-08 3:23 ` Baolin Wang
2020-01-08 3:23 ` [PATCH RESEND 2/3] hwspinlock: sirf: Remove redundant PM runtime functions Baolin Wang
2020-01-08 3:23 ` Baolin Wang
2020-01-08 3:23 ` [PATCH RESEND 3/3] hwspinlock: sirf: Use devm_hwspin_lock_register() to register hwlock controller Baolin Wang
2020-01-08 3:23 ` Baolin Wang
2020-01-22 0:17 ` Bjorn Andersson [this message]
2020-01-22 0:17 ` [PATCH RESEND 0/3] Some improvements for SIRF hwspinlock Bjorn Andersson
2020-01-22 0:17 ` Bjorn Andersson
2020-01-22 0:40 ` patchwork-bot+linux-remoteproc
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=20200122001703.GD14744@builder \
--to=bjorn.andersson@linaro.org \
--cc=baohua@kernel.org \
--cc=baolin.wang7@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=ohad@wizery.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.