All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Series short description
@ 2011-07-18 17:33 Goffredo Baroncelli
  2011-07-18 22:38 ` Goffredo Baroncelli
  0 siblings, 1 reply; 5+ messages in thread
From: Goffredo Baroncelli @ 2011-07-18 17:33 UTC (permalink / raw)
  To: linux-btrfs

The following series implements...

---

Goffredo Baroncelli (6):
      Add info for the commands.
      Add the header/footer/introduction of the man page.
      helpextract: tool to extract the info for the help from the source.
      Update the makefile for generating the man page.
      Show the help messages from the info in the comment.
      Update the makefile for generating the help messages.


 Makefile           |   28 +++
 btrfs.c            |  210 +++++++++++++++++++++++++
 btrfs_cmds.c       |  276 +++++++++++++++++++++++++++++++++
 helpextract.c      |  435 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 man/btrfs.8.in     |  359 -------------------------------------------
 man/btrfs.8.in.old |  359 +++++++++++++++++++++++++++++++++++++++++++
 scrub.c            |   79 +++++++++
 7 files changed, 1380 insertions(+), 366 deletions(-)
 create mode 100644 helpextract.c
 delete mode 100644 man/btrfs.8.in
 create mode 100644 man/btrfs.8.in.old

-- 
Signature

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

* Re: [PATCH 0/6] Series short description
  2011-07-18 17:33 [PATCH 0/6] Series short description Goffredo Baroncelli
@ 2011-07-18 22:38 ` Goffredo Baroncelli
  0 siblings, 0 replies; 5+ messages in thread
From: Goffredo Baroncelli @ 2011-07-18 22:38 UTC (permalink / raw)
  To: linux-btrfs

Sorry,

discard this email

On 07/18/2011 07:33 PM, Goffredo Baroncelli wrote:
> The following series implements...
> 
> ---
> 
> Goffredo Baroncelli (6):
>       Add info for the commands.
>       Add the header/footer/introduction of the man page.
>       helpextract: tool to extract the info for the help from the source.
>       Update the makefile for generating the man page.
>       Show the help messages from the info in the comment.
>       Update the makefile for generating the help messages.
> 
> 
>  Makefile           |   28 +++
>  btrfs.c            |  210 +++++++++++++++++++++++++
>  btrfs_cmds.c       |  276 +++++++++++++++++++++++++++++++++
>  helpextract.c      |  435 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  man/btrfs.8.in     |  359 -------------------------------------------
>  man/btrfs.8.in.old |  359 +++++++++++++++++++++++++++++++++++++++++++
>  scrub.c            |   79 +++++++++
>  7 files changed, 1380 insertions(+), 366 deletions(-)
>  create mode 100644 helpextract.c
>  delete mode 100644 man/btrfs.8.in
>  create mode 100644 man/btrfs.8.in.old
> 


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

* [PATCH 0/6] Series short description
@ 2012-03-02 14:58 Alan Cox
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Cox @ 2012-03-02 14:58 UTC (permalink / raw)
  To: linux-kernel, linux-serial

With corrections noted. This is going to cause problems somewhere I'm sure
but I don't see any way to avoid that apart from trying it.

Alan

---

Alan Cox (6):
      vt: push the tty_lock down into the map handling
      vt: tackle the main part of the selection logic
      vt: waitevent is self locked so drop the tty_lock
      vt: push down tioclinux cases
      vt: push down the tty lock so we can see what is left to tackle
      vt: sort out locking for font handling


 drivers/tty/vt/consolemap.c |  119 ++++++++++++++++++++++++++++++++-----------
 drivers/tty/vt/selection.c  |   49 +++++++++++++-----
 drivers/tty/vt/vc_screen.c  |    4 +
 drivers/tty/vt/vt.c         |   37 ++++++++++---
 drivers/tty/vt/vt_ioctl.c   |   68 ++++++++++++-------------
 include/linux/vt_kern.h     |    1 
 6 files changed, 186 insertions(+), 92 deletions(-)

-- 
 "And the nice thing is you don't need to be able to type, because every
  possible keystroke does {something} for/to you. Anything from point out
  off-by-one errors to perform a sex change on your gerbil."
			-- Bill Davidsen describing emacs


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

* [PATCH 0/6] Series short description
@ 2010-12-22 14:03 Colin Tuckley
  0 siblings, 0 replies; 5+ messages in thread
From: Colin Tuckley @ 2010-12-22 14:03 UTC (permalink / raw)
  To: linux-arm-kernel

The following series implements...

---

Colin Tuckley (6):
      ARM Realview PCIX build file changes
      ARM Realview PCIX board file changes
      ARM Realview PCIX IRQ include file changes
      ARM Realview PCIX map include file changes
      Realview PCIX support - add main support module code
      ARM: enable bridges in pci_common_init.


 arch/arm/Kconfig                                   |    6 
 arch/arm/kernel/bios32.c                           |    5 
 arch/arm/mach-realview/Makefile                    |    6 
 arch/arm/mach-realview/include/mach/board-pb11mp.h |   11 
 arch/arm/mach-realview/include/mach/board-pba8.h   |   11 
 arch/arm/mach-realview/include/mach/board-pbx.h    |   11 
 arch/arm/mach-realview/include/mach/hardware.h     |   53 ++
 arch/arm/mach-realview/include/mach/io.h           |   18 +
 arch/arm/mach-realview/include/mach/irqs-pb11mp.h  |   11 
 arch/arm/mach-realview/include/mach/irqs-pba8.h    |    7 
 arch/arm/mach-realview/include/mach/irqs-pbx.h     |    7 
 arch/arm/mach-realview/include/mach/platform.h     |   15 -
 arch/arm/mach-realview/pcix.c                      |  503 ++++++++++++++++++++
 arch/arm/mach-realview/realview_pb11mp.c           |   18 +
 arch/arm/mach-realview/realview_pba8.c             |   18 +
 arch/arm/mach-realview/realview_pbx.c              |   16 +
 16 files changed, 659 insertions(+), 57 deletions(-)
 create mode 100755 arch/arm/mach-realview/pcix.c

-- 
Signature

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

* [PATCH 0/6] Series short description
@ 2009-01-11 19:48 Alan Cox
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Cox @ 2009-01-11 19:48 UTC (permalink / raw)
  To: torvalds, linux-serial

These are some small fixes that didn't quite make the window. Nothing big here
except in file size. The ti_usb_3410 changes fix a bug in the id handling
code and add support for the mts chips - the handling of the rest isn't changed.

The other bits remove two bogus NULL checks and fix the pty kerneldoc before
Randy Dunlap notices ;)


---

Alan Cox (3):
      usb-serial: remove NULL check
      neo: Remove a bogus NULL check
      pty: Fix documentation

Chris Adams (3):
      ti_usb_3410_5052: add Multi-Tech firmware
      ti_usb_3410_5052: add Multi-Tech modem support
      ti_usb_3410_5052: support alternate firmware


 drivers/char/pty.c                    |    4 
 drivers/serial/jsm/jsm_neo.c          |    3 
 drivers/usb/serial/ti_usb_3410_5052.c |   73 ++-
 drivers/usb/serial/ti_usb_3410_5052.h |    8 
 drivers/usb/serial/usb-serial.c       |    3 
 firmware/Makefile                     |    3 
 firmware/WHENCE                       |   16 +
 firmware/mts_cdma.fw.ihex             |  867 ++++++++++++++++++++++++++++++++
 firmware/mts_edge.fw.ihex             |  881 +++++++++++++++++++++++++++++++++
 firmware/mts_gsm.fw.ihex              |  867 ++++++++++++++++++++++++++++++++
 10 files changed, 2699 insertions(+), 26 deletions(-)
 create mode 100644 firmware/mts_cdma.fw.ihex
 create mode 100644 firmware/mts_edge.fw.ihex
 create mode 100644 firmware/mts_gsm.fw.ihex

-- 
Signature

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

end of thread, other threads:[~2012-03-02 14:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-18 17:33 [PATCH 0/6] Series short description Goffredo Baroncelli
2011-07-18 22:38 ` Goffredo Baroncelli
  -- strict thread matches above, loose matches on Subject: below --
2012-03-02 14:58 Alan Cox
2010-12-22 14:03 Colin Tuckley
2009-01-11 19:48 Alan Cox

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.