All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] power: axp152: Registers definitions in header
Date: Mon, 23 Mar 2015 17:28:05 +0100	[thread overview]
Message-ID: <55103F15.1010205@redhat.com> (raw)
In-Reply-To: <1427044101-32082-1-git-send-email-contact@paulk.fr>

Hi,

Thanks, I've also queued these 2 up in u-boot-sunxi/next.

Regards,

Hans




On 22-03-15 18:08, Paul Kocialkowski wrote:
> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> ---
>   drivers/power/axp152.c | 11 -----------
>   include/axp152.h       | 12 ++++++++++++
>   2 files changed, 12 insertions(+), 11 deletions(-)
>
> diff --git a/drivers/power/axp152.c b/drivers/power/axp152.c
> index 27c2c4c..740a3b4 100644
> --- a/drivers/power/axp152.c
> +++ b/drivers/power/axp152.c
> @@ -8,17 +8,6 @@
>   #include <i2c.h>
>   #include <axp152.h>
>
> -enum axp152_reg {
> -	AXP152_CHIP_VERSION = 0x3,
> -	AXP152_DCDC2_VOLTAGE = 0x23,
> -	AXP152_DCDC3_VOLTAGE = 0x27,
> -	AXP152_DCDC4_VOLTAGE = 0x2B,
> -	AXP152_LDO2_VOLTAGE = 0x2A,
> -	AXP152_SHUTDOWN = 0x32,
> -};
> -
> -#define AXP152_POWEROFF			(1 << 7)
> -
>   static int axp152_write(enum axp152_reg reg, u8 val)
>   {
>   	return i2c_write(0x30, reg, 1, &val, 1);
> diff --git a/include/axp152.h b/include/axp152.h
> index 3e5ccbd..9d205f8 100644
> --- a/include/axp152.h
> +++ b/include/axp152.h
> @@ -3,6 +3,18 @@
>    *
>    * SPDX-License-Identifier:	GPL-2.0+
>    */
> +
> +enum axp152_reg {
> +	AXP152_CHIP_VERSION = 0x3,
> +	AXP152_DCDC2_VOLTAGE = 0x23,
> +	AXP152_DCDC3_VOLTAGE = 0x27,
> +	AXP152_DCDC4_VOLTAGE = 0x2B,
> +	AXP152_LDO2_VOLTAGE = 0x2A,
> +	AXP152_SHUTDOWN = 0x32,
> +};
> +
> +#define AXP152_POWEROFF			(1 << 7)
> +
>   int axp152_set_dcdc2(int mvolt);
>   int axp152_set_dcdc3(int mvolt);
>   int axp152_set_dcdc4(int mvolt);
>

      parent reply	other threads:[~2015-03-23 16:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-22 17:08 [U-Boot] [PATCH 1/2] power: axp152: Registers definitions in header Paul Kocialkowski
2015-03-22 17:08 ` [U-Boot] [PATCH 2/2] power: axp209: " Paul Kocialkowski
2015-03-23 16:28 ` Hans de Goede [this message]

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=55103F15.1010205@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=u-boot@lists.denx.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 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.