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
phy: nxp-c45-tja11xx: add interrupt support
added .config_intr and .handle_interrupt callbacks.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add interrupt support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['phy ', 'nxp-c45-tja11xx']
['c']
1
33
0
--- diff --git a/drivers/net/phy/nxp-c45-tja11xx.c b/drivers/net/phy/nxp-c45-tja11xx.c --- a/drivers/net/phy/nxp-c45-tja11xx.c +++ b/drivers/net/phy/nxp-c45-tja11xx.c +#define vend1_phy_irq_ack 0x80a0 +#define vend1_phy_irq_en 0x80a1 +#define vend1_phy_irq_status 0x80a2 +#define phy_irq_link_event bit(1) + +static int ...
Networking
b2f0ca00e6b34bd57c9298a869ea133699e8ec39
radu pirea nxp oss
drivers
net
phy
phy: nxp-c45: add driver for tja1103
add driver for tja1103 driver and for future nxp c45 phys.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add driver for tja1103
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['phy ', 'nxp-c45']
['kconfig', 'maintainers', 'c', 'makefile']
4
601
0
--- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +nxp c45 tja11xx phy driver +m: radu pirea <radu-nicolae.pirea@oss.nxp.com> +l: netdev@vger.kernel.org +s: maintained +f: drivers/net/phy/nxp-c45-tja11xx.c + diff --git a/drivers/net/phy/kconfig b/drivers/net/phy/kconfig --- a/drivers/net/ph...
Networking
b050f2f15e04f0416118f689f740fda466a47752
radu pirea nxp oss
drivers
net
phy
phy: sfp: add netlink sfp support to generic sfp code
the new netlink api for reading sfp data requires a new op to be implemented. the idea of the new netlink sfp code is that userspace is responsible to parsing the eeprom data and requesting pages, rather than have the kernel decide what pages are interesting and returning them. this allows greater flexibility for newer...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add netlink sfp support to generic sfp code
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['phy ', 'sfp']
['h', 'c']
4
58
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 +/** + * sfp_get_module_eeprom_by_page() - read a page from the sfp module eeprom + * @bus: a pointer to the &struct sfp_bus structure for the sfp module + * @page: a &struct ethtool_mo...
Networking
d740513f05a24b1a46722325974223980f068728
andrew lunn
include
linux
phy
r8152: set inter fram gap time depending on speed
set the maximum inter frame gap time (144ns) for speed 10m/half and 100m/half. it improves the performance for those speeds. and, there is no effect for the other speeds.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support new chips
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['r8152']
['c']
1
28
0
--- diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c +#define ifg_mask (bit(3) | bit(9) | bit(8)) +#define ifg_144ns bit(9) +#define ifg_96ns (bit(9) | bit(8)) +static void rtl_set_ifg(struct r8152 *tp, u16 speed) +{ + u32 ocp_data; + + ocp_data ...
Networking
5133bcc7481528e36fff0a3b056601efb704fb32
hayes wang
drivers
net
usb
r8152: adjust rtl8152_check_firmware function
use bits operations to record and check the firmware.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support new chips
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['r8152']
['c']
1
29
22
--- diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c +enum rtl8152_fw_flags { + fw_flags_usb = 0, + fw_flags_pla, + fw_flags_start, + fw_flags_stop, + fw_flags_nc, +}; + - struct fw_mac *pla = null, *usb = null; - struct fw_phy_patch_key *start =...
Networking
a8a7be178e81a3d4b6972cbeb0ccd091ca2f9f89
hayes wang
drivers
net
usb
r8152: add help function to change mtu
the different chips may have different requests when changing mtu. therefore, add a new help function of rtl_ops to change mtu. besides, reset the tx/rx after changing mtu.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support new chips
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['r8152']
['c']
1
31
22
--- diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c -#define rtl8153_max_packet 9216 /* 9k */ -#define rtl8153_max_mtu (rtl8153_max_packet - vlan_eth_hlen - \ - eth_fcs_len) -#define rx_reserved_size(x) ((x) + vlan_eth_hlen + eth_fcs_len + \ - s...
Networking
67ce1a806f164e59a074fea8809725d3411eaa20
hayes wang
drivers
net
usb
r8152: support new chips
support rtl8153c, rtl8153d, rtl8156a, and rtl8156b. the rtl8156a and rtl8156b are the 2.5g ethernet.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support new chips
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['r8152']
['c']
1
2,359
275
--- diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c +#define pla_rcr1 0xc012 +#define pla_rxfifo_full 0xc0a2 +#define pla_rx_fifo_full 0xc0a6 +#define pla_rx_fifo_empty 0xc0aa +#define pla_gphy_ctrl 0xd3ae +#define pla_pol_gpio_ctrl 0xdc6a +#def...
Networking
195aae321c829dd1945900d75561e6aa79cce208
hayes wang
drivers
net
usb
r8152: support phy firmware for rtl8156 series
support new firmware type and method for rtl8156 series.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support new chips
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['r8152']
['c']
1
561
2
--- diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c + fw_flags_nc1, + fw_flags_nc2, + fw_flags_uc2, + fw_flags_uc, + fw_flags_speed_up, + fw_flags_ver, +enum rtl8152_fw_fixup_cmd { + fw_fixup_and = 0, + fw_fixup_or, + fw_fixup_not, + fw_fixup_xo...
Networking
4a51b0e8a0143b0e83d51d9c58c6416c3818a9f2
hayes wang
drivers
net
usb
r8152: search the configuration of vendor mode
the vendor mode is not always at config #1, so it is necessary to set the correct configuration number.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support new chips
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['r8152']
['c']
1
35
4
--- diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c -#define netnext_version "11" +#define netnext_version "12" +static bool rtl_vendor_mode(struct usb_interface *intf) +{ + struct usb_host_interface *alt = intf->cur_altsetting; + struct usb_dev...
Networking
c2198943e33b100ed21dfb636c8fa6baef841e9d
hayes wang
drivers
net
usb
r8169: add support for ethtool get_ringparam
add support for the ethtool get_ringparam operation.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for ethtool get_ringparam
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['r8169 ']
['c']
1
10
0
--- 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 +static void rtl8169_get_ringparam(struct net_device *dev, + struct ethtool_ringparam *data) +{ + data->rx_max_pending = ...
Networking
dc4aa50b13f1d33fdd813b56bb414714268025ad
heiner kallweit
drivers
net
ethernet, realtek
r8169: add support for pause ethtool ops
this adds support for the [g|s]et_pauseparam ethtool ops. it considers that the chip doesn't support pause frame use in jumbo mode.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for pause ethtool ops
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['r8169 ']
['c']
1
28
0
--- 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 +static void rtl8169_get_pauseparam(struct net_device *dev, + struct ethtool_pauseparam *data) +{ + struct rtl8169_privat...
Networking
216f78ea8cf6fae5140aeb55657ebdab71a05502
heiner kallweit
drivers
net
ethernet, realtek
rtw88: 8822c: reorder macro position according to the register number
this patch doesn't change logic at all, just a refactor patch.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add gapk
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['rtw88 ', '8822c']
['h', 'c']
2
148
143
--- diff --git a/drivers/net/wireless/realtek/rtw88/rtw8822c.c b/drivers/net/wireless/realtek/rtw88/rtw8822c.c --- a/drivers/net/wireless/realtek/rtw88/rtw8822c.c +++ b/drivers/net/wireless/realtek/rtw88/rtw8822c.c - rtw_write_rf(rtwdev, path, 0x60, rf_pabias_2g_mask, pg_pa_bias); + rtw_write_rf(rtwdev, path, rf_pa, rf...
Networking
f98bf9ee63122d91ab93bfd549c5dd73bf0fd55e
guo feng fan
drivers
net
realtek, rtw88, wireless
rtw88: 8822c: add gap-k calibration to improve long range performance
gap-k is a calibration mechanism to eliminate power gaps between two nearly rate groups.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add gapk
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['rtw88 ', '8822c']
['h', 'c']
6
809
1
--- diff --git a/drivers/net/wireless/realtek/rtw88/fw.c b/drivers/net/wireless/realtek/rtw88/fw.c --- a/drivers/net/wireless/realtek/rtw88/fw.c +++ b/drivers/net/wireless/realtek/rtw88/fw.c +void rtw_fw_inform_rfk_status(struct rtw_dev *rtwdev, bool start) +{ + u8 h2c_pkt[h2c_pkt_size] = {0}; + + set_h2c_cmd_id_class(...
Networking
056b239f867274b573f7da15c43ff8afb523e35c
guo feng fan
drivers
net
realtek, rtw88, wireless
rtw88: 8822c: debug: allow debugfs to enable/disable txgapk
use "cat dm_cap" to show all features; where, prefix +/- means feature is enabled/disabled:
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add gapk
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['rtw88 ', '8822c']
['h', 'c']
3
112
2
--- diff --git a/drivers/net/wireless/realtek/rtw88/debug.c b/drivers/net/wireless/realtek/rtw88/debug.c --- a/drivers/net/wireless/realtek/rtw88/debug.c +++ b/drivers/net/wireless/realtek/rtw88/debug.c + struct { + u8 bit; + } dm_cap; +static const char * const rtw_dm_cap_strs[] = { + [rtw_dm_cap_na] = "na", + [rtw_dm...
Networking
3b25bac893534858a8cd0ff79afa929beb8e3b20
guo feng fan
drivers
net
realtek, rtw88, wireless
rtw88: 8822c: add cfo tracking
add cfo tracking, which stands for central frequency offset tracking, to adjust oscillator to align central frequency of connected ap. then, it can yield better performance.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add cfo tracking
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['rtw88 ', '8822c']
['h', 'c']
8
224
1
--- diff --git a/drivers/net/wireless/realtek/rtw88/coex.h b/drivers/net/wireless/realtek/rtw88/coex.h --- a/drivers/net/wireless/realtek/rtw88/coex.h +++ b/drivers/net/wireless/realtek/rtw88/coex.h +static inline bool rtw_coex_disabled(struct rtw_dev *rtwdev) +{ + struct rtw_coex *coex = &rtwdev->coex; + struct rtw_co...
Networking
fb8517f4fade44fa5e42e29ca4d6e4a7ed50b512
po hao huang
drivers
net
realtek, rtw88, wireless
rtw88: 8822c: add lc calibration for rtl8822c
fix power tracking issue by replacing unnecessary iq calibration with lc calibration. when thermal difference exceeds limitation, let rf circuit adjsut its characteristic to fit in current environment.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add lc calibration for rtl8822c
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['rtw88 ', '8822c']
['h', 'c']
5
47
2
--- 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 + u8 lck_threshold; + u8 thermal_meter_lck; diff --git a/drivers/net/wireless/realtek/rtw88/phy.c b/drivers/net/wireless/...
Networking
7ae7784ec2a812c07d2ca91a6538ef2470154fb6
po hao huang
drivers
net
realtek, rtw88, wireless
rtw88: add flush hci support
though mac queue flushing has been supported, sometimes data may be waiting on interface from host to chip. if it occurs, there may still be data that flows into mac just after we do flush. to avoid that, we add the hci part of flushing.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add flush hci support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['rtw88 ']
['h', 'c']
3
87
0
--- diff --git a/drivers/net/wireless/realtek/rtw88/hci.h b/drivers/net/wireless/realtek/rtw88/hci.h --- a/drivers/net/wireless/realtek/rtw88/hci.h +++ b/drivers/net/wireless/realtek/rtw88/hci.h + void (*flush_queues)(struct rtw_dev *rtwdev, u32 queues, bool drop); +static inline void rtw_hci_flush_queues(struct rtw_de...
Networking
7b33ec8b93c9fa401a8fcd92ebde3129a1beb844
zong zhe yang
drivers
net
realtek, rtw88, wireless
rtw88: coex: add power off setting
clear wl/bt on/off bit in scoreboard register that is used to exchange wl/bt status. since the status is preserved after warm reboot, we must clear it when wl is going to down.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add power off setting
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['rtw88 ', 'coex']
['h', 'c']
3
7
0
--- diff --git a/drivers/net/wireless/realtek/rtw88/coex.c b/drivers/net/wireless/realtek/rtw88/coex.c --- a/drivers/net/wireless/realtek/rtw88/coex.c +++ b/drivers/net/wireless/realtek/rtw88/coex.c +void rtw_coex_power_off_setting(struct rtw_dev *rtwdev) +{ + rtw_write16(rtwdev, reg_wifi_bt_info, bit_bt_int_en); +} + ...
Networking
5b492c7dbddaba4a1c1d4e72ec974ee459b4afe7
ping ke shih
drivers
net
realtek, rtw88, wireless
sfc: ef10: implement ethtool::get_fec_stats
report what appears to be the standard block counts: - 30.5.1.1.17 afeccorrectedblocks - 30.5.1.1.18 afecuncorrectableblocks
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
implement ethtool::get_fec_stats
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['sfc', 'ef10']
['h', 'c']
3
30
0
- 30.5.1.1.17 afeccorrectedblocks - 30.5.1.1.18 afecuncorrectableblocks --- diff --git a/drivers/net/ethernet/sfc/ef10.c b/drivers/net/ethernet/sfc/ef10.c --- a/drivers/net/ethernet/sfc/ef10.c +++ b/drivers/net/ethernet/sfc/ef10.c +static void efx_ef10_get_fec_stats(struct efx_nic *efx, + struct ethtool_fec_stats *fec_...
Networking
cab351be53c263c857563eb56b2bbfe67e8a12a0
jakub kicinski
drivers
net
ethernet, sfc
net: stmmac: set irq affinity hint for multi msi vectors
certain platform likes intel mgbe has independent hardware irq resources for tx and rx dma operation. in preparation to support xdp tx, we add irq affinity hint to group both rx and tx queue of the same queue id to the same cpu.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
13
2
- irq affinity hint need to set to null before irq is released. --- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c - if (priv->tx_irq[j] > 0...
Networking
8deec94c6040bb4a767f6e9456a0a44c7f2e713e
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: make sph enable/disable to be configurable
sph functionality splits header and payload according to split mode and offsef fields (splm and splofst). it is beneficials for linux network stack rx processing however it adds a lot of complexity in xdp processing.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
2
8
5
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac.h b/drivers/net/ethernet/stmicro/stmmac/stmmac.h --- a/drivers/net/ethernet/stmicro/stmmac/stmmac.h +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac.h + int sph_cap; diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/...
Networking
d08d32d101938a26e692c7aee0d452fbeec9d3f3
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: arrange tx tail pointer update to stmmac_flush_tx_descriptors
this patch organizes tx tail pointer update into a new function called stmmac_flush_tx_descriptors() so that we can reuse it in stmmac_xmit(), stmmac_tso_xmit() and up-coming xdp implementation.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
26
30
- fix for warning: unused variable 'desc_size' --- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +static void stmmac_flush_tx_descriptors(s...
Networking
d96febedfde250735ac6ed50966ec5453feda355
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: add initial xdp support
this patch adds the initial xdp support to stmmac driver. it supports xdp_pass, xdp_drop and xdp_aborted actions. upcoming patches will add support for xdp_tx and xdp_redirect.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c', 'makefile']
5
197
27
- factor in xdp header and tail adjustment done by xdp program. - fix for "warning: variable 'len' set but not used" reported by lkp. --- diff --git a/drivers/net/ethernet/stmicro/stmmac/makefile b/drivers/net/ethernet/stmicro/stmmac/makefile --- a/drivers/net/ethernet/stmicro/stmmac/makefile +++ b/drivers/net/ethernet...
Networking
5fabb01207a2d3439a6abe1d08640de9c942945f
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: add support for xdp_tx action
this patch adds support for xdp_tx action which enables xdp program to transmit back received frames.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
2
232
18
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac.h b/drivers/net/ethernet/stmicro/stmmac/stmmac.h --- a/drivers/net/ethernet/stmicro/stmmac/stmmac.h +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac.h +enum stmmac_txbuf_type { + stmmac_txbuf_t_skb, + stmmac_txbuf_t_xdp_tx, +}; + + enum stmmac_txbuf_type buf_t...
Networking
be8b38a722e68ffa069b7dfa887369c33d6ea886
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: add support for xdp_redirect action
this patch adds the support of xdp_redirect to another remote cpu for further action. it also implements ndo_xdp_xmit ops, enabling the driver to transmit packets forwarded to it by xdp program running on another interface.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
2
84
11
+ drop testing. it also been tested with "xdp_redirect" sample app --- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac.h b/drivers/net/ethernet/stmicro/stmmac/stmmac.h --- a/drivers/net/ethernet/stmicro/stmmac/stmmac.h +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac.h + stmmac_txbuf_t_xdp_ndo, diff --git a/dri...
Networking
8b278a5b69a2298055b99895ddc5b5f4ab430df5
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: est interrupts handling and error reporting
enabled est related interrupts as below: 1) constant gate control error (cgce) 2) head-of-line blocking due to scheduling (hlbs) 3) head-of-line blocking due to frame size (hlbf). 4) base time register error (btre) 5) switch to s/w owned list complete (swlc)
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
est interrupts and ethtool
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
4
114
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac5.c b/drivers/net/ethernet/stmicro/stmmac/dwmac5.c --- a/drivers/net/ethernet/stmicro/stmmac/dwmac5.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac5.c + + /* configure est interrupt */ + if (cfg->enable) + ctrl = (iecgce | iehs | iehf | iebe | iecc); + else + ...
Networking
e49aa315cb01828e7aec0710f3b954e80ba70dd8
voon weifeng
drivers
net
ethernet, stmicro, stmmac
net: stmmac: add est errors into ethtool statistic
below est errors are added into ethtool statistic: 1) constant gate control error (cgce): the counter "mtl_est_cgce" increases everytime cgce interrupt is triggered.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
est interrupts and ethtool
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
6
28
4
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/common.h --- a/drivers/net/ethernet/stmicro/stmmac/common.h +++ b/drivers/net/ethernet/stmicro/stmmac/common.h + /* est */ + unsigned long mtl_est_cgce; + unsigned long mtl_est_hlbs; + unsigned long mtl_est_hlbf; + unsig...
Networking
9f298959191b0a3a8451ad308a68a9d697ea6819
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: add hw descriptor prefetch setting for dwmac core 5.20 onwards
dwmac core 5.20 onwards supports hw descriptor prefetching. additionally, it also depends on platform specific rtl configuration. this capability could be enabled by setting dma_mode bit-19 (dche).
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable dwmac hw descriptor prefetch
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
5
16
2
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/common.h --- a/drivers/net/ethernet/stmicro/stmmac/common.h +++ b/drivers/net/ethernet/stmicro/stmmac/common.h +#define dwmac_core_5_20 0x52 diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c b/drivers/net/eth...
Networking
96874c619c200bc704ae2d8e34a3746350922135
mohammad athari bin ismail
include
linux
ethernet, stmicro, stmmac
stmmac: intel: enable hw descriptor prefetch by default
enable hw descriptor prefetch by default by setting plat->dma_cfg->dche = true in intel_mgbe_common_data(). need to be noted that this capability only be supported in dwmac core version 5.20 onwards. in stmmac, there is a checking to check the core version. if the core version is below 5.20, this capability wouldn't be...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable dwmac hw descriptor prefetch
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
1
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/dwm...
Networking
676b7ec67d79ae77c6634e75344d82fc4b885e65
mohammad athari bin ismail
drivers
net
ethernet, stmicro, stmmac
net: stmmac: rearrange rx buffer allocation and free functions
this patch restructures the per rx queue buffer allocation from page_pool to stmmac_alloc_rx_buffers().
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp zc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
47
37
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +/** + * dma_free_rx_skbufs - free rx dma buffers + * @priv: private structure + * @queue...
Networking
4298255f26fa91c698048e5cc79e371f3bfaf1da
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: introduce dma_recycle_rx_skbufs for stmmac_reinit_rx_buffers
rearrange rx buffer page_pool recycling logics into dma_recycle_rx_skbufs, so that we prepare stmmac_reinit_rx_buffers() for xsk pool expansion.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp zc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
27
17
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +/** + * dma_recycle_rx_skbufs - recycle rx dma buffers + * @priv: private structure + * ...
Networking
80f573c995fc8e385d4aebc0ffce88f6b32bb183
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: refactor stmmac_init_rx_buffers for stmmac_reinit_rx_buffers
the per-queue rx buffer allocation in stmmac_reinit_rx_buffers() can be made to use stmmac_alloc_rx_buffers() by merging the page_pool alloc checks for "buf->page" and "buf->sec_page" in stmmac_init_rx_buffers().
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp zc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
189
189
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c - buf->page = page_pool_dev_alloc_pages(rx_q->page_pool); - if (!buf->page) - return -eno...
Networking
da5ec7f22a0f1a10a5a9c3063421e73ae054649d
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: rearrange rx and tx desc init into per-queue basis
below functions are made to be per-queue in preparation of xdp zc:
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp zc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
100
80
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c - * init_dma_rx_desc_rings - init the rx descriptor rings - * @dev: net device structure ...
Networking
de0b90e52a116a951ca8b13c924c359d5fc39fa0
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: refactor __stmmac_xdp_run_prog for xdp zc
prepare stmmac_xdp_run_prog() for af_xdp zero-copy support which will be added by upcoming patches by splitting out the xdp verdict processing into __stmmac_xdp_run_prog() and it callable for xdp zc path which does not need to verify bpf_prog is not null.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp zc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
23
12
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c -static struct sk_buff *stmmac_xdp_run_prog(struct stmmac_priv *priv, - struct xdp_buff *...
Networking
bba71cac680f30de93486c989ee283cccedc5f77
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: enable rx via af_xdp zero-copy
this patch adds the support for receiving packet via af_xdp zero-copy mechanism.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp zc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
4
679
29
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac.h b/drivers/net/ethernet/stmicro/stmmac/stmmac.h --- a/drivers/net/ethernet/stmicro/stmmac/stmmac.h +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac.h - struct page *page; - dma_addr_t addr; - __u32 page_offset; + union { + struct { + struct page *page; + dma_...
Networking
bba2556efad66e7eaa56fece13f7708caa1187f8
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: add tx via xdp zero-copy socket
we add the support of xdp zc tx submission and cleaning into stmmac_tx_clean(). the function is made to clean as many tx complete frames as possible, i.e. limit by priv->dma_tx_size instead of napi budget. for tx ring that is associated with xsk pool, the function stmmac_xdp_xmit_zc() is introduced to tx frame buffers ...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add xdp zc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
3
310
29
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac.h b/drivers/net/ethernet/stmicro/stmmac/stmmac.h --- a/drivers/net/ethernet/stmicro/stmmac/stmmac.h +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac.h + stmmac_txbuf_t_xsk_tx, + struct xsk_buff_pool *xsk_pool; + u32 xsk_frames_done; + struct napi_struct rxtx_n...
Networking
132c32ee5bc09b1d2fa518f3b38a01f4b859b6df
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: add hardware supported cross-timestamp
cross timestamping is supported on integrated ethernet controller in intel soc such as ehl and tgl with always running timer.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add hardware supported cross-timestamp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
9
193
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/common.h --- a/drivers/net/ethernet/stmicro/stmmac/common.h +++ b/drivers/net/ethernet/stmicro/stmmac/common.h + /* numbers of auxiliary snapshot inputs */ + unsigned int aux_snapshot_n; diff --git a/drivers/net/ethernet...
Networking
341f67e424e572bfc034daa534c6fa667533e6a4
tan tee min
include
linux
ethernet, stmicro, stmmac
net: stmmac: add support for external trigger timestamping
the synopsis mac controller supports auxiliary snapshot feature that allows user to store a snapshot of the system time based on an external event.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for external trigger timestamping
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
8
101
1
--- 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 + /* both internal crosstimestamping and external triggered event + * timestamping cannot...
Networking
f4da56529da602010979e8497d1f02eaf5df8883
tan tee min
include
linux
ethernet, stmicro, stmmac
net: stmmac: restructure tc implementation for rx vlan priority steering
the current tc_add_flow() and tc_del_flow() use hardware l3 & l4 filters as offloading. the number of l3/l4 filters is read from l3l4fnum field from mac_hw_feature1 register and is used to alloc priv->tc_entries[].
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add vlan priority based rx steering
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
22
2
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c +static int tc_add_flow_cls(struct stmmac_priv *priv, + struct flow_cls_offload *cls) +{ + int re...
Networking
bd0f670e793137fac1f8cc95f1feac99cc081cba
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: add rx frame steering based on vlan priority in tc flower
we extend tc flower to support configuration of vlan priority-based rx frame steering hardware offloading.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add vlan priority based rx steering
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
63
2
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c +#define vlan_prio_full_mask (0x07) + +static int tc_add_vlan_flow(struct stmmac_priv *priv, + st...
Networking
0e039f5cf86ce2fcb62077a163e7ff3d7b7b7cf3
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: add per-queue tx & rx coalesce ethtool support
extending the driver to support per-queue rx and tx coalesce settings in order to support below commands:
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add per-queue tx & rx coalesce ethtool support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
7
143
49
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac1000_dma.c b/drivers/net/ethernet/stmicro/stmmac/dwmac1000_dma.c --- a/drivers/net/ethernet/stmicro/stmmac/dwmac1000_dma.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac1000_dma.c - u32 number_chan) + u32 queue) diff --git a/drivers/net/ethernet/stmicro/stmmac/...
Networking
db2f2842e6f56027b1a29c7b16dc40482f41563b
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: enable mtl ecc error address status over-ride by default
turn on the meeao field of mtl_ecc_control_register by default.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable mtl ecc error address status over-ride by default
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
2
2
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac5.c b/drivers/net/ethernet/stmicro/stmmac/dwmac5.c --- a/drivers/net/ethernet/stmicro/stmmac/dwmac5.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac5.c + value |= meeao; /* mtl ecc error addr status override */ diff --git a/drivers/net/ethernet/stmicro/stmmac/d...
Networking
b494ba5a3cf822fa99fb941cd1c293da21f4f927
voon weifeng
drivers
net
ethernet, stmicro, stmmac
stmmac: intel: add pse and pch ptp clock source selection
intel mgbe variant implemented in ehl and tgl can be set to select different clock frequency based on gpo bits in mac_gpio_status register.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add pse and pch ptp clock source selection
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ', 'intel']
['h', 'c']
4
57
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 +/* selection for ptp clock freq belongs to pse & pch gbe */ +#define pse_ptp_clk_freq_ma...
Networking
76da35dc99afb460b9c335182ba6a3e7ff924186
wong vee khee
include
linux
ethernet, stmicro, stmmac
net: pcs: rearrange c73 functions to prepare for c37 support later
the current implementation for xpcs is validated for c73, so we rename them to have _c73 suffix and introduce a set of functions to use an_mode flag to switch between c73 and c37 an later.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add c37 an sgmii support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
2
70
28
--- diff --git a/drivers/net/pcs/pcs-xpcs.c b/drivers/net/pcs/pcs-xpcs.c --- a/drivers/net/pcs/pcs-xpcs.c +++ b/drivers/net/pcs/pcs-xpcs.c + int an_mode; + .an_mode = dw_an_c73, + .an_mode = dw_an_c73, + .an_mode = dw_an_c73, -static int xpcs_soft_reset(struct mdio_xpcs_args *xpcs, int dev) +static int xpcs_soft_reset(...
Networking
07a4bc51fc732b3618fd46dc51609948933064a4
ong boon leong
drivers
net
pcs
net: phylink: make phylink_parse_mode() support non-dt platform
certain platform does not support dt, so we make phylink_parse_mode() to allow non-dt platform to use it to setup in-band an advertising.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add c37 an sgmii support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
2
5
2
--- 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 - if (fwnode_property_read_string(fwnode, "managed", &managed) == 0 && - strcmp(managed, "in-band-status") == 0) { + if ((fwnode_property_read_string(fwnode, "managed", &managed) == 0 &...
Networking
ab39385021d1e0b4cd6cc521dc35c2fe659bbddf
ong boon leong
include
linux
phy
net: stmmac: make in-band an mode parsing is supported for non-dt
not all platform uses dt, so phylink_parse_mode() will skip in-band setup of pl->supported and pl->link_config.advertising entirely. so, we add the setting of ovr_an_inband flag to make it works for non-dt platform.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add c37 an sgmii support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
2
3
0
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c + priv->phylink_config.ovr_an_inband = + priv->plat->mdio_bus_data->xpcs_an_inband; diff ...
Networking
e5e5b771f684c22b25c67df85d2deb43901f7b95
ong boon leong
include
linux
ethernet, stmicro, stmmac
net: stmmac: ensure phydev is attached to phylink for c37 an
as the support for mac-side sgmii c37 an is added to pcs-xpcs, phydev should be attached to phylink during driver's open(). so, we change the condition to "not c73 an" instead.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add c37 an sgmii support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
1
1
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c - priv->hw->xpcs == null) { + priv->hw->xpcs_args.an_mode != dw_an_c73) {
Networking
c62808e8105f6a0872ac716c0030e97af81e4cf0
ong boon leong
drivers
net
ethernet, stmicro, stmmac
stmmac: intel: add pcs-xpcs for intel mgbe controller
intel mgbe controller such as those in ehl & tgl uses pcs-xpcs driver for sgmii interface. to ensure mdio bus scanning does not assign phy_device to mdio-addressable entities like intel serdes and pcs-xpcs, we set up to phy_mask to skip them.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add c37 an sgmii support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
14
1
--- 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 +#define intel_mgbe_adhoc_addr 0x15 +#define intel_mgbe_xpcs_addr 0x16 + + /* intel mgbe ...
Networking
7310fe538ea5c966a773cbc39272ef145f8d05ae
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: introduce dma interrupt status masking per traffic direction
in preparation to make stmmac support multi-vector msi, we introduce the interrupt status masking according to rx, tx or rxtx. default to use rxtx inside stmmac_dma_interrupt(), so there is no run-time logic difference now.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable multi-vector msi
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
10
101
10
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/common.h --- a/drivers/net/ethernet/stmicro/stmmac/common.h +++ b/drivers/net/ethernet/stmicro/stmmac/common.h +enum dma_irq_dir { + dma_dir_rx = 0x1, + dma_dir_tx = 0x2, + dma_dir_rxtx = 0x3, +}; + diff --git a/drivers/...
Networking
7e1c520c0d2028e24cf86df811d41dc4205dc5d4
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: make stmmac_interrupt() function more friendly to msi
refactor stmmac_interrupt() by introducing stmmac_common_interrupt() so that we prepare the isr operation to be friendly to msi later.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable multi-vector msi
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
31
23
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c -/** - * stmmac_interrupt - main isr - * @irq: interrupt number. - * @dev_id: to pass the...
Networking
29e6573c61aaa71010e711e6c3249c56a2e61b46
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: introduce msi interrupt routines for mac, safety, rx & tx
now we introduce msi interrupt service routines and hook these routines up if stmmac_open() sees valid irq line being requested:-
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable multi-vector msi
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
4
431
45
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/common.h --- a/drivers/net/ethernet/stmicro/stmmac/common.h +++ b/drivers/net/ethernet/stmicro/stmmac/common.h +/* msi defines */ +#define stmmac_msi_vec_max 32 + +enum request_irq_err { + req_irq_err_all, + req_irq_err_...
Networking
8532f613bc78b6e0e32b486e720848d3f5569287
ong boon leong
include
linux
ethernet, stmicro, stmmac
stmmac: intel: add support for multi-vector msi and msi-x
intel mgbe controller supports multi-vector interrupts: msi_rx_vec 0,2,4,6,8,10,12,14 msi_tx_vec 1,3,5,7,9,11,13,15 msi_sfty_ue_vec 26 msi_sfty_ce_vec 27 msi_lpi_vec 28 msi_mac_vec 29
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable multi-vector msi
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['c']
1
111
9
--- 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 + /* setup msi vector offset specific to intel mgbe controller */ + plat->msi_mac_vec = 2...
Networking
b42446b9b37ba444ba12d89dd9d45c2b68768f24
ong boon leong
drivers
net
ethernet, stmicro, stmmac
net: stmmac: use interrupt mode intm=1 for multi-msi
for interrupt mode intm=0, tx/rx transfer complete will trigger signal not only on sbd_perch_[tx|rx]_intr_o (transmit/receive per channel) but also on the sbd_intr_o (common).
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable multi-vector msi
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
5
23
12
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c b/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c --- a/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c +++ b/drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c + + if (dma_cfg->multi_msi_en) { + value = readl(ioaddr + dma_bus_mode); + value &= ~dma_bus_...
Networking
6ccf12ae111e49324b439410066e8cc359aeee6d
wong vee khee
include
linux
ethernet, stmicro, stmmac
net: stmmac: support fpe link partner hand-shaking procedure
in order to discover whether remote station supports frame preemption, local station sends verify mpacket and expects response mpacket in return from the remote station.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support fpe link partner hand-shaking procedure
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['stmmac ']
['h', 'c']
9
331
7
--- diff --git a/drivers/net/ethernet/stmicro/stmmac/common.h b/drivers/net/ethernet/stmicro/stmmac/common.h --- a/drivers/net/ethernet/stmicro/stmmac/common.h +++ b/drivers/net/ethernet/stmicro/stmmac/common.h +/* fpe defines */ +#define fpe_event_unknown 0 +#define fpe_event_trsp bit(0) +#define fpe_event_tver bit(1)...
Networking
5a5586112b929546e16029261a987c9197bfdfa2
ong boon leong
include
linux
ethernet, stmicro, stmmac
wilc1000: add support for enabling crc
the driver so far has always disabled crc protection. this means any data corruption that occurrs during the spi transfers could go undetected. this patch adds module parameters enable_crc7 and enable_crc16 to selectively turn on crc7 (for command transfers) and crc16 (for data transfers), respectively.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for enabling crc
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['wilc1000 ']
['kconfig', 'c']
2
115
64
---- ----- ----------- ------------------- --- diff --git a/drivers/net/wireless/microchip/wilc1000/kconfig b/drivers/net/wireless/microchip/wilc1000/kconfig --- a/drivers/net/wireless/microchip/wilc1000/kconfig +++ b/drivers/net/wireless/microchip/wilc1000/kconfig + select crc_itu_t diff --git a/drivers/net/wireless/m...
Networking
c872e7ae056f16e27311fb30d637032cc3b1cb46
david mosberger tang
drivers
net
microchip, wilc1000, wireless
wilc1000: support chip sleep over spi
chip_allow_sleep() only supported wakeup via sdio, which made the driver unusable over spi. this code is a straight forward port from the driver in the linux-at91 repository.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support chip sleep over spi
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['wilc1000 ']
['h', 'c']
2
58
4
--- diff --git a/drivers/net/wireless/microchip/wilc1000/wlan.c b/drivers/net/wireless/microchip/wilc1000/wlan.c --- a/drivers/net/wireless/microchip/wilc1000/wlan.c +++ b/drivers/net/wireless/microchip/wilc1000/wlan.c + const struct wilc_hif_func *hif_func = wilc->hif_func; + u32 wakeup_reg, wakeup_bit; + u32 to_host_...
Networking
f135a1571a0579bebed625e3af0b1fcae6dff7c5
david mosberger tang ajay singh ajay kathat microchip com
drivers
net
microchip, wilc1000, wireless
alsa: control - introduce snd_ctl_notify_one() helper
this helper is required for the following generic led mute patch. the helper also simplifies some other functions.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add generic led api, which tries to resolve the diversity in the audio led control among the alsa drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['h', 'c']
2
47
25
--- diff --git a/include/sound/control.h b/include/sound/control.h --- a/include/sound/control.h +++ b/include/sound/control.h +void snd_ctl_notify_one(struct snd_card * card, unsigned int mask, struct snd_kcontrol * kctl, unsigned int ioff); -int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, -...
Audio
1fa4445f9adf19a3028ce0e8f375bac75214fc10
jaroslav kysela
include
sound
alsa: control - add layer registration routines
the layer registration allows to handle an extra functionality on top of the control api. it can be used for the audio led control for example.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add generic led api, which tries to resolve the diversity in the audio led control among the alsa drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['h', 'c']
2
120
2
--- diff --git a/include/sound/control.h b/include/sound/control.h --- a/include/sound/control.h +++ b/include/sound/control.h +struct snd_ctl_layer_ops { + struct snd_ctl_layer_ops *next; + const char *module_name; + void (*lregister)(struct snd_card *card); + void (*ldisconnect)(struct snd_card *card); + void (*lnoti...
Audio
3f0638a0333bfdd0549985aa620f2ab69737af47
jaroslav kysela
include
sound
alsa: control - add generic led trigger module as the new control layer
the recent laptops have usually two leds assigned to reflect the speaker and microphone mute state. this implementation adds a tiny layer on top of the control api which calculates the state for those leds using the driver callbacks.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add generic led api, which tries to resolve the diversity in the audio led control among the alsa drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['h', 'kconfig', 'c', 'makefile']
5
307
2
--- diff --git a/include/sound/control.h b/include/sound/control.h --- a/include/sound/control.h +++ b/include/sound/control.h -#define sndrv_ctl_elem_access_skip_check (1 << 27) +#define sndrv_ctl_elem_access_skip_check (1 << 24) +/* kernel only - led bits */ +#define sndrv_ctl_elem_access_led_shift 25 +#define sndrv_...
Audio
22d8de62f11b287b279f1d4473a78c7d5e53e7bc
jaroslav kysela
include
sound
alsa: hda - remove the custom implementation for the audio led trigger
with the new snd-ctl-led module, we have a generic way to trigger audio leds based on the sound control changes.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add generic led api, which tries to resolve the diversity in the audio led control among the alsa drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['h', 'kconfig', 'c']
9
45
235
--- diff --git a/sound/pci/hda/kconfig b/sound/pci/hda/kconfig --- a/sound/pci/hda/kconfig +++ b/sound/pci/hda/kconfig - select new_leds if snd_hda_generic_leds + select snd_ctl_led if snd_hda_generic_leds - select leds_triggers if snd_hda_generic_leds - select leds_trigger_audio if snd_hda_generic_leds diff --git a/so...
Audio
e65bf99718b538c2f34e9444dfe1087789b58f94
jaroslav kysela
sound
pci
hda
alsa: control - add sysfs support to the led trigger module
create sysfs/devices/virtual/sound/ctl-led tree (with sysfs/class/sound/ctl-led symlink).
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add generic led api, which tries to resolve the diversity in the audio led control among the alsa drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['c']
1
163
29
+-- mode +-- brightness +-- mode +-- brightness - follow mute - follow moute (inverted to follow mute) - off - on --- diff --git a/sound/core/control_led.c b/sound/core/control_led.c --- a/sound/core/control_led.c +++ b/sound/core/control_led.c +enum snd_ctl_led_mode { + mode_follow_mute = 0, + mode_follow_route, + mod...
Audio
cb17fe0045aaa74d1ce12c0ad0058a62a1ce0401
jaroslav kysela
sound
core
alsa: led control - add sysfs kcontrol led marking layer
we need to manage the kcontrol entries association for the led trigger from the user space. this patch adds a layer to the sysfs tree like:
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add generic led api, which tries to resolve the diversity in the audio led control among the alsa drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['c']
1
362
4
+ card0 + card1 + attach - amixer style id is accepted and easy strings for numid and - reset all associated kcontrol entries - list associated kcontrol entries (numid values only) --- diff --git a/sound/core/control_led.c b/sound/core/control_led.c --- a/sound/core/control_led.c +++ b/sound/core/control_led.c +struct ...
Audio
a135dfb5de1501327895729b4f513370d2555b4d
jaroslav kysela
sound
core
dt-bindings: soundwire: qcom: clarify data port bus parameters
some of the parameters for data ports are not applicable or not implemented in ip. so mark them as invalid/not applicable in dt so that controller is aware of this.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
various improvements
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['soundwire', 'qcom']
['txt']
1
20
0
--- diff --git a/documentation/devicetree/bindings/soundwire/qcom,sdw.txt b/documentation/devicetree/bindings/soundwire/qcom,sdw.txt --- a/documentation/devicetree/bindings/soundwire/qcom,sdw.txt +++ b/documentation/devicetree/bindings/soundwire/qcom,sdw.txt + value of 0xff indicates that this option is not implemented...
Audio
377785cc7c5d1dafadb1ae43c6d79ff934620f67
srinivas kandagatla
documentation
devicetree
bindings, soundwire
soundwire: qcom: add support to missing transport params
some of the transport parameters derived from device tree are not fully parsed by the driver.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
various improvements
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['soundwire', 'qcom']
['c']
1
94
12
--- diff --git a/drivers/soundwire/qcom.c b/drivers/soundwire/qcom.c --- a/drivers/soundwire/qcom.c +++ b/drivers/soundwire/qcom.c +#define swrm_dp_port_ctrl_2_bank(n, m) (0x1128 + 0x100 * (n - 1) + 0x40 * m) +#define swrm_dp_block_ctrl_1(n) (0x112c + 0x100 * (n - 1)) +#define swrm_dp_block_ctrl2_bank(n, m) (0x1130 + 0...
Audio
128eaf937adb87afc8a14124d3eba1f7a179af0b
srinivas kandagatla
drivers
soundwire
soundwire: qcom: set continue execution flag for ignored commands
version 1.5.1 and higher ips of this controller required to set continue execution on ignored command flag. this patch sets this flag.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
various improvements
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['soundwire', 'qcom']
['c']
1
10
1
--- diff --git a/drivers/soundwire/qcom.c b/drivers/soundwire/qcom.c --- a/drivers/soundwire/qcom.c +++ b/drivers/soundwire/qcom.c +#define swrm_continue_exec_on_cmd_ignore bit(31) - ctrl->reg_write(ctrl, swrm_cmd_fifo_cfg_addr, swrm_rd_wr_cmd_retries); + if (ctrl->version > 0x01050001) { + /* only for versions >= 1.5....
Audio
542d3491cdd7975161efe964691f2a1b3bba950f
srinivas kandagatla pierre louis bossart pierre louis bossart linux intel com
drivers
soundwire
soundwire: qcom: start the clock during initialization
start the clock during initialization, doing this explicitly will add more clarity when we are adding clock stop feature.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
various improvements
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['soundwire', 'qcom']
['c']
1
3
0
--- diff --git a/drivers/soundwire/qcom.c b/drivers/soundwire/qcom.c --- a/drivers/soundwire/qcom.c +++ b/drivers/soundwire/qcom.c +#define swrm_mcp_bus_ctrl 0x1044 +#define swrm_mcp_bus_clk_start bit(1) + ctrl->reg_write(ctrl, swrm_mcp_bus_ctrl, swrm_mcp_bus_clk_start);
Audio
a866a049024c789f6d6c35aefab3ae9837a2fa73
srinivas kandagatla pierre louis bossart pierre louis bossart linux intel com
drivers
soundwire
soundwire: qcom: update register read/write routine
in the existing code every soundwire register read and register write are kinda blocked. each of these are using a special command id that generates interrupt after it successfully finishes. this is really overhead, limiting and not really necessary unless we are doing something special.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
various improvements
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['soundwire', 'qcom']
['c']
1
100
79
--- diff --git a/drivers/soundwire/qcom.c b/drivers/soundwire/qcom.c --- a/drivers/soundwire/qcom.c +++ b/drivers/soundwire/qcom.c +#define swrm_cmd_fifo_flush 0x1 +#define swrm_rd_fifo_cmd_id_mask genmask(11, 8) -#define qcom_swrm_max_rd_len 0xf +#define qcom_swrm_max_rd_len 0x1 +#define swr_broadcast_cmd_id 0x0f +#de...
Audio
ddea6cf7b619ec4b9a630d0073c4fc64d0ac2b9c
srinivas kandagatla
drivers
soundwire
soundwire: qcom: add support to new interrupts
add support to new interrupts which includes reporting some of the error interrupts and adding support to slave pending interrupt!
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
various improvements
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['soundwire', 'qcom']
['c']
1
135
26
--- diff --git a/drivers/soundwire/qcom.c b/drivers/soundwire/qcom.c --- a/drivers/soundwire/qcom.c +++ b/drivers/soundwire/qcom.c +#define swrm_interrupt_status_slave_pend_irq bit(0) +#define swrm_interrupt_status_master_clash_det bit(3) +#define swrm_interrupt_status_rd_fifo_overflow bit(4) +#define swrm_interrupt_st...
Audio
c7d49c76d1d5f5a41f637c18ce3b756351c7fdf9
srinivas kandagatla
drivers
soundwire
soundwire: export sdw_compare_devid, sdw_extract_slave_id and sdw_slave_add
exporting these three functions makes sense as it can be used by other controllers like qualcomm during auto-enumeration!
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
various improvements
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['soundwire', 'qcom']
['h', 'c']
3
6
1
--- diff --git a/drivers/soundwire/bus.c b/drivers/soundwire/bus.c --- a/drivers/soundwire/bus.c +++ b/drivers/soundwire/bus.c -static int sdw_compare_devid(struct sdw_slave *slave, struct sdw_slave_id id) +int sdw_compare_devid(struct sdw_slave *slave, struct sdw_slave_id id) +export_symbol(sdw_compare_devid); +export...
Audio
01ad444e3be719f8ad13f136a9b0d301806183c8
srinivas kandagatla
drivers
soundwire
soundwire
soundwire: qcom: add auto enumeration support
qualcomm soundwire controller supports auto enumeration of the devices within the ip. this patch enables support for this feature.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
various improvements
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['soundwire', 'qcom']
['c']
1
81
5
--- diff --git a/drivers/soundwire/qcom.c b/drivers/soundwire/qcom.c --- a/drivers/soundwire/qcom.c +++ b/drivers/soundwire/qcom.c +#define swrm_enumerator_slave_dev_id_1(m) (0x530 + 0x8 * (m)) +#define swrm_enumerator_slave_dev_id_2(m) (0x534 + 0x8 * (m)) + u32 slave_status; + ctrl->slave_status = val; +static void qc...
Audio
a6e6581942caa0fab059634459c4c349fd7e4cc2
srinivas kandagatla pierre louis bossart pierre louis bossart linux intel com
drivers
soundwire
soundwire: qcom: wait for enumeration to be complete in probe
signed-off-by: srinivas kandagatla <srinivas.kandagatla@linaro.org> reviewed-by: pierre-louis bossart <pierre-louis.bossart@linux.intel.com> link: https://lore.kernel.org/r/20210330144719.13284-10-srinivas.kandagatla@linaro.org signed-off-by: vinod koul <vkoul@kernel.org>
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
various improvements
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['soundwire', 'qcom']
['c']
1
5
0
--- diff --git a/drivers/soundwire/qcom.c b/drivers/soundwire/qcom.c --- a/drivers/soundwire/qcom.c +++ b/drivers/soundwire/qcom.c + struct completion enumeration; + complete(&ctrl->enumeration); + init_completion(&ctrl->enumeration); + wait_for_completion_timeout(&ctrl->enumeration, + msecs_to_jiffies(timeout_ms));
Audio
06dd96738d618391ae58e1b28f1ba49fef214c95
srinivas kandagatla
drivers
soundwire
alsa: bebob: enable to deliver midi messages for multiple ports
current implementation of bebob driver doesn't correctly handle the case that the device has multiple midi ports. the cause is the number of midi conformant data channels is passed to am824 data block processing layer.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable to deliver midi messages for multiple ports
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['bebob']
['c']
1
7
5
--- diff --git a/sound/firewire/bebob/bebob_stream.c b/sound/firewire/bebob/bebob_stream.c --- a/sound/firewire/bebob/bebob_stream.c +++ b/sound/firewire/bebob/bebob_stream.c - struct snd_bebob_stream_formation *formation; + unsigned int pcm_channels; + unsigned int midi_ports; - formation = bebob->tx_stream_formations...
Audio
d2b6f15bc18ac8fbce25398290774c21f5b2cd44
takashi sakamoto
sound
firewire
bebob
alsa: hda/cirrus: increase auto_cfg_max_ins from 8 to 18
in preparation to support cirrus logic cs8409 hda bridge on new dell platforms it is nessasary to increase auto_cfg_max_ins and auto_cfg_num_inputs values. currently auto_cfg_max_ins is limited to 8, but cirrus logic hda bridge cs8409 has 18 input pins, 16 asp receivers and 2 dmic inputs. we have to increase this value...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for cs8409 hda bridge and cs42l42 companion codec
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['hda ', 'cirrus']
['h']
2
2
2
--- diff --git a/sound/pci/hda/hda_auto_parser.h b/sound/pci/hda/hda_auto_parser.h --- a/sound/pci/hda/hda_auto_parser.h +++ b/sound/pci/hda/hda_auto_parser.h -#define auto_cfg_max_ins 8 +#define auto_cfg_max_ins 18 diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h --- a/sound/pci/hda/hda_local.h +++ b...
Audio
b95a913cb368edcb606d844a6dc6240093d87020
vitaly rodionov
sound
pci
hda
alsa: hda/cirrus: add support for cs8409 hda bridge and cs42l42 companion codec.
dell's laptops inspiron 3500, inspiron 3501, inspiron 3505 are using cirrus logic cs8409 hda bridge with cs42l42 companion codec.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for cs8409 hda bridge and cs42l42 companion codec
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['hda ', 'cirrus']
['c']
1
576
0
------- -------- --- diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c --- a/sound/pci/hda/patch_cirrus.c +++ b/sound/pci/hda/patch_cirrus.c +#include <linux/pci.h> +/* cirrus logic cs8409 hda bridge with + * companion codec cs42l42 + */ +#define cs8409_vendor_nid 0x47 + +#define cs8409_cs42l42_h...
Audio
6cc7e93f46a5ce9f65ad3c6c6f645f1d831a8fa4
vitaly rodionov
sound
pci
hda
alsa: hda/cirrus: add jack detect interrupt support from cs42l42 companion codec.
in the case of cs8409 we do not have unsol events from nid's 0x24 and 0x34 where hs mic and hp are connected. companion codec cs42l42 will generate interrupt via gpio 4 to notify jack events. we have to overwrite standard snd_hda_jack_unsol_event(), read cs42l42 jack detect status registers and then notify status via g...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for cs8409 hda bridge and cs42l42 companion codec
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['hda ', 'cirrus']
['c']
1
307
2
--- diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c --- a/sound/pci/hda/patch_cirrus.c +++ b/sound/pci/hda/patch_cirrus.c +#include <linux/mutex.h> + + unsigned int cs42l42_hp_jack_in:1; + unsigned int cs42l42_mic_jack_in:1; + + struct mutex cs8409_i2c_mux; + + /* verb exec op override */ + int...
Audio
b73df04187ebb52edf3f7e502bb245c5ccab2763
vitaly rodionov
sound
pci
hda
alsa: hda/cirrus: add headphone and headset mic volume control
cs8409 does not support volume control for nids 0x24 (the headphones), or 0x34 (the headset mic). however, cs42l42 codec does support gain control for both. we can add support for volume controls, by writing the the cs42l42 regmap via i2c commands, using custom info, get and put volume functions, saved in the control.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for cs8409 hda bridge and cs42l42 companion codec
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['hda ', 'cirrus']
['c']
1
200
0
--- diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c --- a/sound/pci/hda/patch_cirrus.c +++ b/sound/pci/hda/patch_cirrus.c +#define cs42l42_hp_ch (2u) +#define cs42l42_hs_mic_ch (1u) + + unsigned int cs42l42_volume_init:1; + char cs42l42_hp_volume[cs42l42_hp_ch]; + char cs42l42_hs_mic_volume[cs4...
Audio
b9dd23bb03fe241ccb774c59b05d5cbac07895dc
stefan binding
sound
pci
hda
alsa: hda - bind headset buttons to the headphone jack
with the hda driver, if the headset buttons are supported, an audio jack will be created for them. this audio jack is a bit confusing to users since it can't report headphone/mic insertion events but it claims to support these events.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
bind headset buttons to the headphone jack
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['hda ']
['h', 'c']
3
91
5
--- diff --git a/sound/pci/hda/hda_jack.c b/sound/pci/hda/hda_jack.c --- a/sound/pci/hda/hda_jack.c +++ b/sound/pci/hda/hda_jack.c +/** + * snd_hda_jack_bind_keymap - bind keys generated from one nid to another jack. + * @codec: the hda codec + * @key_nid: key event is generated by this pin nid + * @keymap: map of key ...
Audio
04f7791b7a4ba6ff3f53b3f3978b353924d10e78
hui wang
sound
pci
hda
alsa: hda/realtek: enable mute/micmute leds and limit mic boost on elitebook 845 g8
on hp elitebook 845 g8, the audio leds can be enabled by alc285_fixup_hp_mute_led. so use it accordingly.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable mute/micmute leds and limit mic boost on
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['hda ', 'realtek']
['c']
1
8
0
--- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c + alc285_fixup_hp_limit_int_mic_boost, + [alc285_fixup_hp_limit_int_mic_boost] = { + .type = hda_fixup_func, + .v.func = alc269_fixup_limit_int_mic_boost, + .chained = t...
Audio
bd15b15523fd3197d1bb46403e02e92877a4f412
kai heng feng
sound
pci
hda
alsa: hda: add alderlake-m pci id
add hd audio pci id for intel alderlake-m. add rules to snd_intel_dsp_find_config() to choose sof driver for adl-m systems with pch-dmic or soundwire codecs, and legacy driver for the rest.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add alderlake-m pci id
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['hda ']
['c']
2
7
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 + { + .flags = flag_sof | flag_sof_only_if_dmic_or_soundwire, + .device = 0x51cc, + }, diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c --- a/sound/pci/hda...
Audio
4ad7935df6a566225c3d51900bde8f2f0f8b6de3
kai vehmanen p ter ujfalusi peter ujfalusi intel com ranjani sridharan ranjani sridharan linux intel com pierre louis bossart pierre louis bossart linux intel com
sound
hda
hda
alsa: usb-audio: add db range mapping for sennheiser communications headset pc 8
the decibel volume range contains a negative maximum value resulting in pipewire complaining about the device and effectivly having no sound output. the wrong values also resulted in the headset sounding muted already at a mixer level of about ~25%.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add db range mapping for sennheiser communications headset pc 8
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['usb-audio']
['c']
1
12
0
--- diff --git a/sound/usb/mixer_maps.c b/sound/usb/mixer_maps.c --- a/sound/usb/mixer_maps.c +++ b/sound/usb/mixer_maps.c +/* sennheiser communications headset [pc 8], the db value is reported as -6 negative maximum */ +static const struct usbmix_db_map sennheiser_pc8_db = {-9500, 0}; +static const struct usbmix_name_...
Audio
ab2165e2e6ed17345ffa8ee88ca764e8788ebcd7
timo gurr
sound
usb
uapi: virtio_ids: add a sound device type id from oasis spec
the oasis virtio spec defines a sound device type id that is not present in the header yet.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
(featured) add virtio sound driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['h']
1
1
0
--- diff --git a/include/uapi/linux/virtio_ids.h b/include/uapi/linux/virtio_ids.h --- a/include/uapi/linux/virtio_ids.h +++ b/include/uapi/linux/virtio_ids.h +#define virtio_id_sound 25 /* virtio sound */
Audio
0ae0337f929a970ee8d83e0e95e6b8d05562ce3b
anton yakovlev
include
uapi
linux
alsa: virtio: add virtio sound driver
introduce skeleton of the virtio sound driver. the driver implements the virtio sound device specification, which has become part of the virtio standard.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
(featured) add virtio sound driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['c', 'h', 'kconfig', 'maintainers', 'makefile']
8
753
1
--- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +virtio sound driver +m: anton yakovlev <anton.yakovlev@opensynergy.com> +m: "michael s. tsirkin" <mst@redhat.com> +l: virtualization@lists.linux-foundation.org +l: alsa-devel@alsa-project.org (moderated for non-subscribers) +s: maintained +...
Audio
de3a9980d8c34b2479173e809afa820473db676a
anton yakovlev
include
uapi
linux
alsa: virtio: handling control messages
the control queue can be used by different parts of the driver to send commands to the device. control messages can be either synchronous or asynchronous. the lifetime of a message is controlled by a reference count.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
(featured) add virtio sound driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['h', 'c', 'makefile']
5
410
1
--- diff --git a/sound/virtio/makefile b/sound/virtio/makefile --- a/sound/virtio/makefile +++ b/sound/virtio/makefile - virtio_card.o + virtio_card.o \ + virtio_ctl_msg.o diff --git a/sound/virtio/virtio_card.c b/sound/virtio/virtio_card.c --- a/sound/virtio/virtio_card.c +++ b/sound/virtio/virtio_card.c +u32 virtsnd_...
Audio
9d45e514da88ff74fc24ffb34e7d6eb92576440b
anton yakovlev
sound
virtio
alsa: virtio: build pcm devices and substream hardware descriptors
like the hda specification, the virtio sound device specification links pcm substreams, jacks and pcm channel maps into functional groups. for each discovered group, a pcm device is created, the number of which coincides with the group number.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
(featured) add virtio sound driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['h', 'c', 'makefile']
5
581
1
--- diff --git a/sound/virtio/makefile b/sound/virtio/makefile --- a/sound/virtio/makefile +++ b/sound/virtio/makefile - virtio_ctl_msg.o + virtio_ctl_msg.o \ + virtio_pcm.o diff --git a/sound/virtio/virtio_card.c b/sound/virtio/virtio_card.c --- a/sound/virtio/virtio_card.c +++ b/sound/virtio/virtio_card.c + rc = virt...
Audio
29b96bf50ba958eb5f097cdc3fbd4c1acf9547a2
anton yakovlev
sound
virtio
alsa: virtio: handling control and i/o messages for the pcm device
the driver implements a message-based transport for i/o substream operations. before the start of the substream, the hardware buffer is sliced into i/o messages, the number of which is equal to the current number of periods. the size of each message is equal to the current size of one period.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
(featured) add virtio sound driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['h', 'c', 'makefile']
6
515
5
--- diff --git a/sound/virtio/makefile b/sound/virtio/makefile --- a/sound/virtio/makefile +++ b/sound/virtio/makefile - virtio_pcm.o + virtio_pcm.o \ + virtio_pcm_msg.o diff --git a/sound/virtio/virtio_card.c b/sound/virtio/virtio_card.c --- a/sound/virtio/virtio_card.c +++ b/sound/virtio/virtio_card.c + switch (le32_...
Audio
f40a28679e0b7cb3a9cc6627a8dbb40961990f0a
anton yakovlev
sound
virtio
alsa: virtio: pcm substream operators
introduce the operators required for the operation of substreams.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
(featured) add virtio sound driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['h', 'c', 'makefile']
4
454
1
--- diff --git a/sound/virtio/makefile b/sound/virtio/makefile --- a/sound/virtio/makefile +++ b/sound/virtio/makefile - virtio_pcm_msg.o + virtio_pcm_msg.o \ + virtio_pcm_ops.o diff --git a/sound/virtio/virtio_pcm.c b/sound/virtio/virtio_pcm.c --- a/sound/virtio/virtio_pcm.c +++ b/sound/virtio/virtio_pcm.c + + snd_pcm...
Audio
da76e9f3e43a7195c69d370ee514cccae6517c76
anton yakovlev
sound
virtio
alsa: virtio: introduce jack support
enumerate all available jacks and create alsa controls.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
(featured) add virtio sound driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['h', 'c', 'makefile']
4
260
0
--- diff --git a/sound/virtio/makefile b/sound/virtio/makefile --- a/sound/virtio/makefile +++ b/sound/virtio/makefile + virtio_jack.o \ diff --git a/sound/virtio/virtio_card.c b/sound/virtio/virtio_card.c --- a/sound/virtio/virtio_card.c +++ b/sound/virtio/virtio_card.c + case virtio_snd_evt_jack_connected: + case vir...
Audio
ca61a41f389c80db091db9d4ad5a651e2b4c9f70
anton yakovlev
sound
virtio
alsa: virtio: introduce pcm channel map support
enumerate all available pcm channel maps and create alsa controls.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
(featured) add virtio sound driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['h', 'c', 'makefile']
5
242
0
--- diff --git a/sound/virtio/makefile b/sound/virtio/makefile --- a/sound/virtio/makefile +++ b/sound/virtio/makefile + virtio_chmap.o \ diff --git a/sound/virtio/virtio_card.c b/sound/virtio/virtio_card.c --- a/sound/virtio/virtio_card.c +++ b/sound/virtio/virtio_card.c + rc = virtsnd_chmap_parse_cfg(snd); + if (rc) ...
Audio
19325fedf245ca932c58a629d3888a9a393534ab
anton yakovlev
sound
virtio
alsa: virtio: introduce device suspend/resume support
all running pcm substreams are stopped on device suspend and restarted on device resume.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
(featured) add virtio sound driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
[]
['h', 'c']
3
85
7
--- diff --git a/sound/virtio/virtio_card.c b/sound/virtio/virtio_card.c --- a/sound/virtio/virtio_card.c +++ b/sound/virtio/virtio_card.c +#ifdef config_pm_sleep +/** + * virtsnd_freeze() - suspend device. + * @vdev: virtio parent device. + * + * context: any context. + * return: 0 on success, -errno on failure. + */ ...
Audio
575483e90a3292c2afceb7161732046e411d6fdd
anton yakovlev
sound
virtio
asoc: intel: add max98390 echo reference support
load new topology file with speaker capture pipeline.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add max98390 echo reference support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['asoc ', 'intel']
['c']
1
1
1
--- diff --git a/sound/soc/intel/common/soc-acpi-intel-cml-match.c b/sound/soc/intel/common/soc-acpi-intel-cml-match.c --- a/sound/soc/intel/common/soc-acpi-intel-cml-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-cml-match.c - .sof_tplg_filename = "sof-cml-da7219-max98357a.tplg", + .sof_tplg_filename = "sof-cml-d...
Audio
c7721e94279887f9dd8f4be303f2054bb5477c9e
mac chiang pierre louis bossart pierre louis bossart linux intel com
sound
soc
common, intel
asoc: intel: board: add be dai link for wov
create dai link in kbl_da7219_max98357a driver for wake on voice functionality.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add be dai link for wov
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['asoc ', 'intel', 'board']
['c']
1
48
0
--- diff --git a/sound/soc/intel/boards/kbl_da7219_max98357a.c b/sound/soc/intel/boards/kbl_da7219_max98357a.c --- a/sound/soc/intel/boards/kbl_da7219_max98357a.c +++ b/sound/soc/intel/boards/kbl_da7219_max98357a.c + kbl_dpcm_audio_ref_cp, +static unsigned int rates_16000[] = { + 16000, +}; + +static const struct snd_p...
Audio
74ed9e9bfb7343b0a6710b651df66f3d68551110
mac chiang
sound
soc
boards, intel
asoc: intel: bytcr_wm5102: add jack detect support
add jack detect support by creating a jack and calling snd_soc_component_set_jack to register the created jack with the codec.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add jack detect support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['asoc ', 'intel', 'bytcr_wm5102']
['c']
1
27
1
--- diff --git a/sound/soc/intel/boards/bytcr_wm5102.c b/sound/soc/intel/boards/bytcr_wm5102.c --- a/sound/soc/intel/boards/bytcr_wm5102.c +++ b/sound/soc/intel/boards/bytcr_wm5102.c +#include <sound/jack.h> + struct snd_soc_jack jack; +static struct snd_soc_jack_pin byt_wm5102_pins[] = { + { + .pin = "headphone", + .m...
Audio
ecd77d494ec995fb07102b408954c94f38374084
hans de goede andy shevchenko andy shevchenko gmail com
sound
soc
boards, intel
asoc: intel: cht_bsw_rt5672: add support for bay trail cr / ssp0
the rt5672 codec is used on some bay trail cr boards, on these socs ssp2 is not available and ssp0 should be used instead. at support for this.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for bay trail cr / ssp0
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['asoc ', 'intel', 'cht_bsw_rt5672']
['c']
1
61
14
--- diff --git a/sound/soc/intel/boards/cht_bsw_rt5672.c b/sound/soc/intel/boards/cht_bsw_rt5672.c --- a/sound/soc/intel/boards/cht_bsw_rt5672.c +++ b/sound/soc/intel/boards/cht_bsw_rt5672.c +#include "../common/soc-intel-quirks.h" + bool use_ssp0; + {"headphone", null, "platform clock"}, + {"headset mic", null, "platf...
Audio
c9b3c63392e578ea74411b29a720ace77ae9041f
hans de goede
sound
soc
boards, intel
asoc: intel: soc-acpi: add adl soundwire base configurations
add configurations ported over from tgl.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add adl jack-less soundwire configurations
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['asoc ', 'intel', 'soc-acpi']
['c']
1
185
0
--- diff --git a/sound/soc/intel/common/soc-acpi-intel-adl-match.c b/sound/soc/intel/common/soc-acpi-intel-adl-match.c --- a/sound/soc/intel/common/soc-acpi-intel-adl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-adl-match.c +static const struct snd_soc_acpi_endpoint spk_l_endpoint = { + .num = 0, + .aggregated =...
Audio
093b9dcb597611ce65f8c5610ee446616c0be304
pierre louis bossart
sound
soc
common, intel
asoc: intel: soc-acpi: add adl jack-less soundwire configurations
add one configuration with no rt711.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add adl jack-less soundwire configurations
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['asoc ', 'intel', 'soc-acpi']
['c']
1
38
0
--- diff --git a/sound/soc/intel/common/soc-acpi-intel-adl-match.c b/sound/soc/intel/common/soc-acpi-intel-adl-match.c --- a/sound/soc/intel/common/soc-acpi-intel-adl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-adl-match.c +static const struct snd_soc_acpi_adr_device rt1316_2_single_adr[] = { + { + .adr = 0x000...
Audio
870dc42fe8311ef5b291ccb21eda3f7069b6f599
pierre louis bossart rander wang rander wang intel com libin yang libin yang intel com
sound
soc
common, intel
asoc: intel: sof_rt5682: add alc1015q-vb speaker amp support
this patch adds jsl_rt5682_rt1015p which supports the rt5682 headset codec and alc1015q-vb speaker amplifier combination on jasperlake platform.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add alc1015q-vb speaker amp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['asoc ', 'intel', 'sof_rt5682']
['h', 'kconfig', 'c']
5
143
2
--- 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 + select snd_soc_rt1015p diff --git a/sound/soc/intel/boards/sof_realtek_common.c b/sound/soc/intel/boards/sof_realtek_common.c --- a/sound/soc/intel/boards/sof_real...
Audio
ad83b1adc58d6693036fd330d6af95a33564eaae
brent lu
sound
soc
boards, common, intel
asoc: ak5558: add support for ak5552
ak5552 is a 32-bit 2ch adc and has the same register map as ak5558.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for ak5552
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['asoc ', 'ak5558']
['c']
1
90
7
--- diff --git a/sound/soc/codecs/ak5558.c b/sound/soc/codecs/ak5558.c --- a/sound/soc/codecs/ak5558.c +++ b/sound/soc/codecs/ak5558.c +#include <linux/of_device.h> +enum ak555x_type { + ak5558, + ak5552, +}; + +static const char * const mono_5552_texts[] = { + "2 slot", "1 slot (fixed)", "2 slot", "1 slot (optimal)", ...
Audio
d8c5c82e4e5b641404c65bfc6cdf57b5d0a6c836
viorel suman
sound
soc
codecs
asoc: amd: add support for alc1015p codec in acp3x machine driver
add alc1015p codec support for acp3x machine driver.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for alc1015p codec in acp3x machine driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['asoc ', 'amd']
['kconfig', 'c']
2
46
1
--- diff --git a/sound/soc/amd/kconfig b/sound/soc/amd/kconfig --- a/sound/soc/amd/kconfig +++ b/sound/soc/amd/kconfig + select snd_soc_rt1015p diff --git a/sound/soc/amd/acp3x-rt5682-max9836.c b/sound/soc/amd/acp3x-rt5682-max9836.c --- a/sound/soc/amd/acp3x-rt5682-max9836.c +++ b/sound/soc/amd/acp3x-rt5682-max9836.c +...
Audio
26e33ed9f18475ebdc981d45150ac9a019e69f07
vijendar mukunda
sound
soc
amd
asoc: amd: add support for rt5682 codec in machine driver
add support for rt5682 codec in machine driver.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for rt5682 codec in machine driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['asoc ', 'amd']
['kconfig', 'c']
2
345
17
--- diff --git a/sound/soc/amd/kconfig b/sound/soc/amd/kconfig --- a/sound/soc/amd/kconfig +++ b/sound/soc/amd/kconfig - tristate "amd cz support for da7219 and max9835" + tristate "amd cz support for da7219, rt5682 and max9835" + select snd_soc_rt5682_i2c - this option enables machine driver for da7219 and max9835. + ...
Audio
7e71b48f9e27e437ca523432ea285c2585a539dc
vijendar mukunda
sound
soc
amd
asoc: codecs: tlv320aic3x: move model definitions
model definitions moved to header file. preparation for spi and i2c separated files.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
tlv320aic3x add spi support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['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', 'voltage, current regulators, ...
['asoc ', 'soc codecs']
['h', 'c']
2
5
4
--- diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c -#define aic3x_model_3x 0 -#define aic3x_model_33 1 -#define aic3x_model_3007 2 -#define aic3x_model_3104 3 diff --git a/sound/soc/codecs/tlv320aic3x.h b/sound/soc/c...
Audio
73a4808892b83c8336c3d913d44b8de68d881369
jiri prchal
sound
soc
codecs