linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] OMAP2+: Cleanup PRM and CM regbit headers
@ 2013-07-05 10:32 Rajendra Nayak
  2013-07-05 10:32 ` [PATCH 1/4] ARM: OMAP2: PRM/CM: Cleanup unused header Rajendra Nayak
  2013-07-05 10:32 ` [PATCH 2/4] ARM: OMAP3: " Rajendra Nayak
  0 siblings, 2 replies; 3+ messages in thread
From: Rajendra Nayak @ 2013-07-05 10:32 UTC (permalink / raw)
  To: linux-arm-kernel

Over the years the PRM and CM headers for OMAP have been growing largely
due to autogeneration which creates headers for complete PRM and
CM register space, regardless of the actual usage of these registers in
the kernel.

The PRM and CM regbit headers in particular were found to be around 
90% unused and hence this series is an attempt to clean all unsued
data from these headers.

Rajendra Nayak (4):
  ARM: OMAP2: PRM/CM: Cleanup unused header
  ARM: OMAP3: PRM/CM: Cleanup unused header
  ARM: OMAP4: PRM/CM: Cleanup unused header
  ARM: OMAP5: PRM/CM: Cleanup unused header

 arch/arm/mach-omap2/cm-regbits-24xx.h       |  318 ----
 arch/arm/mach-omap2/cm-regbits-33xx.h       |  749 --------
 arch/arm/mach-omap2/cm-regbits-34xx.h       |  632 -------
 arch/arm/mach-omap2/cm-regbits-44xx.h       | 1558 ---------------
 arch/arm/mach-omap2/cm-regbits-54xx.h       | 1633 ----------------
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c  |    1 -
 arch/arm/mach-omap2/powerdomains54xx_data.c |    1 -
 arch/arm/mach-omap2/prm-regbits-24xx.h      |  247 ---
 arch/arm/mach-omap2/prm-regbits-33xx.h      |  306 ---
 arch/arm/mach-omap2/prm-regbits-34xx.h      |  481 -----
 arch/arm/mach-omap2/prm-regbits-44xx.h      | 2226 ----------------------
 arch/arm/mach-omap2/prm-regbits-54xx.h      | 2701 ---------------------------
 12 files changed, 10853 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/prm-regbits-54xx.h

-- 
1.7.9.5

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

end of thread, other threads:[~2013-07-05 10:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-05 10:32 [PATCH 0/4] OMAP2+: Cleanup PRM and CM regbit headers Rajendra Nayak
2013-07-05 10:32 ` [PATCH 1/4] ARM: OMAP2: PRM/CM: Cleanup unused header Rajendra Nayak
2013-07-05 10:32 ` [PATCH 2/4] ARM: OMAP3: " Rajendra Nayak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).