From: Przemyslaw Marczak <p.marczak@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 0/4] Exynos5: Add GPIO numbering feature
Date: Mon, 14 Apr 2014 11:31:19 +0200 [thread overview]
Message-ID: <534BAAE7.7090301@samsung.com> (raw)
In-Reply-To: <1397295812-4010-1-git-send-email-Akshay.s@samsung.com>
Hello Akshay,
I tried to test your patches but build breaks for trats2 and trats
configs. You didn't change some old gpio code in those boards files.
Please fix this.
On 04/12/2014 11:43 AM, Akshay Saraswat wrote:
> From: Akshay Saraswat <akshay.s@samsung.com>
>
> Changes in V2:
> - Enabled CMD_GPIO as suggested by Simon Glass
> and supported same for EXYNOS5.
> Changes in V3:
> - New patch added to rename S5P GPIO definitions
> to S5P_GPIO.
> - GPIO Table added to calculate the base address
> of input gpio bank.
> Changes in V4:
> - To have consistent 0..n-1 GPIO numbering the banks
> are divided into different parts where ever they
> have holes in them.
> - Function and table to support gpio command moved
> to s5p-gpio driver.
> - Rebased on latest u-boot-samsung tree.
> Changes in V5:
> - Rebased on latest u-boot-samsung tree.
> - Removed Exynos5 specific code in gpio driver api to
> get bank.
> - Added #define HAVE_GENERIC_GPIO in config file
> to remove conditinal CPU check in gpio driver.
> Changes in V6:
> - Isolated config changes in a new patch.
> - Updated patches with corresponding changes for Exynos 5420.
>
> Rajeshwari Shinde (4):
> S5P: Rename GPIO definitions
> EXYNOS5: Add gpio pin numbering feature
> EXYNOS5: GPIO: Support GPIO Command for EXYNOS5
> Config: Exynos5: Enable Generic GPIO and CMD configs
>
> arch/arm/cpu/armv7/exynos/pinmux.c | 355 ++++++--------
> arch/arm/include/asm/arch-exynos/cpu.h | 17 +-
> arch/arm/include/asm/arch-exynos/gpio.h | 796 ++++++++++++++++++++++++++++++-
> arch/arm/include/asm/arch-s5pc1xx/gpio.h | 26 +-
> board/samsung/goni/goni.c | 4 +-
> board/samsung/smdk5250/exynos5-dt.c | 20 +-
> board/samsung/smdk5250/smdk5250.c | 19 +-
> board/samsung/smdk5420/smdk5420.c | 15 +-
> board/samsung/smdkc100/smdkc100.c | 2 +-
> board/samsung/smdkv310/smdkv310.c | 10 +-
> board/samsung/trats/trats.c | 6 +-
> board/samsung/universal_c210/universal.c | 34 +-
> drivers/gpio/s5p_gpio.c | 169 ++++++-
> include/configs/exynos5-dt.h | 3 +
> 14 files changed, 1157 insertions(+), 319 deletions(-)
>
Thanks
--
Przemyslaw Marczak
Samsung R&D Institute Poland
Samsung Electronics
p.marczak at samsung.com
prev parent reply other threads:[~2014-04-14 9:31 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-12 9:43 [U-Boot] [PATCH v6 0/4] Exynos5: Add GPIO numbering feature Akshay Saraswat
2014-04-12 9:43 ` [U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin " Akshay Saraswat
2014-04-12 20:30 ` Simon Glass
2014-04-14 7:17 ` Lukasz Majewski
2014-04-14 14:40 ` Simon Glass
2014-04-15 6:25 ` Lukasz Majewski
2014-04-17 4:21 ` Simon Glass
2014-04-14 15:15 ` Przemyslaw Marczak
2014-04-14 15:59 ` Simon Glass
2014-04-12 9:43 ` [U-Boot] [PATCH v6 2/4] S5P: Rename GPIO definitions Akshay Saraswat
2014-04-12 20:30 ` Simon Glass
2014-04-14 15:15 ` Przemyslaw Marczak
2014-04-12 9:43 ` [U-Boot] [PATCH v6 3/4] EXYNOS5: GPIO: Support GPIO Command for EXYNOS5 Akshay Saraswat
2014-04-12 20:32 ` Simon Glass
2014-04-14 15:19 ` Przemyslaw Marczak
2014-04-12 9:43 ` [U-Boot] [PATCH v6 4/4] Config: Exynos5: Enable Generic GPIO and CMD configs Akshay Saraswat
2014-04-12 20:33 ` Simon Glass
2014-04-12 20:39 ` Simon Glass
2014-04-14 9:31 ` Przemyslaw Marczak [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=534BAAE7.7090301@samsung.com \
--to=p.marczak@samsung.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.