* [PATCH] regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_info
@ 2013-04-02 13:08 Axel Lin
2013-04-02 13:10 ` Bengt Jönsson
2013-04-02 22:05 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2013-04-02 13:08 UTC (permalink / raw)
To: Mark Brown
Cc: Bengt Jonsson, Lee Jones, Yvan FILLION, Liam Girdwood,
linux-kernel
operating_point is not used since the initial commit of db8500-prcmu driver,
remove it.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/regulator/dbx500-prcmu.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/regulator/dbx500-prcmu.h b/drivers/regulator/dbx500-prcmu.h
index e763883..c8e51ac 100644
--- a/drivers/regulator/dbx500-prcmu.h
+++ b/drivers/regulator/dbx500-prcmu.h
@@ -21,7 +21,6 @@
* @is_enabled: status of the regulator
* @epod_id: id for EPOD (power domain)
* @is_ramret: RAM retention switch for EPOD (power domain)
- * @operating_point: operating point (only for vape, to be removed)
*
*/
struct dbx500_regulator_info {
@@ -32,7 +31,6 @@ struct dbx500_regulator_info {
u16 epod_id;
bool is_ramret;
bool exclude_from_power_state;
- unsigned int operating_point;
};
void power_state_active_enable(void);
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_info
2013-04-02 13:08 [PATCH] regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_info Axel Lin
@ 2013-04-02 13:10 ` Bengt Jönsson
2013-04-02 22:05 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Bengt Jönsson @ 2013-04-02 13:10 UTC (permalink / raw)
To: Axel Lin
Cc: Mark Brown, Lee Jones, Yvan FILLION, Liam Girdwood,
linux-kernel@vger.kernel.org
On 04/02/2013 03:08 PM, Axel Lin wrote:
> operating_point is not used since the initial commit of db8500-prcmu driver,
> remove it.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
> ---
> drivers/regulator/dbx500-prcmu.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/regulator/dbx500-prcmu.h b/drivers/regulator/dbx500-prcmu.h
> index e763883..c8e51ac 100644
> --- a/drivers/regulator/dbx500-prcmu.h
> +++ b/drivers/regulator/dbx500-prcmu.h
> @@ -21,7 +21,6 @@
> * @is_enabled: status of the regulator
> * @epod_id: id for EPOD (power domain)
> * @is_ramret: RAM retention switch for EPOD (power domain)
> - * @operating_point: operating point (only for vape, to be removed)
> *
> */
> struct dbx500_regulator_info {
> @@ -32,7 +31,6 @@ struct dbx500_regulator_info {
> u16 epod_id;
> bool is_ramret;
> bool exclude_from_power_state;
> - unsigned int operating_point;
> };
>
> void power_state_active_enable(void);
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_info
2013-04-02 13:08 [PATCH] regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_info Axel Lin
2013-04-02 13:10 ` Bengt Jönsson
@ 2013-04-02 22:05 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2013-04-02 22:05 UTC (permalink / raw)
To: Axel Lin
Cc: Bengt Jonsson, Lee Jones, Yvan FILLION, Liam Girdwood,
linux-kernel
[-- Attachment #1: Type: text/plain, Size: 168 bytes --]
On Tue, Apr 02, 2013 at 09:08:24PM +0800, Axel Lin wrote:
> operating_point is not used since the initial commit of db8500-prcmu driver,
> remove it.
Applied, thanks.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-02 22:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 13:08 [PATCH] regulator: dbx500-prcmu: Remove operating_point from struct dbx500_regulator_info Axel Lin
2013-04-02 13:10 ` Bengt Jönsson
2013-04-02 22:05 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox