summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/mcdi.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: Use ether_addr_copy and eth_broadcast_addrEdward Cree2014-03-101-6/+8
* sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command.Jon Cooper2014-01-211-3/+11
* sfc: Associate primary and secondary functions of controllerBen Hutchings2013-12-121-0/+4
* sfc: Add RX packet timestamping for EF10Jon Cooper2013-12-121-0/+3
* sfc: Store flags from MC_CMD_DRV_ATTACH for later useBen Hutchings2013-12-121-2/+16
* sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPPBen Hutchings2013-12-121-0/+2
* sfc: Log all unexpected MCDI errorsEdward Cree2013-12-121-165/+204
* sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper2013-12-121-0/+34
* sfc: Demote "MC Scheduler error" messagesRobert Stonehouse2013-12-061-2/+2
* sfc: Poll for MCDI completion once before timeout occursRobert Stonehouse2013-12-061-4/+12
* sfc: Refactor efx_mcdi_poll() by introducing efx_mcdi_poll_once()Robert Stonehouse2013-12-061-6/+17
* sfc: Only bind to EF10 functions with the LinkCtrl and Trusted flagsBen Hutchings2013-10-071-1/+17
* sfc: Increase MCDI status timeout to 250msDaniel Pieczko2013-09-201-2/+2
* sfc: Wait for MC reboot to complete before scheduling driver resetDaniel Pieczko2013-09-201-3/+3
* sfc: Update copyright bannersBen Hutchings2013-08-301-2/+2
* sfc: Add support for Solarflare SFC9100 familyBen Hutchings2013-08-291-7/+59
* sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach()Ben Hutchings2013-08-291-4/+33
* sfc: Implement asynchronous MCDI requestsBen Hutchings2013-08-291-26/+263
* sfc: Remove unnecessary use of atomic_tBen Hutchings2013-08-291-16/+12Star
* sfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin()Ben Hutchings2013-08-291-19/+30
* sfc: use MCDI epoch flag to improve MC reboot detection in the driverDaniel Pieczko2013-08-271-6/+13
* sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames2013-08-271-0/+8
* sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings2013-08-271-12/+1Star
* sfc: Move MTD operations into efx_nic_typeBen Hutchings2013-08-271-119/+233
* sfc: Fix race in completion handlingBen Hutchings2013-08-211-15/+10Star
* sfc: Add support for MCDI v2Ben Hutchings2013-08-211-49/+113
* sfc: Update MCDI protocol definitions for EF10Ben Hutchings2013-08-211-0/+1
* sfc: Translate MCDI error numbers received in eventsBen Hutchings2013-08-211-27/+35
* sfc: Rename Falcon-architecture register definitionsBen Hutchings2013-08-211-1/+1
* sfc: Make MCDI independent of SienaBen Hutchings2013-08-211-61/+26Star
* sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()Ben Hutchings2013-08-211-4/+4
* sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings2013-08-211-30/+0Star
* sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI moduleBen Hutchings2013-08-211-2/+22
* sfc: Ensure MCDI buffers, but not lengths, are dword alignedBen Hutchings2013-08-211-13/+18
* sfc: Use proper macros to declare and access MCDI arraysBen Hutchings2013-08-211-32/+29Star
* sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings2013-08-211-25/+27
* sfc: Fix naming of MTD partitions for FPGA bitfilesBen Hutchings2013-04-251-1/+1
* sfc: Fix timekeeping in efx_mcdi_poll()Ben Hutchings2012-12-011-6/+6
* sfc: Reset driver's MAC stats after MC reboot seenBen Hutchings2012-12-011-1/+8
* sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUESBen Hutchings2012-12-011-1/+1
* sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES requestBen Hutchings2012-09-191-0/+3
* sfc: Support variable-length response to MCDI GET_BOARD_CFGBen Hutchings2012-09-191-2/+4
* sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()Ben Hutchings2012-09-191-7/+11
* sfc: Add support for IEEE-1588 PTPStuart Hodgson2012-09-191-0/+5
* sfc: Allow efx_mcdi_rpc to be called in two partsStuart Hodgson2012-09-071-3/+18
* sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc()Ben Hutchings2012-07-171-3/+8
* sfc: Add SR-IOV back-end support for SFC9000 familyBen Hutchings2012-02-161-0/+34
* sfc: Add hwmon driver for boards using SFC9000-family controllersBen Hutchings2012-01-271-43/+0Star
* sfc: Support extraction of CAPABILITIES from GET_BOARD_CFG response.Matthew Slattery2012-01-271-1/+9
* sfc: Use new names for MC shared memory layout constantsBen Hutchings2012-01-271-10/+4Star