diff mbox series

[net-next,v2,04/13] sfc: Copy shared files needed for Siena (part 2)

Message ID 165111307940.21042.17476159328933671191.stgit@palantir17.mph.net (mailing list archive)
State Superseded
Commit be5fd933f8c15967931121aa8a0e521bf2802e71
Delegated to: Netdev Maintainers
Headers show
Series : Move Siena into a separate subdirectory | expand

Checks

Context Check Description
netdev/tree_selection success Clearly marked for net-next
netdev/fixes_present success Fixes tag not required for -next series
netdev/subject_prefix success Link
netdev/cover_letter success Series has a cover letter
netdev/patch_count success Link
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers warning 8 maintainers not CCed: chi.minghao@zte.com.cn toke@redhat.com erik@kryo.se daniel@iogearbox.net dossche.niels@gmail.com ihuguet@redhat.com ap420073@gmail.com liuhangbin@gmail.com
netdev/build_clang success Errors and warnings before: 0 this patch: 0
netdev/module_param fail Was 0 now: 2
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/checkpatch fail + "ERROR: PTP requires MSI-X and 1 additional interrupt" CHECK: Alignment should match open parenthesis CHECK: Blank lines aren't necessary before a close brace '}' CHECK: Comparison to NULL could be written "!page" CHECK: Comparison to NULL could be written "!phy_data" CHECK: Comparison to NULL could be written "!ptp" CHECK: Comparison to NULL could be written "!rx_queue->page_ring[index]" CHECK: Comparison to NULL could be written "!skb" CHECK: Comparison to NULL could be written "!state" CHECK: Comparison to NULL could be written "channel->rx_list" CHECK: Comparison to NULL could be written "efx->type->monitor" CHECK: Comparison to NULL could be written "was_attached" CHECK: Concatenated strings should use spaces between elements CHECK: Lines should not end with a '(' CHECK: Macro argument '_align' may be better as '(_align)' to avoid precedence issues CHECK: Macro argument '_name' may be better as '(_name)' to avoid precedence issues CHECK: Macro argument 'efx' may be better as '(efx)' to avoid precedence issues CHECK: Macro argument 'name' may be better as '(name)' to avoid precedence issues CHECK: No space is necessary after a cast CHECK: Please don't use multiple blank lines CHECK: Please use a blank line after function/struct/union/enum declarations CHECK: Prefer using the BIT macro CHECK: Unnecessary parentheses around 'efx->ptp_data->mode != new_mode' CHECK: Unnecessary parentheses around 'enable_wanted != efx->ptp_data->enabled' CHECK: Unnecessary parentheses around 'evt->seq0 == match->words[0]' CHECK: Unnecessary parentheses around 'evt->seq1 == match->words[1]' CHECK: Unnecessary parentheses around 'inbuf == outbuf' CHECK: Unnecessary parentheses around 'init->tx_type != HWTSTAMP_TX_OFF' CHECK: Unnecessary parentheses around 'init->tx_type != HWTSTAMP_TX_ON' CHECK: Unnecessary parentheses around 'raw_rc == MC_CMD_ERR_NO_EVB_PORT' CHECK: Unnecessary parentheses around 'skb->len <= MC_CMD_PTP_IN_TRANSMIT_PACKET_MAXNUM' CHECK: Unnecessary parentheses around 'state == NULL' CHECK: spinlock_t definition without comment CHECK: struct mutex definition without comment CHECK: usleep_range is preferred over udelay; see Documentation/timers/timers-howto.rst ERROR: Macros starting with if should be enclosed by a do - while loop to avoid possible if/else logic defects ERROR: Macros with complex values should be enclosed in parentheses ERROR: Macros with multiple statements should be enclosed in a do - while loop ERROR: trailing statements should be on next line WARNING: 'correspoding' may be misspelled - perhaps 'corresponding'? WARNING: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON() WARNING: Block comments use a trailing */ on a separate line WARNING: Comparisons should place the constant on the right side of the test WARNING: ENOSYS means 'invalid syscall nr' and nothing else WARNING: ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP WARNING: From:/Signed-off-by: email address mismatch: 'From: Martin Habets <martinh@xilinx.com>' != 'Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com>' WARNING: Missing a blank line after declarations WARNING: Possible comma where semicolon could be used WARNING: Possible repeated word: 'and' WARNING: Possible repeated word: 'block' WARNING: Possible repeated word: 'in' WARNING: Prefer 'fallthrough;' over fallthrough comment WARNING: Prefer 'unsigned int' to bare use of 'unsigned' WARNING: Prefer strscpy over strlcpy - see: https://lore.kernel.org/r/CAHk-=wgfRnXz0W3D37d01q3JFkr_i_uTL=V6A6G1oUZcprmknw@mail.gmail.com/ WARNING: Prefer using '"%s...", __func__' to using 'efx_mcdi_drv_attach', this function's name, in a string WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? WARNING: braces {} are not necessary for single statement blocks WARNING: break quoted strings at a space character WARNING: else is not generally useful after a break or return WARNING: function definition argument 'const struct efx_channel *' should also have an identifier name WARNING: function definition argument 'efx_qword_t *' should also have an identifier name WARNING: function definition argument 'struct efx_channel *' should also have an identifier name WARNING: function definition argument 'struct efx_filter_spec *' should also have an identifier name WARNING: function definition argument 'struct efx_nic *' should also have an identifier name WARNING: function definition argument 'struct sk_buff *' should also have an identifier name WARNING: line length of 102 exceeds 80 columns WARNING: line length of 81 exceeds 80 columns WARNING: line length of 82 exceeds 80 columns WARNING: line length of 83 exceeds 80 columns WARNING: line length of 84 exceeds 80 columns WARNING: line length of 85 exceeds 80 columns WARNING: line length of 86 exceeds 80 columns WARNING: line length of 87 exceeds 80 columns WARNING: line length of 88 exceeds 80 columns WARNING: line length of 89 exceeds 80 columns WARNING: line length of 90 exceeds 80 columns WARNING: line length of 91 exceeds 80 columns WARNING: line length of 92 exceeds 80 columns WARNING: line length of 93 exceeds 80 columns WARNING: line length of 94 exceeds 80 columns WARNING: line length of 95 exceeds 80 columns WARNING: line length of 98 exceeds 80 columns WARNING: line length of 99 exceeds 80 columns WARNING: macros should not use a trailing semicolon WARNING: memory barrier without comment WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst WARNING: networking block comments don't use an empty /* line, use /* Comment... WARNING: quoted string split across lines WARNING: void function return statements are not generally useful
netdev/kdoc fail Errors and warnings before: 0 this patch: 70
netdev/source_inline fail Was 0 now: 4

Commit Message

Martin Habets April 28, 2022, 2:31 a.m. UTC
From: Martin Habets <martinh@xilinx.com>

These are the files starting with m through w.
No changes are done, those will be done with subsequent commits.

Signed-off-by: Martin Habets <habetsm.xilinx@gmail.com>
---
 drivers/net/ethernet/sfc/siena/mcdi.c             |    0 
 drivers/net/ethernet/sfc/siena/mcdi.h             |    0 
 drivers/net/ethernet/sfc/siena/mcdi_mon.c         |    0 
 drivers/net/ethernet/sfc/siena/mcdi_port.c        |    0 
 drivers/net/ethernet/sfc/siena/mcdi_port.h        |    0 
 drivers/net/ethernet/sfc/siena/mcdi_port_common.c |    0 
 drivers/net/ethernet/sfc/siena/mcdi_port_common.h |    0 
 drivers/net/ethernet/sfc/siena/mtd.c              |    0 
 drivers/net/ethernet/sfc/siena/net_driver.h       |    0 
 drivers/net/ethernet/sfc/siena/nic.c              |    0 
 drivers/net/ethernet/sfc/siena/nic.h              |    0 
 drivers/net/ethernet/sfc/siena/nic_common.h       |    0 
 drivers/net/ethernet/sfc/siena/ptp.c              |    0 
 drivers/net/ethernet/sfc/siena/ptp.h              |    0 
 drivers/net/ethernet/sfc/siena/rx.c               |    0 
 drivers/net/ethernet/sfc/siena/rx_common.c        |    0 
 drivers/net/ethernet/sfc/siena/rx_common.h        |    0 
 drivers/net/ethernet/sfc/siena/selftest.c         |    0 
 drivers/net/ethernet/sfc/siena/selftest.h         |    0 
 drivers/net/ethernet/sfc/siena/sriov.c            |    0 
 drivers/net/ethernet/sfc/siena/sriov.h            |    0 
 drivers/net/ethernet/sfc/siena/tx.c               |    0 
 drivers/net/ethernet/sfc/siena/tx.h               |    0 
 drivers/net/ethernet/sfc/siena/tx_common.c        |    0 
 drivers/net/ethernet/sfc/siena/tx_common.h        |    0 
 drivers/net/ethernet/sfc/siena/vfdi.h             |    0 
 drivers/net/ethernet/sfc/siena/workarounds.h      |    0 
 27 files changed, 0 insertions(+), 0 deletions(-)
 copy drivers/net/ethernet/sfc/{mcdi.c => siena/mcdi.c} (100%)
 copy drivers/net/ethernet/sfc/{mcdi.h => siena/mcdi.h} (100%)
 copy drivers/net/ethernet/sfc/{mcdi_mon.c => siena/mcdi_mon.c} (100%)
 copy drivers/net/ethernet/sfc/{mcdi_port.c => siena/mcdi_port.c} (100%)
 copy drivers/net/ethernet/sfc/{mcdi_port.h => siena/mcdi_port.h} (100%)
 copy drivers/net/ethernet/sfc/{mcdi_port_common.c => siena/mcdi_port_common.c} (100%)
 copy drivers/net/ethernet/sfc/{mcdi_port_common.h => siena/mcdi_port_common.h} (100%)
 copy drivers/net/ethernet/sfc/{mtd.c => siena/mtd.c} (100%)
 copy drivers/net/ethernet/sfc/{net_driver.h => siena/net_driver.h} (100%)
 copy drivers/net/ethernet/sfc/{nic.c => siena/nic.c} (100%)
 copy drivers/net/ethernet/sfc/{nic.h => siena/nic.h} (100%)
 copy drivers/net/ethernet/sfc/{nic_common.h => siena/nic_common.h} (100%)
 copy drivers/net/ethernet/sfc/{ptp.c => siena/ptp.c} (100%)
 copy drivers/net/ethernet/sfc/{ptp.h => siena/ptp.h} (100%)
 copy drivers/net/ethernet/sfc/{rx.c => siena/rx.c} (100%)
 copy drivers/net/ethernet/sfc/{rx_common.c => siena/rx_common.c} (100%)
 copy drivers/net/ethernet/sfc/{rx_common.h => siena/rx_common.h} (100%)
 copy drivers/net/ethernet/sfc/{selftest.c => siena/selftest.c} (100%)
 copy drivers/net/ethernet/sfc/{selftest.h => siena/selftest.h} (100%)
 copy drivers/net/ethernet/sfc/{sriov.c => siena/sriov.c} (100%)
 copy drivers/net/ethernet/sfc/{sriov.h => siena/sriov.h} (100%)
 copy drivers/net/ethernet/sfc/{tx.c => siena/tx.c} (100%)
 copy drivers/net/ethernet/sfc/{tx.h => siena/tx.h} (100%)
 copy drivers/net/ethernet/sfc/{tx_common.c => siena/tx_common.c} (100%)
 copy drivers/net/ethernet/sfc/{tx_common.h => siena/tx_common.h} (100%)
 copy drivers/net/ethernet/sfc/{vfdi.h => siena/vfdi.h} (100%)
 copy drivers/net/ethernet/sfc/{workarounds.h => siena/workarounds.h} (100%)
diff mbox series

Patch

diff --git a/drivers/net/ethernet/sfc/mcdi.c b/drivers/net/ethernet/sfc/siena/mcdi.c
similarity index 100%
copy from drivers/net/ethernet/sfc/mcdi.c
copy to drivers/net/ethernet/sfc/siena/mcdi.c
diff --git a/drivers/net/ethernet/sfc/mcdi.h b/drivers/net/ethernet/sfc/siena/mcdi.h
similarity index 100%
copy from drivers/net/ethernet/sfc/mcdi.h
copy to drivers/net/ethernet/sfc/siena/mcdi.h
diff --git a/drivers/net/ethernet/sfc/mcdi_mon.c b/drivers/net/ethernet/sfc/siena/mcdi_mon.c
similarity index 100%
copy from drivers/net/ethernet/sfc/mcdi_mon.c
copy to drivers/net/ethernet/sfc/siena/mcdi_mon.c
diff --git a/drivers/net/ethernet/sfc/mcdi_port.c b/drivers/net/ethernet/sfc/siena/mcdi_port.c
similarity index 100%
copy from drivers/net/ethernet/sfc/mcdi_port.c
copy to drivers/net/ethernet/sfc/siena/mcdi_port.c
diff --git a/drivers/net/ethernet/sfc/mcdi_port.h b/drivers/net/ethernet/sfc/siena/mcdi_port.h
similarity index 100%
copy from drivers/net/ethernet/sfc/mcdi_port.h
copy to drivers/net/ethernet/sfc/siena/mcdi_port.h
diff --git a/drivers/net/ethernet/sfc/mcdi_port_common.c b/drivers/net/ethernet/sfc/siena/mcdi_port_common.c
similarity index 100%
copy from drivers/net/ethernet/sfc/mcdi_port_common.c
copy to drivers/net/ethernet/sfc/siena/mcdi_port_common.c
diff --git a/drivers/net/ethernet/sfc/mcdi_port_common.h b/drivers/net/ethernet/sfc/siena/mcdi_port_common.h
similarity index 100%
copy from drivers/net/ethernet/sfc/mcdi_port_common.h
copy to drivers/net/ethernet/sfc/siena/mcdi_port_common.h
diff --git a/drivers/net/ethernet/sfc/mtd.c b/drivers/net/ethernet/sfc/siena/mtd.c
similarity index 100%
copy from drivers/net/ethernet/sfc/mtd.c
copy to drivers/net/ethernet/sfc/siena/mtd.c
diff --git a/drivers/net/ethernet/sfc/net_driver.h b/drivers/net/ethernet/sfc/siena/net_driver.h
similarity index 100%
copy from drivers/net/ethernet/sfc/net_driver.h
copy to drivers/net/ethernet/sfc/siena/net_driver.h
diff --git a/drivers/net/ethernet/sfc/nic.c b/drivers/net/ethernet/sfc/siena/nic.c
similarity index 100%
copy from drivers/net/ethernet/sfc/nic.c
copy to drivers/net/ethernet/sfc/siena/nic.c
diff --git a/drivers/net/ethernet/sfc/nic.h b/drivers/net/ethernet/sfc/siena/nic.h
similarity index 100%
copy from drivers/net/ethernet/sfc/nic.h
copy to drivers/net/ethernet/sfc/siena/nic.h
diff --git a/drivers/net/ethernet/sfc/nic_common.h b/drivers/net/ethernet/sfc/siena/nic_common.h
similarity index 100%
copy from drivers/net/ethernet/sfc/nic_common.h
copy to drivers/net/ethernet/sfc/siena/nic_common.h
diff --git a/drivers/net/ethernet/sfc/ptp.c b/drivers/net/ethernet/sfc/siena/ptp.c
similarity index 100%
copy from drivers/net/ethernet/sfc/ptp.c
copy to drivers/net/ethernet/sfc/siena/ptp.c
diff --git a/drivers/net/ethernet/sfc/ptp.h b/drivers/net/ethernet/sfc/siena/ptp.h
similarity index 100%
copy from drivers/net/ethernet/sfc/ptp.h
copy to drivers/net/ethernet/sfc/siena/ptp.h
diff --git a/drivers/net/ethernet/sfc/rx.c b/drivers/net/ethernet/sfc/siena/rx.c
similarity index 100%
copy from drivers/net/ethernet/sfc/rx.c
copy to drivers/net/ethernet/sfc/siena/rx.c
diff --git a/drivers/net/ethernet/sfc/rx_common.c b/drivers/net/ethernet/sfc/siena/rx_common.c
similarity index 100%
copy from drivers/net/ethernet/sfc/rx_common.c
copy to drivers/net/ethernet/sfc/siena/rx_common.c
diff --git a/drivers/net/ethernet/sfc/rx_common.h b/drivers/net/ethernet/sfc/siena/rx_common.h
similarity index 100%
copy from drivers/net/ethernet/sfc/rx_common.h
copy to drivers/net/ethernet/sfc/siena/rx_common.h
diff --git a/drivers/net/ethernet/sfc/selftest.c b/drivers/net/ethernet/sfc/siena/selftest.c
similarity index 100%
copy from drivers/net/ethernet/sfc/selftest.c
copy to drivers/net/ethernet/sfc/siena/selftest.c
diff --git a/drivers/net/ethernet/sfc/selftest.h b/drivers/net/ethernet/sfc/siena/selftest.h
similarity index 100%
copy from drivers/net/ethernet/sfc/selftest.h
copy to drivers/net/ethernet/sfc/siena/selftest.h
diff --git a/drivers/net/ethernet/sfc/sriov.c b/drivers/net/ethernet/sfc/siena/sriov.c
similarity index 100%
copy from drivers/net/ethernet/sfc/sriov.c
copy to drivers/net/ethernet/sfc/siena/sriov.c
diff --git a/drivers/net/ethernet/sfc/sriov.h b/drivers/net/ethernet/sfc/siena/sriov.h
similarity index 100%
copy from drivers/net/ethernet/sfc/sriov.h
copy to drivers/net/ethernet/sfc/siena/sriov.h
diff --git a/drivers/net/ethernet/sfc/tx.c b/drivers/net/ethernet/sfc/siena/tx.c
similarity index 100%
copy from drivers/net/ethernet/sfc/tx.c
copy to drivers/net/ethernet/sfc/siena/tx.c
diff --git a/drivers/net/ethernet/sfc/tx.h b/drivers/net/ethernet/sfc/siena/tx.h
similarity index 100%
copy from drivers/net/ethernet/sfc/tx.h
copy to drivers/net/ethernet/sfc/siena/tx.h
diff --git a/drivers/net/ethernet/sfc/tx_common.c b/drivers/net/ethernet/sfc/siena/tx_common.c
similarity index 100%
copy from drivers/net/ethernet/sfc/tx_common.c
copy to drivers/net/ethernet/sfc/siena/tx_common.c
diff --git a/drivers/net/ethernet/sfc/tx_common.h b/drivers/net/ethernet/sfc/siena/tx_common.h
similarity index 100%
copy from drivers/net/ethernet/sfc/tx_common.h
copy to drivers/net/ethernet/sfc/siena/tx_common.h
diff --git a/drivers/net/ethernet/sfc/vfdi.h b/drivers/net/ethernet/sfc/siena/vfdi.h
similarity index 100%
copy from drivers/net/ethernet/sfc/vfdi.h
copy to drivers/net/ethernet/sfc/siena/vfdi.h
diff --git a/drivers/net/ethernet/sfc/workarounds.h b/drivers/net/ethernet/sfc/siena/workarounds.h
similarity index 100%
copy from drivers/net/ethernet/sfc/workarounds.h
copy to drivers/net/ethernet/sfc/siena/workarounds.h