commit_title
stringlengths
13
124
commit_body
stringlengths
0
1.9k
release_summary
stringclasses
52 values
changes_summary
stringlengths
1
758
release_affected_domains
stringclasses
33 values
release_affected_drivers
stringclasses
51 values
domain_of_changes
stringlengths
2
571
language_set
stringclasses
983 values
diffstat_files
int64
1
300
diffstat_insertions
int64
0
309k
diffstat_deletions
int64
0
168k
commit_diff
stringlengths
92
23.4M
category
stringclasses
108 values
commit_hash
stringlengths
34
40
related_people
stringlengths
0
370
domain
stringclasses
21 values
subdomain
stringclasses
241 values
leaf_module
stringlengths
0
912
net: mvpp2: add ppv23 rx fifo flow control
new fifo flow control feature was added in ppv23. ppv2 fifo polled by hw and trigger pause frame if fifo fill level is below threshold. fifo hw flow control enabled with cm3 rxq&bm flow control with ethtool. current fifo thresholds is: 9kb for port with maximum speed 10gb/s port 4kb for port with maximum speed 5gb/s po...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['h', 'c']
2
68
0
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +/* rx fifo threshold in 1kb granularity */ +#define mvpp23_port0_fifo_trsh (9 * 1024) +#define mvpp23_port1_fifo_trs...
Networking
aca0e23584c90fb3b3aee3e413fd872dee1d55fb
stefan chulski marcin wojtas mw semihalf com
drivers
net
ethernet, marvell, mvpp2
net: mvpp2: set 802.3x gop flow control mode
this patch fix gmac tx flow control autoneg. flow control autoneg wrongly were disabled with enabled tx flow control.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['c']
1
1
1
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c - ctrl2 &= ~(mvpp2_gmac_inband_an_mask | mvpp2_gmac_pcs_enable_mask); + ctrl2 &= ~(mvpp2_gmac_inb...
Networking
262412d55acd58e39b71a277c25ceeeb851cf0f6
stefan chulski marcin wojtas mw semihalf com
drivers
net
ethernet, marvell, mvpp2
net: mvpp2: add tx fc firmware check
patch check that tx fc firmware is running in cm3. if not, global tx fc would be disabled.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['h', 'c']
2
33
7
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2.h +#define mss_fc_max_timeout 5000 diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c b/drivers/net/ethernet/...
Networking
9ca5e767ec34336389f3dc68f3cbd7bd91c53d2e
stefan chulski marcin wojtas mw semihalf com
drivers
net
ethernet, marvell, mvpp2
net: mvpp2: add tx flow control support for jumbo frames
with mtu less than 1500b on all ports, the driver uses per cpu pool mode. if one of the ports set to jumbo frame mtu size, all ports move to shared pools mode. here, buffer manager tx flow control reconfigured on all ports.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tx flow control support for jumbo frames
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mvpp2 ']
['c']
1
26
0
--- diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c --- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c +++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c +/* disable/enable flow control for bm pool on all ports */ +static void mvpp2_bm_pool_update_pri...
Networking
3a616b92a9d17448d96a33bf58e69f01457fd43a
stefan chulski
drivers
net
ethernet, marvell, mvpp2
netdevsim: fib: add debugfs to debug route offload failure
add "fail_route_offload" flag to disallow offloading routes. it is needed to test "offload failed" notifications.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add debugfs to debug route offload failure
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['netdevsim', 'fib']
['c']
1
112
2
--- diff --git a/drivers/net/netdevsim/fib.c b/drivers/net/netdevsim/fib.c --- a/drivers/net/netdevsim/fib.c +++ b/drivers/net/netdevsim/fib.c +#include <linux/debugfs.h> + struct dentry *ddir; + bool fail_route_offload; +static void +nsim_fib4_rt_offload_failed_flag_set(struct net *net, + struct fib_entry_notifier_inf...
Networking
134c7532424067b3006024c1acc44bd195245622
amit cohen
drivers
net
netdevsim
nfc: add a virtual nci device driver
nci virtual device simulates a nci device to the user. it can be used to validate the nci module and applications. this driver supports communication between the virtual nci device and nci module.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add a virtual nci device driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['nfc']
['kconfig', 'c', 'makefile']
3
227
0
--- diff --git a/drivers/nfc/kconfig b/drivers/nfc/kconfig --- a/drivers/nfc/kconfig +++ b/drivers/nfc/kconfig +config nfc_virtual_nci + tristate "nci device simulator driver" + depends on nfc_nci + help + nci virtual device simulates a nci device to the user. + it can be used to validate the nci module and application...
Networking
e624e6c3e777fb3dfed036b9da4d433aee3608a5
bongsu jeon
drivers
nfc
octeontx2-af: cn10k: add mbox support for cn10k platform
firmware allocates memory regions for pfs and vfs in dram. the pfs memory region is used for af-pf and pf-vf mailbox. this mbox facilitates communication between af-pf and pf-vf.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
6
191
36
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/mbox.c b/drivers/net/ethernet/marvell/octeontx2/af/mbox.c --- a/drivers/net/ethernet/marvell/octeontx2/af/mbox.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/mbox.c - void *hw_mbase = mbox->hwbase + (devid * mbox_size); + void *hw_mbase = mdev->hwbase; -int ...
Networking
98c5611163603d3d8012b1bf64ab48fd932cf734
subbaraya sundeep
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-pf: cn10k: add mbox support for cn10k
firmware allocates memory regions for pfs and vfs in dram. the pfs memory region is used for af-pf and pf-vf mailbox. this mbox facilitate communication between af-pf and pf-vf.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c', 'makefile']
6
73
27
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/makefile b/drivers/net/ethernet/marvell/octeontx2/nic/makefile --- a/drivers/net/ethernet/marvell/octeontx2/nic/makefile +++ b/drivers/net/ethernet/marvell/octeontx2/nic/makefile -obj-$(config_octeontx2_pf) += octeontx2_nicpf.o -obj-$(config_octeontx2_vf) += o...
Networking
facede8209ef0dee84557c036e8502a99bb20a91
subbaraya sundeep
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-af: cn10k: update nix/npa context structure
nix hardware context structure got changed to accommodate new features like bandwidth steering, l3/l4 outer/inner checksum enable/disable etc., on cn10k platform. this patch defines new mbox message nix_cn10k_aq_inst for new nix context initialization.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
3
223
424
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/mbox.h b/drivers/net/ethernet/marvell/octeontx2/af/mbox.h --- a/drivers/net/ethernet/marvell/octeontx2/af/mbox.h +++ b/drivers/net/ethernet/marvell/octeontx2/af/mbox.h +m(nix_cn10k_aq_enq, 0x8019, nix_cn10k_aq_enq, nix_cn10k_aq_enq_req, \ + nix_cn10k_aq_enq_rsp...
Networking
30077d210c839928bdef70c590cab368b0a96b8a
geetha sowjanya
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: cn10k: update nix and npa context in debugfs
on cn10k platform npa and nix context structure bit fields had changed to support new features like bandwidth steering etc. this patch dumps approprate context for cn10k platform.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['c']
1
175
2
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c + struct rvu *rvu = m->private; + + if (!is_rvu_otx2(rvu)) + seq_...
Networking
3feac505fb316ebe86928453db8aa78e296927b7
geetha sowjanya
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-pf: cn10k: initialise nix context
on cn10k platform nix rq and sq context structure got changed. this patch uses new mbox message "nix_cn10k_aq_enq" for nix context initialization on cn10k platform.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
2
80
31
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +static int cn10k_sq_aq_init(struct otx2_nic *pfvf, u16 qidx,...
Networking
d21a857562ad562b6b34fe30ab631088cee9cc68
geetha sowjanya
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: cn10k: map lmtst region
on cn10k platform transmit/receive buffer alloc and free from/to hardware had changed to support burst operation. whereas pervious silicon's only support single buffer free at a time. to support the same firmware allocates a dram region for each pf/vf for storing lmtlines. these lmtlines are used for npa batch free and...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
3
100
4
- mapping pf/vf lmtst region. - reserves 0-71 (rx + tx + xdp) lmtst lines for npa batch - reserves 72-512 lmtst lines for nix sqe flush. --- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h --- a/drivers/net/ethernet/marvell/octeontx2/nic/o...
Networking
6e8ad4387da5760f0737ec21452624f653272ed9
geetha sowjanya
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: cn10k: use lmtst lines for npa/nix operations
this patch adds support to use new lmtst lines for npa batch free and burst sqe flush. adds new dev_hw_ops structure to hold platform specific functions and create new files cn10k.c and cn10k.h.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c', 'makefile']
11
336
135
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/makefile b/drivers/net/ethernet/marvell/octeontx2/nic/makefile --- a/drivers/net/ethernet/marvell/octeontx2/nic/makefile +++ b/drivers/net/ethernet/marvell/octeontx2/nic/makefile - otx2_ptp.o otx2_flows.o + otx2_ptp.o otx2_flows.o cn10k.o diff --git a/drivers/...
Networking
4c236d5dc8b86222dc155cd68e7934624264150f
geetha sowjanya
include
linux
ethernet, marvell, nic, octeontx2, soc
octeontx2-af: cn10k: add rpm mac support
octeontx2's next gen platform the cn10k has rpm mac which has a different serdes when compared to cgx mac. though the underlying hw is different, the csr interface has been designed largely inline with cgx mac, with few exceptions though. so we are using the same cgx driver for rpm mac as well and will have a different...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'maintainers', 'c', 'makefile']
12
479
106
--- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +m: hariprasad <hkelam@marvell.com> diff --git a/drivers/net/ethernet/marvell/octeontx2/af/makefile b/drivers/net/ethernet/marvell/octeontx2/af/makefile --- a/drivers/net/ethernet/marvell/octeontx2/af/makefile +++ b/drivers/net/ethernet/marv...
Networking
91c6945ea1f9059fea886630d0fd8070740e2aaf
hariprasad kelam
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: cn10k: add support for programmable channels
nix uses unique channel numbers to identify the packet sources/sinks like cgx,lbk and sdp. the channel numbers assigned to each block are hardwired in cn9xxx silicon. the fixed channel numbers in cn9xxx are:
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'maintainers', 'c', 'makefile']
12
360
17
--- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +m: subbaraya sundeep <sbhatta@marvell.com> diff --git a/drivers/net/ethernet/marvell/octeontx2/af/makefile b/drivers/net/ethernet/marvell/octeontx2/af/makefile --- a/drivers/net/ethernet/marvell/octeontx2/af/makefile +++ b/drivers/net/ether...
Networking
242da439214be9e61b75376d90e71c5c61744c92
subbaraya sundeep
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: cn10k: add mtu configuration
octeontx3 cn10k silicon supports bigger mtu when compared to 9216 mtu supported by octeontx2 silicon variants. lookback interface supports upto 64k and rpm lmac interfaces support upto 16k.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c', 'makefile']
11
138
12
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/makefile b/drivers/net/ethernet/marvell/octeontx2/af/makefile --- a/drivers/net/ethernet/marvell/octeontx2/af/makefile +++ b/drivers/net/ethernet/marvell/octeontx2/af/makefile -obj-$(config_octeontx2_mbox) += octeontx2_mbox.o -obj-$(config_octeontx2_af) += octe...
Networking
6e54e1c5399a22e30f69771dfd70d5a847c809b4
hariprasad kelam
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-pf: cn10k: get max mtu supported from admin function
cn10k supports max mtu of 16k on lmac links and 64k on lbk links and octeontx2 silicon supports 9k mtu on both links. get the same from nix_get_hw_info mbox message in netdev probe.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
7
97
18
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/cn10k.c b/drivers/net/ethernet/marvell/octeontx2/nic/cn10k.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/cn10k.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/cn10k.c - aq->sq.smq_rr_weight = otx2_max_mtu; + aq->sq.smq_rr_weight = pfvf->netdev->mtu; di...
Networking
ab58a416c93f134b72ec7e10d8d74509c3985243
hariprasad kelam
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-af: cn10k: add rpm lmac pause frame support
flow control configuration is different for cgx(octeontx2) and rpm(cn10k) functional blocks. this patch adds the necessary changes for rpm to support 802.3 pause frames configuration on cn10k platforms.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
6
201
23
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c --- a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c - if (is_dev_rpm(cgx)) - return; - -int cgx_lmac_get_pause_frm(void *cgxd, int lmac_id, - u8 *tx_...
Networking
1845ada47f6de392b2f4de0764e1c4b38d7d7bc0
rakesh babu
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: cn10k: add rpm rx/tx stats support
rpm supports below list of counters as an extension to existing counters * class based flow control pause frames * vlan/jabber/fragmented packets * fcs/alignment/oversized error packets
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
8
227
26
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c --- a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c - struct mac_ops *mac_ops; - mac_ops = cgx->mac_ops; - struct mac_ops *mac_ops; - mac_ops = cgx->...
Networking
ce7a6c3106de5724c45d555ed84acdd3930e8e71
hariprasad kelam
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: cn10k: mac internal loopback support
mac on cn10k silicon support loopback for selftest or debug purposes. this patch does necessary configuration to loopback packets upon receiving request from lmac mapped rvu pf's netdev via mailbox.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add marvell cn10k support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
6
61
6
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c --- a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c -static inline u8 cgx_get_lmac_type(struct cgx *cgx, int lmac_id) +static u8 cgx_get_lmac_type(vo...
Networking
3ad3f8f93c81f81d6e28b2e286b03669cc1fb3b0
hariprasad kelam
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: add devlink health reporters for nix
add health reporters for rvu nix block. nix health reporters handle following hw event groups - general events - error events - ras events - rvu event
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add devlink and devlink health reporters
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
3
688
1
- general events - error events - ras events - rvu event --- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c +static ...
Networking
5ed66306eab6953197c88e082d9ecc0b35e21538
george cherian
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: forward error correction configuration
cgx block supports forward error correction modes baser and rs. this patch adds support to set encoding mode and to read corrected/uncorrected block counters
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
ethtool support for fec and link configuration
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
5
155
2
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c --- a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c +static int cgx_set_fec_stats_count(struct cgx_link_user_info *linfo) +{ + if (!linfo->fec) + ret...
Networking
84c4f9cab4f99e774a8d9bbee299d288bdb2d792
christina jacob
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: add new cgx_cmd to get phy fec statistics
this patch adds support to fetch fec stats from phy. the stats are put in the shared data struct fwdata. a phy driver indicates that it has fec stats by setting the flag fwdata.phy.misc.has_fec_stats
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
ethtool support for fec and link configuration
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
6
97
0
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c --- a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c +int cgx_get_phy_fec_stats(void *cgxd, int lmac_id) +{ + struct cgx *cgx = cgxd; + u64 req = 0, r...
Networking
bd74d4ea29cc3c0520d9af109bb7a7c769325746
felix manlunas
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-pf: ethtool fec mode support
add ethtool support to configure fec modes baser/rs and support to fecth fec stats from cgx as well phy.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
ethtool support for fec and link configuration
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
4
188
1
- ethtool --set-fec eth0 encoding rs/baser/off/auto - ethtool --show-fec eth0 --- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c +++ b/drivers/net/ethernet/marvell/octeontx2/n...
Networking
d0cf9503e908ee7b235a5efecedeb74aabc482f3
christina jacob
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-af: physical link configuration support
cgx lmac, the physical interface support link configuration parameters like speed, auto negotiation, duplex etc. firmware saves these into memory region shared between firmware and this driver.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
ethtool support for fec and link configuration
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
5
113
3
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c --- a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c +static int cgx_link_usertable_index_map(int speed) +{ + switch (speed) { + case speed_10: + retu...
Networking
56b6d539861358884debbe4bfb19ca0d86aaf0cb
christina jacob
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: advertised link modes support on cgx
cgx supports setting advertised link modes on physical link. this patch adds support to derive cgx mode from ethtool link mode and pass it to firmware to configure the same.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
ethtool support for fec and link configuration
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
3
146
3
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c --- a/drivers/net/ethernet/marvell/octeontx2/af/cgx.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/cgx.c +#include <linux/ethtool.h> + cgx_speed_mbps[cgx_link_80g] = 80000; +static void set_mod_args(str...
Networking
9d8711b25584160121c56c2d817036c6ef0c5b4c
christina jacob jesse brandeburg jesse brandeburg intel com
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-pf: ethtool physical link status
register get_link_ksettings callback to get link status information from the driver. as virtual function (vf) shares same physical link same api is used for both the drivers and for loop back drivers simply returns the fixed values as its does not have physical link.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
ethtool support for fec and link configuration
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['c']
1
158
0
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c +#include <linux/linkmode.h> +/* physical link config */ ...
Networking
1a50280c25ecfb1243e40eb3e9d3404cbc754d7a
christina jacob
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: ethtool physical link configuration
register set_link_ksetting callback with driver such that link configurations parameters like advertised mode,speed, duplex and autoneg can be configured.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
ethtool support for fec and link configuration
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['c']
1
63
0
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c --- a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c +++ b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c +static void otx2_get_advertised_mode(const struct ethtoo...
Networking
cff713ce6c1307f0701cf905e05c944d75369dbc
christina jacob
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-af: mailbox changes for 98xx cpt block
this patch changes cpt mailbox message format to support new block cpt1 in 98xx silicon.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support for octeontx2 98xx cpt block
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
2
27
16
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/mbox.h b/drivers/net/ethernet/marvell/octeontx2/af/mbox.h --- a/drivers/net/ethernet/marvell/octeontx2/af/mbox.h +++ b/drivers/net/ethernet/marvell/octeontx2/af/mbox.h + int blkaddr; + int blkaddr; diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_cpt....
Networking
de2854c87c64788f94e34217d06e60422e4a1842
srujana challa
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: add support for cpt1 in debugfs
adds support to display block cpt1 stats at "/sys/kernel/debug/octeontx2/cpt1".
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support for octeontx2 98xx cpt block
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
2
49
44
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu.h b/drivers/net/ethernet/marvell/octeontx2/af/rvu.h --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu.h +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu.h +#define max_cpt_blks 2 +struct cpt_ctx { + int blkaddr; + struct rvu *rvu; +}; + + struct cpt_ct...
Networking
b0f60fab7805cb013311ede0127f8abbf1bdc986
srujana challa
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: handle cpt function level reset
when flr is initiated for a vf (pci function level reset), the parent pf gets a interrupt. pf then sends a message to admin function (af), which then cleans up all resources attached to that vf. this patch adds support to handle cpt flr.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support for octeontx2 98xx cpt block
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
4
102
0
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu.c --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu.c + else if ((block->addr == blkaddr_cpt0) || + (block->addr == blkaddr_cpt1)) + rvu_cpt_lf_teardow...
Networking
c57c58fd5c4fd288f5aca0970982c9bd547d6288
srujana challa
drivers
net
af, ethernet, marvell, octeontx2
octeontx2-af: support esp/ah rss hashing
support spi and sequence number fields of esp/ah header to be hashed for rss. by default esp/ah fields are not considered for rss and needs to be set explicitly as below: ethtool -u eth0 rx-flow-hash esp4 sdfn or ethtool -u eth0 rx-flow-hash ah4 sdfn or ethtool -u eth0 rx-flow-hash esp6 sdfn or ethtool -u eth0 rx-flow-...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support esp/ah rss hashing
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
3
65
1
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/mbox.h b/drivers/net/ethernet/marvell/octeontx2/af/mbox.h --- a/drivers/net/ethernet/marvell/octeontx2/af/mbox.h +++ b/drivers/net/ethernet/marvell/octeontx2/af/mbox.h +#define nix_flow_key_type_ah bit(22) +#define nix_flow_key_type_esp bit(23) diff --git a/dri...
Networking
b9b7421a01d82c474227fce04f0468f1c70be306
subbaraya sundeep
drivers
net
af, ethernet, marvell, nic, octeontx2
octeontx2-pf: add rss multi group support
hardware supports 8 rss groups per interface. currently we are using only group '0'. this patch allows user to create new rss groups/contexts and use the same as destination for flow steering rules.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add rss multi group support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
4
163
44
- fixed compiletime warning. - address saeed's comments on v3. - coverted otx2_set_rxfh() to use new function. - removed unrelated whitespace - coverted otx2_get_rxfh() to use new function. --- diff --git a/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c b/drivers/net/ethernet/marvell/octeontx2/nic/otx2_common...
Networking
81a4362016e7d8b17031fe1aa43cdb58a7f0f163
geetha sowjanya
drivers
net
ethernet, marvell, nic, octeontx2
octeontx2-pf: add flow classification using ip next level protocol
this patch adds support to install flow rules using ipv4 proto or ipv6 next header field to distinguish between tcp/udp/sctp/esp/ah flows when user doesn't specify the other match creteria related to the flow such as tcp/udp/sctp source port and destination port, ah/esp spi value. this is achieved by matching the layer...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add flow classification using ip next level protocol
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2-af ']
['h', 'c']
4
153
21
--- diff --git a/drivers/net/ethernet/marvell/octeontx2/af/npc.h b/drivers/net/ethernet/marvell/octeontx2/af/npc.h --- a/drivers/net/ethernet/marvell/octeontx2/af/npc.h +++ b/drivers/net/ethernet/marvell/octeontx2/af/npc.h + npc_ipproto_tcp, + npc_ipproto_udp, + npc_ipproto_sctp, + npc_ipproto_ah, + npc_ipproto_esp, di...
Networking
b7cf966126eb16c96bcd13e5ba63657b7e2baef2
naveen mamindlapalli
drivers
net
af, ethernet, marvell, nic, octeontx2
net: pcs: add pcs-lynx 1000base-x support
add support for 1000base-x to pcs-lynx for the lx2160a.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add pcs-lynx 1000base-x support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['pcs']
['c']
1
36
0
--- diff --git a/drivers/net/pcs/pcs-lynx.c b/drivers/net/pcs/pcs-lynx.c --- a/drivers/net/pcs/pcs-lynx.c +++ b/drivers/net/pcs/pcs-lynx.c +#define ieee8023_link_timer_ns 10000000 + case phy_interface_mode_1000basex: +static int lynx_pcs_config_1000basex(struct mdio_device *pcs, + unsigned int mode, + const unsigned lo...
Networking
694a0006c0b15ed22aa53dc4b244d64c5f12e45e
russell king
drivers
net
pcs
net: phy: icplus: use phy_id_match_model() macro
simpify the initializations of the structures. there is no functional change.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
cleanups and new features
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ', 'icplus']
['c']
1
10
9
--- diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c --- a/drivers/net/phy/icplus.c +++ b/drivers/net/phy/icplus.c +#define ip175c_phy_id 0x02430d80 +#define ip1001_phy_id 0x02430d90 +#define ip101a_phy_id 0x02430c54 + - .phy_id = 0x02430d80, + phy_id_match_model(ip175c_phy_id), - .phy_id_mask = 0x0ffff...
Networking
2ad4758cec48c159d776352b02e6984c3c362bff
michael walle andrew lunn andrew lunn ch
drivers
net
phy
net: phy: icplus: use phy_id_match_exact() for ip101a/g
according to the datasheet of the ip101a/g there is no revision field and mii_physid2 always reads as 0x0c54. use phy_id_match_exact() then.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
cleanups and new features
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ', 'icplus']
['c']
1
2
2
--- diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c --- a/drivers/net/phy/icplus.c +++ b/drivers/net/phy/icplus.c - phy_id_match_model(ip101a_phy_id), + phy_id_match_exact(ip101a_phy_id), - { phy_id_match_model(ip101a_phy_id) }, + { phy_id_match_exact(ip101a_phy_id) },
Networking
7360a4de36a4826cc998ce5a89fbc9b5a2182758
michael walle andrew lunn andrew lunn ch
drivers
net
phy
net: phy: icplus: drop address operator for functions
don't sometimes use the address operator and sometimes not. drop it and make the code look uniform.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
cleanups and new features
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ', 'icplus']
['c']
1
5
5
--- diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c --- a/drivers/net/phy/icplus.c +++ b/drivers/net/phy/icplus.c - .config_init = &ip175c_config_init, - .config_aneg = &ip175c_config_aneg, - .read_status = &ip175c_read_status, + .config_init = ip175c_config_init, + .config_aneg = ip175c_config_aneg, +...
Networking
8edf206cc2b5c98f7c59e01c22cdbc291b713e38
michael walle andrew lunn andrew lunn ch
drivers
net
phy
net: phy: icplus: use the .soft_reset() of the phy-core
the phy core already resets the phy before .config_init() if a .soft_reset() op is registered. drop the open-coded ip1xx_reset().
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
cleanups and new features
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ', 'icplus']
['c']
1
2
30
--- diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c --- a/drivers/net/phy/icplus.c +++ b/drivers/net/phy/icplus.c -static int ip1xx_reset(struct phy_device *phydev) -{ - int bmcr; - - /* software reset phy */ - bmcr = phy_read(phydev, mii_bmcr); - if (bmcr < 0) - return bmcr; - bmcr |= bmcr_reset; - bm...
Networking
df22de9a6f130e85ba174fe6bb3ed190b1cded36
michael walle andrew lunn andrew lunn ch
drivers
net
phy
net: phy: icplus: split ip101a/g driver
unfortunately, the ip101a and ip101g share the same phy identifier. while most of the functions are somewhat backwards compatible, there is for example the aps_en bit on the ip101a but on the ip101g this bit reserved. also, the ip101g has many more functionalities.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
cleanups and new features
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ', 'icplus']
['c']
1
66
3
--- diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c --- a/drivers/net/phy/icplus.c +++ b/drivers/net/phy/icplus.c +#define ip101g_page_control 0x14 +#define ip101g_page_control_mask genmask(4, 0) +static int ip101a_g_has_page_register(struct phy_device *phydev) +{ + int oldval, val, ret; + + oldval = p...
Networking
675115bf8c3dd51e91aa97cdbc7b14dc0e7e0698
michael walle
drivers
net
phy
net: phy: icplus: don't set aps_en bit on ip101g
this bit is reserved as 'always-write-1'. while this is not a particular error, because we are only setting it, guard it by checking the model to prevent errors in the future.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
cleanups and new features
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ', 'icplus']
['c']
1
20
7
--- diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c --- a/drivers/net/phy/icplus.c +++ b/drivers/net/phy/icplus.c -static int ip101a_g_config_init(struct phy_device *phydev) +static int ip101a_g_config_intr_pin(struct phy_device *phydev) - int err, c; + int err; + return 0; +} + +static int ip101a_conf...
Networking
eeac7d43d4dd037882a288edb1c9d41f31f142c1
michael walle andrew lunn andrew lunn ch
drivers
net
phy
net: phy: icplus: fix paged register access
registers >= 16 are paged. be sure to set the page. it seems this was working for now, because the default is correct for the registers used in the driver at the moment. but this will also assume, nobody will change the page select register before linux is started. the page select register is _not_ reset with a soft re...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
cleanups and new features
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ', 'icplus']
['c']
1
54
13
--- diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c --- a/drivers/net/phy/icplus.c +++ b/drivers/net/phy/icplus.c +#define ip101g_default_page 16 + - int err; + int oldpage, err = 0; + + oldpage = phy_select_page(phydev, ip101g_default_page); + if (oldpage < 0) + return oldpage; - err = phy_modify(phyd...
Networking
f9bc51e6cce2171e4d8f28c575278dfa07085b44
michael walle
drivers
net
phy
net: phy: icplus: add phy counter for ip101g
the ip101g provides three counters: rx packets, crc errors and symbol errors. the error counters can be configured to clear automatically on read. unfortunately, this isn't true for the rx packet counter. because of this and because the rx packet counter is more likely to overflow, than the error counters implement onl...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
cleanups and new features
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ', 'icplus']
['c']
1
75
0
--- diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c --- a/drivers/net/phy/icplus.c +++ b/drivers/net/phy/icplus.c +#define ip101g_p1_cnt_ctrl 17 +#define cnt_ctrl_rx_en bit(13) +#define ip101g_p8_cnt_ctrl 17 +#define cnt_ctrl_rdclr_en bit(15) +#define ip101g_cnt_reg 18 + +struct ip101g_hw_stat { + cons...
Networking
a0750d42e95192fa8d57796f35ca7189bd231bb4
michael walle andrew lunn andrew lunn ch
drivers
net
phy
net: phy: icplus: add mdi/mdix support for ip101a/g
implement the operations to set desired mode and retrieve the current mode.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
cleanups and new features
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ', 'icplus']
['c']
1
97
0
--- diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c --- a/drivers/net/phy/icplus.c +++ b/drivers/net/phy/icplus.c +#define ip101a_g_auto_mdix_dis bit(11) +#define ip101a_g_phy_status 18 +#define ip101a_g_mdix bit(9) +#define ip101a_g_phy_spec_ctrl 30 +#define ip101a_g_force_mdix bit(3) +static int ip10...
Networking
32ab60e5392066e5c5f71a93e37ea36ab726a526
michael walle
drivers
net
phy
net: phy: add 100 base-x mode
sparx-5 supports this mode and it is missing in the phy core.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add 100 base-x mode
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ']
['h', 'rst']
2
9
0
--- diff --git a/documentation/networking/phy.rst b/documentation/networking/phy.rst --- a/documentation/networking/phy.rst +++ b/documentation/networking/phy.rst +''phy_interface_mode_100basex'' + this defines ieee 802.3 clause 24. the link operates at a fixed data + rate of 125mpbs using a 4b/5b encoding scheme, resu...
Networking
b1ae3587d16a8c8fc9453e147c8708d6f006ffbb
bjarni jonasson russell king rmk kernel armlinux org uk
include
linux
net: phy: add 5gbaser interface mode
add 5gbase-r phy interface mode
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add 5gbaser interface mode
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ']
['h', 'rst']
2
10
0
--- diff --git a/documentation/networking/phy.rst b/documentation/networking/phy.rst --- a/documentation/networking/phy.rst +++ b/documentation/networking/phy.rst +''phy_interface_mode_5gbaser'' + this is the ieee 802.3 clause 129 defined 5gbase-r protocol. it is + identical to the 10gbase-r protocol defined in clause ...
Networking
7331d1d4622ba7e668ec19cfba2ed7feb4a3084e
pavana sharma andrew lunn andrew lunn ch florian fainelli f fainelli gmail com
include
linux
net: phy: at803x: add support for configuring smarteee
smarteee for the atheros phy was deemed buggy by freescale and commits were added to disable it for their boards.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for configuring smarteee
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ', 'at803x']
['c']
1
64
1
--- diff --git a/drivers/net/phy/at803x.c b/drivers/net/phy/at803x.c --- a/drivers/net/phy/at803x.c +++ b/drivers/net/phy/at803x.c +#define at803x_mmd3_smarteee_ctl1 0x805b +#define at803x_mmd3_smarteee_ctl2 0x805c +#define at803x_mmd3_smarteee_ctl3 0x805d +#define at803x_mmd3_smarteee_ctl3_lpi_en bit(8) + +#define at8...
Networking
390b4cad81484124db2b676ed20a265adc032bae
russell king
drivers
net
phy
net: phy: bcm7xxx: add an entry for bcm72116
bcm72116 features a 28nm integrated ephy, add an entry to match this phy oui.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add an entry for bcm72116
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ', 'bcm7xxx']
['h', 'c']
2
3
0
--- diff --git a/drivers/net/phy/bcm7xxx.c b/drivers/net/phy/bcm7xxx.c --- a/drivers/net/phy/bcm7xxx.c +++ b/drivers/net/phy/bcm7xxx.c + bcm7xxx_28nm_ephy(phy_id_bcm72116, "broadcom bcm72116"), + { phy_id_bcm72116, 0xfffffff0, }, diff --git a/include/linux/brcmphy.h b/include/linux/brcmphy.h --- a/include/linux/brcmphy...
Networking
8b86850bf9ef259e194ce49c776aded3b8c281fb
florian fainelli andrew lunn andrew lunn ch
include
linux
phy
net: phy: broadcom: set proper 1000basex/sgmii interface mode for bcm54616s
the default configuration for the bcm54616s phy may not match the desired mode when using 1000basex or sgmii interface modes, such as when it is on an sfp module. add code to explicitly set the correct mode using programming sequences provided by bel-fuse:
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
set proper 1000basex/sgmii interface mode for bcm54616s
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy ', 'broadcom']
['h', 'c']
2
76
12
--- diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c --- a/drivers/net/phy/broadcom.c +++ b/drivers/net/phy/broadcom.c +static int bcm54616s_config_init(struct phy_device *phydev) +{ + int rc, val; + + if (phydev->interface != phy_interface_mode_sgmii && + phydev->interface != phy_interface_mode_100...
Networking
3afd0218992a8d1398e9791d6c2edd4c948ae7ee
robert hancock
include
linux
phy
net: phy: introduce phydev->port
at the moment, port_mii is reported in the ethtool ops. this is odd because it is an interface between the mac and the phy and no external port. some network card drivers will overwrite the port to twisted pair or fiber, though. even worse, the mdi/mdix setting is only used by ethtool if the port is twisted pair.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
introduce phydev->port
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy']
['h', 'c']
10
36
4
--- diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c --- a/drivers/net/phy/broadcom.c +++ b/drivers/net/phy/broadcom.c + + phydev->port = port_fibre; diff --git a/drivers/net/phy/dp83822.c b/drivers/net/phy/dp83822.c --- a/drivers/net/phy/dp83822.c +++ b/drivers/net/phy/dp83822.c + if (dp83822->fx_e...
Networking
4217a64e18a1647a0dbc68cb3169a5a06f054ec8
michael walle
include
linux
phy
net: phy: micrel: add ks8851 phy support
the ks8851 has a reduced internal phy, which is accessible through its registers at offset 0xe4. the phy is compatible with ks886x phy present in micrel switches, including the phy id low/high registers swap, which is present both in the mac and the switch.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add ks8851 phy support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy', 'micrel']
['c']
1
1
1
--- diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c --- a/drivers/net/phy/micrel.c +++ b/drivers/net/phy/micrel.c - .name = "micrel ksz886x switch", + .name = "micrel ksz8851 ethernet mac or ksz886x switch",
Networking
ab36a3a2e67834687b85b46bc74add45894cdb3d
marek vasut andrew lunn andrew lunn ch
drivers
net
phy
net: phylink: add 5gbase-r support
add 5gbaser interface type and speed to phylink.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add 5gbase-r support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phylink']
['c']
1
4
0
--- diff --git a/drivers/net/phy/phylink.c b/drivers/net/phy/phylink.c --- a/drivers/net/phy/phylink.c +++ b/drivers/net/phy/phylink.c + case phy_interface_mode_5gbaser: + phylink_set(pl->supported, 5000baset_full); + break; +
Networking
f6813bdafdb370d4fb371922d86ff85b681a736b
marek beh n
drivers
net
phy
qede: add netpoll support for qede driver
handle netpoll case when qede_poll is called by netpoll layer with budget 0
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add netpoll and per-queue coalesce support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qede']
['c']
1
2
1
--- diff --git a/drivers/net/ethernet/qlogic/qede/qede_fp.c b/drivers/net/ethernet/qlogic/qede/qede_fp.c --- a/drivers/net/ethernet/qlogic/qede/qede_fp.c +++ b/drivers/net/ethernet/qlogic/qede/qede_fp.c - if (rx_work_done < budget) { + /* handle case where we are called by netpoll with a budget of 0 */ + if (rx_work_do...
Networking
961aa716235f58088e99acafbe66027d678061ce
bhaskar upadhaya
drivers
net
ethernet, qede, qlogic
qede: add per queue coalesce support for qede driver
per queue coalescing allows better and more finegrained control over interrupt rates.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add netpoll and per-queue coalesce support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qede']
['c']
1
124
0
--- diff --git a/drivers/net/ethernet/qlogic/qede/qede_ethtool.c b/drivers/net/ethernet/qlogic/qede/qede_ethtool.c --- a/drivers/net/ethernet/qlogic/qede/qede_ethtool.c +++ b/drivers/net/ethernet/qlogic/qede/qede_ethtool.c +static int qede_set_per_coalesce(struct net_device *dev, + u32 queue, + struct ethtool_coalesce ...
Networking
a0d2d97d742cc04817017e4c623256b9583a095d
bhaskar upadhaya
drivers
net
ethernet, qede, qlogic
qede: preserve per queue stats across up/down of interface
here we do the initialization of coalescing values on load. per queue coalesce values are also restored across up/down of ethernet interface.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add netpoll and per-queue coalesce support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qede']
['h', 'c']
3
48
7
--- diff --git a/drivers/net/ethernet/qlogic/qede/qede.h b/drivers/net/ethernet/qlogic/qede/qede.h --- a/drivers/net/ethernet/qlogic/qede/qede.h +++ b/drivers/net/ethernet/qlogic/qede/qede.h +struct qede_coalesce { + bool isvalid; + u16 rxc; + u16 txc; +}; + + struct qede_coalesce *coal_entry; +int qede_set_coalesce(st...
Networking
b0ec5489c480e4875ee2e19286e3cf228c6905ed
bhaskar upadhaya
drivers
net
ethernet, qede, qlogic
r8169: add support for another rtl8168fp
according to the vendor driver, the new chip with xid 0x54b is essentially the same as the one with xid 0x54a, but it doesn't need the firmware.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for another rtl8168fp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['r8169 ']
['h', 'c']
3
13
6
--- diff --git a/drivers/net/ethernet/realtek/r8169.h b/drivers/net/ethernet/realtek/r8169.h --- a/drivers/net/ethernet/realtek/r8169.h +++ b/drivers/net/ethernet/realtek/r8169.h + rtl_giga_mac_ver_53, diff --git a/drivers/net/ethernet/realtek/r8169_main.c b/drivers/net/ethernet/realtek/r8169_main.c --- a/drivers/net/e...
Networking
e6d6ca6e12049dfbff6ac8b029678d2d2c55c34f
kai heng feng
drivers
net
ethernet, realtek
r8169: improve dash support
instead of doing the full dash check each time r8168_check_dash() is called, let's do it once in probe and store dash capabilities in a new rtl8169_private member.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
improve dash support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['r8169 ']
['c']
1
22
31
--- diff --git a/drivers/net/ethernet/realtek/r8169_main.c b/drivers/net/ethernet/realtek/r8169_main.c --- a/drivers/net/ethernet/realtek/r8169_main.c +++ b/drivers/net/ethernet/realtek/r8169_main.c +enum rtl_dash_type { + rtl_dash_none, + rtl_dash_dp, + rtl_dash_ep, +}; + + enum rtl_dash_type dash_type; - switch (tp->...
Networking
e0d38b5880758432f74fe17fea8281691d1eb3c0
heiner kallweit saeed mahameed saeedm nvidia com
drivers
net
ethernet, realtek
rt2800usb: add sweex lw163v2 id's
add support for sweex lw163v2 device.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sweex lw163v2 id's
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['rt2800usb']
['c']
1
1
0
--- diff --git a/drivers/net/wireless/ralink/rt2x00/rt2800usb.c b/drivers/net/wireless/ralink/rt2x00/rt2800usb.c --- a/drivers/net/wireless/ralink/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/ralink/rt2x00/rt2800usb.c + { usb_device(0x177f, 0x1163) },
Networking
93476ca7445793101b803db881f2d755d5184e36
stanislaw gruszka
drivers
net
ralink, rt2x00, wireless
rtw88: 8821c: support rfe type2 wifi nic
rfe type2 is a new nic which has one rf antenna shares with bt. update phy parameter to verstion v57 to allow initial procedure to load extra agc table for sharing antenna nic.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support rfe type2 wifi nic
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['rtw88 ', '8821c']
['h', 'c']
6
468
0
--- diff --git a/drivers/net/wireless/realtek/rtw88/main.c b/drivers/net/wireless/realtek/rtw88/main.c --- a/drivers/net/wireless/realtek/rtw88/main.c +++ b/drivers/net/wireless/realtek/rtw88/main.c + if (rfe_def->agc_btg_tbl) + rtw_load_table(rtwdev, rfe_def->agc_btg_tbl); diff --git a/drivers/net/wireless/realtek/rtw...
Networking
5d6651fe85837b11564a2e2c3c6279c057d078d6
guo feng fan kai heng feng kai heng feng canonical com
drivers
net
realtek, rtw88, wireless
rtw88: add dynamic rrsr configuration
register rrsr determines the response rate we send. in field tests, using rate higher than current tx rate could lead to difficulty for the receiving end to receive management/control frames. calculate current modulation level by tx rate then cross out rate higher than those.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add dynamic rrsr configuration
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['rtw88 ']
['h', 'c']
6
74
3
--- diff --git a/drivers/net/wireless/realtek/rtw88/main.c b/drivers/net/wireless/realtek/rtw88/main.c --- a/drivers/net/wireless/realtek/rtw88/main.c +++ b/drivers/net/wireless/realtek/rtw88/main.c + struct rtw_dm_info *dm_info = &rtwdev->dm_info; + dm_info->rrsr_val_init = rrsr_init_5g; + dm_info->rrsr_val_init = rrs...
Networking
4830872685f80666b29bab6a930254809c18c40a
po hao huang brian norris briannorris chromium org
drivers
net
realtek, rtw88, wireless
rtw88: add napi support
use napi to reduce overhead on rx interrupts.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add napi support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['rtw88 ']
['h', 'c']
3
145
24
--- diff --git a/drivers/net/wireless/realtek/rtw88/main.h b/drivers/net/wireless/realtek/rtw88/main.h --- a/drivers/net/wireless/realtek/rtw88/main.h +++ b/drivers/net/wireless/realtek/rtw88/main.h +#define rtw_napi_weight_num 64 diff --git a/drivers/net/wireless/realtek/rtw88/pci.c b/drivers/net/wireless/realtek/rtw8...
Networking
9e2fd29864c5c677e80846442be192090f16fdb3
po hao huang
drivers
net
realtek, rtw88, wireless
net: sfp: add debugfs support
add debugfs support to sfp so that the internal state of the sfp state machines and hardware signal state can be viewed from userspace, rather than having to compile a debug kernel to view state transitions in the kernel log. the 'state' output looks like:
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add debugfs support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['sfp ']
['c']
1
55
0
--- diff --git a/drivers/net/phy/sfp.c b/drivers/net/phy/sfp.c --- a/drivers/net/phy/sfp.c +++ b/drivers/net/phy/sfp.c +#include <linux/debugfs.h> +#if is_enabled(config_debug_fs) + struct dentry *debugfs_dir; +#endif +#if is_enabled(config_debug_fs) +static int sfp_debug_state_show(struct seq_file *s, void *data) +{ +...
Networking
9cc8976c69eb626a7a5100239eb7c69b1a1a609f
russell king
drivers
net
phy
sfp: add support for 100 base-x sfps
add support for 100base-fx, 100base-lx, 100base-px and 100base-bx10 modules this is needed for sparx-5 switch.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for 100 base-x sfps
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['sfp ']
['c']
1
9
0
--- diff --git a/drivers/net/phy/sfp-bus.c b/drivers/net/phy/sfp-bus.c --- a/drivers/net/phy/sfp-bus.c +++ b/drivers/net/phy/sfp-bus.c + /* 100base-fx, 100base-lx, 100base-px, 100base-bx10 */ + if (id->base.e100_base_fx || id->base.e100_base_lx) + phylink_set(modes, 100basefx_full); + if ((id->base.e_base_px || id->bas...
Networking
6e12f35cef6b8a458d7ecf507ae330e0bffaad8c
bjarni jonasson russell king rmk kernel armlinux org uk
drivers
net
phy
sfp: add support for 5gbase-t sfps
the sfp_parse_support() function is setting 5000baset_full in some cases. now that we have phy_interface_mode_5gbaser interface mode available, change sfp_select_interface() to return phy_interface_mode_5gbaser if 5000baset_full is set in the link mode mask.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for 5gbase-t sfps
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['sfp ']
['c']
1
3
0
--- diff --git a/drivers/net/phy/sfp-bus.c b/drivers/net/phy/sfp-bus.c --- a/drivers/net/phy/sfp-bus.c +++ b/drivers/net/phy/sfp-bus.c + if (phylink_test(link_modes, 5000baset_full)) + return phy_interface_mode_5gbaser; +
Networking
cfb971dec56b0ea1afe34b67d9481a9d29e65a58
marek beh n
drivers
net
phy
net: stmmac: add pci bus info to ethtool driver query output
this patch populates the pci bus info in the ethtool driver query data.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add pci bus info to ethtool driver query output
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['stmmac ']
['h', 'c']
3
6
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c + plat->pdev = pdev; diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c b/...
Networking
20e07e2c3cf310578ef19fb4f1e64dc9832abd9d
wong vee khee
include
linux
ethernet, stmicro, stmmac
net: stmmac: add toshiba visconti socs glue driver
add dwmac-visconti to the stmmac driver in toshiba visconti arm socs. this patch contains only the basic function of the device. there is no clock control, pm, etc. yet. these will be added in the future.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add toshiba visconti socs glue driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['stmmac ']
['kconfig', 'c', 'makefile']
3
294
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/kconfig b/drivers/net/ethernet/stmicro/stmmac/kconfig --- a/drivers/net/ethernet/stmicro/stmmac/kconfig +++ b/drivers/net/ethernet/stmicro/stmmac/kconfig + +config dwmac_visconti + tristate "toshiba visconti dwmac support" + default arch_visconti + depends on of && c...
Networking
b38dd98ff8d0d951770bffdca49b387dc63ba92b
nobuhiro iwamatsu
drivers
net
ethernet, stmicro, stmmac
dt-bindings: net: dwmac-meson: use picoseconds for the rgmii rx delay
amlogic meson g12a, g12b and sm1 socs have a more advanced rgmii rx delay register which allows picoseconds precision. deprecate the old "amlogic,rx-delay-ns" in favour of the generic "rx-internal-delay-ps" property.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
picosecond precision rx delay support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['stmmac ', 'dwmac-meson8b']
['yaml']
1
49
6
--- diff --git a/documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml b/documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml --- a/documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml +++ b/documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml + deprecated: true - 0 - 2 - the inte...
Networking
6b5903f58df44d4cb35319555b974d6a10f1b03f
martin blumenstingl
documentation
devicetree
bindings, net
net: stmmac: dwmac-meson8b: fix enabling the timing-adjustment clock
the timing-adjustment clock only has to be enabled when a) there is a 2ns rx delay configured using device-tree and b) the phy-mode indicates that the rx delay should be enabled.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
picosecond precision rx delay support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['stmmac ', 'dwmac-meson8b']
['c']
1
1
1
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c - if (rx_dly_config & prg_eth0_adj_enable) { + if (delay_config & prg_eth0_adj_en...
Networking
025822884a4fd2d0af51dcf77ddc494e60c5ff63
martin blumenstingl
drivers
net
ethernet, stmicro, stmmac
net: stmmac: dwmac-meson8b: use picoseconds for the rgmii rx delay
amlogic meson g12a, g12b and sm1 socs have a more advanced rgmii rx delay register which allows picoseconds precision. parse the new "rx-internal-delay-ps" property or fall back to the value from the old "amlogic,rx-delay-ns" property.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
picosecond precision rx delay support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['stmmac ', 'dwmac-meson8b']
['c']
1
13
8
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c - u32 rx_delay_ns; + u32 rx_delay_ps; - if (dwmac->rx_delay_ns == 2) + if (dwmac-...
Networking
140ddf0633dfb923fcf4132289fd022dde0145fc
martin blumenstingl
drivers
net
ethernet, stmicro, stmmac
net: stmmac: dwmac-meson8b: move rgmii delays into a separate function
newer socs starting with the amlogic meson g12a have more a precise rgmii rx delay configuration register. this means more complexity in the code. extract the existing rgmii delay configuration code into a separate function to make it easier to read/understand even when adding more logic in the future.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
picosecond precision rx delay support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['stmmac ', 'dwmac-meson8b']
['c']
1
12
1
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c -static int meson8b_init_prg_eth(struct meson8b_dwmac *dwmac) +static int meson8b...
Networking
7985244d10eada10d36804752f21dfce1fea0018
martin blumenstingl andrew lunn andrew lunn ch florian fainelli f fainelli gmail com
drivers
net
ethernet, stmicro, stmmac
net: stmmac: dwmac-meson8b: add support for the rgmii rx delay on g12a
amlogic meson g12a (and newer: g12b, sm1) socs have a more advanced rx delay logic. instead of fine-tuning the delay in the nanoseconds range it now allows tuning in 200 picosecond steps. this support comes with new bits in the prg_eth1[19:16] register.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
picosecond precision rx delay support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['stmmac ', 'dwmac-meson8b']
['c']
1
48
13
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.c +#define prg_eth1 0x4 + +/* defined for adding a delay to the input rx_clk for be...
Networking
de94fc104d58ea2f53e46404b0c2b73b9bdf5774
martin blumenstingl
drivers
net
ethernet, stmicro, stmmac
stmmac: intel: add adl-s 1gbps pci ids
added pci ids for both ethernet tsn controllers on the adl-s.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add adl-s 1gbps pci ids
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['stmmac ', 'intel']
['c']
1
19
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c --- a/drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c +static int adls_sgmii_data(struct pci_dev *pdev, + struct plat_stmmacenet_data *plat) +{...
Networking
88af9bd4efbd4d171eea537486493c9601c9a486
wong vee khee
drivers
net
ethernet, stmicro, stmmac
net: ti: am65-cpsw-nuss: add devlink support
am65 nuss ethernet switch on k3 devices can be configured to work either in independent mac mode where each port acts as independent network interface (multi mac) or switch mode.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add switchdev support for am65 cpsw nuss driver to support multi port cpsw present on j721e and am64 socs
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['ti']
['h', 'kconfig', 'c', 'rst']
5
404
18
--- diff --git a/documentation/networking/devlink/am65-nuss-cpsw-switch.rst b/documentation/networking/devlink/am65-nuss-cpsw-switch.rst --- /dev/null +++ b/documentation/networking/devlink/am65-nuss-cpsw-switch.rst +.. spdx-license-identifier: gpl-2.0 + +============================== +am65-cpsw-nuss devlink support +...
Networking
58356eb31d60dd8994e5067096ef1a09e4d9ceda
vignesh raghavendra
documentation
networking
devlink, ethernet, ti
net: ti: am65-cpsw-nuss: add netdevice notifiers
register netdevice notifiers in order to receive notification when individual mac ports are added to the hw bridge.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add switchdev support for am65 cpsw nuss driver to support multi port cpsw present on j721e and am64 socs
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['ti']
['h', 'c']
2
133
1
--- diff --git a/drivers/net/ethernet/ti/am65-cpsw-nuss.c b/drivers/net/ethernet/ti/am65-cpsw-nuss.c --- a/drivers/net/ethernet/ti/am65-cpsw-nuss.c +++ b/drivers/net/ethernet/ti/am65-cpsw-nuss.c +static void am65_cpsw_port_offload_fwd_mark_update(struct am65_cpsw_common *common) +{ + int set_val = 0; + int i; + + if (c...
Networking
2934db9bcb300ee1df5cfe9a1134e6e1f6a81906
vignesh raghavendra
drivers
net
ethernet, ti
net: ti: am65-cpsw-nuss: add switchdev support
j721e, j7200 and am64 have multi port switches which can work in multi mac mode and in switch mode. add support for configuring this hw in switch mode using devlink and switchdev notifiers.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add switchdev support for am65 cpsw nuss driver to support multi port cpsw present on j721e and am64 socs
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['ti']
['h', 'c', 'makefile']
4
587
1
- switchdev_attr_id_port_pre_bridge_flags - switchdev_attr_id_port_bridge_flags - switchdev_attr_id_port_stp_state - switchdev_obj_id_port_vlan - switchdev_obj_id_port_mdb - switchdev_obj_id_host_mdb - fdb offloading - mdb offloading - vlan filtering and offloading - stp --- diff --git a/drivers/net/ethernet/ti/makefil...
Networking
86e8b070b25e3cb459d0a4e293327a56f344515e
vignesh raghavendra
drivers
net
ethernet, ti
docs: networking: ti: add driver doc for am65 nuss switch driver
j721e, j7200 and am64 have multi port switches which can work in multi mac mode and in switch mode. add documentation explaining how to use different modes.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add switchdev support for am65 cpsw nuss driver to support multi port cpsw present on j721e and am64 socs
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['ti']
['rst']
2
144
0
--- diff --git a/documentation/networking/device_drivers/ethernet/index.rst b/documentation/networking/device_drivers/ethernet/index.rst --- a/documentation/networking/device_drivers/ethernet/index.rst +++ b/documentation/networking/device_drivers/ethernet/index.rst + ti/am65_nuss_cpsw_switchdev diff --git a/documentat...
Networking
e276cfb9cd5bd68984a200e3f2d39484b9e87b47
vignesh raghavendra
documentation
networking
device_drivers, ethernet, ti
net: ti: cpsw_ale: add driver data for am64 cpsw3g
the am642x cpsw3g is similar to j721e-cpswxg except its ale table size is 512 entries. add entry for the same.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add driver data for am64 cpsw3g
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['ti', 'cpsw_ale']
['c']
1
7
0
--- diff --git a/drivers/net/ethernet/ti/cpsw_ale.c b/drivers/net/ethernet/ti/cpsw_ale.c --- a/drivers/net/ethernet/ti/cpsw_ale.c +++ b/drivers/net/ethernet/ti/cpsw_ale.c + { + .dev_id = "am64-cpswxg", + .features = cpsw_ale_f_status_reg | cpsw_ale_f_hw_autoaging, + .major_ver_mask = 0x7, + .vlan_entry_tbl = vlan_entry...
Networking
1dd3841033b3ad5a507b714d6db0cd401b3ca996
vignesh raghavendra
drivers
net
ethernet, ti
net: qmi_wwan: add pass through mode
pass through mode is to allow packets in map format to be passed on to the stack. rmnet driver can be used to process and demultiplex these packets.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add pass through mode
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qmi_wwan ', 'qmi_wwan']
['c']
1
58
0
--- diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c + qmi_wwan_flag_pass_through = 1 << 2, + /* ip mode cannot be cleared when pass through mode is set */ + if (!enable && (info->flags & qmi_wwan_flag_pass_through)) { + netdev_err(de...
Networking
59e139cf0b32a7a08ef20453927ecd57db086d8e
subash abhinov kasiviswanathan
drivers
net
usb
net: usb: qmi_wwan: add qmap id sysfs file for qmimux interfaces
add qmimux interface sysfs file qmap/mux_id to show qmap id set during the interface creation, in order to provide a method for userspace to associate qmi control channels to network interfaces.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add qmap id sysfs file for qmimux interfaces
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qmi_wwan ']
['c']
1
24
0
--- diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c +static ssize_t mux_id_show(struct device *d, struct device_attribute *attr, char *buf) +{ + struct net_device *dev = to_net_dev(d); + struct qmimux_priv *priv; + + priv = netdev_pr...
Networking
e594ad980ec26fb7351d02c84abaa77ecdb4e522
daniele palmas bj rn mork bjorn mork no aleksander morgado aleksander aleksander es
drivers
net
usb
net: qmi_wwan: document qmap/mux_id sysfs file
document qmap/mux_id sysfs file showing qmimux interface id
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add qmap id sysfs file for qmimux interfaces
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qmi_wwan ']
['sysfs-class-net-qmi']
1
10
0
--- diff --git a/documentation/abi/testing/sysfs-class-net-qmi b/documentation/abi/testing/sysfs-class-net-qmi --- a/documentation/abi/testing/sysfs-class-net-qmi +++ b/documentation/abi/testing/sysfs-class-net-qmi + +what: /sys/class/net/<qmimux iface>/qmap/mux_id +date: january 2021 +kernelversion: 5.12 +contact: dan...
Networking
b4b91e24094ad54b3d176e3fd2997fae62a315dc
daniele palmas bj rn mork bjorn mork no
documentation
abi
testing
net: usb: qmi_wwan: support zte p685m modem
now that interface 3 in "option" driver is no longer mapped, add device id matching it to qmi_wwan.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support zte p685m modem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qmi_wwan ']
['c']
1
1
0
--- diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c --- a/drivers/net/usb/qmi_wwan.c +++ b/drivers/net/usb/qmi_wwan.c + {qmi_fixed_intf(0x19d2, 0x1275, 3)}, /* zte p685m */
Networking
88eee9b7b42e69fb622ddb3ff6f37e8e4347f5b2
lech perczak
drivers
net
usb
wil6210: add support for extended dmg mcs 12.1
fw reports tx/rx extended mcs 12.1 to driver as "26". driver will convert this into base mcs 7 + extended_sc_dmg flag so kernel can do the correct phy rate conversion. also add log prints to print "12.1" instead of "26" for extended mcs.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for extended dmg mcs 12.1
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['wil6210']
['h', 'c']
5
52
19
--- diff --git a/drivers/net/wireless/ath/wil6210/cfg80211.c b/drivers/net/wireless/ath/wil6210/cfg80211.c --- a/drivers/net/wireless/ath/wil6210/cfg80211.c +++ b/drivers/net/wireless/ath/wil6210/cfg80211.c - u8 txflag = rate_info_flags_dmg; + u8 tx_mcs, rx_mcs; + u8 tx_rate_flag = rate_info_flags_dmg; + u8 rx_rate_fla...
Networking
7064e2193cabcdb8faa9008744e6ceb7f86d314d
max chen
drivers
net
ath, wil6210, wireless
net: remove aurora nb8800 driver
the tango4 platform is getting removed, and this driver has no other known users, so it can be removed.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
remove aurora nb8800 driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'kconfig', 'c', 'makefile']
6
0
1,863
--- diff --git a/drivers/net/ethernet/kconfig b/drivers/net/ethernet/kconfig --- a/drivers/net/ethernet/kconfig +++ b/drivers/net/ethernet/kconfig -source "drivers/net/ethernet/aurora/kconfig" diff --git a/drivers/net/ethernet/makefile b/drivers/net/ethernet/makefile --- a/drivers/net/ethernet/makefile +++ b/drivers/ne...
Networking
19038523a7353e7413c5428f20376fa3ccd2c8e9
arnd bergmann mans rullgard mans mansr com
drivers
net
aurora, ethernet
sound: add n64 driver
this adds support for the nintendo 64 console's sound.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add n64 driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['kconfig', 'c', 'makefile']
3
380
0
--- diff --git a/sound/mips/kconfig b/sound/mips/kconfig --- a/sound/mips/kconfig +++ b/sound/mips/kconfig +config snd_n64 + bool "n64 audio" + depends on mach_nintendo64 && snd=y + select snd_pcm + help + sound support for the n64. + diff --git a/sound/mips/makefile b/sound/mips/makefile --- a/sound/mips/makefile +++ ...
Audio
1448f8acf4cc61197a228bdb7126e7eeb92760fe
lauri kasanen takashi iwai tiwai suse de
sound
mips
alsa: dice: add support for lexicon i-onix fw810s
i-onix fw810s was shipped in lexicon brand of harman international industries, inc 2009. the model uses tcd2220 asic as its communication engine. tcat general protocol is supported, its extension isn't.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for lexicon i-onix fw810s
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['dice']
['h', 'c', 'makefile']
4
41
1
----------------------------------------------------------------- ----------------------------------------------------------------- ----------------------------------------------------------------- ----------------------------------------------------------------- --------------------------------------------------------...
Audio
9a08676fc5968be8575ee2fa8926e55d8aef166c
takashi sakamoto
sound
firewire
dice
alsa: hda/ca0132: add sound blasterx ae-5 plus support
the new ae-5 plus model has a different subsystem id compared to the non-plus model. adding the new id to the list of quirks.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sound blasterx ae-5 plus support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['hda ', 'ca0132']
['c']
1
1
0
--- diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c + snd_pci_quirk(0x1102, 0x0191, "sound blaster ae-5 plus", quirk_ae5),
Audio
f15c5c11abfbf8909eb30598315ecbec2311cfdc
simeon simeonoff
sound
pci
hda
alsa: hda: add another cometlake-h pci id
add one more hd audio pci id for cometlake-h pch.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add another cometlake-h pci id
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['hda ']
['c']
1
2
0
--- diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c + { pci_device(0x8086, 0xf1c8), + .driver_data = azx_driver_skl | azx_dcaps_intel_skylake},
Audio
0d3070f5e6551d8a759619e85736e49a3bf40398
kai vehmanen pierre louis bossart pierre louis bossart linux intel com
sound
pci
hda
alsa: hda: intel-dsp-config: add alder lake support
add rules to select sof driver for alder lake systems if a digital microphone or soundwire codecs are present in the system. this is following same rules as for older tiger lake systems.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add alder lake support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['hda ', 'intel-dsp-config']
['c']
1
12
0
--- diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c --- a/sound/hda/intel-dsp-config.c +++ b/sound/hda/intel-dsp-config.c +/* alder lake */ +#if is_enabled(config_snd_soc_sof_alderlake) + { + .flags = flag_sof | flag_sof_only_if_dmic_or_soundwire, + .device = 0x7ad0, + }, + { + .flags = flag_so...
Audio
c4294d7f057d05053412ebd0d5700228d0f2588d
kai vehmanen xiuli pan xiuli pan intel com ranjani sridharan ranjani sridharan linux intel com pierre louis bossart pierre louis bossart linux intel com
sound
hda
alsa: hda: intel-dsp-config: add snd_intel_byt_prefer_sof kconfig option
the kernel has 2 drivers for the low power engine audio-block on bay- and cherry-trail socs. the old sst driver and the new sof driver. if both drivers are enabled then the kernel will default to using the old sst driver, unless told otherwise through the snd_intel_dspcfg.dsp_driver module-parameter.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add snd_intel_byt_prefer_sof kconfig option
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['hda ', 'intel-dsp-config']
['kconfig', 'c']
2
26
17
--- diff --git a/sound/hda/kconfig b/sound/hda/kconfig --- a/sound/hda/kconfig +++ b/sound/hda/kconfig + +config snd_intel_byt_prefer_sof + bool "prefer sof driver over sst on by/cht platforms" + depends on snd_sst_atom_hifi2_platform_acpi && snd_soc_sof_baytrail + default n + help + the kernel has 2 drivers for the lo...
Audio
5427c7d6296ee574037c4a6649ac45a9474d1f13
hans de goede
sound
hda
alsa: hdsp: hardware output loopback
output loopback is a feature where you can record what you hear. the hdsp series of the rme interfaces provides this functionality at the hardware level and this patch exposes controls to enable or disable it per output (playback) channel.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
hardware output loopback
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['hdsp']
['c']
1
73
1
--- diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c + u32 io_loopback; /* output loopback channel states*/ + +static bool hdsp_loopback_get(struct hdsp *const hdsp, const u8 channel) +{ + return hdsp->io_loopback & (1 << channel); +} + +stat...
Audio
da2a040ee7cfe1dd57d5bec7906cb979c5787a86
jasmin fazlic
sound
pci
rme9652
alsa: jack: implement software jack injection via debugfs
this change adds audio jack injection feature through debugfs, with this feature, we could validate alsa userspace changes by injecting plugin or plugout events to the non-phantom audio jacks.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement software jack injection via debugfs
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['jack']
['h', 'kconfig', 'c', 'rst']
8
512
4
--- diff --git a/documentation/sound/designs/index.rst b/documentation/sound/designs/index.rst --- a/documentation/sound/designs/index.rst +++ b/documentation/sound/designs/index.rst + jack-injection diff --git a/documentation/sound/designs/jack-injection.rst b/documentation/sound/designs/jack-injection.rst --- /dev/nu...
Audio
2d670ea2bd53a9792f453bb5b97cb8ef695988ff
hui wang
documentation
sound
designs
alsa: usb-audio: add support for pioneer djm-750
this adds the pioneer dj djm-750 to the quirks table and ensures skip_pioneer_sync_ep() is (also) called: this device uses the vendor id of 0x08e4 (i'm not sure why they use multiple vendor ids but many just like to be awkward it seems).
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for pioneer djm-750
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['usb-audio']
['h', 'c']
2
62
1
--- diff --git a/sound/usb/implicit.c b/sound/usb/implicit.c --- a/sound/usb/implicit.c +++ b/sound/usb/implicit.c - usb_id_vendor(chip->usb_id) == 0x2b73 /* pioneer */) { + (usb_id_vendor(chip->usb_id) == 0x2b73 || /* pioneer */ + usb_id_vendor(chip->usb_id) == 0x08e4 /* pioneer */)) { diff --git a/sound/usb/quirks-ta...
Audio
b952ac76a20bc0b23cd7e22de19fb407713238a3
olivia mackintosh
sound
usb
asoc: intel: kmb: support iec958 encoded pcm format
support alsa iec958 plugin for keembay i2s driver. bit manipulation needed as iec958 format supported by adv7511 hdmi chip is not compatible with the alsa iec958 plugin format.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support iec958 encoded pcm format
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['asoc ', 'intel', 'kmb']
['h', 'c']
2
73
1
--- diff --git a/sound/soc/intel/keembay/kmb_platform.c b/sound/soc/intel/keembay/kmb_platform.c --- a/sound/soc/intel/keembay/kmb_platform.c +++ b/sound/soc/intel/keembay/kmb_platform.c +#include <linux/bitrev.h> - sndrv_pcm_fmtbit_s32_le, + sndrv_pcm_fmtbit_s32_le | + sndrv_pcm_fmtbit_iec958_subframe_le, +/* + * conv...
Audio
1c5f6e0714c16e3ad8732e49e07082772dcc6f87
sia jee heng
sound
soc
intel, keembay
asoc: intel: bytcr_wm5102: add machine driver for byt/wm5102
add a new asoc machine driver for intel baytrail platforms with a wolfson microelectronics wm5102 codec.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add machine driver for byt/wm5102
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['asoc ', 'intel', 'bytcr_wm5102']
['kconfig', 'c', 'makefile']
4
495
0
--- diff --git a/sound/soc/intel/boards/kconfig b/sound/soc/intel/boards/kconfig --- a/sound/soc/intel/boards/kconfig +++ b/sound/soc/intel/boards/kconfig +config snd_soc_intel_bytcr_wm5102_mach + tristate "baytrail and baytrail-cr with wm5102 codec" + depends on mfd_arizona && mfd_wm5102 && spi_master && acpi + depend...
Audio
9a87fc1e061900e81ab13d823e85012a78849244
pierre louis bossart
sound
soc
boards, common, intel
asoc: sof: intel: initial support to alderlake-p
add pci id for the alderlake-p.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
initial support to alderlake-p
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['asoc ', 'sof', 'intel']
['c']
1
5
1
--- diff --git a/sound/soc/sof/sof-pci-dev.c b/sound/soc/sof/sof-pci-dev.c --- a/sound/soc/sof/sof-pci-dev.c +++ b/sound/soc/sof/sof-pci-dev.c -#if is_enabled(config_snd_soc_sof_tigerlake) +#if is_enabled(config_snd_soc_sof_tigerlake) || is_enabled(config_snd_soc_sof_alderlake) +#endif +#if is_enabled(config_snd_soc_so...
Audio
39860fe070c97e62ae9e80addce40ce0b3c2b082
kai vehmanen ranjani sridharan ranjani sridharan linux intel com pierre louis bossart pierre louis bossart linux intel com guennadi liakhovetski guennadi liakhovetski linux intel com
sound
soc
sof
asoc: codec: add driver for jz4760 internal codec
add support for the internal codec found in the jz4760 soc from ingenic.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add driver for jz4760 internal codec
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['asoc ', 'codec']
['kconfig', 'c', 'makefile']
3
904
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + imply snd_soc_jz4760_codec +config snd_soc_jz4760_codec + depends on mach_ingenic || compile_test + depends on of + select regmap + tristate "ingenic jz4760 internal codec" + help + enabl...
Audio
d9cd22e9c87cb61488d00f7279cfb2abf5238879
christophe branchereau
sound
soc
codecs
asoc: codec: hdmi-codec: support iec958 encoded pcm format
existing hdmi-codec driver only support standard pcm format. support of iec958 encoded format pass from alsa iec958 plugin is needed so that the iec958 encoded data can be streamed to the hdmi chip.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support iec958 encoded pcm format
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['asoc ', 'codec', 'hdmi-codec']
['h', 'c']
2
8
1
--- diff --git a/include/sound/hdmi-codec.h b/include/sound/hdmi-codec.h --- a/include/sound/hdmi-codec.h +++ b/include/sound/hdmi-codec.h + /* bit_fmt could be standard pcm format or + * iec958 encoded format. alsa iec958 plugin will pass + * iec958_subframe format to the underneath driver. + */ + snd_pcm_format_t bit...
Audio
28785f548d18e6d52785a1172e5c176784ce74cd
sia jee heng
include
sound
codecs
asoc: qcom: dt-bindings: add bindings for lpass rx macro codec
this binding is for lpass has internal codec rx macro which is for connecting with soundwire rx codecs like wcd938x.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
adds support for two codec macro blocks(tx and rx) available in qualcomm lpass (low power audio subsystem)
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['asoc ', 'codecs']
['yaml']
1
62
0
--- diff --git a/documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml b/documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml --- /dev/null +++ b/documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml +# spdx-license-identifier: (gpl-2.0-only or bsd-2-clause) +%yaml 1.2 +--- +$id: http:...
Audio
f133de9e32374841c5ed1ad5cf18ed14098a0f4c
srinivas kandagatla rob herring robh kernel org
documentation
devicetree
bindings, sound
asoc: codecs: lpass-rx-macro: add support for lpass rx macro
lpass rx codec macro is available in qualcomm lpass (low power audio subsystem). this is used for connecting with soundwire devices like wcd938x codecs to provide headphone/ear/lineout functionality.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
adds support for two codec macro blocks(tx and rx) available in qualcomm lpass (low power audio subsystem)
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['asoc ', 'codecs']
['kconfig', 'c', 'makefile']
3
2,001
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + imply snd_soc_lpass_rx_macro +config snd_soc_lpass_rx_macro + depends on common_clk + tristate "qualcomm rx macro in lpass(low power audio subsystem)" + diff --git a/sound/soc/codecs/make...
Audio
af3d54b99764f0bdd83fcbd1895d23b83f8276be
srinivas kandagatla
sound
soc
codecs
asoc: codecs: lpass-rx-macro: add dapm widgets and route
this patch adds dapm widgets and routes on this codec
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
adds support for two codec macro blocks(tx and rx) available in qualcomm lpass (low power audio subsystem)
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['asoc ', 'codecs']
['c']
1
1,341
0
--- diff --git a/sound/soc/codecs/lpass-rx-macro.c b/sound/soc/codecs/lpass-rx-macro.c --- a/sound/soc/codecs/lpass-rx-macro.c +++ b/sound/soc/codecs/lpass-rx-macro.c +static const char * const rx_int_mix_mux_text[] = { + "zero", "rx0", "rx1", "rx2", "rx3", "rx4", "rx5" +}; + +static const char * const rx_prim_mix_text...
Audio
4f692926f562ff48abfcca6b16f36ff8d57473b6
srinivas kandagatla
sound
soc
codecs