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
asoc: codecs: tlv320aic3x: rename probe function
renamed function to have it free for generic probe.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
tlv320aic3x add spi support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'soc codecs']
['c']
1
2
2
--- diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c -static int aic3x_probe(struct snd_soc_component *component) +static int aic3x_component_probe(struct snd_soc_component *component) - .probe = aic3x_probe, + .probe ...
Audio
b015df6ac03ee81b259dcb2f1a6faf4cf04ace5a
jiri prchal
sound
soc
codecs
asoc: codecs: tlv320aic3x: move i2c to separated file
moved i2c related staff to separated source file.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
tlv320aic3x add spi support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'soc codecs']
['h', 'kconfig', 'c', 'makefile']
5
112
76
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig - imply snd_soc_tlv320aic3x + imply snd_soc_tlv320aic3x_i2c - tristate "texas instruments tlv320aic3x codecs" + tristate + +config snd_soc_tlv320aic3x_i2c + tristate "texas instruments tlv3...
Audio
a96d2ba2d8248d5e8170f2f44f98d4a33329b08a
jiri prchal
sound
soc
codecs
asoc: codecs: tlv320aic3x: add spi support
added spi support.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
tlv320aic3x add spi support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'soc codecs']
['kconfig', 'c', 'makefile']
3
85
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + imply snd_soc_tlv320aic3x_spi +config snd_soc_tlv320aic3x_spi + tristate "texas instruments tlv320aic3x audio codecs - spi" + depends on spi_master + select snd_soc_tlv320aic3x + select r...
Audio
fd4daab3b139a24e71cae5de4f0ca715dbb6634a
jiri prchal
sound
soc
codecs
asoc: codecs: tlv320aic3x: add aic3106
in dt binding is mentioned that this driver is compatible with 3106. so added compatibility string and model number.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add aic3106
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'codecs', 'tlv320aic3x']
['h', 'c']
4
8
0
--- diff --git a/sound/soc/codecs/tlv320aic3x-i2c.c b/sound/soc/codecs/tlv320aic3x-i2c.c --- a/sound/soc/codecs/tlv320aic3x-i2c.c +++ b/sound/soc/codecs/tlv320aic3x-i2c.c + { "tlv320aic3106", aic3x_model_3106 }, + { .compatible = "ti,tlv320aic3106" }, diff --git a/sound/soc/codecs/tlv320aic3x-spi.c b/sound/soc/codecs/t...
Audio
a0bc855ffdb55cbb9fbf7fa9611d17f19db889a8
jiri prchal
sound
soc
codecs
asoc: cs42l42: add capture support
add support for capture path on headseat pins
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
report jack and button detection + capture support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'cs42l42']
['h', 'c']
2
51
0
--- diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c --- a/sound/soc/codecs/cs42l42.c +++ b/sound/soc/codecs/cs42l42.c + + /* capture path */ + snd_soc_dapm_input("hs"), + snd_soc_dapm_adc("adc", null, cs42l42_pwr_ctl1, cs42l42_adc_pdn_shift, 1), + snd_soc_dapm_aif_out("sdout1", null, 0, cs42l42_asp...
Audio
585e7079de0eac555bcdfe6284e439ee05fb18cb
lucas tanure
sound
soc
codecs
asoc: cs42l42: report jack and button detection
report the jack events to the user space through alsa. also moves request_threaded_irq() to component_probe so it don't get interrupts before the initialization the struct snd_soc_jack.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
report jack and button detection + capture support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'cs42l42']
['h', 'c']
2
59
14
--- diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c --- a/sound/soc/codecs/cs42l42.c +++ b/sound/soc/codecs/cs42l42.c + struct snd_soc_card *crd = component->card; + int ret = 0; - return 0; + ret = snd_soc_card_jack_new(crd, "cs42l42 headset", snd_jack_headset | snd_jack_btn_0 | + snd_jack_btn_1 |...
Audio
c5b8ee0879bcdc5082d42fe92d3c235b74feef37
lucas tanure
sound
soc
codecs
asoc: fsl-asoc-card: add support for wm8958 codec
wm8958 codec is used on some i.mx based platform. so add it support in this generic driver.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for wm8958 codec
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'fsl-asoc-card']
['kconfig', 'c']
2
17
2
--- diff --git a/sound/soc/fsl/kconfig b/sound/soc/fsl/kconfig --- a/sound/soc/fsl/kconfig +++ b/sound/soc/fsl/kconfig + select snd_soc_wm8994 + select mfd_wm8994 diff --git a/sound/soc/fsl/fsl-asoc-card.c b/sound/soc/fsl/fsl-asoc-card.c --- a/sound/soc/fsl/fsl-asoc-card.c +++ b/sound/soc/fsl/fsl-asoc-card.c +#include ...
Audio
efd0b1660829a987354cea6a446179c7ac7cd0e6
shengjiu wang
sound
soc
fsl
asoc: fsl_sai: add pm qos cpu latency support
on socs such as i.mx7ulp, cpuidle has some levels which may disable system/bus clocks, so need to add pm_qos to prevent cpuidle from entering low level idles and make sure system/bus clocks are enabled when sai is active.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add pm qos cpu latency support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'fsl_sai']
['h', 'c']
2
16
0
--- diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c --- a/sound/soc/fsl/fsl_sai.c +++ b/sound/soc/fsl/fsl_sai.c +#include <linux/pm_qos.h> + .flags = 0, + .flags = 0, + .flags = pmqos_cpu_latency, + .flags = 0, + .flags = 0, + if (sai->soc_data->flags & pmqos_cpu_latency) + cpu_latency_qos_remove_request...
Audio
907e0cdebc1f36623ca8ce6a6376abb1ad56e93d
shengjiu wang
sound
soc
fsl
asoc: soc-component: add snd_soc_pcm_component_ack
add snd_soc_pcm_component_ack back, which can be used to get an updated buffer pointer in the platform driver. on asymmetric multiprocessor, this pointer can be sent to cortex-m core for audio processing.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add audio driver base on rpmsg on i.mx platform
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ']
['h', 'c']
3
19
0
--- diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h --- a/include/sound/soc-component.h +++ b/include/sound/soc-component.h + int (*ack)(struct snd_soc_component *component, + struct snd_pcm_substream *substream); +int snd_soc_pcm_component_ack(struct snd_pcm_substream *substream); diff --git...
Audio
8bdfc0455e3a59e2c1207a56be22e910fae0e0d5
shengjiu wang
sound
soc
asoc: fsl_rpmsg: add cpu dai driver for audio base on rpmsg
this is a cpu dai driver for rpmsg audio use case, which is mainly used for getting the user's configuration from devicetree and configure the clocks which is used by cortex-m core.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add audio driver base on rpmsg on i.mx platform
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ']
['h', 'kconfig', 'c', 'makefile']
4
326
0
--- diff --git a/sound/soc/fsl/kconfig b/sound/soc/fsl/kconfig --- a/sound/soc/fsl/kconfig +++ b/sound/soc/fsl/kconfig +config snd_soc_fsl_rpmsg + tristate "nxp audio base on rpmsg support" + depends on common_clk + depends on rpmsg + select snd_soc_imx_rpmsg if snd_imx_soc != n + help + say y if you want to add rpmsg ...
Audio
b73d9e6225e86492f6a901223a34ecfa7b55c178
shengjiu wang
sound
soc
fsl
asoc: dt-bindings: fsl_rpmsg: add binding doc for rpmsg audio device
fsl_rpmsg is a virtual audio device. mapping to real hardware devices are sai, dma controlled by cortex m core. what we see from linux side is a device which provides audio service by rpmsg channel.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add audio driver base on rpmsg on i.mx platform
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ']
['yaml']
1
108
0
--- diff --git a/documentation/devicetree/bindings/sound/fsl,rpmsg.yaml b/documentation/devicetree/bindings/sound/fsl,rpmsg.yaml --- /dev/null +++ b/documentation/devicetree/bindings/sound/fsl,rpmsg.yaml +# spdx-license-identifier: (gpl-2.0-only or bsd-2-clause) +%yaml 1.2 +--- +$id: http://devicetree.org/schemas/sound...
Audio
49c6bf62498344fa8f8af2314231f3eb37e0e150
shengjiu wang
documentation
devicetree
bindings, sound
asoc: imx-audio-rpmsg: add rpmsg_driver for audio channel
this driver is used to accept the message from rpmsg audio channel, and if this driver is probed, it will help to register the platform driver, the platform driver will use this audio channel to send and receive messages to and from cortex-m core.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add audio driver base on rpmsg on i.mx platform
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ']
['kconfig', 'c', 'makefile']
3
145
0
--- diff --git a/sound/soc/fsl/kconfig b/sound/soc/fsl/kconfig --- a/sound/soc/fsl/kconfig +++ b/sound/soc/fsl/kconfig +config snd_soc_imx_audio_rpmsg + tristate + depends on rpmsg + diff --git a/sound/soc/fsl/makefile b/sound/soc/fsl/makefile --- a/sound/soc/fsl/makefile +++ b/sound/soc/fsl/makefile +obj-$(config_snd_...
Audio
1935050de0b6c6c961e9de51d5b5d05642f861f1
shengjiu wang
sound
soc
fsl
asoc: imx-pcm-rpmsg: add platform driver for audio base on rpmsg
platform driver based on rpmsg is the interface for sending and receiving rpmsg to and from m core. it will tell the cortex-m core sound format/rate/channel, where is the data buffer, where is the period size, when to start, when to stop and when suspend or resume happen, each this behavior there is defined rpmsg comma...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add audio driver base on rpmsg on i.mx platform
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ']
['h', 'kconfig', 'c', 'makefile']
4
1,436
0
--- diff --git a/sound/soc/fsl/kconfig b/sound/soc/fsl/kconfig --- a/sound/soc/fsl/kconfig +++ b/sound/soc/fsl/kconfig +config snd_soc_imx_pcm_rpmsg + tristate + depends on snd_soc_imx_audio_rpmsg + select snd_soc_generic_dmaengine_pcm + diff --git a/sound/soc/fsl/makefile b/sound/soc/fsl/makefile --- a/sound/soc/fsl/m...
Audio
3c00eceb2a5391ed1ca6703b71cad35ab8cd4352
shengjiu wang
sound
soc
fsl
asoc: imx-rpmsg: add machine driver for audio base on rpmsg
the platform device is not registered by device tree or cpu dai driver, it is registered by the rpmsg channel, so add a dedicated machine driver to handle this case.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add audio driver base on rpmsg on i.mx platform
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ']
['kconfig', 'c', 'makefile']
3
163
0
--- diff --git a/sound/soc/fsl/kconfig b/sound/soc/fsl/kconfig --- a/sound/soc/fsl/kconfig +++ b/sound/soc/fsl/kconfig +config snd_soc_imx_rpmsg + tristate "soc audio support for i.mx boards with rpmsg" + depends on rpmsg + select snd_soc_imx_pcm_rpmsg + select snd_soc_imx_audio_rpmsg + help + soc audio support for i.m...
Audio
39f8405c3e502e7b9d0533fa0b0bfe715b3e89c1
shengjiu wang
sound
soc
fsl
asoc: max98390: add support for tx slot configuration.
update voltage/current tx slot configuration support.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for tx slot configuration
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'max98390']
['h', 'c']
2
64
0
--- diff --git a/sound/soc/codecs/max98390.c b/sound/soc/codecs/max98390.c --- a/sound/soc/codecs/max98390.c +++ b/sound/soc/codecs/max98390.c + + /* voltage, current slot configuration */ + regmap_write(max98390->regmap, + max98390_pcm_ch_src_2, + (max98390->i_l_slot << 4 | + max98390->v_l_slot)&0xff); + + if (max9839...
Audio
e5870bd0e40c749fd96a4e565497c789bee456bf
steve lee
sound
soc
codecs
asoc: mchp-i2s-mcc: add compatible for sama7g5
microchip's new sama7g5 includes an updated i2s-mcc compatible with the previous version found on sam9x60. the new controller includes 8 (4 * 2) input and output data pins for up to 8 channels for i2s and left-justified formats.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add i2s-mcc support for microchip's sama7g5
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ']
['kconfig', 'c']
2
6
0
--- diff --git a/sound/soc/atmel/kconfig b/sound/soc/atmel/kconfig --- a/sound/soc/atmel/kconfig +++ b/sound/soc/atmel/kconfig - sam9x60 + - sama7g5 + starting with sama7g5, i2s and left-justified multi-channel is + supported by using multiple data pins, output and input, without tdm. diff --git a/sound/soc/atmel/mchp-...
Audio
99ac2f8d1508f31ecf28d5af0ce384bf0a033f90
codrin ciubotariu
sound
soc
atmel
asoc: mchp-i2s-mcc: add multi-channel support for i2s and left_j formats
the latest i2s-mcc available in sama7g5 supports multi-channel for i2s and left-justified formats. for this, the new version uses 8 (4 * 2) input and output pins, with each pin being responsible for 2 channels. this sums up to a total of 8 channels for synchronous capture and playback.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add i2s-mcc support for microchip's sama7g5
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ']
['c']
1
38
0
--- diff --git a/sound/soc/atmel/mchp-i2s-mcc.c b/sound/soc/atmel/mchp-i2s-mcc.c --- a/sound/soc/atmel/mchp-i2s-mcc.c +++ b/sound/soc/atmel/mchp-i2s-mcc.c +#include <linux/of_device.h> +struct mchp_i2s_mcc_soc_data { + unsigned int data_pin_pair_num; +}; + + const struct mchp_i2s_mcc_soc_data *soc; + /* for i2s and lef...
Audio
13c1629d758aae97f329d25714e26edde4e5cf3e
codrin ciubotariu
sound
soc
atmel
asoc: mchp-i2s-mcc: add support to select tdm pins
sama7g5's i2s-mcc has 4 pairs of din/dout pins. since tdm only uses a single pair of pins for synchronous capture and playback, the controller needs to be told which of the pair is connected. this can be mentioned using the "microchip,tdm-data-pair" property from dt. the property is optional, useful only if tdm is used...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add i2s-mcc support for microchip's sama7g5
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ']
['c']
1
48
4
--- diff --git a/sound/soc/atmel/mchp-i2s-mcc.c b/sound/soc/atmel/mchp-i2s-mcc.c --- a/sound/soc/atmel/mchp-i2s-mcc.c +++ b/sound/soc/atmel/mchp-i2s-mcc.c +#define mchp_i2smcc_mra_wirecfg_tdm(pin) (((pin) << 4) & \ + mchp_i2smcc_mra_wirecfg_mask) + u8 tdm_data_pair; + mra |= mchp_i2smcc_mra_wirecfg_tdm(dev->tdm_data_pa...
Audio
bfdca489751ff765ee606c85bda1680040dedd8e
codrin ciubotariu
sound
soc
atmel
asoc: mchp-i2s-mcc: add fifos support
i2s-mcc found on sama7g5 includes 2 fifos (capture and playback). when fifos are enabled, bits i2smcc_isra.txlrdyx and i2smcc_isra.txrrdyx must not be used. bits i2smcc_isrb.txffrdy and i2smcc_isrb.rxffrdy must be used instead.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add i2s-mcc support for microchip's sama7g5
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ']
['c']
1
56
20
--- diff --git a/sound/soc/atmel/mchp-i2s-mcc.c b/sound/soc/atmel/mchp-i2s-mcc.c --- a/sound/soc/atmel/mchp-i2s-mcc.c +++ b/sound/soc/atmel/mchp-i2s-mcc.c -#define mchp_i2smcc_mrb_fifoen bit(1) +#define mchp_i2smcc_mrb_fifoen bit(4) + bool has_fifo; - u32 sra, imra, srb, imrb, pendinga, pendingb, idra = 0; + u32 sra, i...
Audio
16135d66309a5ca67e05cd7d0b1b038597a0b0a3
codrin ciubotariu
sound
soc
atmel
asoc: mchp,i2s-mcc: add sama7g5 to binding
sama7g5 includes an updated version of the i2s-mcc driver, that includes 3 more din/dout pin pairs for multi-channel.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add i2s-mcc support for microchip's sama7g5
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ']
['txt']
1
2
1
--- diff --git a/documentation/devicetree/bindings/sound/mchp-i2s-mcc.txt b/documentation/devicetree/bindings/sound/mchp-i2s-mcc.txt --- a/documentation/devicetree/bindings/sound/mchp-i2s-mcc.txt +++ b/documentation/devicetree/bindings/sound/mchp-i2s-mcc.txt -- compatible: should be "microchip,sam9x60-i2smcc". +- compa...
Audio
153bb1feefd2a7c907d65ccf89953feb1548e60f
codrin ciubotariu
documentation
devicetree
bindings, sound
asoc: mediatek: mt6359: add mt6359 accdet jack driver
mt6359 audio codec supports jack detection feature, adds mt6359 accdet driver to support jack plugged detection and key detection.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add mt6359 accdet jack driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'mediatek', 'mt6359']
['h', 'kconfig', 'c', 'makefile']
5
2,975
107
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig +config snd_soc_mt6359_accdet + tristate "mediatek mt6359 accdet driver" + depends on mtk_pmic_wrap + help + accdet means accessory detection technology, mediatek develop it + for asoc code...
Audio
eef07b9e0925e16457ab9444b56a7f93b541aee3
argus lin
sound
soc
codecs
asoc: mediatek: mt8183: support machine driver with rt1015p
supports machine driver with rt1015p ("mt8183_mt6358_ts3a227_rt1015p"). embeds in the existing mt8183-mt6358-ts3a227-max98357.c because they share most of the code.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support machine driver with rt1015p
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'mediatek', 'mt8183']
['kconfig', 'c']
2
30
0
--- diff --git a/sound/soc/mediatek/kconfig b/sound/soc/mediatek/kconfig --- a/sound/soc/mediatek/kconfig +++ b/sound/soc/mediatek/kconfig + select snd_soc_rt1015p diff --git a/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c b/sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c --- a/sound/soc/mediate...
Audio
9dc21a066bb6bff55d889f22460f1bf236a9a4a3
tzung bi shih
sound
soc
mediatek, mt8183
asoc: rt1015p: add acpi device id for rt1015p
add acpi device id for rt1015p.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add acpi device id for rt1015p
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'rt1015p']
['c']
1
10
0
--- diff --git a/sound/soc/codecs/rt1015p.c b/sound/soc/codecs/rt1015p.c --- a/sound/soc/codecs/rt1015p.c +++ b/sound/soc/codecs/rt1015p.c +#include <linux/acpi.h> +#ifdef config_acpi +static const struct acpi_device_id rt1015p_acpi_match[] = { + { "rtl1015", 0}, + { }, +}; +module_device_table(acpi, rt1015p_acpi_match...
Audio
464b489a7885d6a89b0dfa7b7f1f56e2db80700d
jack yu pierre louis bossart pierre louis bossart linux intel com
sound
soc
codecs
asoc: rt1015p: add support on format s32_le
add support on format s32_le for rt1015p.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support on format s32_le
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'rt1015p']
['c']
1
2
1
--- diff --git a/sound/soc/codecs/rt1015p.c b/sound/soc/codecs/rt1015p.c --- a/sound/soc/codecs/rt1015p.c +++ b/sound/soc/codecs/rt1015p.c - .formats = sndrv_pcm_fmtbit_s24, + .formats = sndrv_pcm_fmtbit_s24 | + sndrv_pcm_fmtbit_s32,
Audio
7f51384f17b3e1039fbb2d3535cc777585dc3175
jack yu
sound
soc
codecs
asoc: rt1019: add rt1019 amplifier driver
this is initial amplifier driver for rt1019.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add rt1019 amplifier driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'rt1019']
['yaml', 'c', 'h', 'kconfig', 'makefile']
5
1,302
0
--- diff --git a/documentation/devicetree/bindings/sound/rt1019.yaml b/documentation/devicetree/bindings/sound/rt1019.yaml --- /dev/null +++ b/documentation/devicetree/bindings/sound/rt1019.yaml +# spdx-license-identifier: (gpl-2.0-only or bsd-2-clause) +%yaml 1.2 +--- +$id: http://devicetree.org/schemas/sound/rt1019.y...
Audio
7ec79d3850d0cb6dc52e6aa472886ab3adf15863
jack yu
sound
soc
bindings, codecs, sound
asoc: rt1316: add rt1316 sdca vendor-specific driver
this is the initial amplifier driver for rt1316 sdca version.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add rt1316 sdca vendor-specific driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'rt1316']
['h', 'kconfig', 'c', 'makefile']
4
807
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + imply snd_soc_rt1316_sdw +config snd_soc_rt1316_sdw + tristate "realtek rt1316 codec - sdw" + depends on soundwire + select regmap_soundwire + diff --git a/sound/soc/codecs/makefile b/sou...
Audio
2b719fd20f327f81270b0ab99159f61da3bbac34
shuming fan
sound
soc
codecs
asoc: rt5670: add emulated 'dac1 playback switch' control
for reliable output-mute led control we need a "dac1 playback switch" control. the "dac playback volume" control is the only control in the path from the dac1 data input to the speaker output, so the ucm profile for the speaker output will have its playbackmixerelem set to "dac1".
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add emulated 'dac1 playback switch' control
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'rt5670']
['h', 'c']
2
97
4
--- diff --git a/sound/soc/codecs/rt5670.c b/sound/soc/codecs/rt5670.c --- a/sound/soc/codecs/rt5670.c +++ b/sound/soc/codecs/rt5670.c +/* + * for reliable output-mute led control we need a "dac1 playback switch" control. + * we emulate this by only clearing the rt5670_m_dac1_l/_r ad_da_mixer register + * bits when bot...
Audio
982042931c255e2e7f196c24f1e5d6de780e04f9
hans de goede
sound
soc
codecs
asoc: rt711-sdca: add rt711 sdca vendor-specific driver
this is the initial codec driver for rt711 sdca version.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add rt711 sdca vendor-specific driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'rt711-sdca']
['h', 'kconfig', 'c', 'makefile']
6
2,263
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + imply snd_soc_rt711_sdca_sdw +config snd_soc_rt711_sdca_sdw + tristate "realtek rt711 sdca codec - sdw" + depends on soundwire + select regmap_soundwire + select regmap_soundwire_mbq + di...
Audio
7ad4d237e7c4a5dcc71cf438f646744b4484f1da
shuming fan
sound
soc
codecs
asoc: rt715-sdca: add rt715 sdca vendor-specific driver
this is initial sdca version of codec driver for rt715.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add rt715 sdca vendor-specific driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'rt715-sdca']
['h', 'kconfig', 'c', 'makefile']
6
1,669
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + imply snd_soc_rt715_sdca_sdw +config snd_soc_rt715_sdca_sdw + tristate "realtek rt715 sdca codec - sdw" + depends on soundwire + select regmap_soundwire + select regmap_soundwire_mbq + di...
Audio
20d17057f0a8c7bfecfb9e05bd5ba33a100a9a15
jack yu
sound
soc
codecs
asoc: rt715: add main capture switch and main capture volume
add main capture switch and main capture volume control. main capture control has its own channel value respectivelly.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add main capture switch and main capture volume
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'rt715']
['h', 'c']
2
258
0
--- diff --git a/sound/soc/codecs/rt715.c b/sound/soc/codecs/rt715.c --- a/sound/soc/codecs/rt715.c +++ b/sound/soc/codecs/rt715.c +static int rt715_set_main_switch_put(struct snd_kcontrol *kcontrol, + struct snd_ctl_elem_value *ucontrol) +{ + struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); + struct ...
Audio
dcca646c4977d885af3466b454df97b9cb0e0d26
jack yu
sound
soc
codecs
asoc: simple-card-utils: enable flexible cpu/codec/platform
current simple-card / audio-graph are assuming fixed single-cpu/codec/platform. this patch prepares multi-cpu/codec/platform support.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable flexible cpu/codec/platform
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'simple-card-utils']
['h', 'c']
4
110
22
--- diff --git a/include/sound/simple_card_utils.h b/include/sound/simple_card_utils.h --- a/include/sound/simple_card_utils.h +++ b/include/sound/simple_card_utils.h +struct prop_nums { + int cpus; + int codecs; + int platforms; +}; + + struct prop_nums num; + struct prop_nums num[sndrv_minor_devices]; diff --git a/so...
Audio
f2138aed231c88d5c4fa8d06aa15ad19685087c2
kuninori morimoto
include
sound
generic
asoc: tegra20: ac97: add reset control
tegra20 ac97 driver doesn't manage the ac97 controller reset, relying on implicit deassertion of the reset by tegra-clk driver, which needs to be fixed since this behaviour is unacceptable by other tegra drivers. add explicit reset control to the tegra20 ac97 driver.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add reset control
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'tegra20', 'ac97']
['h', 'c']
2
22
0
--- diff --git a/sound/soc/tegra/tegra20_ac97.c b/sound/soc/tegra/tegra20_ac97.c --- a/sound/soc/tegra/tegra20_ac97.c +++ b/sound/soc/tegra/tegra20_ac97.c +#include <linux/reset.h> + ac97->reset = devm_reset_control_get_exclusive(&pdev->dev, "ac97"); + if (is_err(ac97->reset)) { + dev_err(&pdev->dev, "can't retrieve ac...
Audio
a46b78247b852345ae4458711a4aec6744a7838c
dmitry osipenko
sound
soc
tegra
asoc: tegra20: i2s: add reset control
the i2s reset may be asserted at a boot time, in particular this is the case on tegra20 ac100 netbook. tegra20 i2s driver doesn't manage the reset control and currently it happens to work because reset is implicitly deasserted by the tegra-clk driver when i2s clock is enabled. the i2s permanently stays in a reset once ...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add reset control
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['asoc ', 'tegra20', 'i2s']
['h', 'c']
2
32
0
--- diff --git a/sound/soc/tegra/tegra20_i2s.c b/sound/soc/tegra/tegra20_i2s.c --- a/sound/soc/tegra/tegra20_i2s.c +++ b/sound/soc/tegra/tegra20_i2s.c +#include <linux/reset.h> + regcache_cache_only(i2s->regmap, true); + + ret = reset_control_assert(i2s->reset); + if (ret) + return ret; + + usleep_range(10, 100); + + r...
Audio
9c648ef82d7d4696e80b286d37dae07b67a9a32d
dmitry osipenko
sound
soc
tegra
input: add support for azoteq iqs626a
this patch adds support for the azoteq iqs626a capacitive touch controller.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for azoteq iqs626a
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['kconfig', 'c', 'makefile']
3
1,850
0
--- diff --git a/drivers/input/misc/kconfig b/drivers/input/misc/kconfig --- a/drivers/input/misc/kconfig +++ b/drivers/input/misc/kconfig +config input_iqs626a + tristate "azoteq iqs626a capacitive touch controller" + depends on i2c + select regmap_i2c + help + say y to enable support for the azoteq iqs626a capacitive...
Tablets, touch screens, keyboards, mouses
f1d2809de97adc422967b6de59f0f6199769eb93
jeff labundy
drivers
input
misc
input: add support for ilitek lego series
add support for ilitek lego series of touch devices. lego series includes ilitek 213x/23xx/25xx.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for ilitek lego series
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['kconfig', 'c', 'makefile']
3
703
0
--- diff --git a/drivers/input/touchscreen/kconfig b/drivers/input/touchscreen/kconfig --- a/drivers/input/touchscreen/kconfig +++ b/drivers/input/touchscreen/kconfig +config touchscreen_ilitek + tristate "ilitek i2c 213x/23xx/25xx/lego series touch ics" + depends on i2c + help + say y here if you have touchscreen with...
Tablets, touch screens, keyboards, mouses
42370681bd46d2162093d40eb453695495483733
joe hung
drivers
input
touchscreen
input: add mstar msg2638 touchscreen driver
add support for the msg2638 touchscreen ic from mstar. firmware handling, wakeup gestures and other specialties are not supported. this driver reuses zinitix.c structure, while the checksum and irq handler functions are based on out-of-tree driver for alcatel idol 3 (4.7").
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add mstar msg2638 touchscreen driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['kconfig', 'c', 'makefile']
3
350
0
--- diff --git a/drivers/input/touchscreen/kconfig b/drivers/input/touchscreen/kconfig --- a/drivers/input/touchscreen/kconfig +++ b/drivers/input/touchscreen/kconfig +config touchscreen_msg2638 + tristate "mstar msg2638 touchscreen support" + depends on i2c + depends on gpiolib || compile_test + help + say y here if y...
Tablets, touch screens, keyboards, mouses
cbdb24e59e7fc1943bc72bab4a7b477d298a2d80
vincent knecht linus walleij linus walleij linaro org
drivers
input
touchscreen
input: add driver for the hycon hy46xx touchpanel series
this patch adds support for hycon hy46xx.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add driver for the hycon hy46xx touchpanel series
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['kconfig', 'maintainers', 'c', 'makefile']
4
604
0
--- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +f: drivers/input/touchscreen/hy46xx.c diff --git a/drivers/input/touchscreen/kconfig b/drivers/input/touchscreen/kconfig --- a/drivers/input/touchscreen/kconfig +++ b/drivers/input/touchscreen/kconfig +config touchscreen_hycon_hy46xx + tris...
Tablets, touch screens, keyboards, mouses
aa2f62cf211a0985c14fd78a17d55296769698d6
giulio benetti
drivers
input
touchscreen
input: atc260x: add onkey driver for atc260x pmics
the actions semi atc260x pmics are able to manage an onkey button. this driver exposes the atc260x onkey as an input device. it can also be configured to force a system reset on a long key-press with an adjustable duration.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add onkey driver for atc260x pmics
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['atc260x']
['kconfig', 'c', 'makefile']
3
317
1
--- diff --git a/drivers/input/misc/kconfig b/drivers/input/misc/kconfig --- a/drivers/input/misc/kconfig +++ b/drivers/input/misc/kconfig +config input_atc260x_onkey + tristate "actions semi atc260x pmic onkey" + depends on mfd_atc260x + help + support the onkey of atc260x pmics as an input device reporting + power bu...
Tablets, touch screens, keyboards, mouses
44f6b6a50ee3ff91baef7c99d9552aa5b97a890e
cristian ciocaltea
drivers
input
misc
input: exc3000 - add type sysfs attribute
add a sysfs attribute to query the type of the touchscreen device.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add type sysfs attribute
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['exc3000']
['sysfs-driver-input-exc3000', 'c']
2
26
0
--- diff --git a/documentation/abi/testing/sysfs-driver-input-exc3000 b/documentation/abi/testing/sysfs-driver-input-exc3000 --- a/documentation/abi/testing/sysfs-driver-input-exc3000 +++ b/documentation/abi/testing/sysfs-driver-input-exc3000 + +what: /sys/bus/i2c/devices/xxx/type +date: jan 2021 +contact: linux-input@...
Tablets, touch screens, keyboards, mouses
ad117c558e838f9fa93af265d8f9dd54e87e15b1
lucas stach
documentation
abi
testing, touchscreen
input: iqs5xx - expose firmware revision to user space
add the read-only 'fw_info' attribute which reports information about the device's firmware in the following format:
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
expose firmware revision to user space
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['iqs5xx']
['c']
1
40
16
--- diff --git a/drivers/input/touchscreen/iqs5xx.c b/drivers/input/touchscreen/iqs5xx.c --- a/drivers/input/touchscreen/iqs5xx.c +++ b/drivers/input/touchscreen/iqs5xx.c +#define iqs5xx_exp_file 0x0677 -#define iqs5xx_bl_status_reset 0x00 -struct iqs5xx_private { - struct i2c_client *client; - struct input_dev *input;...
Tablets, touch screens, keyboards, mouses
509c0083132bdca505a17140bc98a8365bf4e6ca
jeff labundy
drivers
input
touchscreen
input: mms114 - support mms136
the melfas mms136 is similar to the other mms variants but has event packages of 6 bytes rather than 8 as the others.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support mms136
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['mms114']
['c']
1
16
6
--- diff --git a/drivers/input/touchscreen/mms114.c b/drivers/input/touchscreen/mms114.c --- a/drivers/input/touchscreen/mms114.c +++ b/drivers/input/touchscreen/mms114.c -// melfas mms114/mms152 touchscreen device driver +// melfas mms114/mms136/mms152 touchscreen device driver -#define mms114_packet_num 8 +#define mm...
Tablets, touch screens, keyboards, mouses
53fefdd1d3a3403d8c44e28898d1031d8763b913
linus walleij
drivers
input
touchscreen
input: xpad - add support for amazon game controller
the amazon luna controller (product name "amazon game controller") behaves like an xbox 360 controller when connected over usb.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for amazon game controller
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['xpad']
['c']
1
2
0
--- diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c --- a/drivers/input/joystick/xpad.c +++ b/drivers/input/joystick/xpad.c + { 0x1949, 0x041a, "amazon game controller", 0, xtype_xbox360 }, + xpad_xbox360_vendor(0x1949), /* amazon controllers */
Tablets, touch screens, keyboards, mouses
05665cef4b745cb46b1d1b8e96deaa25464092d3
matt reynolds harry cutts hcutts chromium org
drivers
input
joystick
hid: add support for surface aggregator module hid transport
add a hid transport driver to support integrated hid devices on newer microsoft surface models (specifically 7th-generation, i.e. surface laptop 3, surface book 3, and later).
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for surface aggregator module hid transport
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['hid ']
['c', 'h', 'kconfig', 'maintainers', 'makefile']
8
647
0
--- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +microsoft surface hid transport driver +m: maximilian luz <luzmaximilian@gmail.com> +l: linux-input@vger.kernel.org +l: platform-driver-x86@vger.kernel.org +s: maintained +f: drivers/hid/surface-hid/ + diff --git a/drivers/hid/kconfig b/dri...
Tablets, touch screens, keyboards, mouses
b05ff1002a5c19f2fd511c6eada6f475ff701841
maximilian luz
drivers
hid
surface-hid
hid: ft260: add usb hid to i2c host bridge driver
the ftdi ft260 chip implements usb to i2c/uart bridges through two usb hid class interfaces. the first - for i2c, and the second for uart. each interface is independent, and the kernel detects it as a separate usb hidraw device.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add usb hid to i2c host bridge driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['hid ', 'ft260']
['c', 'h', 'kconfig', 'maintainers', 'makefile']
5
1,073
0
--- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +ft260 ftdi usb-hid to i2c bridge driver +m: michael zaidman <michael.zaidman@gmail.com> +l: linux-i2c@vger.kernel.org +l: linux-input@vger.kernel.org +s: maintained +f: drivers/hid/hid-ft260.c + diff --git a/drivers/hid/kconfig b/drivers/hi...
Tablets, touch screens, keyboards, mouses
6a82582d9fa438045191074856f47165334f2777
michael zaidman
drivers
hid
hid: input: map battery capacity (00850065)
this is the capacity in percentage, relative to design capacity. specifically, it is present in apple magic mouse 2.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
map battery capacity (00850065)
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['hid ']
['h', 'c']
3
20
6
--- diff --git a/drivers/hid/hid-debug.c b/drivers/hid/hid-debug.c --- a/drivers/hid/hid-debug.c +++ b/drivers/hid/hid-debug.c + { 0x85, 0x65, "absolutestateofcharge" }, diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c -static int hidinput_setup_...
Tablets, touch screens, keyboards, mouses
9de07a4e8d4cb269f9876b2ffa282b5ffd09e05b
john chen
drivers
hid
hid: intel-ish-hid: ipc: add alder lake device ids
add alder lake pci device ids to the supported device list.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add alder lake device ids
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['hid ', 'intel-ish-hid', 'ipc']
['h', 'c']
2
4
0
--- diff --git a/drivers/hid/intel-ish-hid/ipc/hw-ish.h b/drivers/hid/intel-ish-hid/ipc/hw-ish.h --- a/drivers/hid/intel-ish-hid/ipc/hw-ish.h +++ b/drivers/hid/intel-ish-hid/ipc/hw-ish.h +#define adl_s_device_id 0x7af8 +#define adl_p_device_id 0x51fc diff --git a/drivers/hid/intel-ish-hid/ipc/pci-ish.c b/drivers/hid/in...
Tablets, touch screens, keyboards, mouses
22db5e0003e1441cd829180cebb42f7a6b7a46b7
ye xiang
drivers
hid
intel-ish-hid, ipc
hid: lenovo: add support for thinkpad x1 tablet thin keyboard
the thinkpad x1 tablet thin keyboard's hid interface for the media-keys and other special functions, is quite similar to the thinkpad 10 ultrabook keyboard's mouse/media-keys hid interface.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for thinkpad x1 tablet thin keyboard
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['hid ', 'lenovo']
['c']
1
61
0
--- diff --git a/drivers/hid/hid-lenovo.c b/drivers/hid/hid-lenovo.c --- a/drivers/hid/hid-lenovo.c +++ b/drivers/hid/hid-lenovo.c +static int lenovo_input_mapping_x1_tab_kbd(struct hid_device *hdev, + struct hid_input *hi, struct hid_field *field, + struct hid_usage *usage, unsigned long **bit, int *max) +{ + /* + * t...
Tablets, touch screens, keyboards, mouses
c158c2afc99f9d1086f6d53b9c6c9813fcac1a10
hans de goede
drivers
hid
hid: logitech-dj: handle newer quad/bt2.0 receivers in hid proxy mode
the dinovo edge and dinovo mini keyboards with builtin touchpad come with a different version of the quad/bt2.0 combo receivers shipped with the mx5000 and mx5500 keyboards. these receivers are compatible with one another, e.g. the dinovo edge keyboard can be paired with the mx5000 receiver.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
handle newer quad/bt2.0 receivers in hid proxy mode
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['hid ', 'logitech-dj']
['h', 'c']
4
92
31
--- diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h -#define usb_device_id_dinovo_edge 0xc714 -#define usb_device_id_dinovo_mini 0xc71f +#define usb_device_id_dinovo_edge_receiver_kbd_dev 0xc713 +#define usb_device_id_dinovo_edge_receiver_mouse_dev 0xc7...
Tablets, touch screens, keyboards, mouses
434f77092eeb42d3ab4484f71921450d7f8966e5
hans de goede
drivers
hid
hid: magicmouse: add apple magic mouse 2 support
bluetooth device vendor 004c (apple) device 0269 (magic mouse 2)
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add apple magic mouse 2 support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['hid ', 'magicmouse']
['h', 'c']
2
49
5
--- diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h +#define usb_device_id_apple_magicmouse2 0x0269 diff --git a/drivers/hid/hid-magicmouse.c b/drivers/hid/hid-magicmouse.c --- a/drivers/hid/hid-magicmouse.c +++ b/drivers/hid/hid-magicmouse.c +#define m...
Tablets, touch screens, keyboards, mouses
2b0c086cd6f40648df73c30ea785e5c7777948da
john chen
drivers
hid
hid: semitek: new driver for gk6x series keyboards
a number of usb keyboards, using the semitek firmware, are capable of handling arbitrary n-key rollover, but due to a buggy report descriptor, keys beyond the sixth cannot be detected by the generic hid driver.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
new driver for gk6x series keyboards
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['hid ', 'semitek']
['h', 'kconfig', 'c', 'makefile']
4
59
0
--- diff --git a/drivers/hid/kconfig b/drivers/hid/kconfig --- a/drivers/hid/kconfig +++ b/drivers/hid/kconfig +config hid_semitek + tristate "semitek usb keyboards" + depends on hid + help + support for semitek usb keyboards that are not fully compliant + with the hid standard. + + there are many variants, including: ...
Tablets, touch screens, keyboards, mouses
6a01268687c8d00e59dff341c519a337de980d2e
benjamin moody
drivers
hid
hid: support for initialization of some thrustmaster wheels
add support for proper initialization of some thrustmaster wheels that appear like a "thrustmaster ffb wheel" (044f:b65d) to the host. when the device is connected a special usb request is sent, this request makes the wheel disconnect and reappear to the host as the "real wheel". for example: a t150 will re-appear as 0...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support for initialization of some thrustmaster wheels
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['hid ']
['kconfig', 'c', 'makefile']
4
378
3
--- diff --git a/drivers/hid/kconfig b/drivers/hid/kconfig --- a/drivers/hid/kconfig +++ b/drivers/hid/kconfig - say y here if you have a thrustmaster firestore dual power 2 or - a thrustmaster ferrari gt rumble wheel. + say y here if you have a thrustmaster firestore dual power 2, + a thrustmaster ferrari gt rumble wh...
Tablets, touch screens, keyboards, mouses
c49c33637802a2c6957a78119eb8be3b055dd9e9
dario pagani
drivers
hid
hid: surface-hid: add support for legacy keyboard interface
add support for the legacy keyboard (kbd/tc=0x08) hid transport layer of the surface system aggregator module (ssam) to the surface hid driver. on surface laptops 1 and 2, this interface is used to connect the integrated keyboard.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for legacy keyboard interface
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['hid ', 'surface-hid']
['kconfig', 'c', 'makefile']
3
315
0
--- diff --git a/drivers/hid/surface-hid/kconfig b/drivers/hid/surface-hid/kconfig --- a/drivers/hid/surface-hid/kconfig +++ b/drivers/hid/surface-hid/kconfig +config surface_kbd + tristate "hid keyboard transport driver for surface system aggregator module" + select surface_hid_core + help + driver to support hid keyb...
Tablets, touch screens, keyboards, mouses
35a927f2848bd79586c6374ebb99e4207f3b0c7f
maximilian luz
drivers
hid
surface-hid
media: uapi: vp8: remove "header" from symbol names and macros
it doesn't seem to add any clarity to have a "header" suffix in controls, struct names and flags.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
v4l2 stateless vp8 de-staging
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c', 'rst']
14
192
192
--- diff --git a/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst b/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst --- a/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst +++ b/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst -''v4l2_cid_mpeg_video_vp8_frame_header (struct)'' +''v4l...
TV tuners, webcams, video capturers
d04c114e806f93135e3584bb7016aefa414322fb
ezequiel garcia
drivers
media
cedrus, hantro, media, sunxi, v4l, v4l2-core
media: uapi: vp8: rename v4l2_vp8_loopfilter to v4l2_vp8_loop_filter
rename to struct v4l2_vp8_loop_filter, which is closer to the vp8 syntax. this change is only cosmetics, but since this api is exposed to userspace, it's worth the trouble to get it consistent.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
v4l2 stateless vp8 de-staging
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c', 'rst']
4
10
10
--- diff --git a/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst b/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst --- a/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst +++ b/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst - ''segment'' - structure with segment-based adjustments ...
TV tuners, webcams, video capturers
643a236e46d43ec8d7b4d9b35affa48b98c65df0
ezequiel garcia
documentation
userspace-api
hantro, media, v4l
media: uapi: vp8: add proper kernel-doc documentation
in preparation for making the interface public, document all the structures.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
v4l2 stateless vp8 de-staging
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h']
1
99
0
--- diff --git a/include/media/vp8-ctrls.h b/include/media/vp8-ctrls.h --- a/include/media/vp8-ctrls.h +++ b/include/media/vp8-ctrls.h +/** + * struct v4l2_vp8_segment - vp8 segment-based adjustments parameters + * + * @quant_update: update values for the segment quantizer. + * @lf_update: update values for the loop fi...
TV tuners, webcams, video capturers
dacd59454449cbce47539a1abed266c659e8ebab
ezequiel garcia
include
media
media: uapi: move parsed vp8 pixel format out of staging
since we are ready to stabilize the vp8 stateless api, move the parsed vp8 pixel format.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
v4l2 stateless vp8 de-staging
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'rst']
3
1
7
--- diff --git a/documentation/userspace-api/media/v4l/pixfmt-compressed.rst b/documentation/userspace-api/media/v4l/pixfmt-compressed.rst --- a/documentation/userspace-api/media/v4l/pixfmt-compressed.rst +++ b/documentation/userspace-api/media/v4l/pixfmt-compressed.rst - .. note:: - - this format is not yet part of th...
TV tuners, webcams, video capturers
1fb03333eb926e315f9850098b5a3361832f07cb
ezequiel garcia
documentation
userspace-api
linux, media, v4l
media: uapi: move the vp8 stateless control type out of staging
move the vp8 stateless control types out of staging, and re-number it to avoid any confusion.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
v4l2 stateless vp8 de-staging
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h']
2
2
1
--- diff --git a/include/media/vp8-ctrls.h b/include/media/vp8-ctrls.h --- a/include/media/vp8-ctrls.h +++ b/include/media/vp8-ctrls.h -#define v4l2_ctrl_type_vp8_frame 0x301 diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videod...
TV tuners, webcams, video capturers
e74b504a87c110071376438564a6f7a351a215bf
ezequiel garcia
include
uapi
linux
media: controls: log vp8 stateless control in .std_log
simply print the type of the control.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
v4l2 stateless vp8 de-staging
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['c']
1
3
0
--- diff --git a/drivers/media/v4l2-core/v4l2-ctrls.c b/drivers/media/v4l2-core/v4l2-ctrls.c --- a/drivers/media/v4l2-core/v4l2-ctrls.c +++ b/drivers/media/v4l2-core/v4l2-ctrls.c + case v4l2_ctrl_type_vp8_frame: + pr_cont("vp8_frame"); + break;
TV tuners, webcams, video capturers
45c79296d736ec30ed80ddd32e2f19da220691b1
ezequiel garcia
drivers
media
v4l2-core
media: vp8: rename v4l2 vp8 specific macro to v4l2_vp8_
before we move the vp8 controls to a stable public header, rename this macro so it's clearly v4l2-specific.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
v4l2 stateless vp8 de-staging
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c']
4
13
13
--- diff --git a/drivers/staging/media/hantro/hantro_g1_vp8_dec.c b/drivers/staging/media/hantro/hantro_g1_vp8_dec.c --- a/drivers/staging/media/hantro/hantro_g1_vp8_dec.c +++ b/drivers/staging/media/hantro/hantro_g1_vp8_dec.c - u32 first_part_offset = vp8_frame_is_key_frame(hdr) ? 10 : 3; + u32 first_part_offset = v4l...
TV tuners, webcams, video capturers
0c86b4bdac7eb3a6c17aa5225a7bc708047bac6a
ezequiel garcia
include
media
cedrus, hantro, media, sunxi
media: uapi: move vp8 stateless controls out of staging
until now, the vp8 v4l2 api was not exported as a public api, and only defined in a private media header (media/vp8-ctrls.h).
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
v4l2 stateless vp8 de-staging
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c', 'exceptions', 'rst']
17
555
565
--- diff --git a/documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst b/documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst --- a/documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst +++ b/documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst + +.. _v4l2-codec...
TV tuners, webcams, video capturers
363240ce1c08875815d28276f0a793bcaedb1ee9
ezequiel garcia
include
uapi
cedrus, hantro, linux, media, sunxi, v4l, v4l2-core
media: camss: fix vfe_isr_comp_done() documentation
function name in comment is wrong, and was changed to be the same as the actual function name.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['c']
1
2
2
--- diff --git a/drivers/media/platform/qcom/camss/camss-vfe.c b/drivers/media/platform/qcom/camss/camss-vfe.c --- a/drivers/media/platform/qcom/camss/camss-vfe.c +++ b/drivers/media/platform/qcom/camss/camss-vfe.c -/* - * vfe_isr_wm_done - process composite image done interrupt +/** + * vfe_isr_comp_done() - process c...
TV tuners, webcams, video capturers
d8bdc3e456b6d4baf99bee87dfd28020e8250367
robert foss
drivers
media
camss, platform, qcom
media: camss: fix vfe_isr comment typo
comment refers to ispif, but this is incorrect. only the vfe interrupts are handled by this function.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['c']
2
2
2
--- diff --git a/drivers/media/platform/qcom/camss/camss-vfe-4-1.c b/drivers/media/platform/qcom/camss/camss-vfe-4-1.c --- a/drivers/media/platform/qcom/camss/camss-vfe-4-1.c +++ b/drivers/media/platform/qcom/camss/camss-vfe-4-1.c - * vfe_isr - ispif module interrupt handler + * vfe_isr - vfe module interrupt handler d...
TV tuners, webcams, video capturers
ad46e1a8d851614b2a53796b19f1e194b0e1790a
robert foss bjorn andersson bjorn andersson linaro org
drivers
media
camss, platform, qcom
media: camss: replace trace_printk() with dev_dbg()
trace_printk() should not be used in production code, since extra memory is used for special buffers whenever trace_puts() is used.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['c']
2
6
4
--- diff --git a/drivers/media/platform/qcom/camss/camss-vfe-4-1.c b/drivers/media/platform/qcom/camss/camss-vfe-4-1.c --- a/drivers/media/platform/qcom/camss/camss-vfe-4-1.c +++ b/drivers/media/platform/qcom/camss/camss-vfe-4-1.c +#include "camss.h" - trace_printk("vfe: status0 = 0x%08x, status1 = 0x%08x ", - value0, ...
TV tuners, webcams, video capturers
c3177cb018a8bb1e6ed21ec3339c137892cfc99b
robert foss
drivers
media
camss, platform, qcom
media: camss: add camss_845 camss version
add enum representing the sdm845 soc, which incorporates version 170 of the titan architecture isp.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h']
1
1
0
--- diff --git a/drivers/media/platform/qcom/camss/camss.h b/drivers/media/platform/qcom/camss/camss.h --- a/drivers/media/platform/qcom/camss/camss.h +++ b/drivers/media/platform/qcom/camss/camss.h + camss_845,
TV tuners, webcams, video capturers
96387cffeb7230e7523c5c13d90838191e89fcff
robert foss andrey konovalov andrey konovalov linaro org
drivers
media
camss, platform, qcom
media: camss: make ispif subdevice optional
this driver supports multiple architecture versions of the qualcomm isp. the camss architecure which this driver is name after, and with the introduction of this series, the titan architecture.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c']
4
143
84
--- diff --git a/drivers/media/platform/qcom/camss/camss-ispif.c b/drivers/media/platform/qcom/camss/camss-ispif.c --- a/drivers/media/platform/qcom/camss/camss-ispif.c +++ b/drivers/media/platform/qcom/camss/camss-ispif.c + struct camss *camss = ispif->camss; - dev_err_ratelimited(to_device(ispif), "vfe0 pix0 overflow...
TV tuners, webcams, video capturers
9d95baf9fcf8aa606c8cee8ac613c7aca32769de
robert foss
drivers
media
camss, platform, qcom
media: camss: refactor vfe hw version support
in order to support qualcomm isp hardware architectures that diverge from older architectures, the vfe subdevice driver needs to be refactored to better abstract the different isp architectures.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c', 'makefile']
9
2,241
1,051
--- diff --git a/drivers/media/platform/qcom/camss/makefile b/drivers/media/platform/qcom/camss/makefile --- a/drivers/media/platform/qcom/camss/makefile +++ b/drivers/media/platform/qcom/camss/makefile + camss-vfe-4-8.o \ + camss-vfe-gen1.o \ diff --git a/drivers/media/platform/qcom/camss/camss-vfe-4-1.c b/drivers/med...
TV tuners, webcams, video capturers
633b388f85c5c1861793c522b9a1a6db7fd06445
robert foss
drivers
media
camss, platform, qcom
media: camss: add support for vfe hardware version titan 170
add register definitions for version 170 of the titan architecture and implement support for the rdi output mode.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c', 'makefile']
6
934
18
--- diff --git a/drivers/media/platform/qcom/camss/makefile b/drivers/media/platform/qcom/camss/makefile --- a/drivers/media/platform/qcom/camss/makefile +++ b/drivers/media/platform/qcom/camss/makefile + camss-vfe-170.o \ diff --git a/drivers/media/platform/qcom/camss/camss-vfe-170.c b/drivers/media/platform/qcom/cams...
TV tuners, webcams, video capturers
7319cdf189bb643c6d56e5898ef89ad7c3ef6c31
robert foss
drivers
media
camss, platform, qcom
media: camss: add missing format identifiers
the csi-2 spec defines format identifier for data type (dt), and how the decode format (df) & encode format (ef) are implemented. the spec does however not define the df, ef or plain format (pf) identifiers, as those are vendor specific.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c']
4
92
16
--- diff --git a/drivers/media/platform/qcom/camss/camss-csid-gen1.h b/drivers/media/platform/qcom/camss/camss-csid-gen1.h --- /dev/null +++ b/drivers/media/platform/qcom/camss/camss-csid-gen1.h +/* spdx-license-identifier: gpl-2.0 */ +/* + * camss-csid-gen1.h + * + * qualcomm msm camera subsystem - csid (csi decoder) ...
TV tuners, webcams, video capturers
e19b14b1873dff2a653ae726904fbd47d4525359
robert foss
drivers
media
camss, platform, qcom
media: camss: refactor csid hw version support
in order to support qualcomm isp hardware architectures that diverge from older architectures, the csid subdevice drivers needs to be refactored to better abstract the different isp hardware architectures.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c', 'makefile']
5
886
584
--- diff --git a/drivers/media/platform/qcom/camss/makefile b/drivers/media/platform/qcom/camss/makefile --- a/drivers/media/platform/qcom/camss/makefile +++ b/drivers/media/platform/qcom/camss/makefile + camss-csid-4-1.o \ + camss-csid-4-7.o \ diff --git a/drivers/media/platform/qcom/camss/camss-csid-4-1.c b/drivers/m...
TV tuners, webcams, video capturers
76005817fa954310a8af2bd0644404baee34a03f
robert foss andrey konovalov andrey konovalov linaro org
drivers
media
camss, platform, qcom
media: camss: add support for csid hardware version titan 170
add register definitions for version 170 of the titan architecture and implement support for the csid subdevice.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c', 'makefile']
6
675
1
--- diff --git a/drivers/media/platform/qcom/camss/makefile b/drivers/media/platform/qcom/camss/makefile --- a/drivers/media/platform/qcom/camss/makefile +++ b/drivers/media/platform/qcom/camss/makefile + camss-csid-170.o \ diff --git a/drivers/media/platform/qcom/camss/camss-csid-170.c b/drivers/media/platform/qcom/ca...
TV tuners, webcams, video capturers
eebe6d00e9bf1216fb381b64146e1b7e50d90b3f
robert foss andrey konovalov andrey konovalov linaro org
drivers
media
camss, platform, qcom
media: camss: add support for csiphy hardware version titan 170
add register definitions for version 170 of the titan architecture and implement support for the csiphy subdevice.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['c']
3
288
31
--- diff --git a/drivers/media/platform/qcom/camss/camss-csiphy-3ph-1-0.c b/drivers/media/platform/qcom/camss/camss-csiphy-3ph-1-0.c --- a/drivers/media/platform/qcom/camss/camss-csiphy-3ph-1-0.c +++ b/drivers/media/platform/qcom/camss/camss-csiphy-3ph-1-0.c +#define csiphy_default_params 0 +#define csiphy_lane_enable ...
TV tuners, webcams, video capturers
2f8b67195e4839c02151f255a5c93c250b6df968
robert foss andrey konovalov andrey konovalov linaro org
drivers
media
camss, platform, qcom
media: camss: refactor vfe power domain toggling
for titan isps clocks fail to re-enable during vfe_get() after any vfe has been halted and its corresponding power domain power has been detached.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c']
8
188
36
--- diff --git a/drivers/media/platform/qcom/camss/camss-vfe-170.c b/drivers/media/platform/qcom/camss/camss-vfe-170.c --- a/drivers/media/platform/qcom/camss/camss-vfe-170.c +++ b/drivers/media/platform/qcom/camss/camss-vfe-170.c +/* + * vfe_pm_domain_off - disable power domains specific to this vfe. + * @vfe: vfe dev...
TV tuners, webcams, video capturers
2f6f8af672038b34d71e16ce9b30c59cc987db2b
robert foss
drivers
media
camss, platform, qcom
media: camss: enable sdm845
enable support for sdm845 based titan 170 isps.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add support for the sdm845 camera subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c']
2
21
2
--- diff --git a/drivers/media/platform/qcom/camss/camss.c b/drivers/media/platform/qcom/camss/camss.c --- a/drivers/media/platform/qcom/camss/camss.c +++ b/drivers/media/platform/qcom/camss/camss.c + } else if (camss->version == camss_845) { + csiphy_res = csiphy_res_845; + csid_res = csid_res_845; + /* titan vfes don...
TV tuners, webcams, video capturers
705245679372b8aee67924a69dc0bb49e111380a
robert foss andrey konovalov andrey konovalov linaro org
drivers
media
camss, platform, qcom
media: v4l: add packed yuv444 24bpp pixel format
the added format is v4l2_pix_fmt_yuv24, this is a packed yuv 4:4:4 format, with 8 bits for each component, 24 bits per sample.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c', 'rst']
3
12
0
--- diff --git a/documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst b/documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst --- a/documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst +++ b/documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst - y'\ :sub:'7-0' - x\ :sub:'7-0' + * .. _v4l2-pix...
TV tuners, webcams, video capturers
0376a51fbe5e11a59d6a5c55e57cc201da06dbe0
mirela rabulea
documentation
userspace-api
linux, media, v4l, v4l2-core
media: dt-bindings: add bindings for i.mx8qxp/qm jpeg driver
add bindings documentation for i.mx8qxp/qm jpeg decoder & encoder driver.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['yaml']
1
84
0
--- diff --git a/documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml b/documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml --- /dev/null +++ b/documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml +# spdx-license-identifier: (gpl-2.0 or bsd-2-clause) +%yaml 1.2 +--- +$id: http://devicetree.org/schema...
TV tuners, webcams, video capturers
b16ed1e660085dc9e6c8425e9c584055484f4665
mirela rabulea rob herring robh kernel org
documentation
devicetree
bindings, media
media: add parsing for app14 data segment in jpeg helpers
according to rec. itu-t t.872 (06/2012) 6.5.3 app14 segment is for color encoding, it contains a transform flag, which may have values of 0, 1 and 2 and are interpreted as follows: 0 - cmyk for images that are encoded with four components - rgb for images that are encoded with three components 1 - an image encoded with...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c']
2
61
1
- rgb for images that are encoded with three components --- diff --git a/drivers/media/v4l2-core/v4l2-jpeg.c b/drivers/media/v4l2-core/v4l2-jpeg.c --- a/drivers/media/v4l2-core/v4l2-jpeg.c +++ b/drivers/media/v4l2-core/v4l2-jpeg.c +#define app14 0xffee /* application data for colour encoding */ +/* rec. itu-t t.872 (06...
TV tuners, webcams, video capturers
b8035f7988a82cbbabf1009b9f3234ff2431f8a4
mirela rabulea
drivers
media
v4l2-core
media: quit parsing stream if doesn't start with soi
in the case we get an invalid stream, such as from v4l2-compliance streaming test, jpeg_next_marker will end up parsing the entire stream. the standard describes the high level syntax of a jpeg as starting with soi, ending with eoi, so return error if the very first 2 bytes are not soi.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['c']
1
2
5
--- diff --git a/drivers/media/v4l2-core/v4l2-jpeg.c b/drivers/media/v4l2-core/v4l2-jpeg.c --- a/drivers/media/v4l2-core/v4l2-jpeg.c +++ b/drivers/media/v4l2-core/v4l2-jpeg.c - /* the first marker must be soi */ - marker = jpeg_next_marker(&stream); - if (marker < 0) - return marker; - if (marker != soi) + /* the first...
TV tuners, webcams, video capturers
ccbea178db47bf4a111ee97c0d77678818563a93
mirela rabulea philipp zabel p zabel pengutronix de
drivers
media
v4l2-core
media: avoid parsing quantization and huffman tables
these are optional in struct v4l2_jpeg_header, so skip dht/dqt segment parsing if huffman_tables/quantization_tables were not requested by user, to save time. however, do count them (num_dht/num_dqt).
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['c']
1
8
0
--- diff --git a/drivers/media/v4l2-core/v4l2-jpeg.c b/drivers/media/v4l2-core/v4l2-jpeg.c --- a/drivers/media/v4l2-core/v4l2-jpeg.c +++ b/drivers/media/v4l2-core/v4l2-jpeg.c + if (!out->huffman_tables) { + ret = jpeg_skip_segment(&stream); + break; + } + if (!out->quantization_tables) { + ret = jpeg_skip_segment(&stre...
TV tuners, webcams, video capturers
819f3ea51d476dec23e11586a70f47972d61c00a
mirela rabulea philipp zabel p zabel pengutronix de
drivers
media
v4l2-core
media: imx-jpeg: add v4l2 driver for i.mx8 jpeg encoder/decoder
v4l2 driver for the jpeg encoder/decoder from i.mx8qxp/i.mx8qm application processors. the multi-planar buffers api is used.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'kconfig', 'c', 'makefile']
8
2,630
0
--- diff --git a/drivers/media/platform/kconfig b/drivers/media/platform/kconfig --- a/drivers/media/platform/kconfig +++ b/drivers/media/platform/kconfig +source "drivers/media/platform/imx-jpeg/kconfig" + diff --git a/drivers/media/platform/makefile b/drivers/media/platform/makefile --- a/drivers/media/platform/makef...
TV tuners, webcams, video capturers
2db16c6ed72ce644d5639b3ed15e5817442db4ba
mirela rabulea
drivers
media
imx-jpeg, platform
media: add maintainer for imx jpeg v4l2 driver
the driver is located in drivers/media/platform/imx-jpeg, and it applies to the jpeg decoder from i.mx qxp and qm.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['maintainers']
1
8
0
--- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +nxp i.mx 8qxp/8qm jpeg v4l2 driver +m: mirela rabulea <mirela.rabulea@nxp.com> +r: nxp linux team <linux-imx@nxp.com> +l: linux-media@vger.kernel.org +s: maintained +f: documentation/devicetree/bindings/media/imx8-jpeg.yaml +f: drivers/medi...
TV tuners, webcams, video capturers
be157db0a3d863d9d5439bcab0a0afbf173e94f8
mirela rabulea
media: adv7604: support edids up to 4 blocks
while the adv7604/11/12 hardware supported edids up to 4 blocks, the driver didn't. this patch adds support for this. it also improves support for edids that do not have a source physical address: in that case the spa location is set to the first byte of the second block, and the 'physical address' is just the two byte...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support edids up to 4 blocks
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['adv7604']
['c']
1
61
28
--- diff --git a/drivers/media/i2c/adv7604.c b/drivers/media/i2c/adv7604.c --- a/drivers/media/i2c/adv7604.c +++ b/drivers/media/i2c/adv7604.c +#define adv76xx_max_edid_blocks 4 + + unsigned int edid_segment_reg; + unsigned int edid_segment_mask; + unsigned int edid_spa_loc_reg; + unsigned int edid_spa_loc_msb_mask; + ...
TV tuners, webcams, video capturers
c730ff32b917c814c1d86343328f0518a94114c0
hans verkuil
drivers
media
i2c
media: adv7842: support 1 block edids, fix clearing edid
add support for edids consisting of one edid block.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support 1 block edids
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['adv7842']
['c']
1
43
28
--- diff --git a/drivers/media/i2c/adv7842.c b/drivers/media/i2c/adv7842.c --- a/drivers/media/i2c/adv7842.c +++ b/drivers/media/i2c/adv7842.c + u32 blocks; + u32 blocks; - const u8 *val = state->vga_edid.edid; + const u8 *edid = state->vga_edid.edid; + u32 blocks = state->vga_edid.blocks; - for (i = 0; !err && i < 256...
TV tuners, webcams, video capturers
3e057b8a5f99bb0bd65d56ab6f543bb6fd1e7b40
hans verkuil
drivers
media
i2c
media: v4l: add new colorimetry class
add colorimetry control class for colorimetry controls
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
hdr10 static metadata
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c']
2
10
1
--- diff --git a/drivers/media/v4l2-core/v4l2-ctrls.c b/drivers/media/v4l2-core/v4l2-ctrls.c --- a/drivers/media/v4l2-core/v4l2-ctrls.c +++ b/drivers/media/v4l2-core/v4l2-ctrls.c + + /* colorimetry controls */ + /* keep the order of the 'case's the same as in v4l2-controls.h! */ + case v4l2_cid_colorimetry_class: retur...
TV tuners, webcams, video capturers
f31b9ffd968bc07e78826814da01e164e0bf6485
stanimir varbanov hans verkuil hverkuil cisco xs all nl
include
uapi
linux, v4l2-core
media: docs: document colorimetry class
add a document for ext control colorimetry class.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
hdr10 static metadata
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['rst']
3
27
0
--- diff --git a/documentation/userspace-api/media/v4l/common.rst b/documentation/userspace-api/media/v4l/common.rst --- a/documentation/userspace-api/media/v4l/common.rst +++ b/documentation/userspace-api/media/v4l/common.rst + ext-ctrls-colorimetry diff --git a/documentation/userspace-api/media/v4l/ext-ctrls-colorime...
TV tuners, webcams, video capturers
4e4053a28f37ab45ee9d13b77b1b9f53923b87b3
stanimir varbanov hans verkuil hverkuil cisco xs all nl
documentation
userspace-api
media, v4l
media: v4l: add hdr10 static metadata controls
introduce content light level and mastering display colour volume colorimetry compound controls with relevant payload structures and validation.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
hdr10 static metadata
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c']
4
106
0
--- diff --git a/drivers/media/v4l2-core/v4l2-ctrls.c b/drivers/media/v4l2-core/v4l2-ctrls.c --- a/drivers/media/v4l2-core/v4l2-ctrls.c +++ b/drivers/media/v4l2-core/v4l2-ctrls.c + case v4l2_cid_colorimetry_hdr10_cll_info: return "hdr10 content light info"; + case v4l2_cid_colorimetry_hdr10_mastering_display: return "h...
TV tuners, webcams, video capturers
1ad0de78e7944eef171340d9fa00f0a59458991c
stanimir varbanov hans verkuil hverkuil cisco xs all nl
include
uapi
linux, v4l2-core
media: docs: document cll and mastering display colorimetry controls
document content light level and mastering display v4l2 colorimetry controls.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
hdr10 static metadata
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['exceptions', 'rst']
3
81
0
--- diff --git a/documentation/userspace-api/media/v4l/ext-ctrls-colorimetry.rst b/documentation/userspace-api/media/v4l/ext-ctrls-colorimetry.rst --- a/documentation/userspace-api/media/v4l/ext-ctrls-colorimetry.rst +++ b/documentation/userspace-api/media/v4l/ext-ctrls-colorimetry.rst + +''v4l2_cid_colorimetry_hdr10_c...
TV tuners, webcams, video capturers
5f8beb7d1e1c504b476d157732e54414f138104e
stanimir varbanov hans verkuil hverkuil cisco xs all nl
documentation
userspace-api
media, v4l
media: venus: venc: add support for cll and mastering display controls
create cll and mastering display colour volume v4l2 controls for encoder, add handling of hdr10 pq sei packet payloads for v4.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
hdr10 static metadata
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c']
5
74
1
--- diff --git a/drivers/media/platform/qcom/venus/core.h b/drivers/media/platform/qcom/venus/core.h --- a/drivers/media/platform/qcom/venus/core.h +++ b/drivers/media/platform/qcom/venus/core.h + struct v4l2_ctrl_hdr10_cll_info cll; + struct v4l2_ctrl_hdr10_mastering_display mastering; diff --git a/drivers/media/platf...
TV tuners, webcams, video capturers
9172652d72f8e9a1f4d9f667dde0beec60bcde41
stanimir varbanov
drivers
media
platform, qcom, venus
media: em28xx: add pid for bulk revision of hauppauge 461e
manufacturing has switched from isoc to bulk transport, the pid has accordingly changed to signify this.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add pid for bulk revision of hauppauge 461e
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['em28xx']
['c']
1
2
0
--- diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c --- a/drivers/media/usb/em28xx/em28xx-cards.c +++ b/drivers/media/usb/em28xx/em28xx-cards.c + { usb_device(0x2013, 0x8258), /* bulk transport 461e */ + .driver_info = em28178_board_pctv_461e },
TV tuners, webcams, video capturers
042c122f4a306869177debae751ef5592aef504d
brad love
drivers
media
em28xx, usb
media: em28xx: add pid for bulk revision of hauppauge 461ev2
manufacturing has switched from isoc to bulk transport, the pid has accordingly changed to signify this.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add pid for bulk revision of hauppauge 461ev2
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['em28xx']
['c']
1
2
0
--- diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c --- a/drivers/media/usb/em28xx/em28xx-cards.c +++ b/drivers/media/usb/em28xx/em28xx-cards.c + { usb_device(0x2013, 0x8461), /* bulk transport 461e v2 */ + .driver_info = em28178_board_pctv_461e_v2 },
TV tuners, webcams, video capturers
e5f3b2f4f2377434dc9118db47191d2f72533ab9
brad love
drivers
media
em28xx, usb
media: rc: add keymap for xbox 360 universal media remote
captured using a raw ir receiver. manual linked in the remote definition itself.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add keymap for xbox 360 universal media remote
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['rc']
['yaml', 'h', 'c', 'makefile']
4
86
0
--- diff --git a/documentation/devicetree/bindings/media/rc.yaml b/documentation/devicetree/bindings/media/rc.yaml --- a/documentation/devicetree/bindings/media/rc.yaml +++ b/documentation/devicetree/bindings/media/rc.yaml - rc-winfast - rc-winfast-usbii-deluxe - rc-x96max + - rc-xbox-360 - rc-xbox-dvd - rc-zx-irdec di...
TV tuners, webcams, video capturers
34d5fc1e0da1698783efd227c6cc46f0f4124148
bastien nocera
include
media
bindings, keymaps, media, rc
media: rc: add keymaps for mecool-kii-pro/kiii-pro remotes
add keymaps and bindings for the simple ir (nec) remotes used with the mecool kii-pro and mecool kiii-pro android stb devices.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add keymaps for mecool-kii-pro/kiii-pro remotes
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['rc']
['yaml', 'h', 'c', 'makefile']
5
185
0
--- diff --git a/documentation/devicetree/bindings/media/rc.yaml b/documentation/devicetree/bindings/media/rc.yaml --- a/documentation/devicetree/bindings/media/rc.yaml +++ b/documentation/devicetree/bindings/media/rc.yaml - rc-leadtek-y04g0051 - rc-lme2510 - rc-manli + - rc-mecool-kii-pro + - rc-mecool-kiii-pro - rc-m...
TV tuners, webcams, video capturers
3ddcea9f7da0d7df25e12c2f2e06082341fed4fb
christian hewitt drazen spio drazsp gmail com
include
media
bindings, keymaps, media, rc
media: rc: remove zte zx ir driver
the zte zx platform is getting removed, so this driver is no longer needed.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
remove zte zx ir driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['rc']
['txt', 'kconfig', 'c', 'makefile']
4
0
207
--- diff --git a/documentation/devicetree/bindings/media/zx-irdec.txt b/documentation/devicetree/bindings/media/zx-irdec.txt --- a/documentation/devicetree/bindings/media/zx-irdec.txt +++ /dev/null -ir decoder (irdec) on zte zx family socs - -required properties: - - compatible: should be "zte,zx296718-irdec". - - reg:...
TV tuners, webcams, video capturers
799ddc03708550f655e362d0934d025b702c78c2
arnd bergmann
drivers
media
bindings, media, rc
media: ti-vpe: cal: implement media controller centric api
the cal driver is video node centric, it controls the whole device through the video device nodes. this limits the possible use cases as it can't support sources that are more complex than a single subdev. to support more complex hardware pipelines, implement support for the media controller centric api. the exposed ap...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
implement media controller centric api
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['ti-vpe', 'cal']
['h', 'kconfig', 'c']
5
291
61
--- diff --git a/drivers/media/platform/kconfig b/drivers/media/platform/kconfig --- a/drivers/media/platform/kconfig +++ b/drivers/media/platform/kconfig +if video_ti_cal + +config video_ti_cal_mc + bool "media controller centric mode by default" + default n + help + enables media controller centric mode by default. +...
TV tuners, webcams, video capturers
38e89e790fe27f131d7310f9020d577bf9d2527f
laurent pinchart
drivers
media
platform, ti-vpe
media: uvcvideo: support devices that report an ot as an entity source
some devices reference an output terminal as the source of extension units. this is incorrect, as output terminals only have an input pin, and thus can't be connected to any entity in the forward direction. the resulting topology would cause issues when registering the media controller graph. to avoid this problem, con...
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
support devices that report an ot as an entity source
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['uvcvideo']
['c']
1
32
0
--- diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c --- a/drivers/media/usb/uvc/uvc_driver.c +++ b/drivers/media/usb/uvc/uvc_driver.c + /* + * some devices reference an output terminal as the + * source of extension units. this is incorrect, as + * output terminals only have an inpu...
TV tuners, webcams, video capturers
4ca052b4ea621d0002a5e5feace51f60ad5e6b23
laurent pinchart
drivers
media
usb, uvc
media: v4l2-ctrl: add controls for long term reference.
long term reference (ltr) frames are the frames that are encoded sometime in the past and stored in the dpb buffer list to be used as reference to encode future frames. this change adds controls to enable this feature.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add encoder ctrls for long term reference
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c', 'rst']
3
35
0
--- diff --git a/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst b/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst --- a/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst +++ b/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst + +''v4l2_cid_mpeg_video_ltr_count (integer)'' + specifie...
TV tuners, webcams, video capturers
f15c54cf3f684cd1a65f6ebc55ee9ada533ec6ef
dikshita agarwal hans verkuil hverkuil cisco xs all nl
documentation
userspace-api
linux, media, v4l, v4l2-core
media: venus: venc: add support for long term reference (ltr) controls
add support for below ltr controls in encoder: - v4l2_cid_mpeg_video_ltr_count - v4l2_cid_mpeg_video_frame_ltr_index - v4l2_cid_mpeg_video_use_ltr_frames
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
add encoder ctrls for long term reference
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c']
3
57
1
- v4l2_cid_mpeg_video_ltr_count - v4l2_cid_mpeg_video_frame_ltr_index - v4l2_cid_mpeg_video_use_ltr_frames --- diff --git a/drivers/media/platform/qcom/venus/core.h b/drivers/media/platform/qcom/venus/core.h --- a/drivers/media/platform/qcom/venus/core.h +++ b/drivers/media/platform/qcom/venus/core.h + u32 ltr_count; d...
TV tuners, webcams, video capturers
f2fb3f02abe2e66fefcc045767dd7d16e5730a45
dikshita agarwal
drivers
media
platform, qcom, venus
media: v4l2-ctrls: add control for aud generation
add a control to enable inserting of aud nalu into encoded bitstream.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
aud encoder control
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c', 'rst']
3
8
0
--- diff --git a/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst b/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst --- a/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst +++ b/documentation/userspace-api/media/v4l/ext-ctrls-codec.rst +''v4l2_cid_mpeg_video_au_delimiter (boolean)'' + if enab...
TV tuners, webcams, video capturers
f2bf1bcb191b15c0ac135af2651ebed6c017bcb0
stanimir varbanov hans verkuil hverkuil cisco xs all nl
documentation
userspace-api
linux, media, v4l, v4l2-core
media: venus: venc: add support for aud nalu control
add support for access unit delimiter control into encoder.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
aud encoder control
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
[]
['h', 'c']
3
22
1
--- diff --git a/drivers/media/platform/qcom/venus/core.h b/drivers/media/platform/qcom/venus/core.h --- a/drivers/media/platform/qcom/venus/core.h +++ b/drivers/media/platform/qcom/venus/core.h + bool aud_enable; diff --git a/drivers/media/platform/qcom/venus/venc.c b/drivers/media/platform/qcom/venus/venc.c --- a/dri...
TV tuners, webcams, video capturers
08c06797627935d48621359eb95ab8a69d70d5c5
stanimir varbanov
drivers
media
platform, qcom, venus
media: venus: update v6 buffer descriptors
currently hfi_platform_v6.c adds a bunch of capability parameters. reviewing downstream we can see a number of these need to be updated.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable 6xx support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['venus']
['c']
1
69
69
--- diff --git a/drivers/media/platform/qcom/venus/hfi_platform_v6.c b/drivers/media/platform/qcom/venus/hfi_platform_v6.c --- a/drivers/media/platform/qcom/venus/hfi_platform_v6.c +++ b/drivers/media/platform/qcom/venus/hfi_platform_v6.c - .caps[0] = {hfi_capability_frame_width, 96, 5760, 1}, - .caps[1] = {hfi_capabil...
TV tuners, webcams, video capturers
daba0a10c585b3736142d8f7ff81590b1ec1da7e
bryan o donoghue
drivers
media
platform, qcom, venus
media: venus: core,pm: add handling for resets
the venus driver has to control two reset signals related to gcc video_axi0 and videocc mvs0c for v6. add it.
this release includes the landlock security module, which aims to make easier to sandbox applications; support for the clang control flow integrity, which aims to abort the program upon detecting certain forms of undefined behavior; support for randomising the stack address offset in each syscall; support for concurren...
enable 6xx support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'security', 'networking', 'architectures arm x86 mips powerpc riscv s390 ia64 xtensa']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'cpu frequency scaling', 'voltage, current regulators, ...
['venus']
['h', 'c']
2
64
0
--- diff --git a/drivers/media/platform/qcom/venus/core.h b/drivers/media/platform/qcom/venus/core.h --- a/drivers/media/platform/qcom/venus/core.h +++ b/drivers/media/platform/qcom/venus/core.h +#define vidc_resets_num_max 2 + const char * const resets[vidc_resets_num_max]; + unsigned int resets_num; + struct reset_co...
TV tuners, webcams, video capturers
3bca43585e2216611c766c2108ac476b7dd9e3a8
stanimir varbanov
drivers
media
platform, qcom, venus