All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4 V3] EXYNOS5: Add GPIO numbering feature
@ 2013-02-07 12:00 Rajeshwari Shinde
  2013-02-07 12:00 ` [U-Boot] [PATCH 1/4 V3] S5P: GPIO: Add generic pin numbering API's Rajeshwari Shinde
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Rajeshwari Shinde @ 2013-02-07 12:00 UTC (permalink / raw)
  To: u-boot

This patchset adds GPIO numbering feature where pinmux setting
can be done just by sending the pin number which is defined as a
enum in asm/gpio.h.

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.	

Rajeshwari Shinde (4):
  S5P: GPIO: Add generic pin numbering API's
  EXYNOS5: Add gpio pin numbering feature
  S5P: Rename GPIO definitions
  EXYNOS5: GPIO: Enable GPIO Command for EXYNOS5

 arch/arm/cpu/armv7/exynos/pinmux.c       |  256 +++++++++++---------
 arch/arm/include/asm/arch-exynos/gpio.h  |  394 ++++++++++++++++++++++++++++--
 arch/arm/include/asm/arch-s5pc1xx/gpio.h |   26 +-
 board/samsung/goni/goni.c                |    4 +-
 board/samsung/origen/origen.c            |    8 +-
 board/samsung/smdk5250/smdk5250.c        |    8 +-
 board/samsung/smdkc100/smdkc100.c        |    2 +-
 board/samsung/smdkv310/smdkv310.c        |   10 +-
 board/samsung/trats/trats.c              |   16 +-
 board/samsung/universal_c210/universal.c |   36 ++--
 drivers/gpio/s5p_gpio.c                  |   38 ++-
 include/configs/exynos5250-dt.h          |    1 +
 12 files changed, 597 insertions(+), 202 deletions(-)

-- 
1.7.4.4

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-02-21 20:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-07 12:00 [U-Boot] [PATCH 0/4 V3] EXYNOS5: Add GPIO numbering feature Rajeshwari Shinde
2013-02-07 12:00 ` [U-Boot] [PATCH 1/4 V3] S5P: GPIO: Add generic pin numbering API's Rajeshwari Shinde
2013-02-08 16:11   ` Simon Glass
2013-02-07 12:00 ` [U-Boot] [PATCH 2/4 V3] EXYNOS5: Add gpio pin numbering feature Rajeshwari Shinde
2013-02-08  3:57   ` Minkyu Kang
2013-02-17  6:21   ` Simon Glass
2013-02-18 12:10     ` Rajeshwari Birje
2013-02-21 20:53       ` Simon Glass
2013-02-07 12:00 ` [U-Boot] [PATCH 3/4 V3] S5P: Rename GPIO definitions Rajeshwari Shinde
2013-02-08 16:04   ` Simon Glass
2013-02-07 12:00 ` [U-Boot] [PATCH 4/4 V3] EXYNOS5: GPIO: Enable GPIO Command for EXYNOS5 Rajeshwari Shinde
2013-02-08  4:31   ` Minkyu Kang
2013-02-08 16:08   ` Simon Glass

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.