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: sgtl5000: add multi endpoint support | support multiple endpoints on sgtl5000 codec port when used in of_graph context. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add multi endpoint support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['asoc ', 'sgtl5000'] | ['c'] | 1 | 8 | 0 | --- diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c --- a/sound/soc/codecs/sgtl5000.c +++ b/sound/soc/codecs/sgtl5000.c +static int sgtl5000_of_xlate_dai_id(struct snd_soc_component *component, + struct device_node *endpoint) +{ + /* return dai id 0, whatever the endpoint index */ + return 0; +} ... | Audio | 06bf8ea4f8ae34f91e60d27c8065f55d7a88c682 | marek vasut | sound | soc | codecs |
asoc: tlv320aic31xx: add hp output driver pop reduction controls | hp output driver has two parameters that can be configured to reduce pop noise: power-on delay and ramp-up step time. two new kcontrols have been added to set these parameters. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add hp output driver pop reduction controls | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['asoc ', 'tlv320aic31xx'] | ['c'] | 1 | 30 | 2 | --- diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c --- a/sound/soc/codecs/tlv320aic31xx.c +++ b/sound/soc/codecs/tlv320aic31xx.c +static const char * const hp_poweron_time_text[] = { + "0us", "15.3us", "153us", "1.53ms", "15.3ms", "76.2ms", + "153ms", "304ms", "610ms", "1.22s", "3.04s"... | Audio | 0bb1306f22fb8da72f3d1ba63854489cc8cfe0dd | nikita yushchenko | sound | soc | codecs |
asoc: tlv320aic31xx: add volume soft stepping control | chip supports soft stepping of volume changes and it is enabled by default. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add volume soft stepping control | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['asoc ', 'tlv320aic31xx'] | ['c', 'h'] | 2 | 8 | 3 | --- diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c --- a/sound/soc/codecs/tlv320aic31xx.c +++ b/sound/soc/codecs/tlv320aic31xx.c +static const char * const vol_soft_step_mode_text[] = { + "fast", "slow", "disabled" }; + +static soc_enum_single_decl(vol_soft_step_mode_enum, aic31xx_dacs... | Audio | 3176f94c467cf89f74120c34a3ddd9aaf8941be2 | nikita yushchenko | sound | soc | codecs |
asoc: dt-bindings: add dt bindings for wcd9340/wcd9341 audio codec | this patch adds bindings for wcd9340/wcd9341 audio codec which can support both slimbus and i2s/i2c interface. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support to wcd9340/wcd9341 codec | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['asoc '] | ['yaml'] | 1 | 175 | 0 | --- diff --git a/documentation/devicetree/bindings/sound/qcom,wcd934x.yaml b/documentation/devicetree/bindings/sound/qcom,wcd934x.yaml --- /dev/null +++ b/documentation/devicetree/bindings/sound/qcom,wcd934x.yaml +# spdx-license-identifier: (gpl-2.0-only or bsd-2-clause) +%yaml 1.2 +--- +$id: http://devicetree.org/sche... | Audio | a6b748713205242d1483a78662bf147b1aa7d90b | srinivas kandagatla rob herring robh kernel org pierre louis bossart pierre louis bossart linux intel com | documentation | devicetree | bindings, sound |
asoc: wcd934x: add support to wcd9340/wcd9341 codec | qualcomm wcd9340/wcd9341 codec is a standalone hi-fi audio codec ic, it supports both i2s/i2c and slimbus audio interfaces. on slimbus interface it supports two data lanes; 16 tx ports and 8 rx ports. it has five dacs and seven dedicated interpolators, seven (six audio adcs, and one vbat adc), multibutton headset contr... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support to wcd9340/wcd9341 codec | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['asoc '] | ['c', 'kconfig', 'makefile'] | 3 | 1,601 | 0 | --- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + select snd_soc_wcd934x if mfd_wcd934x +config snd_soc_wcd934x + tristate "wcd9340/wcd9341 codec" + depends on mfd_wcd934x + help + the wcd9340/9341 is a audio codec ic integrated in + qua... | Audio | a61f3b4f476eceb25274161e5a53a8d18e42610b | srinivas kandagatla | sound | soc | codecs |
asoc: wcd934x: add basic controls | this patch adds basic controls found in wcd934x codec. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support to wcd9340/wcd9341 codec | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['asoc '] | ['c'] | 1 | 506 | 0 | --- diff --git a/sound/soc/codecs/wcd934x.c b/sound/soc/codecs/wcd934x.c --- a/sound/soc/codecs/wcd934x.c +++ b/sound/soc/codecs/wcd934x.c +#define wcd_iir_filter_size (sizeof(u32) * band_max) + +#define wcd_iir_filter_ctl(xname, iidx, bidx) \ +{ \ + .iface = sndrv_ctl_elem_iface_mixer, .name = xname, \ + .info = wcd93... | Audio | 1cde8b82233275a72db34a8c1efa4cf6cc8c894f | srinivas kandagatla pierre louis bossart pierre louis bossart linux intel com | sound | soc | codecs |
asoc: wcd934x: add playback dapm widgets | this patch adds required dapm widgets for playback. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support to wcd9340/wcd9341 codec | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['asoc '] | ['c'] | 1 | 1,550 | 0 | --- diff --git a/sound/soc/codecs/wcd934x.c b/sound/soc/codecs/wcd934x.c --- a/sound/soc/codecs/wcd934x.c +++ b/sound/soc/codecs/wcd934x.c +static const char *const slim_rx_mux_text[] = { + "zero", "aif1_pb", "aif2_pb", "aif3_pb", "aif4_pb", +}; + +static const char * const rx_int0_7_mix_mux_text[] = { + "zero", "rx0",... | Audio | dd9eb19b567303e4b92747dcfb5deedb182af111 | srinivas kandagatla pierre louis bossart pierre louis bossart linux intel com | sound | soc | codecs |
asoc: wcd934x: add capture dapm widgets | this patch adds required dapm widgets for capture path. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support to wcd9340/wcd9341 codec | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['asoc '] | ['c'] | 1 | 1,149 | 2 | --- diff --git a/sound/soc/codecs/wcd934x.c b/sound/soc/codecs/wcd934x.c --- a/sound/soc/codecs/wcd934x.c +++ b/sound/soc/codecs/wcd934x.c +enum { + mic_bias_1 = 1, + mic_bias_2, + mic_bias_3, + mic_bias_4 +}; + +static const char * const dmic_mux_text[] = { + "zero", "dmic0", "dmic1", "dmic2", "dmic3", "dmic4", "dmic5... | Audio | a70d9245759a48e57bb1dc9f63213dcf3017db32 | srinivas kandagatla pierre louis bossart pierre louis bossart linux intel com | sound | soc | codecs |
asoc: wcd934x: add audio routings | this patch adds audio routing for both playback and capture. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support to wcd9340/wcd9341 codec | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['asoc '] | ['c'] | 1 | 290 | 0 | --- diff --git a/sound/soc/codecs/wcd934x.c b/sound/soc/codecs/wcd934x.c --- a/sound/soc/codecs/wcd934x.c +++ b/sound/soc/codecs/wcd934x.c +#define wcd934x_interpolator_path(id) \ + {"rx int" #id "_1 mix1 inp0", "rx0", "slim rx0"}, \ + {"rx int" #id "_1 mix1 inp0", "rx1", "slim rx1"}, \ + {"rx int" #id "_1 mix1 inp0", ... | Audio | da3e83f8bb866a91945ef5c47bdb25de189a381e | srinivas kandagatla pierre louis bossart pierre louis bossart linux intel com | sound | soc | codecs |
asoc: qcom: dt-bindings: add compatible for db845c and lenovo yoga | this patch adds compatible strings for db845c and lenovo yoga c630 soundcard. based on this compatible strings common machine driver will be in better position to setup board specific configuration. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support to wcd9340/wcd9341 codec | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['asoc '] | ['txt'] | 1 | 4 | 1 | --- diff --git a/documentation/devicetree/bindings/sound/qcom,sdm845.txt b/documentation/devicetree/bindings/sound/qcom,sdm845.txt --- a/documentation/devicetree/bindings/sound/qcom,sdm845.txt +++ b/documentation/devicetree/bindings/sound/qcom,sdm845.txt - compatible: - definition: must be "qcom,sdm845-sndcard" + defin... | Audio | 834d899794f4ec3bbf9836c85e8f76b7de6e8a59 | srinivas kandagatla rob herring robh kernel org pierre louis bossart pierre louis bossart linux intel com | documentation | devicetree | bindings, sound |
input: tm2-touchkey - add support for coreriver tc360 variant | the coreriver touchcore 360 is like the midas board touchkey, but it is using a fixed regulator. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | tm2-touchkey - add support for coreriver tc360 variant | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | [] | ['c'] | 1 | 11 | 0 | --- diff --git a/drivers/input/keyboard/tm2-touchkey.c b/drivers/input/keyboard/tm2-touchkey.c --- a/drivers/input/keyboard/tm2-touchkey.c +++ b/drivers/input/keyboard/tm2-touchkey.c +static const struct touchkey_variant tc360_touchkey_variant = { + .keycode_reg = 0x00, + .base_reg = 0x00, + .fixed_regulator = true, + ... | Tablets, touch screens, keyboards, mouses | da3289044833769188c0da945d2cec90af35e87e | nick reitemeyer | drivers | input | keyboard |
input: add ioc3 serio driver | this patch adds a platform driver for supporting keyboard and mouse interface of sgi ioc3 chips. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add ioc3 serio driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | [] | ['c', 'kconfig', 'makefile'] | 3 | 227 | 0 | --- diff --git a/drivers/input/serio/kconfig b/drivers/input/serio/kconfig --- a/drivers/input/serio/kconfig +++ b/drivers/input/serio/kconfig +config serio_sgi_ioc3 + tristate "sgi ioc3 ps/2 controller" + depends on sgi_mfd_ioc3 + help + say y here if you have an sgi onyx2, sgi octane or ioc3 pci card + and you want t... | Tablets, touch screens, keyboards, mouses | 273db8f03509619cd570a4b1225b399f8fb4b0b7 | thomas bogendoerfer | drivers | input | serio |
input: ili210x - add ili2120 support | this adds support for the ilitek ili2120 touchscreen found in the fairphone 2 smartphone. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | ili210x - add ili2120 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | [] | ['c', 'txt'] | 2 | 34 | 1 | --- diff --git a/documentation/devicetree/bindings/input/ilitek,ili2xxx.txt b/documentation/devicetree/bindings/input/ilitek,ili2xxx.txt --- a/documentation/devicetree/bindings/input/ilitek,ili2xxx.txt +++ b/documentation/devicetree/bindings/input/ilitek,ili2xxx.txt -ilitek ili210x/ili2117/ili251x touchscreen controlle... | Tablets, touch screens, keyboards, mouses | d0c5e7d4f5e5b76eeb53d098157d5b1f62ebb407 | luca weiss | drivers | input | bindings, input, touchscreen |
hid: hidraw: add support uniq ioctl | add support for reading out the uniq information from the underlying hid device. this might be the iserialnumber in case of usb or the bd_addr in case of bluetooth. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support uniq ioctl | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['hid ', 'hidraw'] | ['c', 'h'] | 2 | 10 | 0 | --- diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c --- a/drivers/hid/hidraw.c +++ b/drivers/hid/hidraw.c -efault : len; + + if (_ioc_nr(cmd) == _ioc_nr(hidiocgrawuniq(0))) { + int len = strlen(hid->uniq) + 1; + if (len > _ioc_size(cmd)) + len = _ioc_size(cmd); + ret = copy_to_user(user_arg, hid->uniq, len) ? ... | Tablets, touch screens, keyboards, mouses | 2f48865db3322f8e74f51ff93b91e5c2916dd259 | marcel holtmann | drivers | hid | linux |
hid: logitech-hidpp: support translations from short to long reports | this patch allows short reports to be translated into long reports. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | logitech hid++ bluetooth le support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['hid '] | ['c'] | 1 | 24 | 6 | --- diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c --- a/drivers/hid/hid-logitech-hidpp.c +++ b/drivers/hid/hid-logitech-hidpp.c +#define hidpp_report_short_supported bit(0) +#define hidpp_report_long_supported bit(1) +#define hidpp_report_very_long_supported bit(2) + + u8 supported_re... | Tablets, touch screens, keyboards, mouses | c2a932717a5106db97f3480b040b8f74a1761889 | mazin rezk | drivers | hid | |
hid: logitech-hidpp: support wirelessdevicestatus connect events | this patch allows hidpp_report_is_connect_event to support wirelessdevicestatus connect events. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | logitech hid++ bluetooth le support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['hid '] | ['c'] | 1 | 35 | 4 | --- diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c --- a/drivers/hid/hid-logitech-hidpp.c +++ b/drivers/hid/hid-logitech-hidpp.c + + u8 wireless_feature_index; -static inline bool hidpp_report_is_connect_event(struct hidpp_report *report) +static inline bool hidpp_report_is_connect_eve... | Tablets, touch screens, keyboards, mouses | 0da0a63b7cbabe9d930015e94e890c82cab7b3d3 | mazin rezk | drivers | hid | |
hid-logitech-hidpp: read battery voltage from newer devices | newer logitech mice report their battery voltage through feature 0x1001 instead of the battery levels through feature 0x1000. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | read battery voltage from newer devices | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['hid ', 'logitech-hidpp'] | ['c'] | 1 | 168 | 4 | --- diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c --- a/drivers/hid/hid-logitech-hidpp.c +++ b/drivers/hid/hid-logitech-hidpp.c +#define hidpp_capability_battery_voltage bit(4) + u8 voltage_feature_index; + int voltage; + int charge_type; +/* ------------------------------------------... | Tablets, touch screens, keyboards, mouses | be281368f29797cf4b318ad890673ce96bb9251e | pedro vanzella | drivers | hid | |
hid: logitech: add mx master 3 mouse | this patch adds support for the logitech mx master 3 mouse using the logitech unifying receiver and bluetooth le. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add mx master 3 mouse | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['hid ', 'logitech'] | ['c'] | 1 | 5 | 0 | --- diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid-logitech-hidpp.c --- a/drivers/hid/hid-logitech-hidpp.c +++ b/drivers/hid/hid-logitech-hidpp.c + { /* mouse logitech mx master 3 */ + ldj_device(0x4082), .driver_data = hidpp_quirk_hi_res_scroll_x2121 }, + { /* mx master 3 mouse over bluetooth */ + hid... | Tablets, touch screens, keyboards, mouses | 04bd68171e01843284accbcfaa4cd2c50d1707ed | adrian freund | drivers | hid | |
hid: apple: add support for recent firmware on magic keyboards | magic keyboards with more recent firmware (0x0100) report fn key differently. without this patch, fn key may not behave as expected and may not be configurable via hid_apple fnmode module parameter. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for recent firmware on magic keyboards | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['hid ', 'apple'] | ['c'] | 1 | 2 | 1 | --- diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c --- a/drivers/hid/hid-apple.c +++ b/drivers/hid/hid-apple.c - usage->hid == (hid_up_msvendor | 0x0003)) { + usage->hid == (hid_up_msvendor | 0x0003) || + usage->hid == (hid_up_hpvendor2 | 0x0003)) { | Tablets, touch screens, keyboards, mouses | e433be929e63265b7412478eb7ff271467aee2d7 | mansour behabadi | drivers | hid | |
hid: google: add moonball usb id | add 1 additional hammer-like device. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add moonball usb id | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['hid ', 'google'] | ['c', 'h'] | 2 | 3 | 0 | --- diff --git a/drivers/hid/hid-google-hammer.c b/drivers/hid/hid-google-hammer.c --- a/drivers/hid/hid-google-hammer.c +++ b/drivers/hid/hid-google-hammer.c + { hid_device(bus_usb, hid_group_generic, + usb_vendor_id_google, usb_device_id_google_moonball) }, diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h -... | Tablets, touch screens, keyboards, mouses | 58322a1590fc189a8e1e349d309637d4a4942840 | chen tsung hsieh nicolas boichat drinkcat chromium org | drivers | hid | |
media: atmel: atmel-isc-base: add support for y10 format | the isc can receive input from sensors using y10 format directly (10 bits greyscale). in this case, the isc must dump the data directly, either as grey (8bit) or y10 (10bit). y16 is not supported because we cannot align the msb 10 bits to the msb inside the 16bit container. for this format, the isc internal pipeline ca... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for y10 format | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['atmel', 'atmel-isc-base'] | ['c'] | 1 | 29 | 6 | --- diff --git a/drivers/media/platform/atmel/atmel-isc-base.c b/drivers/media/platform/atmel/atmel-isc-base.c --- a/drivers/media/platform/atmel/atmel-isc-base.c +++ b/drivers/media/platform/atmel/atmel-isc-base.c + { + .fourcc = v4l2_pix_fmt_y10, + }, + { + .fourcc = v4l2_pix_fmt_y10, + .mbus_code = media_bus_fmt_y10... | TV tuners, webcams, video capturers | ab04e7e6436ed10bb075e6d78f7e7bf841a6fbdc | eugen hristev | drivers | media | atmel, platform |
media: atmel: atmel-isi: add support for mono sensors, gray and y16 | this adds support for grey and y16 formats, based on y10 mbus codes. y16 needs to go through preview path in the isi, with 2 pixels per word, and it fits the y16 format. the isi data lines need to be msb aligned with the sensor data lines. grey format in 8 bits per pixel is done by dropping the 2 lsb bits from the y10 ... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for mono sensors, gray and y16 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['atmel', 'atmel-isi'] | ['c', 'h'] | 2 | 14 | 1 | --- diff --git a/drivers/media/platform/atmel/atmel-isi.c b/drivers/media/platform/atmel/atmel-isi.c --- a/drivers/media/platform/atmel/atmel-isi.c +++ b/drivers/media/platform/atmel/atmel-isi.c - fourcc == v4l2_pix_fmt_rgb32; + fourcc == v4l2_pix_fmt_rgb32 || + fourcc == v4l2_pix_fmt_y16; + }, { + .fourcc = v4l2_pix_f... | TV tuners, webcams, video capturers | b567bf86eeba8d227d45a083a6cf139df05b9eb7 | eugen hristev wenyou yang wenyou yang microchip com | drivers | media | atmel, platform |
media: coda: jpeg: add coda960 jpeg encoder support | this patch adds jpeg encoding support for coda960, handling the jpeg hardware directly. a separate jpeg encoder video device is created due to the separate hardware unit and different supported pixel formats. while the hardware can not change subsampling on the fly, it can encode 4:2:2 subsampled images into jpegs of t... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add coda960 jpeg encoder support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['coda', 'jpeg'] | ['c', 'h'] | 4 | 756 | 2 | --- diff --git a/drivers/media/platform/coda/coda-common.c b/drivers/media/platform/coda/coda-common.c --- a/drivers/media/platform/coda/coda-common.c +++ b/drivers/media/platform/coda/coda-common.c + coda_codec(coda9_mode_encode_mjpg, v4l2_pix_fmt_yuv420, v4l2_pix_fmt_jpeg, 8192, 8192), +static const struct coda_video... | TV tuners, webcams, video capturers | 96f6f62c4656d13744f0fc5b958a73396f54d91e | philipp zabel | drivers | media | coda, platform |
media: cx23885: add support for avermedia ce310b | the avermedia ce310b is a simple composite + s-video + stereo audio capture card, and uses only the cx23888 to perform all of these functions. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for avermedia ce310b | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['cx23885'] | ['c', 'h'] | 3 | 27 | 1 | --- diff --git a/drivers/media/pci/cx23885/cx23885-cards.c b/drivers/media/pci/cx23885/cx23885-cards.c --- a/drivers/media/pci/cx23885/cx23885-cards.c +++ b/drivers/media/pci/cx23885/cx23885-cards.c + [cx23885_board_avermedia_ce310b] = { + .name = "avermedia ce310b", + .porta = cx23885_analog_video, + .force_bff = 1, +... | TV tuners, webcams, video capturers | dc4cac67e13515835ed8081d510aa507aacb013b | forest crossman | drivers | media | cx23885, pci |
media: dvb: add support for terratec tc2 stick (193534) | seems to be a clone of logilink vg0022a. supports dvb-c, dvb-t and dvb-t2. only terrestrial reception was tested on polish and czech multiplexes. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for terratec tc2 stick (193534) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['dvb'] | ['c', 'h'] | 2 | 11 | 5 | --- diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c b/drivers/media/usb/dvb-usb-v2/af9035.c --- a/drivers/media/usb/dvb-usb-v2/af9035.c +++ b/drivers/media/usb/dvb-usb-v2/af9035.c - * hack: the logilink vg0022a has a bug: when the si2157 - * firmware that came with the device is replaced by a new - * one, the i2c tr... | TV tuners, webcams, video capturers | c0e0d3138896f33c6d9322b07e105ea6e572ef3e | tomasz maciej nowak | include | media | dvb-usb-v2, usb |
media: rc: ir-hix5hd2: add hi3796cv300-ir support | the ir device on hi3796cv300 soc is mostly same as hix5hd2, except the following two things. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add hi3796cv300-ir support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['rc', 'ir-hix5hd2'] | ['c'] | 1 | 61 | 18 | - ir_clk offset is 0x60 instead of 0x48. - it needs to set an extra bit in ir_enable register to enable ir. - define a soc specific data to accommodate ir_clk offset and the flag - create function hix5hd2_ir_enable() to handle ir enabling. the original - device table hix5hd2_ir_table[] gets moved forward, as it's being... | TV tuners, webcams, video capturers | e4b9b6454d94481483c435b94517249b79e82b63 | shawn guo | drivers | media | rc |
media: rtl28xxu: add support for prolectrix dv107669 dvb-t dongle | this adds support for the prolectrix dv107669 dvt-t dongle which uses an rtl2832 and fc0012 tuner. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for prolectrix dv107669 dvb-t dongle | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['rtl28xxu'] | ['c', 'h'] | 2 | 3 | 0 | - verified correct operation of dvb-t reception with vlc across --- diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c --- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c +++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c + { dvb_usb_device(usb_vid_gtek, usb_pid_prolectrix_dv107669, + &... | TV tuners, webcams, video capturers | 3fbe158406af6a062960c0713a4d97f31fcbbea6 | david j fiddes | include | media | dvb-usb-v2, usb |
media: sun4i-csi: add support for a10 csi1 camera sensor interface | the a10/a20 allwinner socs have two camera sensor interface blocks, named csi0 and csi1. the two have the same register layouts with slightly different features: | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for a10 csi1 camera sensor interface | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['sun4i-csi'] | ['c', 'h'] | 2 | 32 | 5 | - csi0 has an image signal processor (isp); csi1 doesn't - csi0 can support up to four separate channels under ccir656; - csi0 can support up to 16-bit wide bus with yuv422; --- diff --git a/drivers/media/platform/sunxi/sun4i-csi/sun4i_csi.c b/drivers/media/platform/sunxi/sun4i-csi/sun4i_csi.c --- a/drivers/media/platf... | TV tuners, webcams, video capturers | 51e40a0dbe53cebe1f4b85bb47e250dc5a89b254 | chen yu tsai | drivers | media | platform, sun4i-csi, sunxi |
media: ti-vpe: cal: add am654 support | add the needed control module register bit layout to support the am654 family of devices. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add am654 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['ti-vpe', 'cal'] | ['c', 'kconfig'] | 2 | 26 | 2 | --- diff --git a/drivers/media/platform/kconfig b/drivers/media/platform/kconfig --- a/drivers/media/platform/kconfig +++ b/drivers/media/platform/kconfig - depends on soc_dra7xx || compile_test + depends on soc_dra7xx || arch_k3 || compile_test diff --git a/drivers/media/platform/ti-vpe/cal.c b/drivers/media/platform/... | TV tuners, webcams, video capturers | 7a3b9684cede12dd60b50af874646527e25eb4d2 | benoit parrot | drivers | media | platform, ti-vpe |
media: ti-vpe: cal: add dra76x support | add the needed control module register bit layout to support the dra76x family of devices. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add dra76x support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['ti-vpe', 'cal'] | ['c'] | 1 | 34 | 0 | --- diff --git a/drivers/media/platform/ti-vpe/cal.c b/drivers/media/platform/ti-vpe/cal.c --- a/drivers/media/platform/ti-vpe/cal.c +++ b/drivers/media/platform/ti-vpe/cal.c +static struct reg_field dra76x_ctrl_core_csi0_reg_fields[f_max_fields] = { + [f_ctrlclken] = reg_field(0, 8, 8), + [f_cammode] = reg_field(0, 9,... | TV tuners, webcams, video capturers | e2257005902a75b3581fcfa61c62d20d4b6a9188 | benoit parrot | drivers | media | platform, ti-vpe |
media: ti-vpe: cal: enable dmabuf export | allow cal to be able to export dma buffer. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | enable dmabuf export | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['ti-vpe', 'cal'] | ['c'] | 1 | 1 | 0 | --- diff --git a/drivers/media/platform/ti-vpe/cal.c b/drivers/media/platform/ti-vpe/cal.c --- a/drivers/media/platform/ti-vpe/cal.c +++ b/drivers/media/platform/ti-vpe/cal.c + .vidioc_expbuf = vb2_ioctl_expbuf, | TV tuners, webcams, video capturers | 23122c373e33b13001509c5d09620b0ba5f7d08c | benoit parrot | drivers | media | platform, ti-vpe |
media: vivid: add touch support | support to emulate touch devices in vivid driver. it generates touch patterns simulating single tap, double tap, triple tap, move from left to right, zoom in, zoom out, palm press simulating large area being pressed on screen, and simulating 16 different simultaneous touch points.the values generated are based on behav... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add touch support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['vivid'] | ['c', 'makefile', 'h'] | 8 | 739 | 13 | --- diff --git a/drivers/media/platform/vivid/makefile b/drivers/media/platform/vivid/makefile --- a/drivers/media/platform/vivid/makefile +++ b/drivers/media/platform/vivid/makefile - vivid-osd.o vivid-meta-cap.o vivid-meta-out.o + vivid-osd.o vivid-meta-cap.o vivid-meta-out.o \ + vivid-kthread-touch.o vivid-touch-cap... | TV tuners, webcams, video capturers | 3d15c7643ba78b71c5c8fae25d7d9af52442882a | vandana bn | drivers | media | platform, vivid |
media: vivid: support multiplanar touch devices | the v4l2-compliance tests failed with the touch device when multiplanar was enabled in vivid. since it is perfectly fine to support the multiplanar api for touch, add support for this in vivid. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | support multiplanar touch devices | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['vivid'] | ['c', 'h'] | 4 | 60 | 8 | --- diff --git a/drivers/media/platform/vivid/vivid-core.c b/drivers/media/platform/vivid/vivid-core.c --- a/drivers/media/platform/vivid/vivid-core.c +++ b/drivers/media/platform/vivid/vivid-core.c +static int vivid_g_fmt_cap_mplane(struct file *file, void *priv, + struct v4l2_format *f) +{ + struct video_device *vdev... | TV tuners, webcams, video capturers | 0885acd77eb4644fd88f6d9f41e433f4ee9bc37a | hans verkuil | drivers | media | platform, vivid |
usb: ehci: ehci-mv: add hsic support | some special dance is needed to initialize the hsic port. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add hsic support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['ehci', 'ehci-mv'] | ['c'] | 1 | 11 | 0 | --- diff --git a/drivers/usb/host/ehci-mv.c b/drivers/usb/host/ehci-mv.c --- a/drivers/usb/host/ehci-mv.c +++ b/drivers/usb/host/ehci-mv.c +#include <linux/usb/of.h> + struct ehci_hcd *ehci = hcd_to_ehci(hcd); + u32 status; + if (of_usb_get_phy_mode(dev->of_node) == usbphy_interface_mode_hsic) { + status = ehci_readl(e... | Universal Serial Bus | 7b104f890adea9b7ec554a491ac4d89a0a57ce96 | lubomir rintel alan stern stern rowland harvard edu | drivers | usb | host |
usb: cdns3: add streams support to cadence usb3 drd driver | this patch includes streams implementation changes. the current changes has been validated on fpga platform. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add streams support to cadence usb3 drd driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['cdns3'] | ['c', 'h'] | 3 | 596 | 56 | --- diff --git a/drivers/usb/cdns3/gadget.c b/drivers/usb/cdns3/gadget.c --- a/drivers/usb/cdns3/gadget.c +++ b/drivers/usb/cdns3/gadget.c +static int cdns3_ep_run_transfer(struct cdns3_endpoint *priv_ep, + struct usb_request *request); + +static int cdns3_ep_run_stream_transfer(struct cdns3_endpoint *priv_ep, + struct... | Universal Serial Bus | 54c4c69f0baa433233a0c33b4ed26bf0659bc5a5 | jayshri pawar | drivers | usb | cdns3 |
usb: cdns3: add nxp imx8qm glue layer | there is a cadence usb3 core for imx8qm and imx8qxp socs, the cdns core is the child for this glue layer device. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add nxp imx8qm glue layer | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['cdns3'] | ['c', 'kconfig', 'makefile'] | 3 | 227 | 0 | --- diff --git a/drivers/usb/cdns3/kconfig b/drivers/usb/cdns3/kconfig --- a/drivers/usb/cdns3/kconfig +++ b/drivers/usb/cdns3/kconfig +config usb_cdns3_imx + tristate "cadence usb3 support on nxp i.mx platforms" + depends on arch_mxc || compile_test + default usb_cdns3 + help + say 'y' or 'm' here if you are building ... | Universal Serial Bus | 1e056efab9931366d1e1685736dfc978eca3bf06 | peter chen | drivers | usb | cdns3 |
usb: dwc3: pci: add id for the intel comet lake -v variant | there is one more comet lake pch variant, cml-v, that has its own pci id. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add id for the intel comet lake -v variant | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['dwc3', 'pci'] | ['c'] | 1 | 4 | 0 | --- diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c --- a/drivers/usb/dwc3/dwc3-pci.c +++ b/drivers/usb/dwc3/dwc3-pci.c +#define pci_device_id_intel_cnpv 0xa3b0 + { pci_vdevice(intel, pci_device_id_intel_cnpv), + (kernel_ulong_t) &dwc3_pci_intel_properties, }, + | Universal Serial Bus | f5ae8869095552e3396ee3e404f9586cc6a828f0 | heikki krogerus | drivers | usb | dwc3 |
usb: gadget: composite: support more than 500ma maxpower | usb 3.x superspeed peripherals can draw up to 900ma of vbus power when in configured state. however, if a configuration wanting to take advantage of this is added with maxpower greater than 500 (currently possible if using a configfs gadget) the composite driver fails to accommodate this for a couple reasons: | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | support more than 500ma maxpower | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['gadget', 'composite'] | ['c'] | 1 | 18 | 6 | - usb_gadget_vbus_draw() when called from set_config() and - the bmaxpower of the configuration descriptor would be --- diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/composite.c --- a/drivers/usb/gadget/composite.c +++ b/drivers/usb/gadget/composite.c - return div_round_up(val, 2); + return min(val, ... | Universal Serial Bus | a2035411fa1d1206cea7d5dfe833e78481844a76 | jack pham | drivers | usb | gadget |
usb: gadget: configfs: add max_speed setting | some functions support speeds other than superspeed. add max_speed attribute to configfs gadget allowing user to specify the maximum speed the composite driver supports. the valid input speed names are super-speed-plus, super-speed, high-speed, full-speed, and low-speed. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add max_speed setting | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['gadget', 'configfs'] | ['c', 'configfs-usb-gadget'] | 2 | 47 | 0 | --- diff --git a/documentation/abi/testing/configfs-usb-gadget b/documentation/abi/testing/configfs-usb-gadget --- a/documentation/abi/testing/configfs-usb-gadget +++ b/documentation/abi/testing/configfs-usb-gadget + max_speed - maximum speed the driver supports. valid + names are super-speed-plus, super-speed, + high-... | Universal Serial Bus | a02497033e8e04c30501abb78c92d862982b9912 | thinh nguyen | drivers | usb | gadget, testing |
usb: gadget: legacy: set max_speed to super-speed | these interfaces do support super-speed so let's not limit maximum speed to high-speed. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add max_speed setting | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['gadget', 'configfs'] | ['c'] | 4 | 4 | 4 | --- diff --git a/drivers/usb/gadget/legacy/cdc2.c b/drivers/usb/gadget/legacy/cdc2.c --- a/drivers/usb/gadget/legacy/cdc2.c +++ b/drivers/usb/gadget/legacy/cdc2.c - .max_speed = usb_speed_high, + .max_speed = usb_speed_super, diff --git a/drivers/usb/gadget/legacy/g_ffs.c b/drivers/usb/gadget/legacy/g_ffs.c --- a/drive... | Universal Serial Bus | 463f67aec2837f981b0a0ce8617721ff59685c00 | roger quadros | drivers | usb | gadget, legacy |
usb: host: xhci-tegra: fix "tega" -> "tegra" typo | the tegra_xusb_mbox_regs structure was misspelled tega_xusb_mbox_regs. fortunately this was done consistently so it didn't cause any issues. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement basic elpg support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['xhci-tegra'] | ['c'] | 1 | 2 | 2 | --- diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c -struct tega_xusb_mbox_regs { +struct tegra_xusb_mbox_regs { - struct tega_xusb_mbox_regs mbox; + struct tegra_xusb_mbox_regs mbox; | Universal Serial Bus | c763771504d158abefcdb965df632d09f7602e9f | thierry reding jc kuo jckuo nvidia com | drivers | usb | host |
usb: host: xhci-tegra: separate firmware request and load | subsequent patches for system suspend/resume support will need to reload the firmware on resume. since the firmware remains in system memory, the driver doesn't need to reload it from the filesystem. however, the xusb controller will be reset across suspend/resume, so it needs to load the firmware into its microcontrol... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement basic elpg support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['xhci-tegra'] | ['c'] | 1 | 30 | 10 | --- diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c -static int tegra_xusb_load_firmware(struct tegra_xusb *tegra) +static int tegra_xusb_request_firmware(struct tegra_xusb *tegra) - unsigned int code_tag_blocks, code_siz... | Universal Serial Bus | 741d6e5d84f30266694ca23641f1d028b55f7f40 | thierry reding | drivers | usb | host |
usb: host: xhci-tegra: avoid a fixed duration sleep | do not use a fixed duration sleep to wait for the dma controller to become ready. instead, poll the l2imemop_result register for the vld flag to determine when the xusb controller's dma master is ready. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement basic elpg support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['xhci-tegra'] | ['c'] | 1 | 14 | 1 | --- diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c +#include <linux/iopoll.h> +#define xusb_csb_mempool_l2imemop_result 0x101a18 +#define l2imemop_result_vld bit(31) + int err; - msleep(50); + /* wait for result_vld to g... | Universal Serial Bus | ec12ac10c9a7e2f1edf15c488e54f4c813cf0f52 | thierry reding | drivers | usb | host |
usb: host: xhci-tegra: use cnr as firmware ready indicator | the falcon cpu state is a suboptimal indicator for firmware readiness, since the falcon can be in a running state if the firmware is handling port state changes or running other tasks. instead, the driver should check the sts_cnr bit to determine whether or not the firmware has been successfully loaded and is ready for... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement basic elpg support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['xhci-tegra'] | ['c'] | 1 | 15 | 12 | --- diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c + struct xhci_cap_regs __iomem *cap = tegra->regs; - struct xhci_cap_regs __iomem *cap; - struct xhci_op_regs __iomem *op; + struct xhci_op_regs __iomem *op; + op = tegr... | Universal Serial Bus | 482ba7a6b42fa87dc8fa7d8c6140a916d0506549 | thierry reding | drivers | usb | host |
usb: host: xhci-tegra: extract firmware enable helper | extract a helper that enables message generation from the firmware. this removes clutter from tegra_xusb_probe() and will also come in useful for subsequent patches that introduce suspend/resume support. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement basic elpg support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['xhci-tegra'] | ['c'] | 1 | 29 | 12 | --- diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c -static int tegra_xusb_probe(struct platform_device *pdev) +static int __tegra_xusb_enable_firmware_messages(struct tegra_xusb *tegra) - struct resource *regs; + int err... | Universal Serial Bus | 96d8f628f0b35e1c1d93340cd4d2cde1ed3b8d9f | thierry reding | drivers | usb | host |
usb: host: xhci-tegra: reuse stored register base address | the base address of the xusb controller's registers is already stored in the hcd. move assignment to the hcd fields to an earlier point so that they can be reused in the tegra_xusb_config() function. this avoids the need to pass the base address as an extra parameter, which in turn comes in handy in subsequent patches ... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement basic elpg support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['xhci-tegra'] | ['c'] | 1 | 8 | 8 | --- diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c -static void tegra_xusb_config(struct tegra_xusb *tegra, - struct resource *regs) +static void tegra_xusb_config(struct tegra_xusb *tegra) + u32 regs = tegra->hcd->rsrc_... | Universal Serial Bus | ecd0fbd12d0fb5ee030d97d5be44766552aba07c | thierry reding | drivers | usb | host |
usb: host: xhci-tegra: enable runtime pm as late as possible | a number of things can currently go wrong after the xusb controller has been enabled, which means that it might need to be disabled again before it has ever been used. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement basic elpg support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['xhci-tegra'] | ['c'] | 1 | 17 | 16 | --- diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c - pm_runtime_enable(&pdev->dev); - if (pm_runtime_enabled(&pdev->dev)) - err = pm_runtime_get_sync(&pdev->dev); - else - err = tegra_xusb_runtime_resume(&pdev->dev); - -... | Universal Serial Bus | 17926924be44b21556043a2faccc3b449110bd00 | thierry reding | drivers | usb | host |
usb: host: xhci-tegra: add support for xusb context save/restore | the xusb controller contains registers that need to be saved on suspend and restored on resume in addition to the xhci specific registers. add support for saving and restoring the xusb specific context. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement basic elpg support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['xhci-tegra'] | ['c'] | 1 | 100 | 2 | --- diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c +struct tegra_xusb_context_soc { + struct { + const unsigned int *offsets; + unsigned int num_offsets; + } ipfs; + + struct { + const unsigned int *offsets; + unsigned i... | Universal Serial Bus | 5c4e8d3781bc00363183b639cf3b603bd16d3994 | thierry reding | drivers | usb | host |
usb: host: xhci-tegra: add xusb controller context | define the offsets of the registers that need to be saved on suspend and restored on resume for the various nvidia tegra generations supported by the xusb driver. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement basic elpg support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['xhci-tegra'] | ['c'] | 1 | 69 | 11 | --- diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c +#define xusb_cfg_16 0x040 +#define xusb_cfg_24 0x060 +#define xusb_cfg_axi_cfg 0x0f8 +#define xusb_cfg_aru_context 0x43c +#define xusb_cfg_aru_context_hs_pls 0x478 +#de... | Universal Serial Bus | 9ccae88e572b36a3ede1c2fe67cfd3f2b36e0610 | thierry reding | drivers | usb | host |
usb: host: xhci-tegra: implement basic elpg support | this implements basic engine-level powergate support which allows the xusb controller to be put into a low power mode on system sleep and get it out of that low power mode again on resume. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | implement basic elpg support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['xhci-tegra'] | ['c'] | 1 | 119 | 8 | --- diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c +static bool xhci_hub_ports_suspended(struct xhci_hub *hub) +{ + struct device *dev = hub->hcd->self.controller; + bool status = true; + unsigned int i; + u32 value; + +... | Universal Serial Bus | cad0a5c74e7a1760d90a41df8e6151a53a598676 | thierry reding | drivers | usb | host |
usb: misc: iowarrior: add support for 2 oemed devices | add support for two oem devices that are identical to existing io-warrior devices, except for the usb device id. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for 2 oemed devices | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['misc', 'iowarrior'] | ['c'] | 1 | 13 | 2 | --- diff --git a/drivers/usb/misc/iowarrior.c b/drivers/usb/misc/iowarrior.c --- a/drivers/usb/misc/iowarrior.c +++ b/drivers/usb/misc/iowarrior.c +/* oemed devices */ +#define usb_device_id_codemercs_iow24sag 0x158a +#define usb_device_id_codemercs_iow56am 0x158b + + {usb_device(usb_vendor_id_codemercs, usb_device_id_... | Universal Serial Bus | 461d8deb26a7d70254bc0391feb4fd8a95e674e8 | greg kroah hartman | drivers | usb | misc |
usb: misc: iowarrior: add support for the 100 device | add a new device id for the 100 devie. it has 4 interfaces like the 28 and 28l devices but a larger endpoint so more i/o pins. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for the 100 device | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['misc', 'iowarrior'] | ['c'] | 1 | 7 | 2 | --- diff --git a/drivers/usb/misc/iowarrior.c b/drivers/usb/misc/iowarrior.c --- a/drivers/usb/misc/iowarrior.c +++ b/drivers/usb/misc/iowarrior.c +#define usb_device_id_codemercs_iow100 0x1506 + {usb_device(usb_vendor_id_codemercs, usb_device_id_codemercs_iow100)}, + case usb_device_id_codemercs_iow100: - (dev->produc... | Universal Serial Bus | bab5417f5f0118ce914bc5b2f8381e959e891155 | greg kroah hartman | drivers | usb | misc |
usb: misc: iowarrior: add support for the 28 and 28l devices | add new device ids for the 28 and 28l devices. these have 4 interfaces instead of 2, but the driver binds the same, so the driver changes are minimal. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for the 28 and 28l devices | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['misc', 'iowarrior'] | ['c'] | 1 | 13 | 2 | --- diff --git a/drivers/usb/misc/iowarrior.c b/drivers/usb/misc/iowarrior.c --- a/drivers/usb/misc/iowarrior.c +++ b/drivers/usb/misc/iowarrior.c +/* fuller speed iowarrior */ +#define usb_device_id_codemercs_iow28 0x1504 +#define usb_device_id_codemercs_iow28l 0x1505 + {usb_device(usb_vendor_id_codemercs, usb_device_... | Universal Serial Bus | 5f6f8da2d7b5a431d3f391d0d73ace8edfb42af7 | greg kroah hartman | drivers | usb | misc |
usb: musb: add support for mediatek musb controller | this adds support for mediatek musb controller in host, peripheral and otg mode. there are some quirk of mediatek musb controller, such as: -w1c interrupt status registers -private data toggle registers -no dedicated dma interrupt line | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for mediatek musb controller | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['musb'] | ['c', 'kconfig', 'makefile'] | 3 | 591 | 1 | -w1c interrupt status registers -private data toggle registers -no dedicated dma interrupt line --- diff --git a/drivers/usb/musb/kconfig b/drivers/usb/musb/kconfig --- a/drivers/usb/musb/kconfig +++ b/drivers/usb/musb/kconfig +config usb_musb_mediatek + tristate "mediatek platforms" + depends on arch_mediatek || compi... | Universal Serial Bus | 0990366bab3c6afb93b276106e1e24d4bc69db7b | min guo | drivers | usb | musb |
usb: phy: show usb charger type for user | current usb charger framework only shows charger state for user, but the user may also need charger type for further use, add support for it. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | show usb charger type for user | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['phy'] | ['c'] | 1 | 12 | 1 | --- diff --git a/drivers/usb/phy/phy.c b/drivers/usb/phy/phy.c --- a/drivers/usb/phy/phy.c +++ b/drivers/usb/phy/phy.c +static const char *const usb_chger_type[] = { + [unknown_type] = "usb_charger_unknown_type", + [sdp_type] = "usb_charger_sdp_type", + [cdp_type] = "usb_charger_cdp_type", + [dcp_type] = "usb_charger_d... | Universal Serial Bus | 3bdcfe6c1d90b343c3de5fffdc83d988e76f8679 | peter chen | drivers | usb | phy |
usb: serial: option: add me910g1 ecm composition 0x110b | add me910g1 ecm composition 0x110b: tty, tty, tty, ecm | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add me910g1 ecm composition 0x110b | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['serial', 'option'] | ['c'] | 1 | 2 | 0 | --- diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c + { usb_device_interface_class(telit_vendor_id, 0x110b, 0xff), /* telit me910g1 (ecm) */ + .driver_info = nctrl(0) }, | Universal Serial Bus | 8e852a7953be2a6ee371449f7257fe15ace6a1fc | daniele palmas | drivers | usb | serial |
usb: serial: pl2303: add device-id for hp ld381 | add a device id for hp ld381 display ld381: 03f0:0f7f | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add device-id for hp ld381 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['serial', 'pl2303'] | ['c', 'h'] | 2 | 2 | 0 | --- diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c + { usb_device(hp_vendor_id, hp_ld381_product_id) }, diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/s... | Universal Serial Bus | cecc113c1af0dd41ccf265c1fdb84dbd05e63423 | scott chen | drivers | usb | serial |
usb: typec: ucsi: add support for separate dp altmode devices | ccgx controller used on nvidia gpu card has two separate display altmode for two dp pin assignments. ucsi specification doesn't prohibits using separate display altmode. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for separate dp altmode devices | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['typec', 'ucsi'] | ['c', 'h'] | 3 | 279 | 2 | --- diff --git a/drivers/usb/typec/ucsi/ucsi.c b/drivers/usb/typec/ucsi/ucsi.c --- a/drivers/usb/typec/ucsi/ucsi.c +++ b/drivers/usb/typec/ucsi/ucsi.c +static int +ucsi_register_altmodes_nvidia(struct ucsi_connector *con, u8 recipient) +{ + int max_altmodes = ucsi_max_altmodes; + struct typec_altmode_desc desc; + struc... | Universal Serial Bus | 170a6726d0e266f2c8f306e3d61715c32f4ee41e | ajay gupta | drivers | usb | typec, ucsi |
spi: add hisilicon v3xx spi nor flash controller driver | add the driver for the hisilicon v3xx spi nor flash controller, commonly found in hi16xx chipsets. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add hisilicon v3xx spi nor flash controller driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | [] | ['c', 'kconfig', 'makefile'] | 3 | 294 | 0 | --- diff --git a/drivers/spi/kconfig b/drivers/spi/kconfig --- a/drivers/spi/kconfig +++ b/drivers/spi/kconfig +config spi_hisi_sfc_v3xx + tristate "hisilicon spi-nor flash controller for hi16xx chipsets" + depends on (arm64 && acpi) || compile_test + depends on has_iomem + select config_mtd_spi_nor + help + this enabl... | Serial Peripheral Interface (SPI) | a2ca53b52e007de81752bbb443d828f5950d6d04 | john garry | drivers | spi | |
spi: pxa2xx: add support for intel comet lake pch-v | add support for intel comet lake pch-v which has the same lpss than on intel kaby lake unlike other intel comet lake pch variants that are based on intel cannon lake pch lpss. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for intel comet lake pch-v | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['pxa2xx'] | ['c'] | 1 | 3 | 0 | --- diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c + /* cml-v */ + { pci_vdevice(intel, 0xa3a9), lpss_spt_ssp }, + { pci_vdevice(intel, 0xa3aa), lpss_spt_ssp }, | Serial Peripheral Interface (SPI) | 6157d4c255609da28f5a271ec1d56d74beb4c8be | jarkko nikula | drivers | spi | |
spi: rspi: add support for gpio chip selects | add support for gpio chip selects using gpio descriptors. as the rspi controller always drives a native chip select when performing a transfer, at least one native chip select must be left unused. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for gpio chip selects | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['rspi'] | ['c'] | 1 | 8 | 1 | --- diff --git a/drivers/spi/spi-rspi.c b/drivers/spi/spi-rspi.c --- a/drivers/spi/spi-rspi.c +++ b/drivers/spi/spi-rspi.c + u8 num_hw_ss; - rspi->spcmd |= spcmd_ssla(spi->chip_select); + rspi->spcmd |= spcmd_ssla(spi->cs_gpiod ? rspi->ctlr->unused_native_cs + : spi->chip_select); + .num_hw_ss = 2, + .num_hw_ss = 1, + ... | Serial Peripheral Interface (SPI) | 144d8f9781e60d89dfd614210d2cedbefbba8885 | geert uytterhoeven | drivers | spi | |
spi: rspi: add support for multiple native chip selects | rspi variants on some superh or r-mobile socs support multiple native chip selects. add support for this by configuring the ssl assert signal setting. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for multiple native chip selects | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['rspi'] | ['c'] | 1 | 4 | 1 | --- diff --git a/drivers/spi/spi-rspi.c b/drivers/spi/spi-rspi.c --- a/drivers/spi/spi-rspi.c +++ b/drivers/spi/spi-rspi.c -#define spcmd_ssla_mask 0x0030 /* ssl assert signal setting (rspi) */ +#define spcmd_ssla(i) ((i) << 4) /* ssl assert signal setting */ + /* configure slave signal to assert */ + rspi->spcmd |= sp... | Serial Peripheral Interface (SPI) | 9815ed8714d26560d09b41f906b96a97f9bc3e3f | geert uytterhoeven | drivers | spi | |
spi: spi-ti-qspi: support large flash devices | the ti qspi ip has limitations: - the mmio region is 64mb in size - in non-mmio mode, the transfer can handle 4096 words max. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | support large flash devices | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['spi-ti-qspi'] | ['c'] | 1 | 30 | 0 | - the mmio region is 64mb in size - in non-mmio mode, the transfer can handle 4096 words max. --- diff --git a/drivers/spi/spi-ti-qspi.c b/drivers/spi/spi-ti-qspi.c --- a/drivers/spi/spi-ti-qspi.c +++ b/drivers/spi/spi-ti-qspi.c +static int ti_qspi_adjust_op_size(struct spi_mem *mem, struct spi_mem_op *op) +{ + struct ... | Serial Peripheral Interface (SPI) | e97f491450805fe6cbfd482b97b5427b21dec575 | jean pihet | drivers | spi | |
watchdog: it87_wdt: add it8786 id | it8786 watchdog works as in it872x | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add it8786 id | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['it87_wdt'] | ['c'] | 1 | 2 | 0 | --- diff --git a/drivers/watchdog/it87_wdt.c b/drivers/watchdog/it87_wdt.c --- a/drivers/watchdog/it87_wdt.c +++ b/drivers/watchdog/it87_wdt.c +#define it8786_id 0x8786 + case it8786_id: | Watchdog | 6ae58eecad31362f5caa0bd44ff7e78fbac391dd | vincent prince | drivers | watchdog | |
watchdog: mtk_wdt: mt8183: add reset controller | add reset controller api in watchdog driver. besides watchdog, mtk toprgu module alsa provide sub-system (eg, audio, camera, codec and connectivity) software reset functionality. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add reset controller | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['mtk_wdt', 'mt8183'] | ['c'] | 1 | 98 | 1 | --- diff --git a/drivers/watchdog/mtk_wdt.c b/drivers/watchdog/mtk_wdt.c --- a/drivers/watchdog/mtk_wdt.c +++ b/drivers/watchdog/mtk_wdt.c +#include <dt-bindings/reset-controller/mt8183-resets.h> +#include <linux/delay.h> +#include <linux/of_device.h> +#include <linux/reset-controller.h> -#include <linux/delay.h> +#def... | Watchdog | c254e103082b74e4f0987c364e5e3b138dbef1cc | yong liang matthias brugger matthias bgg gmail com yingjoe chen yingjoe chen mediatek com philipp zabel p zabel pengutronix de guenter roeck linux roeck us net | drivers | watchdog | |
watchdog: mtk_wdt: mt2712: add reset controller | add reset controller for 2712. besides watchdog, mtk toprgu module alsa provide sub-system (eg, audio, camera, codec and connectivity) software reset functionality. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add reset controller | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['mtk_wdt', 'mt2712'] | ['c'] | 1 | 6 | 0 | --- diff --git a/drivers/watchdog/mtk_wdt.c b/drivers/watchdog/mtk_wdt.c --- a/drivers/watchdog/mtk_wdt.c +++ b/drivers/watchdog/mtk_wdt.c +#include <dt-bindings/reset-controller/mt2712-resets.h> +static const struct mtk_wdt_data mt2712_data = { + .toprgu_sw_rst_num = mt2712_toprgu_sw_rst_num, +}; + + { .compatible = "... | Watchdog | 9e5236e7cec110610f3bc824a4d535c1271e4bb5 | yong liang matthias brugger matthias bgg gmail com yingjoe chen yingjoe chen mediatek com philipp zabel p zabel pengutronix de | drivers | watchdog | |
serial: 8250: support disabling mdelay-filled probes of 16550a variants | the 8250 driver can probe for many variants of the venerable 16550a serial port. some of those probes involve long (20ms) mdelay calls, which delay system boot. modern systems and virtual machines don't have those variants. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | support disabling mdelay-filled probes of 16550a variants | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['8250'] | ['c', 'kconfig'] | 2 | 13 | 0 | --- diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c --- a/drivers/tty/serial/8250/8250_port.c +++ b/drivers/tty/serial/8250/8250_port.c + if (!is_enabled(config_serial_8250_16550a_variants)) + return; + diff --git a/drivers/tty/serial/8250/kconfig b/drivers/tty/serial/8250/kconfig... | Serial | dc56ecb81a0aa46a7e127e916df5c8fdb8364f0b | josh triplett | drivers | tty | 8250, serial |
serial: 8250_exar: add support for acces cards | add acces vids and pids that use the exar chips | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for acces cards | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['8250_exar'] | ['c'] | 1 | 33 | 0 | --- diff --git a/drivers/tty/serial/8250/8250_exar.c b/drivers/tty/serial/8250/8250_exar.c --- a/drivers/tty/serial/8250/8250_exar.c +++ b/drivers/tty/serial/8250/8250_exar.c +#define pci_device_id_acces_com_2s 0x1052 +#define pci_device_id_acces_com_4s 0x105d +#define pci_device_id_acces_com_8s 0x106c +#define pci_dev... | Serial | 10c5ccc3c6d32f3d7d6c07de1d3f0f4b52f3e3ab | jay dolan | drivers | tty | 8250, serial |
tty: baudrate: sparc supports few more baud rates | according to termbits.h sparc supports few more baud rates than currently defined in tty_baudrate.c. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | sparc supports few more baud rates | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['baudrate'] | ['c'] | 1 | 4 | 2 | --- diff --git a/drivers/tty/tty_baudrate.c b/drivers/tty/tty_baudrate.c --- a/drivers/tty/tty_baudrate.c +++ b/drivers/tty/tty_baudrate.c - 76800, 153600, 307200, 614400, 921600 + 76800, 153600, 307200, 614400, 921600, 500000, 576000, + 1000000, 1152000, 1500000, 2000000 - b76800, b153600, b307200, b614400, b921600 + ... | Serial | 1ddeb5a74ab6941dfd310b73c8554c393c70c2ef | andy shevchenko | drivers | tty | |
tty: serial: meson_uart: add support for kernel debugger | the kgdb invokes the poll_put_char and poll_get_char when communicating with the host. this patch implement the serial polling hooks for the meson_uart to be used for kgdb debugging over serial line. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for kernel debugger | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['serial', 'meson_uart'] | ['c'] | 1 | 65 | 0 | --- diff --git a/drivers/tty/serial/meson_uart.c b/drivers/tty/serial/meson_uart.c --- a/drivers/tty/serial/meson_uart.c +++ b/drivers/tty/serial/meson_uart.c +#include <linux/iopoll.h> +#define aml_uart_poll_usec 5 +#define aml_uart_timeout_usec 10000 +#ifdef config_console_poll +/* + * console polling routines for wr... | Serial | 8412ba1db8250087eb5d6e3525254df3be79dc3e | julien masson | drivers | tty | serial |
pm / devfreq: add clearing transitions stats | add clearing transition table and time in states devfreq statistics by writing 0 (zero) to trans_stat file in devfreq sysfs. an example use is like following: | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | improve devfreq statistics counting add ability to reset statistics using sysfs | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['devfreq'] | ['c', 'sysfs-class-devfreq'] | 2 | 35 | 5 | --- diff --git a/documentation/abi/testing/sysfs-class-devfreq b/documentation/abi/testing/sysfs-class-devfreq --- a/documentation/abi/testing/sysfs-class-devfreq +++ b/documentation/abi/testing/sysfs-class-devfreq - this abi shows the statistics of devfreq behavior on a - specific device. it shows the time spent in ea... | Device Voltage and Frequency Scaling | 14a34396819960865ff737c665c6e46b64d0e04a | kamil konieczny | documentation | abi | testing |
pm / devfreq: add new name attribute for sysfs | the commit 4585fbcb5331 ("pm / devfreq: modify the device name as devfreq(x) for sysfs") changed the node name to devfreq(x). after this commit, it is not possible to get the device name through /sys/class/devfreq/devfreq(x)/*. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add new | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['devfreq'] | ['c', 'sysfs-class-devfreq'] | 2 | 16 | 0 | --- diff --git a/documentation/abi/testing/sysfs-class-devfreq b/documentation/abi/testing/sysfs-class-devfreq --- a/documentation/abi/testing/sysfs-class-devfreq +++ b/documentation/abi/testing/sysfs-class-devfreq +what: /sys/class/devfreq/.../name +date: november 2019 +contact: chanwoo choi <cw00.choi@samsung.com> +d... | Device Voltage and Frequency Scaling | 2fee1a7cc6b1ce6634bb0f025be2c94a58dfa34d | chanwoo choi | documentation | abi | testing |
pm / devfreq: add dynamic scaling for imx8m ddr controller | add driver for dynamic scaling the ddr controller on imx8m chips. actual frequency switching is implemented inside tf-a, this driver wraps the smc calls and synchronizes the clk tree. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add dynamic scaling for imx8m ddr controller | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['devfreq'] | ['c', 'kconfig', 'makefile'] | 3 | 476 | 0 | +----------+ |\ +------+ +----------+ |u|---------->| d | +---------+ | | +---------+ | | +----------+ | | | +----------+ | | +----------+ +------+ --- diff --git a/drivers/devfreq/kconfig b/drivers/devfreq/kconfig --- a/drivers/devfreq/kconfig +++ b/drivers/devfreq/kconfig +config arm_imx8m_ddrc_devfreq + tristate "i.... | Device Voltage and Frequency Scaling | 5af744ebae856a50e8b5e208a5acf28713a4ce98 | leonard crestez | drivers | devfreq | |
pm / devfreq: add debugfs support with devfreq_summary file | add debugfs interface to provide debugging information of devfreq device. it contains 'devfreq_summary' entry to show the summary of registered devfreq devices as following and the additional debugfs file will be added. - /sys/kernel/debug/devfreq/devfreq_summary | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add debugfs support with devfreq_summary file | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['devfreq'] | ['c'] | 1 | 82 | 0 | - /sys/kernel/debug/devfreq/devfreq_summary - dev_name : device name of h/w - dev : device name made by devfreq core - parent_dev : if devfreq device uses the passive governor, - governor : devfreq governor name - polling_ms : if devfreq device uses the simple_ondemand governor, - cur_freq_hz : current frequency (unit:... | Device Voltage and Frequency Scaling | 490a421bc575d1bf391a6ad5b582dcfbd0037724 | chanwoo choi | drivers | devfreq | |
power: avs: add support for cpr (core power reduction) | cpr (core power reduction) is a technology that reduces core power on a cpu or other device. it reads voltage settings in efuse from product test process as initial settings. each opp corresponds to a "corner" that has a range of valid voltages for a particular frequency. while the device is running at a particular fre... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for cpr (core power reduction) found in qualcomm products | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['power ', 'avs'] | ['c', 'kconfig', 'makefile', 'maintainers'] | 4 | 1,816 | 0 | --- diff --git a/maintainers b/maintainers --- a/maintainers +++ b/maintainers +qualcomm core power reduction (cpr) avs driver +m: niklas cassel <nks@flawful.org> +l: linux-pm@vger.kernel.org +l: linux-arm-msm@vger.kernel.org +s: maintained +f: documentation/devicetree/bindings/power/avs/qcom,cpr.txt +f: drivers/power/... | Voltage, current regulators, power capping, power supply | bf6910abf54871b0e976e52f56fb3b3dd1b90e48 | niklas cassel | drivers | power | avs |
power: supply: core: add battery internal resistance temperature table support | since the battery internal resistance can be changed with the temperature changes, thus add a resistance temperature table support to look up the accurate battery internal resistance in a certain temperature. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add battery internal resistance temperature table support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['power ', 'supply', 'core'] | ['c', 'h'] | 2 | 76 | 1 | --- diff --git a/drivers/power/supply/power_supply_core.c b/drivers/power/supply/power_supply_core.c --- a/drivers/power/supply/power_supply_core.c +++ b/drivers/power/supply/power_supply_core.c + struct power_supply_resistance_temp_table *resist_table; + const __be32 *list; + info->resist_table = null; - const __be32 ... | Voltage, current regulators, power capping, power supply | 65dbad713d5d6a8581921804ae3f5eb4a9bf032e | baolin wang | drivers | power | supply |
power: supply: bq25890_charger: add support of bq25892 and bq25896 chips | support bq25892 and bq25896 chips by this driver. they shared one chip id 0, so distinquish them by device revisions (2 for 25896 and 1 for 25892). | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support of bq25892 and bq25896 chips | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['power ', 'supply', 'bq25890_charger'] | ['c'] | 1 | 76 | 21 | --- diff --git a/drivers/power/supply/bq25890_charger.c b/drivers/power/supply/bq25890_charger.c --- a/drivers/power/supply/bq25890_charger.c +++ b/drivers/power/supply/bq25890_charger.c +enum bq25890_chip_version { + bq25890, + bq25892, + bq25895, + bq25896, +}; + - f_bat_load_en, f_wd_rst, f_otg_cfg, f_chg_cfg, f_sys... | Voltage, current regulators, power capping, power supply | d20267c9a98e082b718873bffbdfb44b126c995b | yauhen kharuzhy | drivers | power | supply |
power: supply: axp20x_usb_power: allow offlining | axp803/axp813 have a flag that enables/disables the usb power supply input. allow control of this flag via the online property on those variants. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | allow offlining | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['power ', 'supply', 'axp20x_usb_power'] | ['c'] | 1 | 30 | 0 | --- diff --git a/drivers/power/supply/axp20x_usb_power.c b/drivers/power/supply/axp20x_usb_power.c --- a/drivers/power/supply/axp20x_usb_power.c +++ b/drivers/power/supply/axp20x_usb_power.c +#define axp20x_vbus_path_sel bit(7) +#define axp20x_vbus_path_sel_offset 7 + +static int axp813_usb_power_set_online(struct axp2... | Voltage, current regulators, power capping, power supply | ecbc8dd78ed9fab5bc02d8cf2e839a3a0f2cdc5f | samuel holland | drivers | power | supply |
power: supply: max17042: add max17055 support | the max17055 is very similar to the max17042 so extend the driver. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add max17055 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['power ', 'supply', 'max17042'] | ['c', 'h'] | 2 | 61 | 4 | --- diff --git a/drivers/power/supply/max17042_battery.c b/drivers/power/supply/max17042_battery.c --- a/drivers/power/supply/max17042_battery.c +++ b/drivers/power/supply/max17042_battery.c + else if (chip->chip_type == maxim_device_type_max17055) + ret = regmap_read(map, max17055_v_empty, &data); - chip->chip_type ==... | Voltage, current regulators, power capping, power supply | bc90705bbb570b2507353ba10d6b6788cfb119b1 | angus ainslie purism krzysztof kozlowski krzk kernel org | drivers | power | power, supply |
regulator: add ipq4019 sdhci vqmmc ldo driver | this introduces the ipq4019 vqmmc ldo driver needed for the sd/emmc driver i/o level operation. this will enable introducing sd/emmc support for the built-in controller. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add ipq4019 sdhci vqmmc ldo driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['regulator '] | ['c', 'kconfig', 'makefile'] | 3 | 119 | 0 | --- diff --git a/drivers/regulator/kconfig b/drivers/regulator/kconfig --- a/drivers/regulator/kconfig +++ b/drivers/regulator/kconfig +config regulator_vqmmc_ipq4019 + tristate "ipq4019 vqmmc sd ldo regulator support" + depends on arch_qcom + help + this driver provides support for the vqmmc ldo i/0 + voltage regulato... | Voltage, current regulators, power capping, power supply | ebf652b408200504194be32ad0a3f5bb49d6000a | robert marko | drivers | regulator | |
regulator: bd71828: basic support for rohm bd71828 pmic regulators | rohm bd71828 is a power management ic containing 7 bucks and 7 ldos. bucks 1,2,6 and 7 can be assigned to a regulator group controlled by run-levels. eg. voltages and enable/disable statuses for specific run-levels (run0 to run3) can be set via register interface and run level changes can then be done either via i2c or... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | basic support for rohm bd71828 pmic regulators | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['regulator ', 'bd71828'] | ['c', 'kconfig', 'makefile'] | 3 | 825 | 0 | --- diff --git a/drivers/regulator/kconfig b/drivers/regulator/kconfig --- a/drivers/regulator/kconfig +++ b/drivers/regulator/kconfig +config regulator_bd71828 + tristate "rohm bd71828 power regulator" + depends on mfd_rohm_bd71828 + select regulator_rohm + help + this driver supports voltage regulators on rohm bd7182... | Voltage, current regulators, power capping, power supply | 522498f8cb8c547f415a9a39fb54fd1f7e1a1eda | matti vaittinen | drivers | regulator | |
regulator: mp8859: add config option and build entry | add entries for the mp8859 regulator driver to the build system. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add config option and build entry | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['regulator ', 'mp8859'] | ['kconfig', 'makefile'] | 2 | 12 | 0 | --- diff --git a/drivers/regulator/kconfig b/drivers/regulator/kconfig --- a/drivers/regulator/kconfig +++ b/drivers/regulator/kconfig +config regulator_mp8859 + tristate "mps mp8859 regulator driver" + depends on i2c + select regmap_i2c + help + say y here to support the mp8859 voltage regulator. this driver + support... | Voltage, current regulators, power capping, power supply | c66f1cbad53a61f00f8b6273e737d5e560b69ec7 | markus reichl | drivers | regulator | |
regulator: mp8859: add driver | the mp8859 from monolithic power systems is a single output dc/dc converter. the voltage can be controlled via i2c. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['regulator ', 'mp8859'] | ['c'] | 1 | 156 | 0 | --- diff --git a/drivers/regulator/mp8859.c b/drivers/regulator/mp8859.c --- /dev/null +++ b/drivers/regulator/mp8859.c +// spdx-license-identifier: gpl-2.0 +// +// copyright (c) 2019 five technologies gmbh +// author: markus reichl <m.reichl@fivetechno.de> + +#include <linux/module.h> +#include <linux/i2c.h> +#include... | Voltage, current regulators, power capping, power supply | 4444a1c10069e2f371fa497ba22feafafed5aada | markus reichl | drivers | regulator | |
regulator: mpq7920: add mpq7920 regulator driver | adding regulator driver for the device mpq7920. the mpq7920 pmic device contains four dc-dc buck converters and five regulators, is designed for automotive and accessed over i2c. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add mpq7920 regulator driver | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['regulator ', 'mpq7920'] | ['c', 'kconfig', 'makefile', 'h'] | 4 | 425 | 0 | --- diff --git a/drivers/regulator/kconfig b/drivers/regulator/kconfig --- a/drivers/regulator/kconfig +++ b/drivers/regulator/kconfig +config regulator_mpq7920 + tristate "monolithic mpq7920 pmic" + depends on i2c && of + select regmap_i2c + help + say y here to support the mpq7920 pmic. this will enable supports + th... | Voltage, current regulators, power capping, power supply | 6501c1f54a172fb0a4a9413eb62ab672ab3d8e7c | saravanan sekar | drivers | regulator | |
rtc: at91rm9200: add sama5d4 and sama5d2 compatibles | both the sama5d4 and sama5d2 rtcs have more features than the previous rtcs, add a compatible string for them. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add sama5d4 and sama5d2 compatibles | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['at91rm9200'] | ['c', 'yaml'] | 2 | 8 | 0 | --- diff --git a/documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml b/documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml --- a/documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml +++ b/documentation/devicetree/bindings/rtc/atmel,at91rm9200-rtc.yaml - atmel,at91rm9200-rtc - atmel,at... | Real Time Clock (RTC) | ca3fdc989c3cacf5b61a2334ca77ac29b0f5bc51 | alexandre belloni | drivers | rtc | bindings, rtc |
rtc: bd70528: add bd71828 support | rohm bd71828 pmic rtc block is from many parts similar to one on bd70528. support bd71828 rtc using bd70528 rtc driver and avoid re-inventing the wheel. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add bd71828 support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['bd70528'] | ['c', 'kconfig', 'h'] | 5 | 206 | 55 | --- diff --git a/drivers/rtc/kconfig b/drivers/rtc/kconfig --- a/drivers/rtc/kconfig +++ b/drivers/rtc/kconfig + - on rohm bd70528 power management ic. + block on rohm bd70528 and bd71828 power management ic. diff --git a/drivers/rtc/rtc-bd70528.c b/drivers/rtc/rtc-bd70528.c --- a/drivers/rtc/rtc-bd70528.c +++ b/driver... | Real Time Clock (RTC) | fe5a591b7814ffbc90aff661aeb8264937002f54 | matti vaittinen alexandre belloni alexandre belloni bootlin com | include | linux | mfd |
rtc: rv3029: add rtc_vl_read and rtc_vl_clear support | the rv3029 can report three different conditions: power on, voltage dropped and data is lost and voltage is low and temperature compensation has stopped. the first two conditions amount to the same status, the rtc data is invalid. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['rv3029'] | ['c'] | 1 | 30 | 0 | --- diff --git a/drivers/rtc/rtc-rv3029c2.c b/drivers/rtc/rtc-rv3029c2.c --- a/drivers/rtc/rtc-rv3029c2.c +++ b/drivers/rtc/rtc-rv3029c2.c +static int rv3029_ioctl(struct device *dev, unsigned int cmd, unsigned long arg) +{ + struct rv3029_data *rv3029 = dev_get_drvdata(dev); + unsigned long vl = 0; + int sr, ret = 0; ... | Real Time Clock (RTC) | f630f728a9b114865bcfe16c1d91dff11e89a4b9 | alexandre belloni | drivers | rtc | |
rtc: rv3029: add nvram support | export the 8 byte ram using nvmem. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add nvram support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['rv3029'] | ['c'] | 1 | 31 | 5 | --- diff --git a/drivers/rtc/rtc-rv3029c2.c b/drivers/rtc/rtc-rv3029c2.c --- a/drivers/rtc/rtc-rv3029c2.c +++ b/drivers/rtc/rtc-rv3029c2.c -#define rv3029_usr1_ram_page 0x38 -#define rv3029_usr1_section_len 0x04 -#define rv3029_usr2_ram_page 0x3c -#define rv3029_usr2_section_len 0x04 +#define rv3029_ram_page 0x38 +#def... | Real Time Clock (RTC) | ec923fcccf9b7d123f36f181b9088e1501b5a211 | alexandre belloni | drivers | rtc | |
pinctrl: ingenic: add missing parts for x1000 and x1500. | 1.add pinctrl drivers for the spi flash controller (sfc) of x1000 and x1500. 2.add pinctrl driver for the synchronous serial interface (ssi) of x1000. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add missing parts for x1000 and x1500 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['ingenic'] | ['c'] | 1 | 64 | 0 | --- diff --git a/drivers/pinctrl/pinctrl-ingenic.c b/drivers/pinctrl/pinctrl-ingenic.c --- a/drivers/pinctrl/pinctrl-ingenic.c +++ b/drivers/pinctrl/pinctrl-ingenic.c +static int x1000_sfc_pins[] = { 0x1d, 0x1c, 0x1e, 0x1f, 0x1a, 0x1b, }; +static int x1000_ssi_dt_a_22_pins[] = { 0x16, }; +static int x1000_ssi_dt_a_29_p... | Pin Controllers (pinctrl) | 3b31e9b0eaaad3240110037a5572c891d11f8f83 | zhou yanjie | drivers | pinctrl | |
pinctrl: ingenic: add pinctrl driver for x1830. | add support for probing the pinctrl-ingenic driver on the x1830 soc from ingenic. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add pinctrl driver for x1830 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['ingenic'] | ['c'] | 1 | 265 | 15 | --- diff --git a/drivers/pinctrl/pinctrl-ingenic.c b/drivers/pinctrl/pinctrl-ingenic.c --- a/drivers/pinctrl/pinctrl-ingenic.c +++ b/drivers/pinctrl/pinctrl-ingenic.c - * copyright (c) 2019 zhou yanjie <zhouyanjie@zoho.com> + * copyright (c) 2019 (zhou yanjie) <zhouyanjie@wanyeetech.com> -#define x1000_gpio_pz_base 0x7... | Pin Controllers (pinctrl) | d7da2a1e4e0840faced2891e1c5b668f9eea18f8 | zhou yanjie | drivers | pinctrl | |
pinctrl: aspeed-g6: add ast2600 pinconf support | the ast2600 pinconf is a little different from previous generations of aspeed bmc socs in terms of architecture. the pull-down setting is per-pin setting now, and drive-strength support 4 kind of value (e.g. 4ma, 8ma, 12ma, 16ma). | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add ast2600 pinconf support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['aspeed-g6'] | ['c', 'h'] | 2 | 297 | 0 | --- diff --git a/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c b/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c --- a/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c +++ b/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c +#define scu454 0x454 /* multi-function pin control #15 */ +#define scu458 0x458 /* multi-function pin control #16 */... | Pin Controllers (pinctrl) | 15711ba6ff197c3152c655dd9c55f5c1694e8272 | johnny huang | drivers | pinctrl | aspeed |
pinctrl: aspeed-g6: add support for the ast2600 usb pinmux | ast2600 has two usb ports, a, b: | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for the ast2600 usb pinmux | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['aspeed-g6'] | ['c', 'h'] | 2 | 69 | 1 | --- diff --git a/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c b/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c --- a/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c +++ b/drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c +#define scu440 0x440 /* usb multi-function pin control #12 */ +#define scuc20 0xc20 /* pcie configuration setting co... | Pin Controllers (pinctrl) | 22d6919039838226d2041cc22e279985b4230f64 | johnny huang | drivers | pinctrl | aspeed |
pinctrl: freescale: add i.mx8mp pinctrl driver support | add the pinctrl driver support for i.mx8mp. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add i.mx8mp pinctrl driver support | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['freescale'] | ['c', 'kconfig', 'makefile'] | 3 | 353 | 0 | --- diff --git a/drivers/pinctrl/freescale/kconfig b/drivers/pinctrl/freescale/kconfig --- a/drivers/pinctrl/freescale/kconfig +++ b/drivers/pinctrl/freescale/kconfig +config pinctrl_imx8mp + bool "imx8mp pinctrl driver" + depends on arch_mxc && arm64 + select pinctrl_imx + help + say y here to enable the imx8mp pinctr... | Pin Controllers (pinctrl) | eec6d97d6da400226529f4748fb8998bb69a5bbf | anson huang abel vesa abel vesa nxp com fabio estevam festevam gmail com | drivers | pinctrl | freescale |
pinctrl: sunrisepoint: add coffee lake-s acpi id | intel coffee lake-s pch has the same gpio hardware than sunrisepoint-h pch but the acpi id is different. add this new acpi id to the list of supported devices. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add coffee lake-s acpi id | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['sunrisepoint'] | ['c'] | 1 | 1 | 0 | --- diff --git a/drivers/pinctrl/intel/pinctrl-sunrisepoint.c b/drivers/pinctrl/intel/pinctrl-sunrisepoint.c --- a/drivers/pinctrl/intel/pinctrl-sunrisepoint.c +++ b/drivers/pinctrl/intel/pinctrl-sunrisepoint.c + { "int3451", (kernel_ulong_t)&spth_soc_data }, | Pin Controllers (pinctrl) | 899b7e3374b253888b048dd06338e043e4b7637c | mika westerberg | drivers | pinctrl | intel |
mmc: sdhci-brcmstb: add ability to use hs400es transfer mode | the latest emmc jedec specification version 5.1 added a new transfer mode, hs400 with enhanced strobe (hs400es). this mode will be selected if both the host controller and emmc device support it. the latest arasan 5.1 controller in the 7216a0 supports this mode. the "host controller specification" has not been updated ... | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add ability to use hs400es transfer mode | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['sdhci-brcmstb'] | ['c'] | 1 | 86 | 11 | --- diff --git a/drivers/mmc/host/sdhci-brcmstb.c b/drivers/mmc/host/sdhci-brcmstb.c --- a/drivers/mmc/host/sdhci-brcmstb.c +++ b/drivers/mmc/host/sdhci-brcmstb.c +#include <linux/bitops.h> +#define sdhci_vendor 0x78 +#define sdhci_vendor_enhanced_strb 0x1 + +#define brcmstb_priv_flags_no_64bit bit(0) +#define brcmstb_... | Multi Media Card (MMC) | 78ab82fdb65c703fa21db348c50c3f3eae773d62 | al cooper | drivers | mmc | host |
mmc: sdhci-brcmstb: add support for command queuing (cqe) | the latest arasan controller first used in the 7216 now supports cqe so enable this feature. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for command queuing (cqe) | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['sdhci-brcmstb'] | ['c', 'kconfig'] | 2 | 133 | 8 | --- diff --git a/drivers/mmc/host/kconfig b/drivers/mmc/host/kconfig --- a/drivers/mmc/host/kconfig +++ b/drivers/mmc/host/kconfig + select mmc_cqhci diff --git a/drivers/mmc/host/sdhci-brcmstb.c b/drivers/mmc/host/sdhci-brcmstb.c --- a/drivers/mmc/host/sdhci-brcmstb.c +++ b/drivers/mmc/host/sdhci-brcmstb.c +#include <... | Multi Media Card (MMC) | d46ba2d17f902680807f9f7e951ae659c5e0d64c | al cooper | drivers | mmc | host |
mmc: sdhci-msm: add cqhci support for sdhci-msm | this adds cqhci support for sdhci-msm platforms. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add cqhci support for sdhci-msm | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['sdhci-msm'] | ['c', 'kconfig'] | 2 | 133 | 1 | --- diff --git a/drivers/mmc/host/kconfig b/drivers/mmc/host/kconfig --- a/drivers/mmc/host/kconfig +++ b/drivers/mmc/host/kconfig + select mmc_cqhci diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c --- a/drivers/mmc/host/sdhci-msm.c +++ b/drivers/mmc/host/sdhci-msm.c +#include "cqhci.h" +/* cqh... | Multi Media Card (MMC) | 87a8df0dce6ad0af14c08858fa51dfcc8c509ab3 | ritesh harjani adrian hunter adrian hunter intel com | drivers | mmc | host |
mmc: sdhci: add support for using external dma devices | some standard sd host controllers can support both external dma controllers as well as adma/sdma in which the sd host controller acts as dma master. ti's omap controller is the case as an example. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for using external dma devices | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['sdhci'] | ['c', 'kconfig', 'h'] | 3 | 237 | 2 | --- diff --git a/drivers/mmc/host/kconfig b/drivers/mmc/host/kconfig --- a/drivers/mmc/host/kconfig +++ b/drivers/mmc/host/kconfig + +config mmc_sdhci_external_dma + bool diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c +#include <linux/dmaen... | Multi Media Card (MMC) | 18e762e3b7a7be764c50957edd2fa0879cb9c67e | chunyan zhang | drivers | mmc | host |
mtd: spi-nor: add support for at25sl321 | this was tested in single, dual and quad mode on a custom board with the nxp flexspi controller. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for at25sl321 | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['spi-nor'] | ['c'] | 1 | 3 | 0 | --- diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c + { "at25sl321", info(0x1f4216, 0, 64 * 1024, 64, + sect_4k | spi_nor_dual_read | spi_nor_quad_read) }, + | Memory Technology Devices (MTD) | ccfb9299a0b63da4fde607c822e1470472a46177 | michael walle | drivers | mtd | spi-nor |
mtd: spi-nor: add support for mx25r3235f | add mtd support for the macronix mx25r3235f spi nor chip from macronix. the chip has 4mb of total capacity, divided into a total of 64 sectors, each 64kb sized. the chip also supports 4kb large sectors. additionally, it supports dual and quad read modes. | this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon... | add support for mx25r3235f | ['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc'] | ['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre... | ['spi-nor'] | ['c'] | 1 | 2 | 0 | --- diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c + { "mx25r3235f", info(0xc22816, 0, 64 * 1024, 64, + sect_4k | spi_nor_dual_read | spi_nor_quad_read) }, | Memory Technology Devices (MTD) | 707745e8d4e75b638b990d67950ab292b3b8ea2a | david bauer | drivers | mtd | spi-nor |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.