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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
crypto: chtls - add support for aes256-gcm based ciphers | added support to set 256 bit key to the hardware from setsockopt for aes256-gcm based ciphers. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for aes256-gcm based ciphers | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['chtls'] | ['h', 'c'] | 3 | 71 | 21 | --- diff --git a/drivers/crypto/chelsio/chtls/chtls.h b/drivers/crypto/chelsio/chtls/chtls.h --- a/drivers/crypto/chelsio/chtls/chtls.h +++ b/drivers/crypto/chelsio/chtls/chtls.h - struct tls12_crypto_info_aes_gcm_128 crypto_info; + union { + struct tls12_crypto_info_aes_gcm_128 aes_gcm_128; + struct tls12_crypto_info_... | Cryptography hardware acceleration | 596d0a289554a6946173ec898928e6390bb0943a | vinay kumar yadav | drivers | crypto | chelsio, chtls |
crypto: hisilicon - add aead support on sec2 | authenc(hmac(sha1),cbc(aes)), authenc(hmac(sha256),cbc(aes)), and authenc(hmac(sha512),cbc(aes)) support are added for sec v2. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add aead support on sec2 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['hisilicon'] | ['h', 'kconfig', 'c'] | 4 | 620 | 24 | --- diff --git a/drivers/crypto/hisilicon/kconfig b/drivers/crypto/hisilicon/kconfig --- a/drivers/crypto/hisilicon/kconfig +++ b/drivers/crypto/hisilicon/kconfig + select crypto_aead + select crypto_authenc + select crypto_hmac + select crypto_sha1 + select crypto_sha256 + select crypto_sha512 - cbc, and xts cipher mo... | Cryptography hardware acceleration | 2f072d75d1ab32e9c7c43a54398f4360a0a42d5e | zaibo xu | drivers | crypto | hisilicon, sec2 |
crypto: sun4i-ss - add the a33 variant of ss | the a33 ss has a difference with all other ss, it give sha1 digest directly in be. so this patch adds variant support in sun4i-ss. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add the a33 variant of ss | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['sun4i-ss'] | ['c', 'h'] | 3 | 34 | 2 | --- diff --git a/drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c b/drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c --- a/drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c +++ b/drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c +#include <linux/of_device.h> +static const struct ss_variant ss_a10_variant = { + .sha1_... | Cryptography hardware acceleration | 1e02e6fbdadb3a0cb56294ff37eeeb8109e1f493 | corentin labbe maxime ripard mripard kernel org | drivers | crypto | allwinner, sun4i-ss |
pci/p2pdma: add intel skylake-e to the whitelist | intel skylake-e was successfully tested for p2pdma transactions spanning over a host bridge and pci bridge with iommu on. add it to the whitelist. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add intel skylake-e to the whitelist | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['p2pdma'] | ['c'] | 1 | 3 | 0 | --- diff --git a/drivers/pci/p2pdma.c b/drivers/pci/p2pdma.c --- a/drivers/pci/p2pdma.c +++ b/drivers/pci/p2pdma.c + /* intel skylake-e */ + {pci_vendor_id_intel, 0x2030, 0}, + {pci_vendor_id_intel, 0x2020, 0}, | PCI | bc123a515cb76c432293a6c4b4765b5ec0c813cf | armen baloyan logan gunthorpe logang deltatee com | drivers | pci | |
pci: brcmstb: add broadcom stb pcie host controller driver | this adds a basic driver for broadcom's stb pcie controller, for now aimed at raspberry pi 4's soc, bcm2711. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add broadcom stb pcie host controller driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['brcmstb'] | ['c', 'kconfig', 'makefile'] | 3 | 764 | 0 | --- diff --git a/drivers/pci/controller/kconfig b/drivers/pci/controller/kconfig --- a/drivers/pci/controller/kconfig +++ b/drivers/pci/controller/kconfig +config pcie_brcmstb + tristate "broadcom brcmstb pcie host controller" + depends on arch_bcm2835 || compile_test + depends on of + help + say y here to enable pcie ... | PCI | c0452137034bda8f686dd9a2e167949bfffd6776 | jim quinlan andrew murray andrew murray arm com jeremy linton jeremy linton arm com | drivers | pci | controller |
pci: brcmstb: add msi support | this adds msi support to the broadcom stb pcie host controller. the msi controller is physically located within the pcie block, however, there is no reason why the msi controller could not be moved elsewhere in the future. msix is not supported by the hw. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add msi support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['brcmstb'] | ['c', 'kconfig'] | 2 | 262 | 1 | --- diff --git a/drivers/pci/controller/kconfig b/drivers/pci/controller/kconfig --- a/drivers/pci/controller/kconfig +++ b/drivers/pci/controller/kconfig + depends on pci_msi_irq_domain diff --git a/drivers/pci/controller/pcie-brcmstb.c b/drivers/pci/controller/pcie-brcmstb.c --- a/drivers/pci/controller/pcie-brcmstb.... | PCI | 40ca1bf580ef24df30702032ba5e40dfdcaa200b | jim quinlan | drivers | pci | controller |
pci: dwc: intel: pcie rc controller driver | add support to pcie rc controller on intel gateway socs. pcie controller is based of synopsys designware pcie core. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | pcie rc controller driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['dwc', 'intel'] | ['c', 'kconfig', 'makefile', 'h'] | 6 | 626 | 0 | --- diff --git a/drivers/pci/controller/dwc/kconfig b/drivers/pci/controller/dwc/kconfig --- a/drivers/pci/controller/dwc/kconfig +++ b/drivers/pci/controller/dwc/kconfig +config pcie_intel_gw + bool "intel gateway pcie host controller support" + depends on of && (x86 || compile_test) + depends on pci_msi_irq_domain + ... | PCI | ed22aaaede44f647477a5048e62855c0ed49c9bd | dilip kota | include | uapi | controller, dwc, linux |
pci: qcom: add support for sdm845 pcie controller | the sdm845 has one gen2 and one gen3 controller, add support for these. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for sdm845 pcie controller | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['qcom'] | ['c'] | 1 | 150 | 0 | --- diff --git a/drivers/pci/controller/dwc/pcie-qcom.c b/drivers/pci/controller/dwc/pcie-qcom.c --- a/drivers/pci/controller/dwc/pcie-qcom.c +++ b/drivers/pci/controller/dwc/pcie-qcom.c +#define pcie20_parf_device_type 0x1000 +#define device_type_rc 0x4 + +struct qcom_pcie_resources_2_7_0 { + struct clk_bulk_data clks... | PCI | ed8cc3b1fc84f110336edaafaa203f65aa26b5e0 | bjorn andersson stanimir varbanov svarbanov mm sol com vinod koul vkoul kernel org philipp zabel p zabel pengutronix de andrew murray andrew murray arm com | drivers | pci | controller, dwc |
pci/switchtec: add gen4 device ids | now that gen4 is properly supported, advertise support in the module's device id table and add the same ids to the list of switchtec quirks. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add gen4 device ids | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['switchtec'] | ['c'] | 2 | 36 | 0 | --- diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c +switchtec_quirk(0x4000); /* pfx 100xg4 */ +switchtec_quirk(0x4084); /* pfx 84xg4 */ +switchtec_quirk(0x4068); /* pfx 68xg4 */ +switchtec_quirk(0x4052); /* pfx 52xg4 */ +switchtec_quirk(0x4036); /* pfx 36x... | PCI | 7a30ebb9f2a253eae908cc3e1ba7daaa3bfe2bba | kelvin cao | drivers | pci | switch |
pci/switchtec: add gen4 flash information interface support | add the new flash_info registers struct and the implementation of ioctl_flash_part_info() for the new gen4 hardware. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add gen4 flash information interface support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['switchtec'] | ['c', 'h'] | 3 | 171 | 0 | --- diff --git a/drivers/pci/switch/switchtec.c b/drivers/pci/switch/switchtec.c --- a/drivers/pci/switch/switchtec.c +++ b/drivers/pci/switch/switchtec.c + } else if (stdev->gen == switchtec_gen4) { + info.flash_length = ioread32(&fi->gen4.flash_length); + info.num_partitions = switchtec_num_partitions_gen4; +static i... | PCI | 4efa1d2e36976d7b26f2e67f4c838330fbc91299 | kelvin cao | include | uapi | linux, switch |
pci: vmd: add two vmd device ids | add new vmd device ids that require the bus restriction mode. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add two vmd device ids | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['vmd'] | ['c'] | 1 | 4 | 0 | --- diff --git a/drivers/pci/controller/vmd.c b/drivers/pci/controller/vmd.c --- a/drivers/pci/controller/vmd.c +++ b/drivers/pci/controller/vmd.c + {pci_device(pci_vendor_id_intel, 0x467f), + .driver_data = vmd_feat_has_bus_restrictions,}, + {pci_device(pci_vendor_id_intel, 0x4c3d), + .driver_data = vmd_feat_has_bus_r... | PCI | db51b4c85fb756f33617c1d29643e57be9bd2f1d | sushma kalakota | drivers | pci | controller |
thunderbolt: make tb_find_port() available to other files | we will be needing this when adding initial usb4 support so make it available to other files in the driver as well. we also rename it to tb_switch_find_port() to follow conventions used in switch.c. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for usb 4. usb4 is the public specification of thunderbolt 3 protocol | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['(featured) thunderbolt'] | ['c', 'h'] | 3 | 22 | 20 | --- diff --git a/drivers/thunderbolt/switch.c b/drivers/thunderbolt/switch.c --- a/drivers/thunderbolt/switch.c +++ b/drivers/thunderbolt/switch.c +/** + * tb_switch_find_port() - return the first port of @type on @sw or null + * @sw: switch to find the port from + * @type: port type to look for + */ +struct tb_port *t... | Thunderbolt | 386e5e29d81cd088a1111277a18f13d571a6cea5 | mika westerberg | drivers | thunderbolt | |
thunderbolt: call tb_eeprom_get_drom_offset() from tb_eeprom_read_n() | we are going to re-use tb_drom_read() for usb4 drom reading as well. usb4 has separate router operations for this which does not need the drom_offset. therefore we move call to tb_eeprom_get_drom_offset() into tb_eeprom_read_n() where it is needed. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for usb 4. usb4 is the public specification of thunderbolt 3 protocol | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['(featured) thunderbolt'] | ['c'] | 1 | 43 | 45 | --- diff --git a/drivers/thunderbolt/eeprom.c b/drivers/thunderbolt/eeprom.c --- a/drivers/thunderbolt/eeprom.c +++ b/drivers/thunderbolt/eeprom.c +/** + * tb_eeprom_get_drom_offset - get drom offset within eeprom + */ +static int tb_eeprom_get_drom_offset(struct tb_switch *sw, u16 *offset) +{ + struct tb_cap_plug_even... | Thunderbolt | 4deb200d34a779aa336ddcd213e39eb6104eb78a | mika westerberg | drivers | thunderbolt | |
thunderbolt: populate pg field in hot plug acknowledgment packet | usb4 1.0 section 6.4.2.7 specifies a new field (pg) in notification packet that is sent as response of hot plug/unplug events. this field tells whether the acknowledgment is for plug or unplug event. this needs to be set accordingly in order the router to send further hot plug notifications. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for usb 4. usb4 is the public specification of thunderbolt 3 protocol | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['(featured) thunderbolt'] | ['c', 'h'] | 4 | 20 | 11 | --- diff --git a/drivers/thunderbolt/ctl.c b/drivers/thunderbolt/ctl.c --- a/drivers/thunderbolt/ctl.c +++ b/drivers/thunderbolt/ctl.c - * tb_cfg_error() - send error packet + * tb_cfg_ack_plug() - ack hot plug/unplug event + * @ctl: control channel to use + * @route: router that originated the event + * @port: port wh... | Thunderbolt | 210e9f56e9e12472741b949950f9efcebf350750 | mika westerberg | drivers | thunderbolt | |
thunderbolt: add initial support for usb4 | usb4 is the public specification based on thunderbolt 3 protocol. there are some differences in register layouts and flows. in addition to pcie and dp tunneling, usb4 supports tunneling of usb 3.x. usb4 is also backward compatible with thunderbolt 3 (and older generations but the spec only talks about 3rd generation). ... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for usb 4. usb4 is the public specification of thunderbolt 3 protocol | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['(featured) thunderbolt'] | ['c', 'makefile', 'h'] | 11 | 1,158 | 117 | - pcie tunneling - display port tunneling - host and device nvm firmware upgrade - p2p networking --- diff --git a/drivers/thunderbolt/makefile b/drivers/thunderbolt/makefile --- a/drivers/thunderbolt/makefile +++ b/drivers/thunderbolt/makefile -thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o lc.o +t... | Thunderbolt | b04079837b2094f09e145676eec4b9a56ae8a6aa | mika westerberg | drivers | thunderbolt | |
thunderbolt: update kconfig entries to usb4 | since the driver now supports usb4 which is the standard going forward, update the kconfig entry to mention this and rename the entry from config_thunderbolt to config_usb4 instead to help people to find the correct option if they want to enable usb4. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for usb 4. usb4 is the public specification of thunderbolt 3 protocol | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['(featured) thunderbolt'] | ['kconfig', 'makefile'] | 5 | 14 | 13 | --- diff --git a/drivers/makefile b/drivers/makefile --- a/drivers/makefile +++ b/drivers/makefile -obj-$(config_thunderbolt) += thunderbolt/ +obj-$(config_usb4) += thunderbolt/ diff --git a/drivers/net/kconfig b/drivers/net/kconfig --- a/drivers/net/kconfig +++ b/drivers/net/kconfig -config thunderbolt_net - tristate ... | Thunderbolt | 690ac0d20d4022bb3c7d84e0e3760eb40aa8028d | mika westerberg | drivers | net | |
thunderbolt: make tb_switch_find_cap() available to other files | we need to find switch capabilities in order to implement tmu support so make it available to other files as well. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for usb 4. usb4 is the public specification of thunderbolt 3 protocol | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['(featured) thunderbolt'] | ['c', 'h'] | 2 | 11 | 1 | --- diff --git a/drivers/thunderbolt/cap.c b/drivers/thunderbolt/cap.c --- a/drivers/thunderbolt/cap.c +++ b/drivers/thunderbolt/cap.c -static int tb_switch_find_cap(struct tb_switch *sw, enum tb_switch_cap cap) +/** + * tb_switch_find_cap() - find switch capability + * @sw switch to find the capability for + * @cap: c... | Thunderbolt | aa43a9dcf7fcb71f34689bc63cdfb3464d2bebbb | rajmohan mani | drivers | thunderbolt | |
thunderbolt: add support for time management unit | time management unit (tmu) is included in each usb4 router. it is used to synchronize time across the usb4 fabric. by default when usb4 router is plugged to the domain, its tmu is turned off. this differs from thunderbolt (1, 2 and 3) devices whose tmu is by default configured to bi-directional hifi mode. since time sy... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for usb 4. usb4 is the public specification of thunderbolt 3 protocol | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['(featured) thunderbolt'] | ['c', 'makefile', 'h'] | 6 | 483 | 1 | --- diff --git a/drivers/thunderbolt/makefile b/drivers/thunderbolt/makefile --- a/drivers/thunderbolt/makefile +++ b/drivers/thunderbolt/makefile -thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o lc.o usb4.o +thunderbolt-objs += domain.o dma_port.o icm.o property.o xdomain.o lc.o tmu.o usb4.o diff --... | Thunderbolt | cf29b9afb121494a7aa12dae6eebf81347e0313b | rajmohan mani | drivers | thunderbolt | |
thunderbolt: add support for usb 3.x tunnels | usb4 added a capability to tunnel usb 3.x protocol over the usb4 fabric. usb4 device routers may include integrated superspeed hub or a function or both. usb tunneling follows pcie so that the tunnel is created between the parent and the child router from usb3 downstream adapter port to usb3 upstream adapter port over ... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for usb 4. usb4 is the public specification of thunderbolt 3 protocol | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['(featured) thunderbolt'] | ['c', 'h'] | 7 | 395 | 27 | --- diff --git a/drivers/thunderbolt/switch.c b/drivers/thunderbolt/switch.c --- a/drivers/thunderbolt/switch.c +++ b/drivers/thunderbolt/switch.c + case tb_type_usb3_up: + case tb_type_usb3_down: + return tb_usb3_port_is_enabled(port); + +/** + * tb_usb3_port_is_enabled() - is the usb3 adapter port enabled + * @port: ... | Thunderbolt | e6f818585713efb29d54f732f41291f75046a2c7 | rajmohan mani | drivers | thunderbolt | |
thunderbolt: update documentation with the usb4 information | update user's and administrator's guide to mention usb4, how it relates to thunderbolt and and how it is supported in linux. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for usb 4. usb4 is the public specification of thunderbolt 3 protocol | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['(featured) thunderbolt'] | ['rst'] | 1 | 25 | 5 | --- diff --git a/documentation/admin-guide/thunderbolt.rst b/documentation/admin-guide/thunderbolt.rst --- a/documentation/admin-guide/thunderbolt.rst +++ b/documentation/admin-guide/thunderbolt.rst -============= - thunderbolt -============= +.. spdx-license-identifier: gpl-2.0 + +====================== + usb4 and thu... | Thunderbolt | ea81896dc98f324ff3fb9b1e74b4915a1beb3296 | mika westerberg | documentation | admin-guide | |
clk: add support for setting clk_rate via debugfs | for testing, it is useful to be able to specify a clock rate manually. as this is a dangerous feature, it is not enabled by default. users need to modify the source directly and #define clock_allow_write_debugfs. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for setting clk_rate via debugfs | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | [] | ['c'] | 1 | 37 | 1 | --- diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c +#undef clock_allow_write_debugfs +#ifdef clock_allow_write_debugfs +/* + * this can be dangerous, therefore don't provide any real compile time + * configuration option for this feature. + * people who want to use th... | Clock | 37215da5553eb00616291a82decb958bb2d98fc1 | geert uytterhoeven | drivers | clk | |
clk: fsl-sai: new driver | with this driver it is possible to use the bclk pin of the sai module as a generic clock output. this is esp. useful if you want to drive a clock to an audio codec. because the output only allows integer divider values the audio codec needs an integrated pll. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | new driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['fsl-sai'] | ['c', 'kconfig', 'makefile'] | 3 | 105 | 0 | --- diff --git a/drivers/clk/kconfig b/drivers/clk/kconfig --- a/drivers/clk/kconfig +++ b/drivers/clk/kconfig +config common_clk_fsl_sai + bool "clock driver for bclk of freescale sai cores" + depends on arch_layerscape || compile_test + help + this driver supports the freescale sai (synchronous audio interface) + to ... | Clock | 9cd10205227cbe9bbd48fd6bf78dad88b45526b0 | michael walle | drivers | clk | |
clk: imx: add support for i.mx8mp clock driver | add clock driver support for i.mx8mp which is a new soc of i.mx8m family. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for i.mx8mp clock driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['imx'] | ['c', 'kconfig', 'makefile'] | 3 | 771 | 0 | --- diff --git a/drivers/clk/imx/kconfig b/drivers/clk/imx/kconfig --- a/drivers/clk/imx/kconfig +++ b/drivers/clk/imx/kconfig +config clk_imx8mp + bool "imx8mp ccm clock driver" + depends on arch_mxc && arm64 + help + build the driver for i.mx8mp ccm clock driver + diff --git a/drivers/clk/imx/makefile b/drivers/clk/i... | Clock | 9c140d9926761b0f5d329ff6c09a1540f3d5e1d3 | anson huang abel vesa abel vesa nxp com | drivers | clk | imx |
clk: ls1028a: add clock driver for display output interface | add clock driver for qoriq ls1028a display output interfaces(lcd, dphy), as implemented in tsmc cln28hpm pll, this pll supports the programmable integer division and range of the display output pixel clock's 27-594mhz. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add clock driver for display output interface | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['ls1028a'] | ['c', 'kconfig', 'makefile'] | 3 | 297 | 0 | --- diff --git a/drivers/clk/kconfig b/drivers/clk/kconfig --- a/drivers/clk/kconfig +++ b/drivers/clk/kconfig +config clk_ls1028a_plldig + tristate "clock driver for ls1028a display output" + depends on arch_layerscape || compile_test + default arch_layerscape + help + this driver support the display output interfaces... | Clock | d37010a3c162f23e47a11a8f5946dbd974999c42 | wen he | drivers | clk | |
clk: meson: add a driver for the meson8/8b/8m2 ddr clock controller | the meson8/meson8b/meson8m2 socs embed a ddr clock controller in the mmcbus registers. there is no public documentation, but the u-boot gpl sources from the amlogic bsp show that the ddr clock controller is identical on all three socs: #define cfg_ddr_clk 792 #define cfg_pll_m (((cfg_ddr_clk/12)*12)/24) #define cfg_pll... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add a driver for the meson8/8b/8m2 ddr clock controller | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['meson'] | ['c', 'makefile'] | 2 | 150 | 1 | - am_ddr_pll_cntl[29] is the reset bit - am_ddr_pll_cntl[30] is the enable bit - am_ddr_pll_cntl[31] is the lock bit - am_ddr_pll_cntl[8:0] is the m value (assuming the width is 9 bits - am_ddr_pll_cntl[13:9] is the n value (assuming the width is 5 bits - am_ddr_pll_cntl[17:16] is the od (assuming the width is 2 bits b... | Clock | 64aa7008e957a0a60f1ca3227d85ad1e507252cd | martin blumenstingl | drivers | clk | meson |
clk: qcom: add msm8998 multimedia clock controller (mmcc) driver | add a driver for the multimedia clock controller found on msm8998 based devices. this should allow most multimedia device drivers to probe and control their clocks. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add msm8998 multimedia clock controller (mmcc) driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['qcom'] | ['c', 'kconfig', 'makefile'] | 3 | 2,923 | 0 | --- diff --git a/drivers/clk/qcom/kconfig b/drivers/clk/qcom/kconfig --- a/drivers/clk/qcom/kconfig +++ b/drivers/clk/qcom/kconfig +config msm_mmcc_8998 + tristate "msm8998 multimedia clock controller" + select msm_gcc_8998 + select qcom_gdsc + help + support for the multimedia clock controller on msm8998 devices. + sa... | Clock | d14b15b5931c2b3eb15613d28f904c44ea4f183c | jeffrey hugo bjorn andersson bjorn andersson linaro org | drivers | clk | qcom |
clk: qcom: add display clock controller driver for sc7180 | add support for the display clock controller found on sc7180 based devices. this would allow display drivers to probe and control their clocks. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add display clock controller driver for sc7180 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['qcom'] | ['c', 'kconfig', 'makefile'] | 3 | 786 | 0 | --- diff --git a/drivers/clk/qcom/kconfig b/drivers/clk/qcom/kconfig --- a/drivers/clk/qcom/kconfig +++ b/drivers/clk/qcom/kconfig +config sc_dispcc_7180 + tristate "sc7180 display clock controller" + select sc_gcc_7180 + help + support for the display clock controller on qualcomm technologies, inc + sc7180 devices. + ... | Clock | dd3d06622138e913fa2a0b9a21c0aae231eb45b7 | taniya das | drivers | clk | qcom |
clk: qcom: add graphics clock controller driver for sc7180 | add support for the graphics clock controller found on sc7180 based devices. this would allow graphics drivers to probe and control their clocks. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add graphics clock controller driver for sc7180 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['qcom'] | ['c', 'kconfig', 'makefile'] | 3 | 275 | 0 | --- diff --git a/drivers/clk/qcom/kconfig b/drivers/clk/qcom/kconfig --- a/drivers/clk/qcom/kconfig +++ b/drivers/clk/qcom/kconfig +config sc_gpucc_7180 + tristate "sc7180 graphics clock controller" + select sc_gcc_7180 + help + support for the graphics clock controller on sc7180 devices. + say y if you want to support... | Clock | 745ff069a49c52d323c98672fc92c312aee62dd9 | taniya das | drivers | clk | qcom |
clk: qcom: add ipq6018 global clock controller support | this patch adds support for the global clock controller found on the ipq6018 based devices. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add ipq6018 global clock controller support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['qcom'] | ['c', 'kconfig', 'makefile'] | 3 | 4,644 | 0 | --- diff --git a/drivers/clk/qcom/kconfig b/drivers/clk/qcom/kconfig --- a/drivers/clk/qcom/kconfig +++ b/drivers/clk/qcom/kconfig +config ipq_gcc_6018 + tristate "ipq6018 global clock controller" + help + support for global clock controller on ipq6018 devices. + say y if you want to use peripheral devices such as uart... | Clock | d9db07f088af01a1080d01de363141b673c7d646 | sricharan r | drivers | clk | qcom |
clk: qcom: add video clock controller driver for sc7180 | add support for the video clock controller found on sc7180 based devices. this would allow video drivers to probe and control their clocks. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add video clock controller driver for sc7180 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['qcom'] | ['c', 'kconfig', 'makefile'] | 3 | 268 | 0 | --- diff --git a/drivers/clk/qcom/kconfig b/drivers/clk/qcom/kconfig --- a/drivers/clk/qcom/kconfig +++ b/drivers/clk/qcom/kconfig +config sc_videocc_7180 + tristate "sc7180 video clock controller" + select sc_gcc_7180 + help + support for the video clock controller on sc7180 devices. + say y if you want to support vid... | Clock | 253dc75a0bb8f6207b3ac5f4897871b7b47a554e | taniya das | drivers | clk | qcom |
clocksource/drivers/timer-microchip-pit64b: add microchip pit64b support | add driver for microchip pit64b timer. timer could be used in continuous mode or oneshot mode. the hardware has 2x32 bit registers for period emulating a 64 bit timer. the lsb_pr and msb_pr registers are used to set the period value (compare value). tlsb and tmsb keeps the current value of the counter. after a compare ... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add microchip pit64b support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['timer-microchip-pit64b'] | ['c', 'kconfig', 'makefile', 'txt'] | 4 | 466 | 0 | --- diff --git a/documentation/devicetree/bindings/arm/atmel-sysregs.txt b/documentation/devicetree/bindings/arm/atmel-sysregs.txt --- a/documentation/devicetree/bindings/arm/atmel-sysregs.txt +++ b/documentation/devicetree/bindings/arm/atmel-sysregs.txt - interrupts: should contain interrupt for the pit which is the i... | Clock | 625022a5f160619ae180d54097ddd65bb3795913 | claudiu beznea | documentation | devicetree | arm, bindings |
clk: zynqmp: add support for get max divider | to achieve best possible rate, maximum limit of divider is required while computation. get maximum supported divisor from firmware. to maintain backward compatibility assign maximum possible value(0xffff) if query for max divisor is not successful. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for get max divider | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['zynqmp'] | ['c', 'h'] | 2 | 37 | 0 | --- diff --git a/drivers/clk/zynqmp/divider.c b/drivers/clk/zynqmp/divider.c --- a/drivers/clk/zynqmp/divider.c +++ b/drivers/clk/zynqmp/divider.c + u16 max_div; +/** + * zynqmp_clk_get_max_divisor() - get maximum supported divisor from firmware. + * @clk_id: id of clock + * @type: divider type + * + * return: maximum ... | Clock | e942171bbb762977afaa1eb24a312c3bd56386a5 | rajan vaja michal simek michal simek xilinx com | include | linux | firmware, zynqmp |
phy: core: add consumer device link support | in order to enforce suspend/resume ordering, this commit creates link between phy consumers and phy devices. this link avoids to suspend phy before phy consumers. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add consumer device link support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['core'] | ['c', 'h'] | 4 | 53 | 9 | --- diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c --- a/drivers/phy/phy-core.c +++ b/drivers/phy/phy-core.c - phy_put(phy); + phy_put(dev, phy); - * phy_put() - release the phy - * @phy: the phy returned by phy_get() + * of_phy_put() - release the phy + * @phy: the phy returned by of_phy_get() - * releas... | PHY ("physical layer" framework) | 987351e1ea7772cf2f0795e917fb33b2e282e1c1 | alexandre torgue | include | linux | phy, renesas_usbhs |
phy: cadence: sierra: add support for serdes_16g used in j721e soc | serdes_16g in ti's j721e soc uses cadence sierra phy. add support to use cadence sierra driver in j721e soc. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for serdes_16g used in j721e soc | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['cadence', 'sierra'] | ['c'] | 1 | 14 | 0 | --- diff --git a/drivers/phy/cadence/phy-cadence-sierra.c b/drivers/phy/cadence/phy-cadence-sierra.c --- a/drivers/phy/cadence/phy-cadence-sierra.c +++ b/drivers/phy/cadence/phy-cadence-sierra.c +static const struct cdns_sierra_data cdns_ti_map_sierra = { + sierra_macro_id, + 0x0, + 0x1, + array_size(cdns_pcie_regs), +... | PHY ("physical layer" framework) | 367da978713b4efa1c1689935c5c5d839e778c67 | kishon vijay abraham i | drivers | phy | cadence |
phy: intel-lgm-emmc: add support for emmc phy | add support for emmc phy on intel's lightning mountain soc. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for emmc phy | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['intel-lgm-emmc'] | ['c', 'kconfig', 'makefile'] | 5 | 296 | 0 | --- diff --git a/drivers/phy/kconfig b/drivers/phy/kconfig --- a/drivers/phy/kconfig +++ b/drivers/phy/kconfig +source "drivers/phy/intel/kconfig" diff --git a/drivers/phy/makefile b/drivers/phy/makefile --- a/drivers/phy/makefile +++ b/drivers/phy/makefile + intel/ \ diff --git a/drivers/phy/intel/kconfig b/drivers/ph... | PHY ("physical layer" framework) | 9227942383307f97fa6992416f73af4a23ef972c | ramuthevar vadivel murugan andy shevchenko andriy shevchenko intel com | drivers | phy | intel |
phy: ti: j721e-wiz: add support for wiz module present in ti j721e soc | add support for wiz module present in ti's j721e soc. wiz is a serdes wrapper used to configure some of the input signals to the serdes. it is used with both sierra(16g) and torrent(10g) serdes. this driver configures three clock selects (pll0, pll1, dig), two divider clocks and supports resets for each of the lanes. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for wiz module present in ti j721e soc | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['ti', 'j721e-wiz'] | ['c', 'kconfig', 'makefile'] | 3 | 914 | 0 | --- diff --git a/drivers/phy/ti/kconfig b/drivers/phy/ti/kconfig --- a/drivers/phy/ti/kconfig +++ b/drivers/phy/ti/kconfig +config phy_j721e_wiz + tristate "ti j721e wiz (serdes wrapper) support" + depends on of && arch_k3 || compile_test + depends on common_clk + select generic_phy + select multiplexer + select regmap... | PHY ("physical layer" framework) | 091876cc355d6739e393efa4b3d07f451a6a035c | kishon vijay abraham i | drivers | phy | ti |
phy: usb: add support for new synopsys usb controller on the 7211b0 | the 7211b0 has added the stb xhci synopsys controller and it will be used instead of the rpi based dwc usb controller. the new synopsys xhci controller core is the same one that is used on the 7216, but because of the way the stb usb phy is used on both the a0 and b0, some of the phy control is different. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for new synopsys usb controller on the 7211b0 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['usb'] | ['c', 'h'] | 4 | 295 | 78 | --- diff --git a/drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c b/drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c --- a/drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c +++ b/drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c +#define phy_lock_timeout_ms 200 + +/* register definitions for syscon piarbctl registers... | PHY ("physical layer" framework) | 9d5f51dcdb646c2ed21649d379fbb703994f1ec9 | al cooper florian fainelli f fainelli gmail com | drivers | phy | broadcom |
phy: usb: add support for new synopsys usb controller on the 7216 | the 7216 has the new usb xhci controller from synopsys. while this new controller and the phy are similar to the stb versions, the major differences are: | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for new synopsys usb controller on the 7216 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['usb'] | ['c', 'makefile', 'h'] | 4 | 227 | 18 | - many of the registers and fields in the ctrl block have been - a new set of synopsys control registers, bchp_usb_xhci_gbl, were - mdio functionality has been replaced with direct access registers - power up phy defaults that had to be changed by mdio in previous --- diff --git a/drivers/phy/broadcom/makefile b/driver... | PHY ("physical layer" framework) | 4e5b9c9a73b32d28759225a40d30848393a8f1fd | al cooper | drivers | phy | broadcom |
phy: usb: add support for wake and usb low power mode for 7211 s2/s5 | add support for 7211 usb wake. disable all possible 7211 usb logic for s2/s5 if usb wake is not enabled. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for wake and usb low power mode for 7211 s2/s5 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['usb'] | ['c', 'h'] | 4 | 105 | 34 | --- diff --git a/drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c b/drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c --- a/drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c +++ b/drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c -#define piarbctl_usb_m_asb_ctrl 0x10 +#define usb_ctrl_test_port_ctl 0x30 +#define usb_c... | PHY ("physical layer" framework) | b0c0b66c0b432d3f3a1ae5849298ba9c7f1810c5 | al cooper | drivers | phy | broadcom |
pci/switchtec: add gen4 system info register support | add the gen4-specific system info registers and ensure their usage is guarded by a check on the device's generation. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add gen4 system info register support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['pci/switchtec'] | ['c', 'h'] | 2 | 48 | 0 | --- diff --git a/drivers/pci/switch/switchtec.c b/drivers/pci/switch/switchtec.c --- a/drivers/pci/switch/switchtec.c +++ b/drivers/pci/switch/switchtec.c + else if (stdev->gen == switchtec_gen4) \ + return io_string_show(buf, &si->gen4.field, \ + sizeof(si->gen4.field)); \ + else if (stdev->gen == switchtec_gen4) + pa... | Various | a3321ca394082f403b447646d81c18ff6b39f4a6 | logan gunthorpe | include | linux | switch |
pci/switchtec: add support for intercomm notify and upstream error containment | add support for the inter fabric manager communication (intercomm) notify event in pax variants of switchtec hardware and the upstream error containment port in the mr1 release of gen3 firmware. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for intercomm notify and upstream error containment | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['pci/switchtec'] | ['c', 'h'] | 3 | 11 | 3 | --- diff --git a/drivers/pci/switch/switchtec.c b/drivers/pci/switch/switchtec.c --- a/drivers/pci/switch/switchtec.c +++ b/drivers/pci/switch/switchtec.c + ev_par(switchtec_ioctl_event_intercomm_req_notify, + intercomm_notify_hdr), + ev_pff(switchtec_ioctl_event_uec, uec_hdr), diff --git a/include/linux/switchtec.h b/... | Various | a6b0ef9a7d03bb78d37c420753741ef8a082160b | logan gunthorpe | include | uapi | linux, switch |
firmware: qcom_scm: dynamically support smccc and legacy conventions | dynamically support smcccc and legacy conventions by detecting which convention to use at runtime. qcom_scm_call_atomic and qcom_scm_call can then be moved in qcom_scm.c and use underlying convention backend as appropriate. thus, rename qcom_scm-64,-32 to reflect that they are backends for -smc and -legacy, respectivel... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | dynamically support smccc and legacy conventions | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['firmware', 'qcom_scm'] | ['c', 'kconfig', 'makefile', 'h'] | 6 | 176 | 135 | --- diff --git a/drivers/firmware/kconfig b/drivers/firmware/kconfig --- a/drivers/firmware/kconfig +++ b/drivers/firmware/kconfig -config qcom_scm_32 - def_bool y - depends on qcom_scm && arm - -config qcom_scm_64 - def_bool y - depends on qcom_scm && arm64 - diff --git a/drivers/firmware/makefile b/drivers/firmware/m... | Various | 9a434cee773ae15309ac225f27551b5492618e4a | elliot berman | drivers | firmware | |
interconnect: add interconnect_graph file to debugfs | the interconnect graphs can be difficult to understand and the current "interconnect_summary" file doesn't even display links in any way. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add interconnect_graph file to debugfs | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['interconnect'] | ['c', 'rst'] | 2 | 88 | 0 | --- diff --git a/documentation/driver-api/interconnect.rst b/documentation/driver-api/interconnect.rst --- a/documentation/driver-api/interconnect.rst +++ b/documentation/driver-api/interconnect.rst + +interconnect debugfs interfaces +------------------------------- + +like several other subsystems interconnect will cr... | Various | 1a0013c62b33158dcb67a3c11872a03be50711a3 | leonard crestez | documentation | driver-api | |
interconnect: qcom: add msm8916 interconnect provider driver | add driver for the qualcomm interconnect buses found in msm8916 based platforms. the topology consists of three nocs that are controlled by a remote processor that collects the aggregated bandwidth for each master-slave pairs. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add msm8916 interconnect provider driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['interconnect', 'qcom'] | ['c', 'kconfig', 'makefile'] | 3 | 565 | 0 | --- diff --git a/drivers/interconnect/qcom/kconfig b/drivers/interconnect/qcom/kconfig --- a/drivers/interconnect/qcom/kconfig +++ b/drivers/interconnect/qcom/kconfig +config interconnect_qcom_msm8916 + tristate "qualcomm msm8916 interconnect driver" + depends on interconnect_qcom + depends on qcom_smd_rpm + select int... | Various | 30c8fa3ec61a46da80698e1f8ab95df4d42bf374 | georgi djakov evan green evgreen chromium org | drivers | interconnect | qcom |
iommu/arm-smmu-v3: add support for substream ids | at the moment, the smmuv3 driver implements only one stage-1 or stage-2 page directory per device. however smmuv3 allows more than one address space for some devices, by providing multiple stage-1 page directories. in addition to the stream id (sid), that identifies a device, we can now have substream ids (ssid) identi... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for substream ids | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['iommu/arm-smmu-v3'] | ['c'] | 1 | 111 | 22 | +--------+ ,------->+-------+ ,------->+-------+ +--------+ | +-------+ | +-------+ +--------+ +-------+ +-------+ +--------+ +-------+ +-------+ --- diff --git a/drivers/iommu/arm-smmu-v3.c b/drivers/iommu/arm-smmu-v3.c --- a/drivers/iommu/arm-smmu-v3.c +++ b/drivers/iommu/arm-smmu-v3.c +#define strtab_ste_1_s1dss gen... | Various | 87f42391f6a57c252453aff2005fe2ec74f6873b | jean philippe brucker | drivers | iommu | |
iommu/vt-d: add kconfig option to enable/disable scalable mode | this adds kconfig option intel_iommu_scalable_mode_default_on to make it easier for distributions to enable or disable the intel iommu scalable mode by default during kernel build. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add kconfig option to enable/disable scalable mode | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['iommu/vt-d'] | ['c', 'kconfig'] | 2 | 18 | 1 | --- diff --git a/drivers/iommu/kconfig b/drivers/iommu/kconfig --- a/drivers/iommu/kconfig +++ b/drivers/iommu/kconfig +config intel_iommu_scalable_mode_default_on + bool "enable intel iommu scalable mode by default" + depends on intel_iommu + help + selecting this option will enable by default the scalable mode if + h... | Various | 046182525db611964da0db113dde9d3a2969085c | lu baolu | drivers | iommu | |
iommu/vt-d: debugfs: add support to show page table internals | export page table internals of the domain attached to each device. example of such dump on a skylake machine: | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support to show page table internals | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['iommu/vt-d', 'debugfs'] | ['c', 'h'] | 3 | 79 | 2 | --- diff --git a/drivers/iommu/intel-iommu-debugfs.c b/drivers/iommu/intel-iommu-debugfs.c --- a/drivers/iommu/intel-iommu-debugfs.c +++ b/drivers/iommu/intel-iommu-debugfs.c + * lu baolu <baolu.lu@linux.intel.com> +static inline unsigned long level_to_directory_size(int level) +{ + return bit_ull(vtd_page_shift + vtd_... | Various | e2726daea583d81e447b71e09b79e67f618d6152 | lu baolu | include | linux | |
irqchip/gic-v4.1: implement the v4.1 flavour of vmapp | the its vmapp command gains some new fields with gicv4.1: - a default doorbell, which allows a single doorbell to be used for all the vlpis routed to a given vpe - a pointer to the configuration table (instead of having it in a register that gets context switched) - a flag indicating whether this is the first map or th... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement the v4.1 flavour of vmapp | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['irqchip/gic-v4.1'] | ['c', 'h'] | 2 | 69 | 9 | - a default doorbell, which allows a single doorbell to be used for - a pointer to the configuration table (instead of having it in a register - a flag indicating whether this is the first map or the last unmap for - a flag indicating whether the pending table is known to be zeroed, or not --- diff --git a/drivers/irqc... | Various | 64edfaa9a2342a3ce34f8cb982c2c2df84db4de3 | marc zyngier | include | linux | irqchip |
irqchip/meson-gpio: add support for meson a1 socs | the meson a1 socs have some changes compared with previous chips. for a113l, it contains 62 pins and can be spied on: | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for meson a1 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['irqchip/meson-gpio'] | ['c'] | 1 | 42 | 0 | - 62:128 undefined - 61:50 12 pins on bank a - 49:37 13 pins on bank f - 36:20 17 pins on bank x - 19:13 7 pins on bank b - 12:0 13 pins on bank p - padctrl_gpio_irq_ctrl0 - padctrl_gpio_irq_ctrl[x] --- diff --git a/drivers/irqchip/irq-meson-gpio.c b/drivers/irqchip/irq-meson-gpio.c --- a/drivers/irqchip/irq-meson-gpio... | Various | 8f78bd62bdd7a7b0a9906c4827245bf17056f781 | qianggui song | drivers | irqchip | |
irqchip: add aspeed scu interrupt controller | the aspeed socs provide some interrupts through the system control unit registers. add an interrupt controller that provides these interrupts to the system. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add aspeed scu interrupt controller | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['irqchip'] | ['c', 'makefile', 'maintainers'] | 3 | 241 | 1 | --- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +f: drivers/irqchip/irq-aspeed-scu-ic.c diff --git a/drivers/irqchip/makefile b/drivers/irqchip/makefile --- a/drivers/irqchip/makefile +++ b/drivers/irqchip/makefile -obj-$(config_arch_aspeed) += irq-aspeed-vic.o irq-aspeed-i2c-ic.o +obj-$(... | Various | 04f605906ff00c649751519ca73d3058372cdc78 | eddie james andrew jeffery andrew aj id au | drivers | irqchip | |
irqchip: add nxp intmux interrupt multiplexer support | the interrupt multiplexer (intmux) expands the number of peripherals that can interrupt the core: * the intmux has 8 channels that are assigned to 8 nvic interrupt slots. * each intmux channel can receive up to 32 interrupt sources and has 1 interrupt output. * the intmux routes the interrupt sources to the interrupt o... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add nxp intmux interrupt multiplexer support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['irqchip'] | ['c', 'kconfig', 'makefile'] | 3 | 316 | 0 | --- diff --git a/drivers/irqchip/kconfig b/drivers/irqchip/kconfig --- a/drivers/irqchip/kconfig +++ b/drivers/irqchip/kconfig +config imx_intmux + def_bool y if arch_mxc + select irq_domain + help + support for the i.mx intmux interrupt multiplexer. + diff --git a/drivers/irqchip/makefile b/drivers/irqchip/makefile --... | Various | 2fbb13961e741494992bae7bfaf7259b65769f9f | joakim zhang | drivers | irqchip | |
isdn: capi: dead code removal | the staging isdn drivers are gone, and config_bt_cmtp is now the only user. this means a lot of the code in the subsystem has no remaining callers and can be removed. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | dead code removal | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['isdn', 'capi'] | ['c', 'kconfig', 'rst', 'makefile', 'h'] | 14 | 179 | 1,606 | --- diff --git a/documentation/isdn/interface_capi.rst b/documentation/isdn/interface_capi.rst --- a/documentation/isdn/interface_capi.rst +++ b/documentation/isdn/interface_capi.rst -capi drivers optionally register themselves with kernel capi by calling the -kernel capi function register_capi_driver() with a pointer ... | Various | f59aba2f75795e5b6a4f1aa31f3e20d7b71ca804 | arnd bergmann | include | linux | capi, isdn, linux |
memory: tegra: add support for the tegra194 memory controller | the memory and external memory controllers on tegra194 are very similar to their predecessors from tegra186. add the necessary soc-specific data to support the newer versions. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for the tegra194 memory controller | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['memory', 'tegra'] | ['c', 'makefile'] | 3 | 994 | 41 | --- diff --git a/drivers/memory/tegra/makefile b/drivers/memory/tegra/makefile --- a/drivers/memory/tegra/makefile +++ b/drivers/memory/tegra/makefile +obj-$(config_arch_tegra_194_soc) += tegra186.o tegra186-emc.o diff --git a/drivers/memory/tegra/tegra186-emc.c b/drivers/memory/tegra/tegra186-emc.c --- a/drivers/memor... | Various | a127e690b051df030f5ad2e28b14e8c3a624c145 | thierry reding | drivers | memory | tegra |
memory: tegra: implement emc debugfs interface on tegra20 | a common debugfs interface is already available on tegra124, tegra186 and tegra194. implement the same interface on tegra20 to enable testing of the emc frequency scaling code using a unified interface. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement emc debugfs interface on tegra20 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['memory', 'tegra'] | ['c'] | 1 | 175 | 0 | --- diff --git a/drivers/memory/tegra/tegra20-emc.c b/drivers/memory/tegra/tegra20-emc.c --- a/drivers/memory/tegra/tegra20-emc.c +++ b/drivers/memory/tegra/tegra20-emc.c +#include <linux/debugfs.h> + + struct { + struct dentry *root; + unsigned long min_rate; + unsigned long max_rate; + } debugfs; +/* + * debugfs inte... | Various | 8209eefa3d379dd453d67cd94484040216ffc68c | thierry reding | drivers | memory | tegra |
memory: tegra: implement emc debugfs interface on tegra30 | a common debugfs interface is already available on tegra20, tegra124, tegra186 and tegra194. implement the same interface on tegra30 to enable testing of the emc frequency scaling code using a unified interface. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement emc debugfs interface on tegra20 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['memory', 'tegra'] | ['c'] | 1 | 173 | 0 | --- diff --git a/drivers/memory/tegra/tegra30-emc.c b/drivers/memory/tegra/tegra30-emc.c --- a/drivers/memory/tegra/tegra30-emc.c +++ b/drivers/memory/tegra/tegra30-emc.c +#include <linux/debugfs.h> + + struct { + struct dentry *root; + unsigned long min_rate; + unsigned long max_rate; + } debugfs; +/* + * debugfs inte... | Various | 8cee32b400404b7ab5219dfcbe412c90bd0c7ada | thierry reding | drivers | memory | tegra |
misc: alcor_pci: add au6625 to list of supported pci_ids | i have added the au6625 pci_id to the list of supported ids: alcor_pci.c // added au6625s id to the array of supported devices alcor_pci.h // added entry to define the pci id | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add au6625 to list of supported pci_ids | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['misc', 'alcor_pci'] | ['c', 'h'] | 2 | 8 | 1 | --- diff --git a/drivers/misc/cardreader/alcor_pci.c b/drivers/misc/cardreader/alcor_pci.c --- a/drivers/misc/cardreader/alcor_pci.c +++ b/drivers/misc/cardreader/alcor_pci.c +static const struct alcor_dev_cfg au6625_cfg = { + .dma = 0, +}; + - { }, + { pci_device(pci_id_alcor_micro, pci_id_au6625), + .driver_data = (k... | Various | 444972b2b268c3272d39105bdc8d1266177f5d42 | rhys perry | drivers | misc | cardreader |
nvmem: add qti sdam driver | qti sdam driver allows pmic peripherals to access the shared memory that is available on qti pmics. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add qti sdam driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['nvmem'] | ['c', 'kconfig', 'makefile'] | 3 | 202 | 0 | --- diff --git a/drivers/nvmem/kconfig b/drivers/nvmem/kconfig --- a/drivers/nvmem/kconfig +++ b/drivers/nvmem/kconfig +config nvmem_spmi_sdam + tristate "spmi sdam support" + depends on spmi + help + this driver supports the shared direct access memory module on + qualcomm technologies, inc. pmics. it provides the cli... | Various | 40ce9798794f972961b5a1c54773ae3daf42cf29 | anirudh ghayal | drivers | nvmem | |
nvmem: add support for the write-protect pin | the write-protect pin handling looks like a standard property that could benefit other users if available in the core nvmem framework. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for the write-protect pin | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['nvmem'] | ['c', 'h'] | 3 | 22 | 2 | --- diff --git a/drivers/nvmem/core.c b/drivers/nvmem/core.c --- a/drivers/nvmem/core.c +++ b/drivers/nvmem/core.c +#include <linux/gpio/consumer.h> - if (nvmem->reg_write) - return nvmem->reg_write(nvmem->priv, offset, val, bytes); + int ret; + + if (nvmem->reg_write) { + gpiod_set_value_cansleep(nvmem->wp_gpio, 0); +... | Various | 2a127da461a9d8d97782d6e82b227041393eb4d2 | khouloud touil | include | linux | |
remoteproc/mediatek: add scp support for mt8183 | provide a basic driver to control cortex m4 co-processor | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add scp support for mt8183 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['remoteproc/mediatek'] | ['h', 'kconfig', 'c', 'makefile'] | 6 | 995 | 0 | --- diff --git a/drivers/remoteproc/kconfig b/drivers/remoteproc/kconfig --- a/drivers/remoteproc/kconfig +++ b/drivers/remoteproc/kconfig +config mtk_scp + tristate "mediatek scp support" + depends on arch_mediatek + help + say y here to support mediatek's system companion processor (scp) via + the remote processor fr... | Various | 63c13d61eafe4606f1c16c54da40c4eee78e9edf | erin lo | drivers | remoteproc | remoteproc |
remoteproc: mss: q6v5-mss: add modem support on sc7180 | add the out of reset sequence support for modem sub-system on sc7180 socs. it requires access to an additional halt nav register to put the modem back into reset. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add modem support on sc7180 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['remoteproc', 'mss', 'q6v5-mss'] | ['c'] | 1 | 198 | 1 | --- diff --git a/drivers/remoteproc/qcom_q6v5_mss.c b/drivers/remoteproc/qcom_q6v5_mss.c --- a/drivers/remoteproc/qcom_q6v5_mss.c +++ b/drivers/remoteproc/qcom_q6v5_mss.c +#define nav_axi_haltreq_bit bit(0) +#define nav_axi_haltack_bit bit(1) +#define nav_axi_idle_bit bit(2) +#define qdsp6ss_core_cbcr 0x20 +#define qds... | Various | 6439b5276b9fda037698ad2e26ad18c9528154b4 | sibi sankar | drivers | remoteproc | |
remoteproc: qcom: pas: add msm8998 adsp and slpi support | add support for booting the audio and sensor dsps found in qualcomm's msm8998 socs. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add msm8998 adsp and slpi support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['remoteproc', 'qcom', 'pas'] | ['c'] | 1 | 32 | 0 | --- diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c --- a/drivers/remoteproc/qcom_q6v5_pas.c +++ b/drivers/remoteproc/qcom_q6v5_pas.c +static const struct adsp_data msm8998_adsp_resource = { + .crash_reason_smem = 423, + .firmware_name = "adsp.mdt", + .pas_id = 1, + .has_aggre2_clk ... | Various | 7c77e31733f3dbf88904be3b5e974effae32355f | sibi sankar | drivers | remoteproc | |
remoteproc: qcom: pas: add sm8150 adsp, cdsp, modem and slpi support | add support for booting the modem, audio, compute and sensor dsps found on qualcomm's sm8150 socs. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add sm8150 adsp, cdsp, modem and slpi support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['remoteproc', 'qcom', 'pas'] | ['c'] | 1 | 78 | 0 | --- diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c --- a/drivers/remoteproc/qcom_q6v5_pas.c +++ b/drivers/remoteproc/qcom_q6v5_pas.c +static const struct adsp_data sm8150_adsp_resource = { + .crash_reason_smem = 423, + .firmware_name = "adsp.mdt", + .pas_id = 1, + .has_aggre2_clk =... | Various | 15f4ae1e18adfa6318e657e1c42c1e598b5b882e | sibi sankar | drivers | remoteproc | |
reset: add broadcom stb rescal reset controller | on bcm7216 there is a special purpose reset controller named rescal (reset calibration) which is necessary for sata and pcie0/1 to operate correctly. this commit adds support for such a reset controller to be available. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add broadcom stb rescal reset controller | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['reset'] | ['c', 'kconfig', 'makefile'] | 3 | 115 | 0 | --- diff --git a/drivers/reset/kconfig b/drivers/reset/kconfig --- a/drivers/reset/kconfig +++ b/drivers/reset/kconfig +config reset_brcmstb_rescal + bool "broadcom stb rescal reset controller" + default arch_brcmstb || compile_test + help + this enables the rescal reset controller for sata, pcie0, or pcie1 on + bcm721... | Various | 4cf176e52397853e4a4dd37e917c5eafb47ba8d1 | jim quinlan | drivers | reset | |
reset: intel: add system reset controller driver | add driver for the reset controller present on intel gateway socs for performing reset management of the devices present on the soc. driver also registers a reset handler to peform the entire device reset. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add system reset controller driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['reset', 'intel'] | ['c', 'kconfig', 'makefile'] | 3 | 272 | 0 | --- diff --git a/drivers/reset/kconfig b/drivers/reset/kconfig --- a/drivers/reset/kconfig +++ b/drivers/reset/kconfig +config reset_intel_gw + bool "intel reset controller driver" + depends on of + select regmap_mmio + help + this enables the reset controller driver for intel gateway socs. + say y to control the reset... | Various | c9aef213e38cde27d4689a5cbe25a7c1b1db9fad | dilip kota | drivers | reset | |
rpmsg: add rpmsg support for mt8183 scp. | add a simple rpmsg support for mt8183 scp, that use ipi / ipc directly. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add rpmsg support for mt8183 scp | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['rpmsg'] | ['h', 'kconfig', 'c', 'makefile'] | 9 | 525 | 5 | --- diff --git a/drivers/remoteproc/kconfig b/drivers/remoteproc/kconfig --- a/drivers/remoteproc/kconfig +++ b/drivers/remoteproc/kconfig + select rpmsg_mtk_scp diff --git a/drivers/remoteproc/mtk_common.h b/drivers/remoteproc/mtk_common.h --- a/drivers/remoteproc/mtk_common.h +++ b/drivers/remoteproc/mtk_common.h + +... | Various | 7017996951fde84698ddfe7fd47f92bd9d9eb85d | pi hsun shih | drivers | remoteproc | remoteproc, rpmsg |
soc/tegra: fuse: add tegra194 support | this commit adds tegra194 fuse/apbmisc support. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add tegra194 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['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', 'device voltage and frequency scaling', 'voltage, curre... | ['soc/tegra', 'fuse'] | ['c', 'h'] | 4 | 37 | 0 | --- diff --git a/drivers/soc/tegra/fuse/fuse-tegra.c b/drivers/soc/tegra/fuse/fuse-tegra.c --- a/drivers/soc/tegra/fuse/fuse-tegra.c +++ b/drivers/soc/tegra/fuse/fuse-tegra.c +#ifdef config_arch_tegra_194_soc + { .compatible = "nvidia,tegra194-efuse", .data = &tegra194_fuse_soc }, +#endif diff --git a/drivers/soc/tegra... | Various | 3979a4c6263397eb03c4e8995938607f4f6ba0de | jc kuo | drivers | soc | fuse, tegra |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.