All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Kocialkowski <contact@paulk.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/4] sunxi: Proper iNet board config naming
Date: Sun, 12 Apr 2015 22:26:45 +0200	[thread overview]
Message-ID: <1428870405.2444.8.camel@collins> (raw)
In-Reply-To: <1428870141-3085-2-git-send-email-contact@paulk.fr>

Le dimanche 12 avril 2015 ? 22:22 +0200, Paul Kocialkowski a ?crit :
> The official name for the iNet manufacturer is iNet with a lowercase i and an
> uppercase N.

+CC the board maintainer

> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> ---
>  board/sunxi/MAINTAINERS     |  4 ++--
>  configs/Inet_86VS_defconfig | 16 ----------------
>  configs/iNet_86VS_defconfig | 16 ++++++++++++++++
>  3 files changed, 18 insertions(+), 18 deletions(-)
>  delete mode 100644 configs/Inet_86VS_defconfig
>  create mode 100644 configs/iNet_86VS_defconfig
> 
> diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
> index 458d4e5..6e5142f 100644
> --- a/board/sunxi/MAINTAINERS
> +++ b/board/sunxi/MAINTAINERS
> @@ -87,10 +87,10 @@ M:	Chen-Yu Tsai <wens@csie.org>
>  S:	Maintained
>  F:	configs/Hummingbird_A31_defconfig
>  
> -INET-86VS BOARD
> +INET 86VS BOARD
>  M:	Michal Suchanek <hramrach@gmail.com>
>  S:	Maintained
> -F:	configs/Inet_86VS_defconfig
> +F:	configs/iNet_86VS_defconfig
>  
>  IPPO-Q8H-V5 BOARD
>  M:	Chen-Yu Tsai <wens@csie.org>
> diff --git a/configs/Inet_86VS_defconfig b/configs/Inet_86VS_defconfig
> deleted file mode 100644
> index e5c103f..0000000
> --- a/configs/Inet_86VS_defconfig
> +++ /dev/null
> @@ -1,16 +0,0 @@
> -CONFIG_SPL=y
> -CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER"
> -CONFIG_FDTFILE="sun5i-a13-inet-86vs.dtb"
> -CONFIG_USB_MUSB_SUNXI=y
> -CONFIG_USB0_VBUS_PIN="PG12"
> -CONFIG_USB0_VBUS_DET="PG1"
> -CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:18,pclk_khz:33000,le:45,ri:209,up:22,lo:22,hs:1,vs:1,sync:3,vmode:0"
> -CONFIG_VIDEO_LCD_POWER="AXP0-0"
> -CONFIG_VIDEO_LCD_BL_EN="AXP0-1"
> -CONFIG_VIDEO_LCD_BL_PWM="PB2"
> -CONFIG_ARM=y
> -CONFIG_ARCH_SUNXI=y
> -CONFIG_MACH_SUN5I=y
> -CONFIG_DRAM_CLK=408
> -CONFIG_DRAM_ZQ=123
> -CONFIG_DRAM_EMR1=4
> diff --git a/configs/iNet_86VS_defconfig b/configs/iNet_86VS_defconfig
> new file mode 100644
> index 0000000..e5c103f
> --- /dev/null
> +++ b/configs/iNet_86VS_defconfig
> @@ -0,0 +1,16 @@
> +CONFIG_SPL=y
> +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER"
> +CONFIG_FDTFILE="sun5i-a13-inet-86vs.dtb"
> +CONFIG_USB_MUSB_SUNXI=y
> +CONFIG_USB0_VBUS_PIN="PG12"
> +CONFIG_USB0_VBUS_DET="PG1"
> +CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:18,pclk_khz:33000,le:45,ri:209,up:22,lo:22,hs:1,vs:1,sync:3,vmode:0"
> +CONFIG_VIDEO_LCD_POWER="AXP0-0"
> +CONFIG_VIDEO_LCD_BL_EN="AXP0-1"
> +CONFIG_VIDEO_LCD_BL_PWM="PB2"
> +CONFIG_ARM=y
> +CONFIG_ARCH_SUNXI=y
> +CONFIG_MACH_SUN5I=y
> +CONFIG_DRAM_CLK=408
> +CONFIG_DRAM_ZQ=123
> +CONFIG_DRAM_EMR1=4

-------------- 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/20150412/d1e35f16/attachment.sig>

  reply	other threads:[~2015-04-12 20:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-12 20:22 [U-Boot] [PATCH 1/4] sunxi: Removed dram files cleanup in MAINTAINERS Paul Kocialkowski
2015-04-12 20:22 ` [U-Boot] [PATCH 2/4] sunxi: Proper iNet board config naming Paul Kocialkowski
2015-04-12 20:26   ` Paul Kocialkowski [this message]
2015-04-12 21:03     ` Michal Suchanek
2015-04-12 20:22 ` [U-Boot] [PATCH 3/4] sunxi: iNet 3W support Paul Kocialkowski
2015-04-12 20:22 ` [U-Boot] [PATCH 4/4] sunxi: iNet 3F support Paul Kocialkowski
2015-04-15 14:36 ` [U-Boot] [PATCH 1/4] sunxi: Removed dram files cleanup in MAINTAINERS Hans de Goede
2015-04-15 19:17   ` Paul Kocialkowski

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=1428870405.2444.8.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 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.