public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [v3.11-rc1 PATCH 0/5] printk: Initial restructuring
@ 2013-07-15 21:51 Joe Perches
  2013-07-15 21:51 ` [v3.11-rc1 PATCH 1/5] printk: Move to separate directory for easier modification Joe Perches
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Joe Perches @ 2013-07-15 21:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel

Back last year, I posted a largish restructuring of printk.

V1: https://lkml.org/lkml/2012/10/17/41
V2: https://lkml.org/lkml/2012/10/24/748

The idea was to break up this way too large a file into
something more manageable and readable.

This is another posting of just the first few patches of this
series rebased onto v3.11-rc1

If this is acceptable, I'll post 5 or so patches at a time
after/if each block of patches is applied.

Joe Perches (5):
  printk: Move to separate directory for easier modification
  printk: Add console_cmdline.h
  printk: Move braille console support into separate braille.[ch] files
  printk: Use pointer for console_cmdline indexing
  printk: rename struct log to struct printk_log

 drivers/accessibility/braille/braille_console.c |   9 +-
 kernel/Makefile                                 |   3 +-
 kernel/printk/Makefile                          |   2 +
 kernel/printk/braille.c                         |  48 ++++++
 kernel/printk/braille.h                         |  48 ++++++
 kernel/printk/console_cmdline.h                 |  14 ++
 kernel/{ => printk}/printk.c                    | 185 +++++++++++-------------
 7 files changed, 202 insertions(+), 107 deletions(-)
 create mode 100644 kernel/printk/Makefile
 create mode 100644 kernel/printk/braille.c
 create mode 100644 kernel/printk/braille.h
 create mode 100644 kernel/printk/console_cmdline.h
 rename kernel/{ => printk}/printk.c (95%)

-- 
1.8.1.2.459.gbcd45b4.dirty

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

end of thread, other threads:[~2013-07-20 14:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-15 21:51 [v3.11-rc1 PATCH 0/5] printk: Initial restructuring Joe Perches
2013-07-15 21:51 ` [v3.11-rc1 PATCH 1/5] printk: Move to separate directory for easier modification Joe Perches
2013-07-15 21:51 ` [v3.11-rc1 PATCH 2/5] printk: Add console_cmdline.h Joe Perches
2013-07-15 21:51 ` [v3.11-rc1 PATCH 3/5] printk: Move braille console support into separate braille.[ch] files Joe Perches
2013-07-20 14:48   ` Samuel Thibault
2013-07-15 21:51 ` [v3.11-rc1 PATCH 4/5] printk: Use pointer for console_cmdline indexing Joe Perches
2013-07-15 21:51 ` [v3.11-rc1 PATCH 5/5] printk: rename struct log to struct printk_log Joe Perches
2013-07-17  1:48 ` [v3.11-rc1 PATCH 0/5] printk: Initial restructuring Linus Torvalds
2013-07-17  1:56   ` Joe Perches
2013-07-17 22:31     ` Andrew Morton
2013-07-18  0:01       ` Joe Perches

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