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: hisilicon - add zip device using mode parameter
add 'uacce_mode' parameter for zip, which can be set as 0(default) or 1. '0' means zip is only registered to kernel crypto, and '1' means it's registered to both kernel crypto and uacce.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add zip device using mode parameter
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['hisilicon']
['h', 'c']
3
42
1
--- diff --git a/drivers/crypto/hisilicon/qm.c b/drivers/crypto/hisilicon/qm.c --- a/drivers/crypto/hisilicon/qm.c +++ b/drivers/crypto/hisilicon/qm.c - if (uacce->flags & uacce_dev_sva) { + if (uacce->flags & uacce_dev_sva && qm->mode == uacce_mode_sva) { diff --git a/drivers/crypto/hisilicon/qm.h b/drivers/crypto/his...
Cryptography hardware acceleration
f8408d2b79b834f79b6c578817e84f74a85d2190
kai ye zhou wang wangzhou hisilicon com zaibo xu xuzaibo huawei com
drivers
crypto
hisilicon, zip
crypto: hisilicon/hpre - enable elliptic curve cryptography
enable x25519/x448/ecdh/ecdsa/sm2 algorithm on kunpeng 930.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
enable elliptic curve cryptography
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['hisilicon/hpre']
['c']
1
8
1
--- diff --git a/drivers/crypto/hisilicon/hpre/hpre_main.c b/drivers/crypto/hisilicon/hpre/hpre_main.c --- a/drivers/crypto/hisilicon/hpre/hpre_main.c +++ b/drivers/crypto/hisilicon/hpre/hpre_main.c +#define hpre_rsa_enb bit(0) +#define hpre_ecc_enb bit(1) - writel(0x1, hpre_addr(qm, hpre_types_enb)); + if (qm->ver >= ...
Cryptography hardware acceleration
fbc75d03fda048bc821cb27f724ff367d5591ce8
hui tang
drivers
crypto
hisilicon, hpre
dt-bindings: crypto: add keem bay ocs hcu bindings
add device-tree bindings for the intel keem bay offload crypto subsystem (ocs) hashing control unit (hcu) crypto driver.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add keem bay ocs hcu driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['yaml']
1
46
0
--- diff --git a/documentation/devicetree/bindings/crypto/intel,keembay-ocs-hcu.yaml b/documentation/devicetree/bindings/crypto/intel,keembay-ocs-hcu.yaml --- /dev/null +++ b/documentation/devicetree/bindings/crypto/intel,keembay-ocs-hcu.yaml +# spdx-license-identifier: (gpl-2.0-only or bsd-2-clause) +%yaml 1.2 +--- +$...
Cryptography hardware acceleration
33ff64884c4e5ffcac1c4aa767e38bf4b3f443a0
declan murphy mark gross mgross linux intel com rob herring robh kernel org
documentation
devicetree
bindings, crypto
crypto: keembay - add keem bay ocs hcu driver
add support for the hashing control unit (hcu) included in the offload crypto subsystem (ocs) of the intel keem bay soc, thus enabling hardware-accelerated hashing on the keem bay soc for the following algorithms: - sha256 - sha384 - sha512 - sm3
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add keem bay ocs hcu driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'kconfig', 'c', 'makefile']
5
1,632
0
- sha256 - sha384 - sha512 - sm3 - 'ocs-hcu.c' which interacts with the hardware and abstracts it by - 'keembay-ocs-hcu-core.c' which exports the functionality provided by --- diff --git a/drivers/crypto/keembay/kconfig b/drivers/crypto/keembay/kconfig --- a/drivers/crypto/keembay/kconfig +++ b/drivers/crypto/keembay/k...
Cryptography hardware acceleration
472b04444cd39e16ba54987b2e901a79cf175463
declan murphy
drivers
crypto
keembay
crypto: keembay-ocs-hcu - add hmac support
add hmac support to the keem bay ocs hcu driver, thus making it provide the following additional transformations: - hmac(sha256) - hmac(sha384) - hmac(sha512) - hmac(sm3)
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add keem bay ocs hcu driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'kconfig', 'c']
4
544
9
- hmac(sha256) - hmac(sha384) - hmac(sha512) - hmac(sm3) --- diff --git a/drivers/crypto/keembay/kconfig b/drivers/crypto/keembay/kconfig --- a/drivers/crypto/keembay/kconfig +++ b/drivers/crypto/keembay/kconfig - sm3. + sm3, as well as the hmac variant of these algorithms. diff --git a/drivers/crypto/keembay/keembay-o...
Cryptography hardware acceleration
ae832e329a8d17144e5ae625e1704901f0e0b024
daniele alessandrelli
drivers
crypto
keembay
crypto: keembay-ocs-hcu - add optional support for sha224
add optional support of sha224 and hmac(sha224).
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add keem bay ocs hcu driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['kconfig', 'c']
2
75
0
--- diff --git a/drivers/crypto/keembay/kconfig b/drivers/crypto/keembay/kconfig --- a/drivers/crypto/keembay/kconfig +++ b/drivers/crypto/keembay/kconfig + +config crypto_dev_keembay_ocs_hcu_hmac_sha224 + bool "enable sha224 and hmac(sha224) support in intel keem bay ocs hcu" + depends on crypto_dev_keembay_ocs_hcu + ...
Cryptography hardware acceleration
b46f80368869cf46dbfe97ca8dfaf02e6be4510e
daniele alessandrelli
drivers
crypto
keembay
maintainers: add maintainers for keem bay ocs hcu driver
add maintainers for the intel keem bay offload crypto subsystem (ocs) hash control unit (hcu) crypto driver.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add keem bay ocs hcu driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['maintainers']
1
11
0
--- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +intel keem bay ocs hcu crypto driver +m: daniele alessandrelli <daniele.alessandrelli@intel.com> +m: declan murphy <declan.murphy@intel.com> +s: maintained +f: documentation/devicetree/bindings/crypto/intel,keembay-ocs-hcu.yaml +f: drivers/...
Cryptography hardware acceleration
5a5a27b3e1577dbd63b0ac114d784bc3695e245b
daniele alessandrelli declan murphy declan murphy intel com
crypto: marvell - add marvell octeontx2 cpt pf driver
adds skeleton for the marvell octeontx2 cpt physical function driver which includes probe, pci specific initialization and hardware register defines. rvu defines are present in af driver (drivers/net/ethernet/marvell/octeontx2/af), header files from af driver are included here to avoid duplication.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for marvell octeontx2 cpt engine
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2']
['h', 'kconfig', 'c', 'makefile']
7
633
0
--- diff --git a/drivers/crypto/marvell/kconfig b/drivers/crypto/marvell/kconfig --- a/drivers/crypto/marvell/kconfig +++ b/drivers/crypto/marvell/kconfig + +config crypto_dev_octeontx2_cpt + tristate "marvell octeontx2 cpt driver" + depends on arm64 || compile_test + depends on pci_msi && 64bit + select octeontx2_mbox...
Cryptography hardware acceleration
5e8ce8334734c5f23fe54774e989b395bc6da635
srujana challa
drivers
crypto
marvell, octeontx2
crypto: octeontx2 - add mailbox communication with af
in the resource virtualization unit (rvu) each of the pf and af (admin function) share a 64kb of reserved memory region for communication. this patch initializes pf <=> af mailbox irqs, registers handlers for processing these communication messages.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for marvell octeontx2 cpt engine
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2']
['h', 'c', 'makefile']
6
236
2
--- diff --git a/drivers/crypto/marvell/octeontx2/makefile b/drivers/crypto/marvell/octeontx2/makefile --- a/drivers/crypto/marvell/octeontx2/makefile +++ b/drivers/crypto/marvell/octeontx2/makefile -octeontx2-cpt-objs := otx2_cptpf_main.o +octeontx2-cpt-objs := otx2_cptpf_main.o otx2_cptpf_mbox.o \ + otx2_cpt_mbox_com...
Cryptography hardware acceleration
83ffcf78627f98919ebae3dc6715982cc83176ed
srujana challa
drivers
crypto
marvell, octeontx2
crypto: octeontx2 - enable sr-iov and mailbox communication with vf
adds 'sriov_configure' to enable/disable virtual functions (vfs). also initializes vf<=>pf mailbox irqs, register handlers for processing these mailbox messages.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for marvell octeontx2 cpt engine
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2']
['h', 'c']
4
583
2
--- diff --git a/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h b/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h --- a/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h +++ b/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h +#define otx2_cpt_max_vfs_num 128 diff --git a/drivers/crypto/marvell/octeontx2/otx2_...
Cryptography hardware acceleration
fe16eceab0463c160a333b7df4edd707f3a24d5c
srujana challa
drivers
crypto
marvell, octeontx2
crypto: octeontx2 - load microcode and create engine groups
cpt includes microcoded gigacypher symmetric engines(ses), ipsec symmetric engines(ies), and asymmetric engines (aes). each engine receives cpt instructions from the engine groups it has subscribed to. this patch loads microcode, configures three engine groups(one for ses, one for ies and one for aes), and configures a...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for marvell octeontx2 cpt engine
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2']
['h', 'c', 'makefile']
8
1,655
2
--- diff --git a/drivers/crypto/marvell/octeontx2/makefile b/drivers/crypto/marvell/octeontx2/makefile --- a/drivers/crypto/marvell/octeontx2/makefile +++ b/drivers/crypto/marvell/octeontx2/makefile - otx2_cpt_mbox_common.o + otx2_cpt_mbox_common.o otx2_cptpf_ucode.o diff --git a/drivers/crypto/marvell/octeontx2/otx2_c...
Cryptography hardware acceleration
43ac0b824f1cb7c63c5fe98ea2b80ec480412601
srujana challa
drivers
crypto
marvell, octeontx2
crypto: octeontx2 - add lf framework
cpt rvu local functions(lfs) needs to be attached to the pf/vf to submit the instructions to cpt. this patch adds the interface to initialize and attach the lfs. it also adds interface to register the lf's interrupts.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for marvell octeontx2 cpt engine
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2']
['h', 'c', 'makefile']
7
783
1
--- diff --git a/drivers/crypto/marvell/octeontx2/makefile b/drivers/crypto/marvell/octeontx2/makefile --- a/drivers/crypto/marvell/octeontx2/makefile +++ b/drivers/crypto/marvell/octeontx2/makefile - otx2_cpt_mbox_common.o otx2_cptpf_ucode.o + otx2_cpt_mbox_common.o otx2_cptpf_ucode.o otx2_cptlf.o diff --git a/drivers...
Cryptography hardware acceleration
64506017030dd44f0fc91c5110840ac7996213dd
srujana challa
drivers
crypto
marvell, octeontx2
crypto: octeontx2 - add support to get engine capabilities
adds support to get engine capabilities and adds a new mailbox to share capabilities with vf driver.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for marvell octeontx2 cpt engine
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2']
['h', 'c']
8
350
0
--- diff --git a/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h b/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h --- a/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h +++ b/drivers/crypto/marvell/octeontx2/otx2_cpt_common.h +#define otx2_cpt_dma_minalign 128 +#define mbox_msg_get_caps 0xbfd +/* cpt hw capabi...
Cryptography hardware acceleration
78506c2a1eac97504ff56de1c587bac403ca8dca
srujana challa
drivers
crypto
marvell, octeontx2
crypto: octeontx2 - add virtual function driver support
add support for the marvell octeontx2 cpt virtual function driver. this patch includes probe, pci specific initialization and interrupt handling.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for marvell octeontx2 cpt engine
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2']
['h', 'c', 'makefile']
6
373
1
--- diff --git a/drivers/crypto/marvell/octeontx2/makefile b/drivers/crypto/marvell/octeontx2/makefile --- a/drivers/crypto/marvell/octeontx2/makefile +++ b/drivers/crypto/marvell/octeontx2/makefile -obj-$(config_crypto_dev_octeontx2_cpt) += octeontx2-cpt.o +obj-$(config_crypto_dev_octeontx2_cpt) += octeontx2-cpt.o oct...
Cryptography hardware acceleration
19d8e8c7be1567b92e99f7201b8e9b286d04dc0f
srujana challa
drivers
crypto
marvell, octeontx2
crypto: octeontx2 - add support to process the crypto request
attach lfs to cpt vf to process the crypto requests and register lf interrupts.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for marvell octeontx2 cpt engine
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2']
['h', 'c', 'makefile']
11
1,034
1
--- diff --git a/drivers/crypto/marvell/octeontx2/makefile b/drivers/crypto/marvell/octeontx2/makefile --- a/drivers/crypto/marvell/octeontx2/makefile +++ b/drivers/crypto/marvell/octeontx2/makefile - otx2_cpt_mbox_common.o + otx2_cpt_mbox_common.o otx2_cptvf_reqmgr.o diff --git a/drivers/crypto/marvell/octeontx2/otx2_...
Cryptography hardware acceleration
8ec8015a316816b07538635fe9c04c35ad63acfc
srujana challa
drivers
crypto
marvell, octeontx2
crypto: octeontx2 - register with linux crypto framework
cpt offload module utilises the linux crypto framework to offload crypto processing. this patch registers supported algorithms by calling registration functions provided by the kernel crypto api.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for marvell octeontx2 cpt engine
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['octeontx2']
['h', 'kconfig', 'c', 'makefile']
7
1,961
2
- aes block cipher in cbc,ecb and xts mode. - 3des block cipher in cbc and ecb mode. - aead algorithms. --- diff --git a/drivers/crypto/marvell/kconfig b/drivers/crypto/marvell/kconfig --- a/drivers/crypto/marvell/kconfig +++ b/drivers/crypto/marvell/kconfig + depends on crypto_lib_aes + select crypto_skcipher + select...
Cryptography hardware acceleration
6f03f0e8b6c8a82d8e740ff3a87ed407ad423243
srujana challa
drivers
crypto
marvell, octeontx2
crypto: sun4i-ss - enabled stats via debugfs
this patch enable to access usage stats for each algorithm.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
enabled stats via debugfs
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['sun4i-ss']
['h', 'kconfig', 'c']
6
98
0
--- diff --git a/drivers/crypto/allwinner/kconfig b/drivers/crypto/allwinner/kconfig --- a/drivers/crypto/allwinner/kconfig +++ b/drivers/crypto/allwinner/kconfig +config crypto_dev_sun4i_ss_debug + bool "enable sun4i-ss stats" + depends on crypto_dev_sun4i_ss + depends on debug_fs + help + say y to enable sun4i-ss deb...
Cryptography hardware acceleration
b1f578b85a13c4228d7862a203b428e774f87653
corentin labbe
drivers
crypto
allwinner, sun4i-ss
crypto: picoxcell - remove picoxcell driver
picoxcell has had nothing but treewide cleanups for at least the last 8 years and no signs of activity. the most recent activity is a yocto vendor kernel based on v3.0 in 2015.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
remove picoxcell driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['picoxcell']
['h', 'kconfig', 'c', 'makefile']
4
0
1,941
--- diff --git a/drivers/crypto/kconfig b/drivers/crypto/kconfig --- a/drivers/crypto/kconfig +++ b/drivers/crypto/kconfig -config crypto_dev_picoxcell - tristate "support for picoxcell ipsec and layer2 crypto engines" - depends on (arch_picoxcell || compile_test) && have_clk - select crypto_aead - select crypto_aes - ...
Cryptography hardware acceleration
fecff3b931a52c8d5263fb1537161f0214acb44a
rob herring ard biesheuvel ardb kernel org
drivers
crypto
crypto: mediatek - remove obsolete driver
the crypto mediatek driver has been replaced by the inside-secure driver now. remove this driver to avoid having duplicate drivers.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
remove obsolete driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mediatek']
['h', 'kconfig', 'c', 'makefile']
8
0
3,650
--- diff --git a/drivers/crypto/kconfig b/drivers/crypto/kconfig --- a/drivers/crypto/kconfig +++ b/drivers/crypto/kconfig -config crypto_dev_mediatek - tristate "mediatek's eip97 cryptographic engine driver" - depends on (arm && arch_mediatek) || compile_test - select crypto_lib_aes - select crypto_aead - select crypt...
Cryptography hardware acceleration
6a702fa5339597f2f2bb466043fbb20f3e55e0ad
vic wu ryder lee ryder lee mediatek com
drivers
crypto
mediatek
pci: brcmstb: support bcm4908 with external perst# signal controller
bcm4908 uses external misc block for controlling perst# signal. use it as a reset controller.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support bcm4908 with external perst# signal controller
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['brcmstb']
['kconfig', 'c']
2
33
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 arch_brcmstb || arch_bcm2835 || compile_test + depends on arch_brcmstb || arch_bcm2835 || arch_bcm4908 || compile_test diff --git a/drivers/pci/controll...
PCI
0cdfaceb9889b69d0230b82ae91c46ed0b33fc27
rafa mi ecki florian fainelli f fainelli gmail com
drivers
pci
controller
pci: layerscape: add lx2160a rev2 ep mode support
the lx2160a rev2 uses the same pcie ip as ls2088a, but lx2160a rev2 pcie controller is integrated with different stride between pfs' register address.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add lx2160a rev2 ep mode support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['layerscape']
['c']
1
7
0
--- diff --git a/drivers/pci/controller/dwc/pci-layerscape-ep.c b/drivers/pci/controller/dwc/pci-layerscape-ep.c --- a/drivers/pci/controller/dwc/pci-layerscape-ep.c +++ b/drivers/pci/controller/dwc/pci-layerscape-ep.c +static const struct ls_pcie_ep_drvdata lx2_ep_drvdata = { + .func_offset = 0x8000, + .ops = &ls_pcie...
PCI
5bfb792f210ce6644bc2d72e047e0715ac4a1010
hou zhiqiang
drivers
pci
controller, dwc
pci: microchip: add microchip polarfire pcie controller driver
add support for the microchip polarfire pcie controller when configured in host (root complex) mode.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add microchip polarfire pcie controller driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['microchip']
['kconfig', 'c', 'makefile']
3
1,149
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_microchip_host + bool "microchip axi pcie host bridge support" + depends on pci_msi && of + select pci_msi_irq_domain + select generic_msi_irq_domain + ...
PCI
6f15a9c9f94133bee0d861a4bf25e10aaa95219d
daire mcnamara rob herring robh kernel org
drivers
pci
controller
pci: remove tango host controller driver
the tango platform is getting removed, so the driver is no longer needed.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
remove tango host controller driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['kconfig', 'c', 'makefile']
3
0
356
--- diff --git a/drivers/pci/controller/kconfig b/drivers/pci/controller/kconfig --- a/drivers/pci/controller/kconfig +++ b/drivers/pci/controller/kconfig -config pcie_tango_smp8759 - bool "tango smp8759 pcie controller (dangerous)" - depends on arch_tango && pci_msi && of - depends on broken - select pci_host_common -...
PCI
de9427ca87cfa959abcd8bab7e38343b51219ffa
arnd bergmann mans rullgard mans mansr com
drivers
pci
controller
documentation: pci: add specification for the pci ntb function device
add specification for the pci ntb function device. the endpoint function driver and the host pci driver should be created based on this specification.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['rst']
2
349
0
--- diff --git a/documentation/pci/endpoint/index.rst b/documentation/pci/endpoint/index.rst --- a/documentation/pci/endpoint/index.rst +++ b/documentation/pci/endpoint/index.rst + pci-ntb-function diff --git a/documentation/pci/endpoint/pci-ntb-function.rst b/documentation/pci/endpoint/pci-ntb-function.rst --- /dev/nu...
Non-Transparent Bridge (NTB)
13bccf873808ac9516089760efce7ea18b7484a9
kishon vijay abraham i
documentation
pci
endpoint
pci: endpoint: make *_get_first_free_bar() take into account 64 bit bar
pci_epc_get_first_free_bar() uses only "reserved_bar" member in epc_features to get the first unreserved bar. however if the reserved bar is also a 64-bit bar, then the next bar shouldn't be returned (since 64-bit bar uses two bars).
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['c']
1
10
2
--- diff --git a/drivers/pci/endpoint/pci-epc-core.c b/drivers/pci/endpoint/pci-epc-core.c --- a/drivers/pci/endpoint/pci-epc-core.c +++ b/drivers/pci/endpoint/pci-epc-core.c - int free_bar; + unsigned long free_bar; - free_bar = ffz(epc_features->reserved_bar); + /* find if the reserved bar is also a 64-bit bar */ + f...
Non-Transparent Bridge (NTB)
959a48d0eac0321948c9f3d1707ba22c100e92d5
kishon vijay abraham i
drivers
pci
endpoint
pci: endpoint: add helper api to get the 'next' unreserved bar
add an api to get the next unreserved bar starting from a given bar number that can be used by the endpoint function.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'c']
2
24
4
--- diff --git a/drivers/pci/endpoint/pci-epc-core.c b/drivers/pci/endpoint/pci-epc-core.c --- a/drivers/pci/endpoint/pci-epc-core.c +++ b/drivers/pci/endpoint/pci-epc-core.c - * invoke to get the first unreserved bar that can be used for endpoint + * invoke to get the first unreserved bar that can be used by the endpo...
Non-Transparent Bridge (NTB)
fa8fef0e104a23efe568b835d9e7e188d1d97610
kishon vijay abraham i
drivers
pci
endpoint
pci: endpoint: make *_free_bar() to return error codes on failure
modify pci_epc_get_next_free_bar() and pci_epc_get_first_free_bar() to return error values if there are no free bars available.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'c']
4
13
10
--- diff --git a/drivers/pci/endpoint/functions/pci-epf-test.c b/drivers/pci/endpoint/functions/pci-epf-test.c --- a/drivers/pci/endpoint/functions/pci-epf-test.c +++ b/drivers/pci/endpoint/functions/pci-epf-test.c + if (test_reg_bar < 0) + return -einval; diff --git a/drivers/pci/endpoint/pci-epc-core.c b/drivers/pci/...
Non-Transparent Bridge (NTB)
0e27aeccfa3d1bab7c6a29fb8e6fcedbad7b09a8
kishon vijay abraham i
drivers
pci
endpoint, functions
pci: endpoint: remove unused pci_epf_match_device()
remove unused pci_epf_match_device() function added in pci-epf-core.c
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'c']
2
0
18
--- diff --git a/drivers/pci/endpoint/pci-epf-core.c b/drivers/pci/endpoint/pci-epf-core.c --- a/drivers/pci/endpoint/pci-epf-core.c +++ b/drivers/pci/endpoint/pci-epf-core.c -const struct pci_epf_device_id * -pci_epf_match_device(const struct pci_epf_device_id *id, struct pci_epf *epf) -{ - if (!id || !epf) - return n...
Non-Transparent Bridge (NTB)
7e5a51ebb321537c4209cdd0c54c4c19b3ef960d
kishon vijay abraham i
drivers
pci
endpoint
pci: endpoint: add support to associate secondary epc with epf
in the case of standard endpoint functions, only one endpoint controller (epc) will be associated with an endpoint function (epf). however for providing ntb (non transparent bridge) functionality, two epcs should be associated with a single epf. add support to associate secondary epc with epf. this is in preparation fo...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'c']
6
125
38
--- diff --git a/drivers/pci/endpoint/functions/pci-epf-test.c b/drivers/pci/endpoint/functions/pci-epf-test.c --- a/drivers/pci/endpoint/functions/pci-epf-test.c +++ b/drivers/pci/endpoint/functions/pci-epf-test.c - pci_epf_free_space(epf, epf_test->reg[bar], bar); + pci_epf_free_space(epf, epf_test->reg[bar], bar, + ...
Non-Transparent Bridge (NTB)
63840ff5322373d665b2b9c59cd64233d5f0691e
kishon vijay abraham i
drivers
pci
endpoint, functions
pci: endpoint: add support in configfs to associate two epcs with epf
now that pci endpoint core supports to add secondary endpoint controller (epc) with endpoint function (epf), add support in configfs to associate two epcs with epf. this creates "primary" and "secondary" directory inside the directory created by users for epf device. users have to add a symlink of endpoint controller (...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['c', 'rst']
2
157
0
--- diff --git a/documentation/pci/endpoint/pci-endpoint-cfs.rst b/documentation/pci/endpoint/pci-endpoint-cfs.rst --- a/documentation/pci/endpoint/pci-endpoint-cfs.rst +++ b/documentation/pci/endpoint/pci-endpoint-cfs.rst + ... primary/ + ... <symlink epc device1>/ + ... secondary/ + ... <symlink epc device2>/ + +if a...
Non-Transparent Bridge (NTB)
e85a2d7837622bd99c96f5bbc7f972da90c285a2
kishon vijay abraham i
drivers
pci
endpoint
pci: endpoint: add pci_epc_ops to map msi irq
add pci_epc_ops to map physical address to msi address and return msi data. the physical address is an address in the outbound region. this is required to implement doorbell functionality of ntb (non-transparent bridge) wherein epc on either side of the interface (primary and secondary) can directly write to the physic...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'c']
2
49
0
--- diff --git a/drivers/pci/endpoint/pci-epc-core.c b/drivers/pci/endpoint/pci-epc-core.c --- a/drivers/pci/endpoint/pci-epc-core.c +++ b/drivers/pci/endpoint/pci-epc-core.c +/** + * pci_epc_map_msi_irq() - map physical address to msi address and return + * msi data + * @epc: the epc device which has the msi capabilit...
Non-Transparent Bridge (NTB)
87d5972e476f6c4e98a0abce713c54c6f40661b0
kishon vijay abraham i
drivers
pci
endpoint
pci: endpoint: add pci_epf_ops to expose function-specific attrs
in addition to the attributes that are generic across function drivers documented in documentation/pci/endpoint/pci-endpoint-cfs.rst, there could be function-specific attributes that has to be exposed by the function driver to be configured by the user. add ->add_cfs() in pci_epf_ops to be populated by the function dri...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'c']
2
37
0
--- diff --git a/drivers/pci/endpoint/pci-epf-core.c b/drivers/pci/endpoint/pci-epf-core.c --- a/drivers/pci/endpoint/pci-epf-core.c +++ b/drivers/pci/endpoint/pci-epf-core.c +/** + * pci_epf_type_add_cfs() - help function drivers to expose function specific + * attributes in configfs + * @epf: the epf device that has ...
Non-Transparent Bridge (NTB)
256ae475201b16fd69e00dd6c2d14035e4ea5745
kishon vijay abraham i
drivers
pci
endpoint
pci: endpoint: allow user to create sub-directory of 'epf device' directory
documentation/pci/endpoint/pci-endpoint-cfs.rst explains how a user has to create a directory in-order to create a 'epf device' that can be configured/probed by 'epf driver'.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'c']
2
26
0
--- diff --git a/drivers/pci/endpoint/pci-ep-cfs.c b/drivers/pci/endpoint/pci-ep-cfs.c --- a/drivers/pci/endpoint/pci-ep-cfs.c +++ b/drivers/pci/endpoint/pci-ep-cfs.c +static struct config_group *pci_epf_type_make(struct config_group *group, + const char *name) +{ + struct pci_epf_group *epf_group = to_pci_epf_group(&g...
Non-Transparent Bridge (NTB)
38ad827e3bc0f0e94628ee1d8dc31e778d9be40f
kishon vijay abraham i
drivers
pci
endpoint
pci: cadence: implement ->msi_map_irq() ops
implement ->msi_map_irq() ops in order to map physical address to msi address and return msi data.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['c']
1
53
0
--- diff --git a/drivers/pci/controller/cadence/pcie-cadence-ep.c b/drivers/pci/controller/cadence/pcie-cadence-ep.c --- a/drivers/pci/controller/cadence/pcie-cadence-ep.c +++ b/drivers/pci/controller/cadence/pcie-cadence-ep.c +static int cdns_pcie_ep_map_msi_irq(struct pci_epc *epc, u8 fn, + phys_addr_t addr, u8 inter...
Non-Transparent Bridge (NTB)
dbcc542f36086abcaec28a858b17f2c358d57973
kishon vijay abraham i tom joseph tjoseph cadence com
drivers
pci
cadence, controller
pci: cadence: configure lm_ep_func_cfg based on epc->function_num_map
the number of functions supported by the endpoint controller is configured in lm_ep_func_cfg based on func_no member of struct pci_epf. now that an endpoint function can be associated with two endpoint controllers (primary and secondary), just using func_no will not suffice as that will take into account only if the en...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['c']
1
1
6
--- diff --git a/drivers/pci/controller/cadence/pcie-cadence-ep.c b/drivers/pci/controller/cadence/pcie-cadence-ep.c --- a/drivers/pci/controller/cadence/pcie-cadence-ep.c +++ b/drivers/pci/controller/cadence/pcie-cadence-ep.c - struct pci_epf *epf; - u32 cfg; - cfg = bit(0); - list_for_each_entry(epf, &epc->pci_epf, l...
Non-Transparent Bridge (NTB)
a62074a9ba856082a60ff60693abd79f4b55177d
kishon vijay abraham i tom joseph tjoseph cadence com
drivers
pci
cadence, controller
pci: endpoint: add ep function driver to provide ntb functionality
add a new endpoint function driver to provide ntb functionality using multiple pcie endpoint instances.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['kconfig', 'c', 'makefile']
3
2,142
0
--- diff --git a/drivers/pci/endpoint/functions/kconfig b/drivers/pci/endpoint/functions/kconfig --- a/drivers/pci/endpoint/functions/kconfig +++ b/drivers/pci/endpoint/functions/kconfig + +config pci_epf_ntb + tristate "pci endpoint ntb driver" + depends on pci_endpoint + select configfs_fs + help + select this config...
Non-Transparent Bridge (NTB)
8b821cf761503b80d0bd052f932adfe1bc1a0088
kishon vijay abraham i
drivers
pci
endpoint, functions
pci: add ti j721e device to pci ids
add ti j721e device to the pci id database. since this device has a configurable pcie endpoint, it could be used with different drivers.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
implement ntb controller using multiple pci ep
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'c']
2
1
1
--- diff --git a/drivers/misc/pci_endpoint_test.c b/drivers/misc/pci_endpoint_test.c --- a/drivers/misc/pci_endpoint_test.c +++ b/drivers/misc/pci_endpoint_test.c -#define pci_device_id_ti_j721e 0xb00d diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h --- a/include/linux/pci_ids.h +++ b/include/linux/pci_i...
Non-Transparent Bridge (NTB)
599f86872f9ce8a0a0bd111a23442b18e8ee7059
kishon vijay abraham i
include
linux
ntb: add support for epf pci non-transparent bridge
add support for epf pci non-transparent bridge (ntb) devices. this driver is platform independent and may be used by any platform that has multiple pci endpoint instances configured using the pci-epf-ntb driver. the driver connnects to the standard ntb subsystem interface. the epf ntb device has a configurable number o...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for epf pci non-transparent bridge
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['kconfig', 'c', 'makefile']
5
762
0
--- diff --git a/drivers/ntb/hw/kconfig b/drivers/ntb/hw/kconfig --- a/drivers/ntb/hw/kconfig +++ b/drivers/ntb/hw/kconfig +source "drivers/ntb/hw/epf/kconfig" diff --git a/drivers/ntb/hw/makefile b/drivers/ntb/hw/makefile --- a/drivers/ntb/hw/makefile +++ b/drivers/ntb/hw/makefile +obj-$(config_ntb_epf) += epf/ diff -...
Non-Transparent Bridge (NTB)
812ce2f8d14ea791edd88c36ebcc9017bf4c88cb
kishon vijay abraham i dave jiang dave jiang intel com
drivers
ntb
epf, hw
thunderbolt: add support for de-authorizing devices
in some cases it is useful to be able de-authorize devices. for example if user logs out the userspace can have a policy that disconnects pcie devices until logged in again. this is only possible for software based connection manager as it directly controls the tunnels.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for de-authorizing devices
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['sysfs-bus-thunderbolt', 'h', 'c', 'rst']
6
118
7
--- diff --git a/documentation/abi/testing/sysfs-bus-thunderbolt b/documentation/abi/testing/sysfs-bus-thunderbolt --- a/documentation/abi/testing/sysfs-bus-thunderbolt +++ b/documentation/abi/testing/sysfs-bus-thunderbolt +what: /sys/bus/thunderbolt/devices/.../domainx/deauthorization +date: may 2021 +kernelversion: 5...
Thunderbolt
3da88be249973f7b74e7b24ed559e6abc2fc5af4
mika westerberg
drivers
thunderbolt
testing
thunderbolt: add support for native usb4 _osc
acpi 6.4 introduced a new _osc capability used to negotiate whether the os is supposed to use software (native) or firmware based connection manager. if the native support is granted then there are set of bits that enable/disable different tunnel types that the software connection manager is allowed to tunnel.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for native usb4 _osc
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'c']
7
134
12
--- diff --git a/drivers/thunderbolt/acpi.c b/drivers/thunderbolt/acpi.c --- a/drivers/thunderbolt/acpi.c +++ b/drivers/thunderbolt/acpi.c + +/** + * tb_acpi_is_native() - did the platform grant native tbt/usb4 control + * + * returns %true if the platform granted os native control over + * tbt/usb4. in this case softw...
Thunderbolt
c6da62a219d028de10f2e22e93a34c7ee2b88d03
mika westerberg
drivers
thunderbolt
clk: add risc-v canaan kendryte k210 clock driver
add a clock provider driver for the canaan kendryte k210 risc-v soc. this new driver with the compatible string "canaan,k210-clk" implements support for the full clock structure of the k210 soc. since it is required for the correct operation of the soc, this driver is selected by default for compilation when the soc_ca...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add risc-v canaan kendryte k210 clock driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'kconfig', 'c', 'makefile']
7
1,064
178
--- diff --git a/drivers/clk/kconfig b/drivers/clk/kconfig --- a/drivers/clk/kconfig +++ b/drivers/clk/kconfig +config common_clk_k210 + bool "clock driver for the canaan kendryte k210 soc" + depends on of && riscv && soc_canaan + default soc_canaan + help + support for the canaan kendryte k210 risc-v soc clocks. + dif...
Clock
c6ca7616f7d5c2ce166280107ba74db1d528fcb7
damien le moal
drivers
soc
canaan
clk: clk-axiclkgen: add zynqmp pfd and vco limits
for zynqmp (ultrascale) the pfd and vco limits are different. in order to support these, this change adds a compatible string (i.e. 'adi,zynqmp-axi-clkgen-2.00.a') which will take into account for these limits and apply them.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add zynqmp pfd and vco limits
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['clk-axiclkgen']
['c']
1
11
0
--- diff --git a/drivers/clk/clk-axi-clkgen.c b/drivers/clk/clk-axi-clkgen.c --- a/drivers/clk/clk-axi-clkgen.c +++ b/drivers/clk/clk-axi-clkgen.c +static const struct axi_clkgen_limits axi_clkgen_zynqmp_default_limits = { + .fpfd_min = 10000, + .fpfd_max = 450000, + .fvco_min = 800000, + .fvco_max = 1600000, +}; + + {...
Clock
da68c30963c04d7badbda53021418df1f043c985
alexandru ardelean moritz fischer mdf kernel org
drivers
clk
clk: imx8mm: add clkout1/2 support
clkout1 and clkout2 allow to supply clocks from the soc to the board, which is used by some board designs to provide reference clocks.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add clkout1/2 support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['imx8mm']
['h', 'c']
2
21
1
--- diff --git a/drivers/clk/imx/clk-imx8mm.c b/drivers/clk/imx/clk-imx8mm.c --- a/drivers/clk/imx/clk-imx8mm.c +++ b/drivers/clk/imx/clk-imx8mm.c +static const char * const clkout_sels[] = {"audio_pll1_out", "audio_pll2_out", "video_pll1_out", + "dummy", "dummy", "gpu_pll_out", "vpu_pll_out", + "arm_pll_out", "sys_pll...
Clock
c1ae5c6f789acde2ad32226cb5461cc1bc60cdf3
lucas stach abel vesa abel vesa nxp com
include
dt-bindings
clock, imx
clk: imx8mn: add clkout1/2 support
clkout1 and clkout2 allow to supply clocks from the soc to the board, which is used by some board designs to provide reference clocks.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add clkout1/2 support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['imx8mn']
['h', 'c']
2
20
1
--- diff --git a/drivers/clk/imx/clk-imx8mn.c b/drivers/clk/imx/clk-imx8mn.c --- a/drivers/clk/imx/clk-imx8mn.c +++ b/drivers/clk/imx/clk-imx8mn.c +static const char * const clkout_sels[] = {"audio_pll1_out", "audio_pll2_out", "video_pll1_out", + "dummy", "dummy", "gpu_pll_out", "dummy", + "arm_pll_out", "sys_pll1", "s...
Clock
3af4df65504088e9a7d20c0251e1016e521ad4fc
lucas stach abel vesa abel vesa nxp com
include
dt-bindings
clock, imx
clk: imx8mq: add pll monitor output
the pll monitor is mentioned as a debug feature in the reference manual, but there are some boards that use this clock output as a reference clock for board level components. add support for those clocks in the clock driver, so this clock output can be used properly.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add pll monitor output
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['imx8mq']
['h', 'c']
2
37
1
--- diff --git a/drivers/clk/imx/clk-imx8mq.c b/drivers/clk/imx/clk-imx8mq.c --- a/drivers/clk/imx/clk-imx8mq.c +++ b/drivers/clk/imx/clk-imx8mq.c +static const char * const pllout_monitor_sels[] = {"osc_25m", "osc_27m", "dummy", "dummy", "ckil", + "audio_pll1_out_monitor", "audio_pll2_out_monitor", + "video_pll1_out_m...
Clock
75a352bc6611e79227328e39d42086b0eebf24f3
lucas stach
include
dt-bindings
clock, imx
clk: mstar: mstar/sigmastar mpll driver
this adds a basic driver for the mpll block found in mstar/sigmastar armv7 socs.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
mstar/sigmastar mpll driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['mstar']
['kconfig', 'maintainers', 'c', 'makefile']
6
169
0
--- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +f: drivers/clk/mstar/ diff --git a/drivers/clk/kconfig b/drivers/clk/kconfig --- a/drivers/clk/kconfig +++ b/drivers/clk/kconfig +source "drivers/clk/mstar/kconfig" diff --git a/drivers/clk/makefile b/drivers/clk/makefile --- a/drivers/clk/...
Clock
bef7a78da71687838a6bb5b316c4f5dfd31582f5
daniel palmer
drivers
clk
mstar
clk: qcom: add a7 pll support
add support for pll found in qualcomm sdx55 platforms which is used to provide clock to the cortex a7 cpu via a mux. this pll can provide high frequency clock to the cpu above 1ghz as compared to the other sources like gpll0.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add a7 pll support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qcom']
['kconfig', 'c', 'makefile']
3
109
0
--- diff --git a/drivers/clk/qcom/kconfig b/drivers/clk/qcom/kconfig --- a/drivers/clk/qcom/kconfig +++ b/drivers/clk/qcom/kconfig +config qcom_a7pll + tristate "sdx55 a7 pll" + help + support for the a7 pll on sdx55 devices. it provides the cpu with + frequencies above 1ghz. + say y if you want to support higher cpu f...
Clock
5a5223ffd7ef721b59be38e2ce83e0a73dbb8942
manivannan sadhasivam
drivers
clk
qcom
clk: qcom: add global clock controller (gcc) driver for sc7280
add support for the global clock controller found on sc7280 based devices. this should allow most non-multimedia device drivers to probe and control their clocks.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add global clock controller (gcc) driver for sc7280
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qcom']
['kconfig', 'c', 'makefile']
3
3,613
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_gcc_7280 + tristate "sc7280 global clock controller" + select qcom_gdsc + depends on common_clk_qcom + help + support for the global clock controller on sc7280 devices. + say y i...
Clock
a3cc092196ef63570c8744c3ac88c3c6c67ab44b
taniya das
drivers
clk
qcom
clk: qcom: add sdm660 gpu clock controller (gpucc) driver
the gpucc manages the clocks for the adreno gpu found on the sdm630, sdm636, sdm660 socs.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sdm660 gpu clock controller (gpucc) driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qcom']
['h', 'kconfig', 'c', 'makefile']
4
387
0
--- diff --git a/drivers/clk/qcom/kconfig b/drivers/clk/qcom/kconfig --- a/drivers/clk/qcom/kconfig +++ b/drivers/clk/qcom/kconfig +config sdm_gpucc_660 + tristate "sdm660 graphics clock controller" + select sdm_gcc_660 + select qcom_gdsc + help + support for the graphics clock controller on sdm630/636/660 devices. + s...
Clock
79b5d1fc93a1f114a0974a076b5a25ca64b37b0f
angelogioacchino del regno
include
dt-bindings
clock, qcom
clk: qcom: add sdx55 apcs clock controller support
add a driver for the sdx55 apcs clock controller. it is part of the apcs hardware block, which among other things implements also a combined mux and half integer divider functionality. the apcs clock controller has 3 parent clocks:
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sdx55 apcs clock controller support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qcom']
['kconfig', 'c', 'makefile']
3
159
0
--- diff --git a/drivers/clk/qcom/kconfig b/drivers/clk/qcom/kconfig --- a/drivers/clk/qcom/kconfig +++ b/drivers/clk/qcom/kconfig +config qcom_clk_apcs_sdx55 + tristate "sdx55 apcs clock controller" + depends on qcom_apcs_ipc || compile_test + help + support for the apcs clock controller on sdx55 platform. the + apcs ...
Clock
f28dec1ab71bddc76fb8931a16d5d42c13a048cc
manivannan sadhasivam
drivers
clk
qcom
clk: qcom: clk-alpha-pll: add support for lucid 5lpe pll
lucid 5lpe is a slightly different lucid pll with different offsets and porgramming sequence so add support for these
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for lucid 5lpe pll
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qcom', 'clk-alpha-pll']
['h', 'c']
2
177
0
--- diff --git a/drivers/clk/qcom/clk-alpha-pll.c b/drivers/clk/qcom/clk-alpha-pll.c --- a/drivers/clk/qcom/clk-alpha-pll.c +++ b/drivers/clk/qcom/clk-alpha-pll.c +/* lucid 5lpe pll specific settings and offsets */ +#define lucid_5lpe_pcal_done bit(11) +#define lucid_5lpe_alpha_pll_ack_latch bit(13) +#define lucid_5lpe...
Clock
f4c7e27aa4b60a77a581d8b542c4d56942ee81ef
vivek aknurwar angelogioacchino del regno angelogioacchino delregno somainline org bjorn andersson bjorn andersson linaro org
drivers
clk
qcom
clk: qcom: gcc-sm8350: add gdsc
add the gdsc found in gcc for sm8350 soc
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add gdsc
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qcom', 'gcc-sm8350']
['h', 'c']
2
112
0
--- diff --git a/drivers/clk/qcom/gcc-sm8350.c b/drivers/clk/qcom/gcc-sm8350.c --- a/drivers/clk/qcom/gcc-sm8350.c +++ b/drivers/clk/qcom/gcc-sm8350.c +#include "gdsc.h" +static struct gdsc pcie_0_gdsc = { + .gdscr = 0x6b004, + .pd = { + .name = "pcie_0_gdsc", + }, + .pwrsts = pwrsts_off_on, +}; + +static struct gdsc p...
Clock
3fade948fbb3ccd30f6b06c474d0d084dffecb64
vinod koul
include
dt-bindings
clock, qcom
clk: qcom: gcc: add clock driver for sm8350
this adds global clock controller (gcc) driver for sm8350 soc
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add clock driver for sm8350
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qcom', 'gcc']
['kconfig', 'c', 'makefile']
3
3,799
0
--- diff --git a/drivers/clk/qcom/kconfig b/drivers/clk/qcom/kconfig --- a/drivers/clk/qcom/kconfig +++ b/drivers/clk/qcom/kconfig +config sm_gcc_8350 + tristate "sm8350 global clock controller" + select qcom_gdsc + help + support for the global clock controller on sm8350 devices. + say y if you want to use peripheral ...
Clock
44c20c9ed37fa60e2a6df3f5aefa7b237b7839fb
vivek aknurwar bjorn andersson bjorn andersson linaro org
drivers
clk
qcom
clk: qcom: gcc: add global clock controller driver for sc8180x
add clocks, resets and some of the gdsc provided by the global clock controller found in the qualcomm sc8180x platform.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add global clock controller driver for sc8180x
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qcom', 'gcc']
['kconfig', 'c', 'makefile']
3
4,639
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_gcc_8180x + tristate "sc8180x global clock controller" + select qcom_gdsc + depends on common_clk_qcom + help + support for the global clock controller on sc8180x devices. + say ...
Clock
4433594bbe5dcf473b06452dbea19430deb7154c
bjorn andersson
drivers
clk
qcom
clk: qcom: rpmh: add support for rpmh clocks on sc7280
add support for rpmh clocks on sc7280 socs.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for rpmh clocks on sc7280
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qcom', 'rpmh']
['c']
1
23
1
--- diff --git a/drivers/clk/qcom/clk-rpmh.c b/drivers/clk/qcom/clk-rpmh.c --- a/drivers/clk/qcom/clk-rpmh.c +++ b/drivers/clk/qcom/clk-rpmh.c - * copyright (c) 2018-2020, the linux foundation. all rights reserved. + * copyright (c) 2018-2021, the linux foundation. all rights reserved. +static struct clk_hw *sc7280_rpm...
Clock
fff2b9a651621f2979ca12c8206c74e3e07a6e31
taniya das
drivers
clk
qcom
clk: qcom: rpmhcc: add sc8180x rpmh clocks
add clocks provides by rpmh in the qualcomm sc8180x platform.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sc8180x rpmh clocks
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qcom', 'rpmhcc']
['c']
1
25
0
--- diff --git a/drivers/clk/qcom/clk-rpmh.c b/drivers/clk/qcom/clk-rpmh.c --- a/drivers/clk/qcom/clk-rpmh.c +++ b/drivers/clk/qcom/clk-rpmh.c +define_clk_rpmh_vrm(sc8180x, rf_clk1, rf_clk1_ao, "rfclkd1", 1); +define_clk_rpmh_vrm(sc8180x, rf_clk2, rf_clk2_ao, "rfclkd2", 1); +define_clk_rpmh_vrm(sc8180x, rf_clk3, rf_clk...
Clock
8a1f7fb17569536d7d3a3c9f9c4e02c303c1c1e2
bjorn andersson
drivers
clk
qcom
clk: renesas: r8a77965: add tmu clocks
this patch adds tmu{0,1,2,3,4} clocks.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tmu clocks
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'r8a77965']
['c']
1
5
0
--- diff --git a/drivers/clk/renesas/r8a77965-cpg-mssr.c b/drivers/clk/renesas/r8a77965-cpg-mssr.c --- a/drivers/clk/renesas/r8a77965-cpg-mssr.c +++ b/drivers/clk/renesas/r8a77965-cpg-mssr.c + def_mod("tmu4", 121, r8a77965_clk_s0d6), + def_mod("tmu3", 122, r8a77965_clk_s3d2), + def_mod("tmu2", 123, r8a77965_clk_s3d2), ...
Clock
e0c0d449346085f0ac71f2adef2808dc9e679fa0
niklas s derlund
drivers
clk
renesas
clk: renesas: r8a7796: add tmu clocks
this patch adds tmu{0,1,2,3,4} clocks.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tmu clocks
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'r8a7796']
['c']
1
5
0
--- diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c b/drivers/clk/renesas/r8a7796-cpg-mssr.c --- a/drivers/clk/renesas/r8a7796-cpg-mssr.c +++ b/drivers/clk/renesas/r8a7796-cpg-mssr.c + def_mod("tmu4", 121, r8a7796_clk_s0d6), + def_mod("tmu3", 122, r8a7796_clk_s3d2), + def_mod("tmu2", 123, r8a7796_clk_s3d2), + def_m...
Clock
a26edd3d3c286c47ad3e554922ab03816d7431fb
niklas s derlund
drivers
clk
renesas
clk: renesas: r8a77990: add tmu clocks
this patch adds tmu{0,1,2,3,4} clocks.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tmu clocks
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'r8a77990']
['c']
1
5
0
--- diff --git a/drivers/clk/renesas/r8a77990-cpg-mssr.c b/drivers/clk/renesas/r8a77990-cpg-mssr.c --- a/drivers/clk/renesas/r8a77990-cpg-mssr.c +++ b/drivers/clk/renesas/r8a77990-cpg-mssr.c + def_mod("tmu4", 121, r8a77990_clk_s0d6c), + def_mod("tmu3", 122, r8a77990_clk_s3d2c), + def_mod("tmu2", 123, r8a77990_clk_s3d2c...
Clock
0f3a9265941bbcf75f870f7e1ce20e90d735862d
niklas s derlund
drivers
clk
renesas
clk: renesas: r8a77995: add tmu clocks
this patch adds tmu{0,1,2,3,4} clocks.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add tmu clocks
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'r8a77995']
['c']
1
5
0
--- diff --git a/drivers/clk/renesas/r8a77995-cpg-mssr.c b/drivers/clk/renesas/r8a77995-cpg-mssr.c --- a/drivers/clk/renesas/r8a77995-cpg-mssr.c +++ b/drivers/clk/renesas/r8a77995-cpg-mssr.c + def_mod("tmu4", 121, r8a77995_clk_s1d4c), + def_mod("tmu3", 122, r8a77995_clk_s3d2c), + def_mod("tmu2", 123, r8a77995_clk_s3d2c...
Clock
fa7f47972b13d1791494bb5019db8a8951a6fea3
niklas s derlund
drivers
clk
renesas
arm64: dts: renesas: r8a779a0: add & update scif nodes
this is the result of multiple patches taken from the bsp, combined, rebased, and properly sorted. scif0 gets dma properties, other scifs are entirely new.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add & update (h)scif nodes
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['dtsi']
1
50
0
--- diff --git a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi --- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi + dmas = <&dmac1 0x51>, <&dmac1 0x50>; + dma-names = "tx", "rx"; + scif1: serial@e6e68000 { + compatible = "renesas,scif-...
Clock
bff4e5dac9992ba5a6b2d318570b993f4c616b5c
wolfram sang
arch
arm64
boot, dts, renesas
arm64: dts: renesas: falcon: complete scif0 nodes
scif0 has been enabled by the firmware, so it worked already. still, add the proper nodes to make it work in any case.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add & update (h)scif nodes
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['dtsi']
1
21
0
--- diff --git a/arch/arm64/boot/dts/renesas/r8a779a0-falcon-cpu.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0-falcon-cpu.dtsi --- a/arch/arm64/boot/dts/renesas/r8a779a0-falcon-cpu.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779a0-falcon-cpu.dtsi + pinctrl-0 = <&scif_clk_pins>; + pinctrl-names = "default"; + + + scif0_pins...
Clock
9e921faa305369e5cbe4fd8f3212a1ad6aa85c79
wolfram sang
arch
arm64
boot, dts, renesas
dt-bindings: serial: renesas,hscif: add r8a779a0 support
reviewed-by: geert uytterhoeven <geert+renesas@glider.be> acked-by: rob herring <robh@kernel.org> signed-off-by: wolfram sang <wsa+renesas@sang-engineering.com> link: https://lore.kernel.org/r/20201228112715.14947-4-wsa+renesas@sang-engineering.com signed-off-by: greg kroah-hartman <gregkh@linuxfoundation.org>
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add & update (h)scif nodes
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['yaml']
1
1
0
--- diff --git a/documentation/devicetree/bindings/serial/renesas,hscif.yaml b/documentation/devicetree/bindings/serial/renesas,hscif.yaml --- a/documentation/devicetree/bindings/serial/renesas,hscif.yaml +++ b/documentation/devicetree/bindings/serial/renesas,hscif.yaml - renesas,hscif-r8a77980 # r-car v3h - renesas,hs...
Clock
f754ed71b79cca5b07e76aaf28ce3c8776ab1f7f
wolfram sang
documentation
devicetree
bindings, serial
clk: renesas: r8a779a0: add hscif support
signed-off-by: wolfram sang <wsa+renesas@sang-engineering.com> link: https://lore.kernel.org/r/20201228112715.14947-5-wsa+renesas@sang-engineering.com signed-off-by: geert uytterhoeven <geert+renesas@glider.be>
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add & update (h)scif nodes
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['c']
1
4
0
--- diff --git a/drivers/clk/renesas/r8a779a0-cpg-mssr.c b/drivers/clk/renesas/r8a779a0-cpg-mssr.c --- a/drivers/clk/renesas/r8a779a0-cpg-mssr.c +++ b/drivers/clk/renesas/r8a779a0-cpg-mssr.c + def_mod("hscif0", 514, r8a779a0_clk_s1d2), + def_mod("hscif1", 515, r8a779a0_clk_s1d2), + def_mod("hscif2", 516, r8a779a0_clk_s...
Clock
2e16d0df87baa84485031b88b1b149badbc68810
wolfram sang
drivers
clk
renesas
arm64: dts: renesas: r8a779a0: add hscif support
define the generic parts of the hscif[0-3] device nodes.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add & update (h)scif nodes
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['dtsi']
1
64
0
--- diff --git a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi --- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi + hscif0: serial@e6540000 { + compatible = "renesas,hscif-r8a779a0", + "renesas,rcar-gen3-hscif", "renesas,hscif"; + reg ...
Clock
088e6b23050487cae1bd7f70b439a453689b6f53
linh phung
arch
arm64
boot, dts, renesas
dt-bindings: mmc: renesas,sdhi: add r8a779a0 support
signed-off-by: wolfram sang <wsa+renesas@sang-engineering.com> acked-by: rob herring <robh@kernel.org> reviewed-by: geert uytterhoeven <geert+renesas@glider.be> link: https://lore.kernel.org/r/20201227174202.40834-2-wsa+renesas@sang-engineering.com signed-off-by: ulf hansson <ulf.hansson@linaro.org>
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sdhi/mmc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['yaml']
1
1
0
--- diff --git a/documentation/devicetree/bindings/mmc/renesas,sdhi.yaml b/documentation/devicetree/bindings/mmc/renesas,sdhi.yaml --- a/documentation/devicetree/bindings/mmc/renesas,sdhi.yaml +++ b/documentation/devicetree/bindings/mmc/renesas,sdhi.yaml - renesas,sdhi-r8a77980 # r-car v3h - renesas,sdhi-r8a77990 # r-c...
Clock
a5ca4c32121297e2306438ef0b2c08f98bafa3f3
wolfram sang
documentation
devicetree
bindings, mmc
clk: renesas: rcar-gen3: remove cpg_quirks access when registering sd clock
we want to reuse sd clock handling for other socs and, thus, need to generalize it. so, don't access cpg_quirks in that realm.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sdhi/mmc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['c']
1
10
9
--- diff --git a/drivers/clk/renesas/rcar-gen3-cpg.c b/drivers/clk/renesas/rcar-gen3-cpg.c --- a/drivers/clk/renesas/rcar-gen3-cpg.c +++ b/drivers/clk/renesas/rcar-gen3-cpg.c -static u32 cpg_quirks __initdata; - -#define pll_errata bit(0) /* missing pll0/2/4 post-divider */ -#define rckcr_cksel bit(1) /* manual rclk pa...
Clock
97af391a6fdca679aa9863b019137332167b3fa6
wolfram sang
drivers
clk
renesas
clk: renesas: rcar-gen3: factor out cpg library
r-car v3u has a cpg different enough to not be a generic gen3 cpg but similar enough to reuse code. introduce a new cpg library, factor out the sd clock handling and hook it to the generic gen3 cpg driver so we have an equal state. v3u will make use of it in the next patch then.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sdhi/mmc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['h', 'kconfig', 'c', 'makefile']
5
309
251
--- diff --git a/drivers/clk/renesas/kconfig b/drivers/clk/renesas/kconfig --- a/drivers/clk/renesas/kconfig +++ b/drivers/clk/renesas/kconfig +config clk_rcar_cpg_lib + bool "cpg/mssr library functions" if compile_test + + select clk_rcar_cpg_lib diff --git a/drivers/clk/renesas/makefile b/drivers/clk/renesas/makefile...
Clock
8bb67d87346a36e174de4d7e5680155f627fd30d
wolfram sang
drivers
clk
renesas
clk: renesas: r8a779a0: add sdhi support
we use the shiny new cpg library for that.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sdhi/mmc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['kconfig', 'c']
2
16
2
--- diff --git a/drivers/clk/renesas/kconfig b/drivers/clk/renesas/kconfig --- a/drivers/clk/renesas/kconfig +++ b/drivers/clk/renesas/kconfig + select clk_rcar_cpg_lib diff --git a/drivers/clk/renesas/r8a779a0-cpg-mssr.c b/drivers/clk/renesas/r8a779a0-cpg-mssr.c --- a/drivers/clk/renesas/r8a779a0-cpg-mssr.c +++ b/driv...
Clock
792501727c2abf568f694c9c79b0da628c9dc4bb
wolfram sang
drivers
clk
renesas
arm64: dts: renesas: r8a779a0: add mmc node
add a device node for mmc.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sdhi/mmc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['dtsi']
1
12
0
--- diff --git a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi --- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi + mmc0: mmc@ee140000 { + compatible = "renesas,sdhi-r8a779a0", + "renesas,rcar-gen3-sdhi"; + reg = <0 0xee140000 0 0x2000...
Clock
6b159d547d462f4e47f1ae913f0c05e7071183ec
takeshi saito
arch
arm64
boot, dts, renesas
arm64: dts: renesas: falcon: enable mmc
enable mmc on the falcon board.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sdhi/mmc support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['dtsi']
1
41
0
--- diff --git a/arch/arm64/boot/dts/renesas/r8a779a0-falcon-cpu.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0-falcon-cpu.dtsi --- a/arch/arm64/boot/dts/renesas/r8a779a0-falcon-cpu.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779a0-falcon-cpu.dtsi + + reg_1p8v: regulator-1p8v { + compatible = "regulator-fixed"; + regulator-...
Clock
ee33cd69344ff04f3b512eb9d74c16c412b07115
takeshi saito
arch
arm64
boot, dts, renesas
dt-bindings: watchdog: renesas,wdt: add r8a779a0 (v3u) support
signed-off-by: wolfram sang <wsa+renesas@sang-engineering.com> reviewed-by: geert uytterhoeven <geert+renesas@glider.be> acked-by: rob herring <robh@kernel.org> link: https://lore.kernel.org/r/20201218173731.12839-2-wsa+renesas@sang-engineering.com signed-off-by: guenter roeck <linux@roeck-us.net> signed-off-by: wim va...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for rwdt
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['yaml']
1
1
0
--- diff --git a/documentation/devicetree/bindings/watchdog/renesas,wdt.yaml b/documentation/devicetree/bindings/watchdog/renesas,wdt.yaml --- a/documentation/devicetree/bindings/watchdog/renesas,wdt.yaml +++ b/documentation/devicetree/bindings/watchdog/renesas,wdt.yaml - renesas,r8a77980-wdt # r-car v3h - renesas,r8a7...
Clock
1ee5981da617190c41f7a019542ed4a85041ddbd
wolfram sang
documentation
devicetree
bindings, watchdog
clk: renesas: r8a779a0: add rwdt clocks
and introduce critical clocks, too, because rwdt is one.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for rwdt
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['c']
1
9
0
--- diff --git a/drivers/clk/renesas/r8a779a0-cpg-mssr.c b/drivers/clk/renesas/r8a779a0-cpg-mssr.c --- a/drivers/clk/renesas/r8a779a0-cpg-mssr.c +++ b/drivers/clk/renesas/r8a779a0-cpg-mssr.c + def_mod("rwdt", 907, r8a779a0_clk_r), +static const unsigned int r8a779a0_crit_mod_clks[] __initconst = { + mod_clk_id(907), /*...
Clock
ab2ccacd73867c6be285ba4f3c1a3e10b96e9a1d
wolfram sang
drivers
clk
renesas
arm64: dts: renesas: r8a779a0: add rwdt node
add a device node for the watchdog timer (wdt) controller on the r8a779a0 soc.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for rwdt
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['dtsi']
1
10
0
--- diff --git a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi --- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi + rwdt: watchdog@e6020000 { + compatible = "renesas,r8a779a0-wdt", + "renesas,rcar-gen3-wdt"; + reg = <0 0xe6020000 0 0x0...
Clock
f4b30c0a03a9edb3e70cbd7abe65fc6c3033fb20
hoang vo
arch
arm64
boot, dts, renesas
arm64: dts: renesas: falcon: enable watchdog timer
enable the watchdog on the falcon board.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for rwdt
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'v3u']
['dts']
1
5
0
--- diff --git a/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts b/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts --- a/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts +++ b/arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts + +&rwdt { + timeout-sec = <60>; + status = "okay"; +};
Clock
d207dc500bbcf8c6e1cbad375b08904f984f9602
hoang vo
arch
arm64
boot, dts, renesas
clk: renesas: r8a779a0: add fcpvd clock support
add clocks for the fcp for vsp-d module.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add fcp and vsp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'r8a779a0']
['c']
1
2
0
--- diff --git a/drivers/clk/renesas/r8a779a0-cpg-mssr.c b/drivers/clk/renesas/r8a779a0-cpg-mssr.c --- a/drivers/clk/renesas/r8a779a0-cpg-mssr.c +++ b/drivers/clk/renesas/r8a779a0-cpg-mssr.c + def_mod("fcpvd0", 508, r8a779a0_clk_s3d1), + def_mod("fcpvd1", 509, r8a779a0_clk_s3d1),
Clock
0177b5090effab70762c774b860df8d298e62ff4
kieran bingham
drivers
clk
renesas
clk: renesas: r8a779a0: add vspd clock support
add clocks for the vspd modules on the v3u.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add fcp and vsp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'r8a779a0']
['c']
1
2
0
--- diff --git a/drivers/clk/renesas/r8a779a0-cpg-mssr.c b/drivers/clk/renesas/r8a779a0-cpg-mssr.c --- a/drivers/clk/renesas/r8a779a0-cpg-mssr.c +++ b/drivers/clk/renesas/r8a779a0-cpg-mssr.c + def_mod("vspd0", 830, r8a779a0_clk_s3d1), + def_mod("vspd1", 831, r8a779a0_clk_s3d1),
Clock
ed447e7d60de9ee28763a9e0d215267db7498639
kieran bingham
drivers
clk
renesas
clk: renesas: r8a779a0: add vspx clock support
add clocks for the vspx.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add fcp and vsp support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['renesas', 'r8a779a0']
['c']
1
4
0
--- diff --git a/drivers/clk/renesas/r8a779a0-cpg-mssr.c b/drivers/clk/renesas/r8a779a0-cpg-mssr.c --- a/drivers/clk/renesas/r8a779a0-cpg-mssr.c +++ b/drivers/clk/renesas/r8a779a0-cpg-mssr.c + def_mod("vspx0", 1028, r8a779a0_clk_s1d1), + def_mod("vspx1", 1029, r8a779a0_clk_s1d1), + def_mod("vspx2", 1030, r8a779a0_clk_s...
Clock
57be2dc8d4cf4791993bd3e4caf586f3adfb7f6d
kieran bingham
drivers
clk
renesas
clk: socfpga: agilex: add clock driver for easic n5x platform
add support for intel's easic n5x platform. the clock manager driver for the n5x is very similar to the agilex platform, we can re-use most of the agilex clock driver.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add clock driver for easic n5x platform
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['socfpga', 'agilex']
['h', 'c']
4
238
3
--- diff --git a/drivers/clk/socfpga/clk-agilex.c b/drivers/clk/socfpga/clk-agilex.c --- a/drivers/clk/socfpga/clk-agilex.c +++ b/drivers/clk/socfpga/clk-agilex.c +static const struct n5x_perip_c_clock n5x_main_perip_c_clks[] = { + { agilex_main_pll_c0_clk, "main_pll_c0", "main_pll", null, 1, 0, 0x54, 0}, + { agilex_ma...
Clock
a0f9819cbe995245477a09d4ca168a24f8e76583
dinh nguyen
drivers
clk
socfpga
clk: sunxi-ng: add support for the allwinner h616 ccu
while the clocks are fairly similar to the h6, many differ in tiny details, so a separate clock driver seems indicated.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for the allwinner h616 ccu
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['sunxi-ng']
['h', 'kconfig', 'c', 'makefile']
6
1,397
0
--- diff --git a/drivers/clk/sunxi-ng/kconfig b/drivers/clk/sunxi-ng/kconfig --- a/drivers/clk/sunxi-ng/kconfig +++ b/drivers/clk/sunxi-ng/kconfig +config sun50i_h616_ccu + bool "support for the allwinner h616 ccu" + default arm64 && arch_sunxi + depends on (arm64 && arch_sunxi) || compile_test + diff --git a/drivers/c...
Clock
88dde5e23da1a16fe9a417171e6c941736b8d3a6
andre przywara
include
dt-bindings
clock, reset, sunxi-ng
clk: sunxi-ng: add support for the allwinner h616 r-ccu
the clocks itself are identical to the h6 r-ccu, it's just that the h616 has not all of them implemented (or connected).
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for the allwinner h616 r-ccu
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['sunxi-ng']
['kconfig', 'c']
2
49
1
--- diff --git a/drivers/clk/sunxi-ng/kconfig b/drivers/clk/sunxi-ng/kconfig --- a/drivers/clk/sunxi-ng/kconfig +++ b/drivers/clk/sunxi-ng/kconfig - bool "support for the allwinner h6 prcm ccu" + bool "support for the allwinner h6 and h616 prcm ccu" diff --git a/drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c b/drivers/clk/sunx...
Clock
394a36dd9dec7fd48b75dab23432632a30f241ea
andre przywara maxime ripard mripard kernel org
drivers
clk
sunxi-ng
clk: vc5: add support for optional load capacitance
there are two registers which can set the load capacitance for xtal1 and xtal2. these are optional registers when using an external crystal. parse the device tree and set the corresponding registers accordingly.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for optional load capacitance
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['vc5']
['c']
1
64
0
--- diff --git a/drivers/clk/clk-versaclock5.c b/drivers/clk/clk-versaclock5.c --- a/drivers/clk/clk-versaclock5.c +++ b/drivers/clk/clk-versaclock5.c +static int vc5_map_cap_value(u32 femtofarads) +{ + int mapped_value; + + /* + * the datasheet explicitly states 9000 - 25000 with 0.5pf + * steps, but the programmer's ...
Clock
f3d661d6b4412c9d5f60d0566554fab83f9db381
adam ford luca ceresoli luca lucaceresoli net
drivers
clk
clk: drop unused efm32gg driver
support for this machine was just removed, so drop the now unused clk driver, too.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
drop unused efm32gg driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['c', 'makefile']
2
0
85
--- diff --git a/drivers/clk/makefile b/drivers/clk/makefile --- a/drivers/clk/makefile +++ b/drivers/clk/makefile -obj-$(config_arch_efm32) += clk-efm32gg.o diff --git a/drivers/clk/clk-efm32gg.c b/drivers/clk/clk-efm32gg.c --- a/drivers/clk/clk-efm32gg.c +++ /dev/null -// spdx-license-identifier: gpl-2.0-only -/* - *...
Clock
33034d7422db6fd85795fd4b1ef5780efa99a8af
uwe kleine k nig
drivers
clk
clocksource/drivers/atlas: remove sirf atlas driver
the csr sirf prima2/atlas platforms are getting removed, so this driver is no longer needed.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
remove sirf atlas driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['clocksource', 'atlas']
['kconfig', 'c', 'makefile']
3
0
288
--- diff --git a/drivers/clocksource/kconfig b/drivers/clocksource/kconfig --- a/drivers/clocksource/kconfig +++ b/drivers/clocksource/kconfig -config atlas7_timer - bool "atlas7 timer driver" if compile_test - select clksrc_mmio - help - enables support for the atlas7 timer. - diff --git a/drivers/clocksource/makefile...
Clock
446262b27285e86bfc078d5602d7e047a351d536
arnd bergmann barry song baohua kernel org
drivers
clocksource
clocksource/drivers/prima: remove sirf prima driver
the csr sirf prima2/atlas platforms are getting removed, so this driver is no longer needed.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
remove sirf prima driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['clocksource', 'prima']
['kconfig', 'c', 'makefile']
3
0
249
--- diff --git a/drivers/clocksource/kconfig b/drivers/clocksource/kconfig --- a/drivers/clocksource/kconfig +++ b/drivers/clocksource/kconfig -config prima2_timer - bool "prima2 timer driver" if compile_test - select clksrc_mmio - help - enables support for the prima2 timer. - diff --git a/drivers/clocksource/makefile...
Clock
a8d80235808c8359b614412da76dc10518ea9090
arnd bergmann barry song baohua kernel org
drivers
clocksource
clocksource/drivers/tango: remove tango driver
the tango platform is getting removed, so the driver is no longer needed.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
remove tango driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['clocksource', 'tango']
['kconfig', 'c', 'makefile']
3
0
66
--- diff --git a/drivers/clocksource/kconfig b/drivers/clocksource/kconfig --- a/drivers/clocksource/kconfig +++ b/drivers/clocksource/kconfig -config clksrc_tango_xtal - bool "clocksource for tango soc" if compile_test - depends on arm - select timer_of - select clksrc_mmio - help - this enables the clocksource for ta...
Clock
8fdb44176928fb3ef3e10d97eaf1aed82c90bd58
arnd bergmann mans rullgard mans mansr com
drivers
clocksource
clocksource/drivers/u300: remove the u300 driver
the st-ericsson u300 platform is getting removed, so this driver is no longer needed.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
remove the u300 driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['clocksource', 'u300']
['txt', 'kconfig', 'c', 'makefile']
4
0
483
--- diff --git a/documentation/devicetree/bindings/timer/stericsson-u300-apptimer.txt b/documentation/devicetree/bindings/timer/stericsson-u300-apptimer.txt --- a/documentation/devicetree/bindings/timer/stericsson-u300-apptimer.txt +++ /dev/null -st-ericsson u300 apptimer - -required properties: - -- compatible : shoul...
Clock
33105406764f7f13c5e7279826f77342c82c41b5
arnd bergmann linus walleij linus walleij linaro org
documentation
devicetree
bindings, timer
clk: remove sirf prima2/atlas drivers
the csr sirf prima2/atlas platforms are getting removed, so this driver is no longer needed.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
remove sirf prima2/atlas drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['txt', 'h', 'c', 'makefile']
10
0
3,211
--- diff --git a/documentation/devicetree/bindings/clock/csr,atlas7-car.txt b/documentation/devicetree/bindings/clock/csr,atlas7-car.txt --- a/documentation/devicetree/bindings/clock/csr,atlas7-car.txt +++ /dev/null -* clock and reset bindings for csr atlas7 - -required properties: -- compatible: should be "sirf,atlas7...
Clock
ed0f3e23d10699df7b8f6189f7c52d0d4a3619db
arnd bergmann barry song baohua kernel org
drivers
clk
bindings, clock, sirf
clk: remove tango4 driver
the tango platform is getting removed, so the driver is no longer needed.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
remove tango4 driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['txt', 'c', 'makefile']
3
0
109
--- diff --git a/documentation/devicetree/bindings/clock/tango4-clock.txt b/documentation/devicetree/bindings/clock/tango4-clock.txt --- a/documentation/devicetree/bindings/clock/tango4-clock.txt +++ /dev/null -* sigma designs tango4 clock generator - -the tango4 clock generator outputs cpu_clk and sys_clk (the latter ...
Clock
7765f32a8e9b03cf0e25698b5a841e00c1a5090e
arnd bergmann mans rullgard mans mansr com
drivers
clk
bindings, clock
clk: remove u300 driver
the st-ericsson u300 platform is getting removed, so this driver is no longer needed.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
remove u300 driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['txt', 'h', 'c', 'makefile']
4
0
1,281
--- diff --git a/documentation/devicetree/bindings/clock/ste-u300-syscon-clock.txt b/documentation/devicetree/bindings/clock/ste-u300-syscon-clock.txt --- a/documentation/devicetree/bindings/clock/ste-u300-syscon-clock.txt +++ /dev/null -clock bindings for st-ericsson u300 system controller clocks - -bindings for the g...
Clock
ee7294ba49bf8559b560b21629ed8153082c25cf
arnd bergmann linus walleij linus walleij linaro org
drivers
clk
bindings, clock, platform_data
clk: remove zte zx driver
the zte zx platform is getting removed, so this driver is no longer needed.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
remove zte zx driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['txt', 'h', 'c', 'makefile']
9
0
2,691
--- diff --git a/documentation/devicetree/bindings/clock/zx296702-clk.txt b/documentation/devicetree/bindings/clock/zx296702-clk.txt --- a/documentation/devicetree/bindings/clock/zx296702-clk.txt +++ /dev/null -device tree clock bindings for zte zx296702 - -this binding uses the common clock binding[1]. - -[1] document...
Clock
bcbe6005eb18d2cd565f202d9351737061753894
arnd bergmann
drivers
clk
bindings, clock, zte
dt-bindings: phy: qcom,qmp: add sm8350 ufs phy bindings
add the compatible strings for the ufs phy found on sm8350 soc.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for sm8350 ufs
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['yaml']
1
1
0
--- diff --git a/documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml --- a/documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml +++ b/documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml - qcom,sm8250-qmp-modem-pcie-phy - qcom,sm8250-qmp-usb3-phy - qco...
PHY ("physical layer" framework)
d0858167492b59297c5c2aac10cdc9904c5a1cc6
vinod koul bjorn andersson bjorn andersson linaro org
documentation
devicetree
bindings, phy
phy: qcom-qmp: add ufs v5 registers found in sm8350
add the registers for ufs found in sm8350. the ufs phy used in sm8350 seems to have same offsets as v5 phy, although documentation for that is lacking.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for sm8350 ufs
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h']
1
47
0
--- diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.h b/drivers/phy/qualcomm/phy-qcom-qmp.h --- a/drivers/phy/qualcomm/phy-qcom-qmp.h +++ b/drivers/phy/qualcomm/phy-qcom-qmp.h +/* only for qmp v5 phy - qserdes com registers */ +#define qserdes_v5_com_pll_ivco 0x058 +#define qserdes_v5_com_cp_ctrl_mode0 0x074 +#define qs...
PHY ("physical layer" framework)
920abc105b5de6489d61bd8c5d0d44463665ae3f
vinod koul bjorn andersson bjorn andersson linaro org
drivers
phy
qualcomm
phy: qcom-qmp: add support for sm8350 ufs phy
add the tables for init sequences for ufs qmp phy found in sm8350 soc.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add support for sm8350 ufs
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['c']
1
127
0
--- diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c --- a/drivers/phy/qualcomm/phy-qcom-qmp.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c +static const struct qmp_phy_init_tbl sm8350_ufsphy_serdes_tbl[] = { + qmp_phy_init_cfg(qserdes_v5_com_sysclk_en_sel, 0xd9), + qmp_phy_init_cfg(q...
PHY ("physical layer" framework)
0e43fdb94a8363cfd78e8d14580ea2f5b82789a8
vinod koul bjorn andersson bjorn andersson linaro org
drivers
phy
qualcomm
dt-bindings: phy: qcom,usb-snps-femto-v2: add sm8250 and sm8350 bindings
add the compatible strings for the usb2 phys found on qcom sm8250 & sm8350 socs.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
sm8350 usb phy
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['yaml']
1
2
0
--- diff --git a/documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml b/documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml --- a/documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml +++ b/documentation/devicetree/bindings/phy/qcom,usb-snps-femto-v2.yaml - qcom,usb-snps-hs-7nm-ph...
PHY ("physical layer" framework)
fcba632d8148ab3ec19f6c7dd015cca866357d7e
jack pham
documentation
devicetree
bindings, phy
phy: qcom-qmp: add sm8350 usb qmp phys
add support for the usb dp & uni phys found on sm8350. these use version 5.0.0 of the qmp phy ip and thus require new "v5" definitions of the register offset macros for the qserdes rx and tx blocks. the qserdes common and qphy pcs blocks' register offsets are largely unchanged from v4 so some of the existing macros can...
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
sm8350 usb phy
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['h', 'c']
2
312
0
--- diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c --- a/drivers/phy/qualcomm/phy-qcom-qmp.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c +static const unsigned int sm8350_usb3_uniphy_regs_layout[qphy_layout_size] = { + [qphy_sw_reset] = 0x00, + [qphy_start_ctrl] = 0x44, + [qphy_pcs...
PHY ("physical layer" framework)
10c744d48d7f01b0d0c954d8d71aebd07705a7b9
jack pham bjorn andersson bjorn andersson linaro org
drivers
phy
qualcomm
dt-bindings: usb: qcom,dwc3: add bindings for sm8150, sm8250, sm8350
add compatible strings for the usb dwc3 controller on qcom sm8150, sm8250 and sm8350 socs.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
sm8350 usb phy
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
[]
['yaml']
1
3
0
--- diff --git a/documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/documentation/devicetree/bindings/usb/qcom,dwc3.yaml --- a/documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/documentation/devicetree/bindings/usb/qcom,dwc3.yaml - qcom,sc7180-dwc3 - qcom,sdm845-dwc3 - qcom,sdx55-dwc3 + - qcom,sm8150-dwc3 ...
PHY ("physical layer" framework)
7a79f1f7f7e75e532c5a803ab3ebf42a3e79497c
jack pham
documentation
devicetree
bindings, usb
phy: phy-brcm-usb: support phy on the bcm4908
bcm4908 seems to have slightly different registers but works when programmed just like the stb one.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
support phy on the bcm4908
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['phy-brcm-usb']
['kconfig', 'c']
2
6
1
--- diff --git a/drivers/phy/broadcom/kconfig b/drivers/phy/broadcom/kconfig --- a/drivers/phy/broadcom/kconfig +++ b/drivers/phy/broadcom/kconfig - depends on arch_brcmstb || compile_test + depends on arch_bcm4908 || arch_brcmstb || compile_test + default arch_bcm4908 diff --git a/drivers/phy/broadcom/phy-brcm-usb.c b...
PHY ("physical layer" framework)
4b402fa8e0b7817f3e3738d7828038f114e6899e
rafa mi ecki florian fainelli f fainelli gmail com
drivers
phy
broadcom
phy: qcom-qmp: add sc8180x ufs phy
the ufs phy found in the qualcomm sc8180x is either the same or very similar to the phy present in sm8150, so add a compatible and reuse the sm8150 configuration.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sc8180x ufs phy
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qcom-qmp']
['c']
1
3
0
--- diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c --- a/drivers/phy/qualcomm/phy-qcom-qmp.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c + }, { + .compatible = "qcom,sc8180x-qmp-ufs-phy", + .data = &sm8150_ufsphy_cfg,
PHY ("physical layer" framework)
a5a621ad0ab44aa672385e0dddc730c3e50a908f
bjorn andersson
drivers
phy
qualcomm
phy: qcom-qmp: add sc8180x usb phy
the qualcomm sc8180x has two qmp phys used for superspeed usb, which are either the same or very similar to the same found in sm8150. add a compatible for this, reusing the existing sm8150 usb phy config.
this release allows to map an uid to a different one in a mount; it also adds support for selecting the preemption model at runtime; support for a low-overhead memory error detector designed to be used in production; support for the acrn hypervisor designed for embedded systems; btrfs initial support for zoned devices,...
add sc8180x usb phy
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'cryptography', 'security', 'networking', 'architectures x86 arm risc-v powerpc mips csky s390 pa-risc c6x']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'device voltage and frequency ...
['qcom-qmp']
['c']
1
3
0
--- diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c --- a/drivers/phy/qualcomm/phy-qcom-qmp.c +++ b/drivers/phy/qualcomm/phy-qcom-qmp.c + }, { + .compatible = "qcom,sc8180x-qmp-usb3-phy", + .data = &sm8150_usb3phy_cfg,
PHY ("physical layer" framework)
4d1a6404e91efffe3192e1405e175fc7fb3fa3de
bjorn andersson
drivers
phy
qualcomm