mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* misc patches
@ 2011-12-15 10:49 Sascha Hauer
  2011-12-15 10:49 ` [PATCH 1/7] remove unused watchdog header Sascha Hauer
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Sascha Hauer @ 2011-12-15 10:49 UTC (permalink / raw)
  To: barebox

Some cleanup patches and also one patch which should
really be in the bootm series. The new uimage code uses
lseek. So to make it work on nand devices lseek is implemented
on bb devices. This currently is limited to readonly mode
which is enough for booting images.

Sascha Hauer (7):
      remove unused watchdog header
      remove unused keyboard.h file
      ARM cpuinfo: decode more bits, use ARRAY_SIZE
      ARM: remove unused icache command
      common.h: remove unused function declarations
      cdev: pass flags to open function
      nand-bb: implement lseek in readonly mode

 arch/arm/cpu/cpu.c         |   34 ----------------
 arch/arm/cpu/cpuinfo.c     |    6 +-
 arch/ppc/lib/board.c       |    1 -
 arch/ppc/lib/ppclinux.c    |    1 -
 arch/ppc/lib/ticks.S       |    1 -
 commands/bootm.c           |    1 -
 drivers/mtd/nand/nand-bb.c |   34 ++++++++++++++++-
 drivers/mtd/ubi/cdev.c     |    2 +-
 fs/devfs-core.c            |    2 +-
 fs/devfs.c                 |    2 +-
 include/common.h           |    5 --
 include/driver.h           |    2 +-
 include/keyboard.h         |   22 ----------
 include/watchdog.h         |   92 --------------------------------------------
 lib/readline_simple.c      |    1 -
 net/net.c                  |    1 -
 16 files changed, 40 insertions(+), 167 deletions(-)
 delete mode 100644 include/keyboard.h
 delete mode 100644 include/watchdog.h

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

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

end of thread, other threads:[~2011-12-15 15:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-15 10:49 misc patches Sascha Hauer
2011-12-15 10:49 ` [PATCH 1/7] remove unused watchdog header Sascha Hauer
2011-12-15 10:49 ` [PATCH 2/7] remove unused keyboard.h file Sascha Hauer
2011-12-15 10:49 ` [PATCH 3/7] ARM cpuinfo: decode more bits, use ARRAY_SIZE Sascha Hauer
2011-12-15 10:49 ` [PATCH 4/7] ARM: remove unused icache command Sascha Hauer
2011-12-15 10:49 ` [PATCH 5/7] common.h: remove unused function declarations Sascha Hauer
2011-12-15 10:49 ` [PATCH 6/7] cdev: pass flags to open function Sascha Hauer
2011-12-15 10:49 ` [PATCH 7/7] nand-bb: implement lseek in readonly mode Sascha Hauer
2011-12-15 13:51   ` Robert Jarzmik
2011-12-15 15:21     ` Sascha Hauer
2011-12-15 15:51       ` Robert Jarzmik

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