Netdev List
 help / color / mirror / Atom feed
* Pull request: sfc-next 2012-09-19
@ 2012-09-19 19:09 Ben Hutchings
  2012-09-19 19:13 ` [PATCH net-next 01/11] pps/ptp: Allow PHC devices to adjust PPS events for known delay Ben Hutchings
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Ben Hutchings @ 2012-09-19 19:09 UTC (permalink / raw)
  To: David Miller
  Cc: Richard Cochran, Rodolfo Giometti, linux-net-drivers, netdev,
	Andrew Jackson

The following changes since commit b4516a288e71c64d7e214902250baf78b7b3cdcf:

  llc: Remove stray reference to sysctl_llc_station_ack_timeout. (2012-09-17 13:13:24 -0400)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next.git for-davem

(commit 450783747f42dfa3883920acfad4acdd93ce69af)

1. Extension to PPS/PTP to allow for PHC devices where pulses are
   subject to a variable but measurable delay.
2. PPS/PTP/PHC support for Solarflare boards with a timestamping 
   peripheral.
3. MTD support for updating the timestamping peripheral on those boards.
4. Fix for potential over-length requests to firmware.

Ben.

Ben Hutchings (7):
      pps/ptp: Allow PHC devices to adjust PPS events for known delay
      sfc: Fix maximum array sizes for various MCDI commands
      sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()
      sfc: Support variable-length response to MCDI GET_BOARD_CFG
      sfc: Expose FPGA bitfile partition through MTD
      sfc: Bump version to 3.2
      sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES request

Stuart Hodgson (4):
      sfc: Add explicit RX queue flag to channel
      sfc: Add channel specific receive_skb handler and post_remove callback
      sfc: Allow efx_mcdi_rpc to be called in two parts
      sfc: Add support for IEEE-1588 PTP

 drivers/net/ethernet/sfc/Kconfig       |    7 +
 drivers/net/ethernet/sfc/Makefile      |    1 +
 drivers/net/ethernet/sfc/efx.c         |   17 +-
 drivers/net/ethernet/sfc/efx.h         |    1 +
 drivers/net/ethernet/sfc/ethtool.c     |    1 +
 drivers/net/ethernet/sfc/mcdi.c        |   49 +-
 drivers/net/ethernet/sfc/mcdi.h        |    6 +
 drivers/net/ethernet/sfc/mcdi_pcol.h   |   29 +-
 drivers/net/ethernet/sfc/mtd.c         |    7 +-
 drivers/net/ethernet/sfc/net_driver.h  |   29 +-
 drivers/net/ethernet/sfc/nic.h         |   36 +
 drivers/net/ethernet/sfc/ptp.c         | 1483 ++++++++++++++++++++++++++++++++
 drivers/net/ethernet/sfc/rx.c          |   20 +-
 drivers/net/ethernet/sfc/siena.c       |    1 +
 drivers/net/ethernet/sfc/siena_sriov.c |    7 +
 drivers/net/ethernet/sfc/tx.c          |    6 +
 drivers/ptp/ptp_clock.c                |    5 +
 include/linux/pps_kernel.h             |    9 +
 include/linux/ptp_clock_kernel.h       |   10 +-
 19 files changed, 1688 insertions(+), 36 deletions(-)
 create mode 100644 drivers/net/ethernet/sfc/ptp.c

-- 
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.

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

end of thread, other threads:[~2012-09-20 20:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-19 19:09 Pull request: sfc-next 2012-09-19 Ben Hutchings
2012-09-19 19:13 ` [PATCH net-next 01/11] pps/ptp: Allow PHC devices to adjust PPS events for known delay Ben Hutchings
2012-09-20  6:57   ` Richard Cochran
2012-09-20  7:29   ` Rodolfo Giometti
2012-09-19 19:14 ` [PATCH net-next 02/11] sfc: Add explicit RX queue flag to channel Ben Hutchings
2012-09-19 19:15 ` [PATCH net-next 03/11] sfc: Add channel specific receive_skb handler and post_remove callback Ben Hutchings
2012-09-19 19:16 ` [PATCH net-next 04/11] sfc: Allow efx_mcdi_rpc to be called in two parts Ben Hutchings
2012-09-19 19:16 ` [PATCH net-next 05/11] sfc: Fix maximum array sizes for various MCDI commands Ben Hutchings
2012-09-19 19:17 ` [PATCH net-next 06/11] sfc: Add support for IEEE-1588 PTP Ben Hutchings
2012-09-20  6:59   ` Richard Cochran
2012-09-19 19:17 ` [PATCH net-next 07/11] sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg() Ben Hutchings
2012-09-19 19:17 ` [PATCH net-next 08/11] sfc: Support variable-length response to MCDI GET_BOARD_CFG Ben Hutchings
2012-09-19 19:18 ` [PATCH net-next 09/11] sfc: Expose FPGA bitfile partition through MTD Ben Hutchings
2012-09-19 19:18 ` [PATCH net-next 10/11] sfc: Bump version to 3.2 Ben Hutchings
2012-09-19 19:18 ` [PATCH net-next 11/11] sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES request Ben Hutchings
2012-09-20 20:42 ` Pull request: sfc-next 2012-09-19 David Miller

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