public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7] ARM: OMAP4+: Cleanup clocks, control and emif code
@ 2013-01-31  5:51 R Sricharan
  2013-01-31  5:51 ` [U-Boot] [PATCH 1/7] ARM: OMAP4+: emif: Detect SDRAM from SDRAM config register R Sricharan
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: R Sricharan @ 2013-01-31  5:51 UTC (permalink / raw)
  To: u-boot

This series is intended to cleanup code which is duplicated
across soc specific files. This is accomplished by moving soc
specifc data to one place and having the code common. This
helps in avoiding un necessary cpu checks and minimal
code addition for future socs.

Tested this on OMAP5 ES1.0, OMAP4460 Panda boards
and verified MAKEALL for all armv7 boards.

Lokesh Vutla (4):
  ARM: OMAP4+: emif: Detect SDRAM from SDRAM config register
  ARM: OMAP4+: Cleanup emif specific files
  ARM: OMAP4+: Make control module register structure generic
  ARM: OMAP5: Clean up iosettings code

R Sricharan (3):
  ARM: OMAP4+: Change the PRCM structure prototype common for all Socs
  ARM: OMAP4+: Cleanup the clocks layer
  ARM: OMAP4+: Clean up the pmic code

 arch/arm/cpu/armv7/omap-common/clocks-common.c |  284 ++++++++----
 arch/arm/cpu/armv7/omap-common/emif-common.c   |   71 ++-
 arch/arm/cpu/armv7/omap-common/hwinit-common.c |   10 +-
 arch/arm/cpu/armv7/omap-common/vc.c            |   11 +-
 arch/arm/cpu/armv7/omap4/Makefile              |    3 +-
 arch/arm/cpu/armv7/omap4/clocks.c              |  517 ----------------------
 arch/arm/cpu/armv7/omap4/hw_data.c             |  461 +++++++++++++++++++
 arch/arm/cpu/armv7/omap4/hwinit.c              |   36 +-
 arch/arm/cpu/armv7/omap4/prcm-regs.c           |  287 ++++++++++++
 arch/arm/cpu/armv7/omap4/sdram_elpida.c        |   16 +-
 arch/arm/cpu/armv7/omap5/Makefile              |    3 +-
 arch/arm/cpu/armv7/omap5/clocks.c              |  494 ---------------------
 arch/arm/cpu/armv7/omap5/hw_data.c             |  465 ++++++++++++++++++++
 arch/arm/cpu/armv7/omap5/hwinit.c              |  131 +++---
 arch/arm/cpu/armv7/omap5/prcm-regs.c           |  352 +++++++++++++++
 arch/arm/cpu/armv7/omap5/sdram.c               |  119 +++--
 arch/arm/include/asm/arch-omap4/clocks.h       |  562 ++----------------------
 arch/arm/include/asm/arch-omap4/omap.h         |   33 +-
 arch/arm/include/asm/arch-omap4/sys_proto.h    |    4 +-
 arch/arm/include/asm/arch-omap5/clocks.h       |  506 +--------------------
 arch/arm/include/asm/arch-omap5/omap.h         |   96 +---
 arch/arm/include/asm/arch-omap5/sys_proto.h    |    5 +-
 arch/arm/include/asm/emif.h                    |   18 +-
 arch/arm/include/asm/omap_common.h             |  482 ++++++++++++++++++++
 drivers/mmc/omap_hsmmc.c                       |   25 +-
 include/configs/omap5_evm.h                    |    1 +
 26 files changed, 2535 insertions(+), 2457 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/omap4/hw_data.c
 create mode 100644 arch/arm/cpu/armv7/omap4/prcm-regs.c
 create mode 100644 arch/arm/cpu/armv7/omap5/hw_data.c
 create mode 100644 arch/arm/cpu/armv7/omap5/prcm-regs.c

-- 
1.7.9.5

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

end of thread, other threads:[~2013-02-01 14:37 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31  5:51 [U-Boot] [PATCH 0/7] ARM: OMAP4+: Cleanup clocks, control and emif code R Sricharan
2013-01-31  5:51 ` [U-Boot] [PATCH 1/7] ARM: OMAP4+: emif: Detect SDRAM from SDRAM config register R Sricharan
2013-01-31 16:29   ` Tom Rini
2013-02-01  6:30     ` R Sricharan
2013-02-01 14:37       ` Tom Rini
2013-01-31  5:52 ` [U-Boot] [PATCH 2/7] ARM: OMAP4+: Change the PRCM structure prototype common for all Socs R Sricharan
2013-01-31 16:40   ` Tom Rini
2013-02-01  6:47     ` R Sricharan
2013-01-31  5:52 ` [U-Boot] [PATCH 3/7] ARM: OMAP4+: Cleanup the clocks layer R Sricharan
2013-01-31 16:42   ` Tom Rini
2013-01-31  5:52 ` [U-Boot] [PATCH 4/7] ARM: OMAP4+: Clean up the pmic code R Sricharan
2013-01-31 17:01   ` Tom Rini
2013-02-01  6:49     ` R Sricharan
2013-01-31  5:52 ` [U-Boot] [PATCH 5/7] ARM: OMAP4+: Cleanup emif specific files R Sricharan
2013-01-31 17:03   ` Tom Rini
2013-01-31  5:52 ` [U-Boot] [PATCH 6/7] ARM: OMAP4+: Make control module register structure generic R Sricharan
2013-01-31 17:05   ` Tom Rini
2013-01-31  5:52 ` [U-Boot] [PATCH 7/7] ARM: OMAP5: Clean up iosettings code R Sricharan
2013-01-31 17:06   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox