Netdev List
 help / color / mirror / Atom feed
* [Pull request] WAN aka generic HDLC (net-next)
@ 2008-11-22  2:13 Krzysztof Halasa
  2008-11-22  5:46 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Halasa @ 2008-11-22  2:13 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, lkml

Hi David,

Can you pull my WAN tree into net-next, please?
Freshly rebased, with duplicate "dev->priv" commits removed, this is
basically:
- updates to Hitachi/Renesas SCA/SCA-II-based drivers (including
  hd6457x.c split into hd64570.c and hd64572.c)
- the second=last part of syncppp conversion (all drivers are already
  using hdlc_ppp)
- smaller things

The following changes since commit e245a3855eec42127b722ed9688a49ec3f3c9a27:
  Matt Carlson (1):
        tg3: Update version to 3.96

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6.git for-david

me (16):
      WAN: split hd6457x.c into hd64570.c and hd64572.c
      WAN: remove SCA II support from SCA drivers
      WAN: remove SCA support from SCA-II drivers
      WAN: convert HD64572-based drivers to NAPI.
      WAN: TX-done handler now uses the ownership bit in HD64572 drivers.
      WAN: HD64572 already handles TX underruns with DMAC.
      WAN: rework HD64572 interrupts a bit.
      WAN: Simplify HD64572 status handling.
      WAN: don't print HD64572 driver versions anymore.
      WAN: Simplify HD64572 drivers.
      WAN: HD64572 drivers don't use next_desc() anymore.
      WAN: Correct comments in hd6457[02].c
      WAN: Simplify sca_init_port() in HD64572 driver.
      WAN: new synchronous PPP implementation for generic HDLC.
      WAN: syncppp.c is no longer used by any kernel code. Remove it.
      WAN pc300too.c: Fix PC300-X.21 detection

 Documentation/DocBook/Makefile            |    2 +-
 Documentation/DocBook/networking.tmpl     |    3 -
 Documentation/DocBook/wanbook.tmpl        |   99 --
 Documentation/networking/generic-hdlc.txt |    8 +-
 drivers/net/wan/Makefile                  |    2 +-
 drivers/net/wan/c101.c                    |    6 +-
 drivers/net/wan/{hd6457x.c => hd64570.c}  |  254 ++----
 drivers/net/wan/hd64572.c                 |  640 +++++++++++++
 drivers/net/wan/hdlc_ppp.c                |  648 ++++++++++++-
 drivers/net/wan/n2.c                      |    9 +-
 drivers/net/wan/pc300too.c                |  119 +--
 drivers/net/wan/pci200syn.c               |   77 +-
 drivers/net/wan/syncppp.c                 | 1476 -----------------------------
 include/net/syncppp.h                     |  102 --
 14 files changed, 1379 insertions(+), 2066 deletions(-)
 delete mode 100644 Documentation/DocBook/wanbook.tmpl
 rename drivers/net/wan/{hd6457x.c => hd64570.c} (78%)
 create mode 100644 drivers/net/wan/hd64572.c
 delete mode 100644 drivers/net/wan/syncppp.c
 delete mode 100644 include/net/syncppp.h
-- 
Krzysztof Halasa

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

* Re: [Pull request] WAN aka generic HDLC (net-next)
  2008-11-22  2:13 [Pull request] WAN aka generic HDLC (net-next) Krzysztof Halasa
@ 2008-11-22  5:46 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-11-22  5:46 UTC (permalink / raw)
  To: khc; +Cc: netdev, linux-kernel

From: Krzysztof Halasa <khc@pm.waw.pl>
Date: Sat, 22 Nov 2008 03:13:42 +0100

> Can you pull my WAN tree into net-next, please?
> Freshly rebased, with duplicate "dev->priv" commits removed, this is
> basically:
> - updates to Hitachi/Renesas SCA/SCA-II-based drivers (including
>   hd6457x.c split into hd64570.c and hd64572.c)
> - the second=last part of syncppp conversion (all drivers are already
>   using hdlc_ppp)
> - smaller things

Pulled, thanks Krzysztof.

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

end of thread, other threads:[~2008-11-22  5:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-22  2:13 [Pull request] WAN aka generic HDLC (net-next) Krzysztof Halasa
2008-11-22  5:46 ` David Miller

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