public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] TWL4030: mark init functions __init, fix kerneldoc
@ 2008-07-18  2:15 Paul Walmsley
  2008-07-18  2:15 ` [PATCH 1/2] TWL4030: mark init-only functions as __init Paul Walmsley
  2008-07-18  2:15 ` [PATCH 2/2] TWL4030: convert old-style function documentation to current kerneldoc Paul Walmsley
  0 siblings, 2 replies; 7+ messages in thread
From: Paul Walmsley @ 2008-07-18  2:15 UTC (permalink / raw)
  To: linux-omap

Mark most of the functions in twl4030-core.c as __init.  Fix the
old-style kerneldoc in several functions.

Applies on top of 'TWL4030: bugfixes and cleanups'.  Frees up an extra
4kB page after kernel init on 3430SDP.  Not sure why there is such a
large kernel image size difference; no new code or data has been added.

Boot-tested on 3430SDP ES2.

- Paul

---

size:
   text    data     bss     dec     hex filename
3391251  157104  107136 3655491  37c743 vmlinux
3394259  157104  107136 3658499  37d303 vmlinux

 drivers/i2c/chips/twl4030-core.c |   71 +++++++++++++++++++-------------------
 1 files changed, 35 insertions(+), 36 deletions(-)


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

end of thread, other threads:[~2008-08-04 21:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-18  2:15 [PATCH 0/2] TWL4030: mark init functions __init, fix kerneldoc Paul Walmsley
2008-07-18  2:15 ` [PATCH 1/2] TWL4030: mark init-only functions as __init Paul Walmsley
2008-07-18  2:15 ` [PATCH 2/2] TWL4030: convert old-style function documentation to current kerneldoc Paul Walmsley
2008-07-18  8:47   ` Felipe Balbi
2008-07-22  4:19     ` Paul Walmsley
2008-08-04 14:16       ` Tony Lindgren
2008-08-04 21:13         ` Paul Walmsley

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