2008-08-19 10:12:36

by Karsten Keil

[permalink] [raw]
Subject: ISDN fixes

Hi Linus,

please pull the ISDN fixes from
git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6.git master

--
Karsten Keil
SuSE Labs
ISDN and VOIP development
SUSE LINUX Products GmbH, Maxfeldstr.5 90409 Nuernberg, GF: Markus Rex, HRB 16746 (AG Nuernberg)


2008-08-19 10:26:57

by Marcel Holtmann

[permalink] [raw]
Subject: Re: ISDN fixes

Hi Karten,

> please pull the ISDN fixes from
> git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6.git master

can you include "git-diff -M --stat --summary" and "git-shortlog" in the
pull requests so others know what changes are in your tree.

Regards

Marcel

2008-08-19 10:31:50

by Andi Kleen

[permalink] [raw]
Subject: Re: ISDN fixes

Marcel Holtmann <[email protected]> writes:

> Hi Karten,
>
>> please pull the ISDN fixes from
>> git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6.git master
>
> can you include "git-diff -M --stat --summary" and "git-shortlog" in the
> pull requests so others know what changes are in your tree.

The easiest way to do that is git request-pull (just to save you
some manpage reading, Karsten)

-Andi

2008-08-19 11:09:36

by Karsten Keil

[permalink] [raw]
Subject: Re: ISDN fixes

On Tue, Aug 19, 2008 at 12:31:40PM +0200, Andi Kleen wrote:
> Marcel Holtmann <[email protected]> writes:
>
> > Hi Karten,
> >
> >> please pull the ISDN fixes from
> >> git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6.git master
> >
> > can you include "git-diff -M --stat --summary" and "git-shortlog" in the
> > pull requests so others know what changes are in your tree.
>
> The easiest way to do that is git request-pull (just to save you
> some manpage reading, Karsten)

Thanks.

The following changes since commit 1fca25427482387689fa27594c992a961d98768f:
Linus Torvalds (1):
Merge branch 'release' of git://git.kernel.org/.../aegl/linux-2.6

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/ISDN-2.6.git master

Harvey Harrison (2):
mISDN: annotate iomem pointer and add statics
mISDN: endian annotations for struct zt

Ilpo J?rvinen (1):
misdn: fix multistatement if block missing braces

Julia Lawall (1):
drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_put

Karsten Keil (7):
Cleanup hfc multiport driver
Cosmetic fixes
Fix lockdep warning

Documentation/isdn/README.mISDN | 10 ++--
drivers/isdn/capi/kcapi.c | 4 +
drivers/isdn/hardware/mISDN/hfc_multi.h | 4 -
drivers/isdn/hardware/mISDN/hfc_pci.h | 4 +-
drivers/isdn/hardware/mISDN/hfcmulti.c | 109 +++++++------------------------
drivers/isdn/hardware/mISDN/hfcpci.c | 23 +++----
drivers/isdn/mISDN/dsp_cmx.c | 3 +-
drivers/isdn/mISDN/tei.c | 2 +-
8 files changed, 49 insertions(+), 110 deletions(-)


--
Karsten Keil
SuSE Labs
ISDN and VOIP development
SUSE LINUX Products GmbH, Maxfeldstr.5 90409 Nuernberg, GF: Markus Rex, HRB 16746 (AG Nuernberg)