From: Paul Kocialkowski <contact@paulk.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/7] sunxi: gpio: Indentation fix
Date: Mon, 23 Mar 2015 17:26:09 +0100 [thread overview]
Message-ID: <1427127969.2507.5.camel@collins> (raw)
In-Reply-To: <55103D6D.406@redhat.com>
Le lundi 23 mars 2015 ? 17:21 +0100, Hans de Goede a ?crit :
> Hi,
>
> Thanks for the patches, I had to make this fixup (squashed) to fix
> vbus detect to work on axp221:
>
> -------------------------- drivers/gpio/sunxi_gpio.c --------------------------
> index 6296092..670af0c 100644
> @@ -21,6 +21,9 @@
> #ifdef CONFIG_AXP209_POWER
> #include <axp209.h>
> #endif
> +#ifdef CONFIG_AXP221_POWER
> +#include <axp221.h>
> +#endif
>
> DECLARE_GLOBAL_DATA_PTR;
>
> Other then that + adding a small
> blurb with some info on the Ainol AW1 board this set has been
> merged as is.
Oh you're right, I forgot that one!
> The entire set has been queued up in u-boot-sunxi/next for upstream merging.
Thanks a lot!
> Regards,
>
> Hans
>
>
> On 22-03-15 18:07, Paul Kocialkowski wrote:
> > Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> > ---
> > arch/arm/include/asm/arch-sunxi/gpio.h | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm/include/asm/arch-sunxi/gpio.h b/arch/arm/include/asm/arch-sunxi/gpio.h
> > index f2c247d..a66e45c 100644
> > --- a/arch/arm/include/asm/arch-sunxi/gpio.h
> > +++ b/arch/arm/include/asm/arch-sunxi/gpio.h
> > @@ -84,7 +84,7 @@ struct sunxi_gpio_reg {
> > #define GPIO_CFG_INDEX(pin) (((pin) & 0x1f) >> 3)
> > #define GPIO_CFG_OFFSET(pin) ((((pin) & 0x1f) & 0x7) << 2)
> >
> > -#define GPIO_DRV_INDEX(pin) (((pin) & 0x1f) >> 4)
> > +#define GPIO_DRV_INDEX(pin) (((pin) & 0x1f) >> 4)
> > #define GPIO_DRV_OFFSET(pin) ((((pin) & 0x1f) & 0xf) << 1)
> >
> > #define GPIO_PULL_INDEX(pin) (((pin) & 0x1f) >> 4)
> > @@ -194,7 +194,7 @@ enum sunxi_gpio_number {
> > #define SUN8I_GPL3_R_UART_RX 2
> >
> > #define SUN9I_GPN0_R_RSB_SCK 3
> > -#define SUN9I_GPN1_R_RSB_SDA 3
> > +#define SUN9I_GPN1_R_RSB_SDA 3
> >
> > /* GPIO pin pull-up/down config */
> > #define SUNXI_GPIO_PULL_DISABLE 0
> >
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150323/a6dd4cfd/attachment.sig>
prev parent reply other threads:[~2015-03-23 16:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-22 17:07 [U-Boot] [PATCH v2 1/7] sunxi: gpio: Indentation fix Paul Kocialkowski
2015-03-22 17:07 ` [U-Boot] [PATCH v2 2/7] power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic Paul Kocialkowski
2015-03-22 17:07 ` [U-Boot] [PATCH v2 3/7] sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic Paul Kocialkowski
2015-03-22 17:07 ` [U-Boot] [PATCH v2 4/7] power: axp209: VBUS detection support Paul Kocialkowski
2015-03-22 17:07 ` [U-Boot] [PATCH v2 5/7] sunxi: common VBUS detection logic in usbc Paul Kocialkowski
2015-03-22 17:07 ` [U-Boot] [PATCH v2 6/7] sunxi: USB download gadget cable detection Paul Kocialkowski
2015-03-22 17:07 ` [U-Boot] [PATCH v2 7/7] sunxi: Ainol AW1 support Paul Kocialkowski
2015-03-23 7:09 ` Chen-Yu Tsai
2015-03-23 10:57 ` Hans de Goede
2015-03-23 14:25 ` Hans de Goede
2015-03-23 16:25 ` Paul Kocialkowski
2015-03-23 16:21 ` [U-Boot] [PATCH v2 1/7] sunxi: gpio: Indentation fix Hans de Goede
2015-03-23 16:26 ` Paul Kocialkowski [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=1427127969.2507.5.camel@collins \
--to=contact@paulk.fr \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox