All of lore.kernel.org
 help / color / mirror / Atom feed
* various cleanup patches
@ 2011-04-08 14:36 Sascha Hauer
  2011-04-08 14:36 ` [PATCH 01/16] fs: remove unused field 'type' from struct fs_driver_d Sascha Hauer
                   ` (15 more replies)
  0 siblings, 16 replies; 21+ messages in thread
From: Sascha Hauer @ 2011-04-08 14:36 UTC (permalink / raw)
  To: barebox

The following series contains several cleanup patches I created while working
on omap4.

Sascha Hauer (16):
      fs: remove unused field 'type' from struct fs_driver_d
      mci: make it compile without info support
      ubi: do not use filep
      devfs: remove unused struct filep* argument from open/close
      fs: implement flush function
      devfs: factor out core devfs functionality
      nand: remove unused header file
      startup: we can only mount root and devfs when compiled in
      nand: remove unused nand_util file
      move version_string to seperate file
      fs: use safe_strncpy instead of sprintf
      script: update git ignore file
      serial 16550: use xzalloc
      ARM: compile in image size and magic into barebox image
      commands: seperate usb command from usb core
      fs mount: fix error handling

 arch/arm/cpu/start.c            |    6 +
 arch/arm/lib/barebox.lds.S      |    1 +
 commands/Kconfig                |    8 +
 commands/Makefile               |    1 +
 commands/nand.c                 |    4 +-
 commands/usb.c                  |   41 ++
 common/Makefile                 |    1 +
 common/command.c                |    4 -
 common/console.c                |   10 +-
 common/console_simple.c         |    2 +
 common/startup.c                |    2 +
 common/version.c                |   13 +
 drivers/mci/mci-core.c          |    2 +
 drivers/mtd/nand/Makefile       |    1 -
 drivers/mtd/nand/nand_util.c    |  858 ---------------------------------------
 drivers/mtd/ubi/cdev.c          |   12 +-
 drivers/serial/serial_ns16550.c |    4 +-
 drivers/usb/core/usb.c          |   21 +-
 fs/Makefile                     |    1 +
 fs/cramfs/cramfs.c              |    1 -
 fs/devfs-core.c                 |  236 +++++++++++
 fs/devfs.c                      |  177 +--------
 fs/fs.c                         |   44 ++-
 fs/ramfs.c                      |    1 -
 include/asm-generic/sections.h  |    3 +
 include/common.h                |    1 +
 include/driver.h                |   10 +-
 include/fs.h                    |    7 +-
 include/linux/mtd/compat.h      |   46 --
 include/usb/usb.h               |    2 +
 scripts/.gitignore              |    3 +-
 31 files changed, 389 insertions(+), 1134 deletions(-)
 create mode 100644 commands/usb.c
 create mode 100644 common/version.c
 delete mode 100644 drivers/mtd/nand/nand_util.c
 create mode 100644 fs/devfs-core.c
 delete mode 100644 include/linux/mtd/compat.h

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2011-04-11  8:41 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-08 14:36 various cleanup patches Sascha Hauer
2011-04-08 14:36 ` [PATCH 01/16] fs: remove unused field 'type' from struct fs_driver_d Sascha Hauer
2011-04-08 14:36 ` [PATCH 02/16] mci: make it compile without info support Sascha Hauer
2011-04-08 14:36 ` [PATCH 03/16] ubi: do not use filep Sascha Hauer
2011-04-08 14:36 ` [PATCH 04/16] devfs: remove unused struct filep* argument from open/close Sascha Hauer
2011-04-08 14:36 ` [PATCH 05/16] fs: implement flush function Sascha Hauer
2011-04-08 14:36 ` [PATCH 06/16] devfs: factor out core devfs functionality Sascha Hauer
2011-04-08 14:36 ` [PATCH 07/16] nand: remove unused header file Sascha Hauer
2011-04-08 14:36 ` [PATCH 08/16] startup: we can only mount root and devfs when compiled in Sascha Hauer
2011-04-08 14:36 ` [PATCH 09/16] nand: remove unused nand_util file Sascha Hauer
2011-04-08 14:36 ` [PATCH 10/16] move version_string to seperate file Sascha Hauer
2011-04-08 14:36 ` [PATCH 11/16] fs: use safe_strncpy instead of sprintf Sascha Hauer
2011-04-08 14:36 ` [PATCH 12/16] script: update git ignore file Sascha Hauer
2011-04-08 14:36 ` [PATCH 13/16] serial 16550: use xzalloc Sascha Hauer
2011-04-08 14:37 ` [PATCH 14/16] ARM: compile in image size and magic into barebox image Sascha Hauer
2011-04-10  4:33   ` Marc Reilly
2011-04-11  7:41     ` Sascha Hauer
2011-04-11  7:46       ` Robert Schwebel
2011-04-11  8:42       ` Marc Reilly
2011-04-08 14:37 ` [PATCH 15/16] commands: seperate usb command from usb core Sascha Hauer
2011-04-08 14:37 ` [PATCH 16/16] fs mount: fix error handling Sascha Hauer

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.