[Git] mISDN kernel tree branch socket updated. mISDN_1_1_2-521-gf7b5d57

[email protected] (git version ctrl) Thu, 24 Nov 2011 19:18:49 +0100 (CET)
Newsgroups gmane.linux.isdn.i4l.devel
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "mISDN kernel tree".

The branch, socket has been updated
       via  f7b5d57b699ae5e08ed0e6b9ec243c7c7a9435d9 (commit)
       via  e481f7d5757acccbad4255d726dcd32f99092665 (commit)
       via  66b1b4bf34a74bcd3d0a111e99c5d3527250e452 (commit)
       via  76ba735a3d8a7c195e384fd96676ef9b1d2f870a (commit)
       via  786323f8a1b542231871250c4c3300faf5415097 (commit)
       via  fbb5f3dc8293bea367302039d6a3d49007f58a95 (commit)
       via  2ba1e6887b7f7d0e3cf1df90bc7b65b44bb5859a (commit)
      from  3b0db1df2661924a3af074d1fff52a375f406dfc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f7b5d57b699ae5e08ed0e6b9ec243c7c7a9435d9
Author: Karsten Keil <[email protected]>
Date:   Thu Nov 24 19:07:58 2011 +0100

    Allow the driver to set a minimum length for transparent data
    
    This is usefull for better flow control and will
    avoid very short messages to upper layer.
    
    Signed-off-by: Karsten Keil <[email protected]>

commit e481f7d5757acccbad4255d726dcd32f99092665
Author: Karsten Keil <[email protected]>
Date:   Thu Nov 24 19:04:01 2011 +0100

    Early confirm for transparent data
    
    It is better to send a confirm early, less TX underuns will
    happen.
    
    Signed-off-by: Karsten Keil <[email protected]>

commit 66b1b4bf34a74bcd3d0a111e99c5d3527250e452
Author: Karsten Keil <[email protected]>
Date:   Thu Nov 24 18:47:02 2011 +0100

    Cleanup channel also if it already was deactivated
    
    If a channel was closed after it was deactivated it
    could happen that something was not proper resetted.
    
    Signed-off-by: Karsten Keil <[email protected]>

commit 76ba735a3d8a7c195e384fd96676ef9b1d2f870a
Author: Karsten Keil <[email protected]>
Date:   Thu Nov 24 10:49:23 2011 +0100

    Add 2MBit mode for HFC E1 card
    
    The new mode allows to receive and transmit full transparent
    or HDLC data of all timeslots via one FIFO.
    Change some register names to match the latest manual for
    the E1 chip.
    
    Signed-off-by: Karsten Keil <[email protected]>

commit 786323f8a1b542231871250c4c3300faf5415097
Author: Karsten Keil <[email protected]>
Date:   Thu Nov 24 10:45:09 2011 +0100

    Help to identify L2 issues
    
    With multiple cards is hard to figure out which port cause trouble.
    Now we have the informations in the log output.
    
    Signed-off-by: Karsten Keil <[email protected]>

commit fbb5f3dc8293bea367302039d6a3d49007f58a95
Author: Karsten Keil <[email protected]>
Date:   Thu Nov 24 18:34:37 2011 +0100

    Revert "Help to identify L2 issues"
    
    Spelling
    This reverts commit 4b4a93c9fa39adf157722a34bb5049d61f9b37ec.

commit 2ba1e6887b7f7d0e3cf1df90bc7b65b44bb5859a
Author: Karsten Keil <[email protected]>
Date:   Thu Nov 24 18:33:41 2011 +0100

    Revert "Add 2MBit mode for HFC E1 card"
    
    Spelling errors.
    This reverts commit b51f02c0fbbf43ac6e112274cd3342331248ff48.

-----------------------------------------------------------------------

Summary of changes:
 drivers/isdn/hardware/mISDN/avmfritz.c  |  108 +++++++++++++++++++------------
 drivers/isdn/hardware/mISDN/hfcmulti.c  |   30 ++++-----
 drivers/isdn/hardware/mISDN/hfcpci.c    |   12 +--
 drivers/isdn/hardware/mISDN/hfcsusb.c   |   11 +---
 drivers/isdn/hardware/mISDN/hwskel.c    |   11 ++-
 drivers/isdn/hardware/mISDN/l1loop.c    |    5 +-
 drivers/isdn/hardware/mISDN/mISDNipac.c |   45 +++++++------
 drivers/isdn/hardware/mISDN/mISDNisar.c |   22 ++----
 drivers/isdn/hardware/mISDN/netjet.c    |   21 ++----
 drivers/isdn/hardware/mISDN/w6692.c     |   22 ++----
 drivers/isdn/hardware/mISDN/xhfc_su.c   |    6 +-
 drivers/isdn/mISDN/hwchannel.c          |    8 ++-
 drivers/isdn/mISDN/l1oip_core.c         |    2 +-
 include/linux/mISDNhw.h                 |    3 +-
 14 files changed, 150 insertions(+), 156 deletions(-)


hooks/post-receive
-- 
mISDN kernel tree