All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3 V5] EXYNOS5: Add GPIO numbering feature
@ 2013-04-03 11:54 Rajeshwari Shinde
  2013-04-03 11:54 ` [U-Boot] [PATCH 1/3 V5] EXYNOS5: Add gpio pin " Rajeshwari Shinde
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Rajeshwari Shinde @ 2013-04-03 11:54 UTC (permalink / raw)
  To: u-boot

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.
  
Rajeshwari Shinde (3):
  EXYNOS5: Add gpio pin numbering feature
  S5P: Rename GPIO definitions
  EXYNOS5: GPIO: Enable GPIO Command for EXYNOS5

 arch/arm/cpu/armv7/exynos/pinmux.c       |  206 ++++++-------
 arch/arm/include/asm/arch-exynos/cpu.h   |   10 +-
 arch/arm/include/asm/arch-exynos/gpio.h  |  486 ++++++++++++++++++++++++++----
 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        |   24 +-
 board/samsung/smdkc100/smdkc100.c        |    2 +-
 board/samsung/smdkv310/smdkv310.c        |   10 +-
 board/samsung/trats/trats.c              |   17 +-
 board/samsung/universal_c210/universal.c |   36 ++--
 drivers/gpio/s5p_gpio.c                  |  111 ++++++-
 include/configs/exynos5250-dt.h          |    2 +
 13 files changed, 683 insertions(+), 259 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2013-05-21  7:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-03 11:54 [U-Boot] [PATCH 0/3 V5] EXYNOS5: Add GPIO numbering feature Rajeshwari Shinde
2013-04-03 11:54 ` [U-Boot] [PATCH 1/3 V5] EXYNOS5: Add gpio pin " Rajeshwari Shinde
2013-04-17  4:49   ` Rajeshwari Birje
2013-04-19  1:28     ` Minkyu Kang
2013-05-11 18:18   ` Simon Glass
2013-05-13  4:07     ` Rajeshwari Birje
2013-05-15 13:29       ` Simon Glass
2013-05-16  5:25         ` Minkyu Kang
2013-04-03 11:54 ` [U-Boot] [PATCH 2/3 V5] S5P: Rename GPIO definitions Rajeshwari Shinde
2013-05-11 18:40   ` Simon Glass
2013-04-03 11:54 ` [U-Boot] [PATCH 3/3 V5] EXYNOS5: GPIO: Enable GPIO Command for EXYNOS5 Rajeshwari Shinde
2013-05-11 18:41   ` Simon Glass
2013-05-21  7:44   ` Minkyu Kang

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.