Go to file
Desnes Nunes aa9d7d0e0d dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type
JIRA: https://issues.redhat.com/browse/RHEL-13058

commit 7b32040f6d7f885ffc09a6df7c17992d56d2eab8
Author: Marek Vasut <marex@denx.de>
Date: Mon, 15 May 2023 19:24:56 +0200

  The "snps,hsphy_interface" is string, not u8. Fix the type.

  Fixes: 389d776588 ("dt-bindings: usb: Convert DWC USB3 bindings to DT schema")
  Cc: stable <stable@kernel.org>
  Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
  Signed-off-by: Marek Vasut <marex@denx.de>
  Link: https://lore.kernel.org/r/20230515172456.179049-1-marex@denx.de
  Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Signed-off-by: Desnes Nunes <desnesn@redhat.com>
2023-11-07 16:09:21 -03:00
Documentation dt-bindings: usb: snps,dwc3: Fix "snps,hsphy_interface" type 2023-11-07 16:09:21 -03:00
LICENSES
arch usb: ftdi-elan: Delete driver 2023-10-27 11:00:47 -03:00
block kmsan: disable physical page merging in biovec 2023-10-20 06:14:39 -04:00
certs
crypto crypto: kmsan: disable accelerated configs under KMSAN 2023-10-20 06:14:39 -04:00
drivers thunderbolt: Do not touch CL state configuration during discovery 2023-11-07 16:09:21 -03:00
fs ovl: fix failed copyup of fileattr on a symlink 2023-10-20 06:16:25 -04:00
include USB: core: Add routines for endpoint checks in old drivers 2023-10-27 11:00:55 -03:00
init cachestat: implement cachestat syscall 2023-10-20 06:16:07 -04:00
io_uring blk-mq: remove hybrid polling 2023-09-18 15:56:06 +08:00
ipc ipc/shm: call underlying open/close vm_ops 2023-06-14 15:11:04 -06:00
kernel tracing: Acquire buffer from temparary trace sequence 2023-10-27 11:00:46 -03:00
lib Merge: 9.4 mm changes 2023-10-25 11:39:20 -04:00
mm memcontrol: ensure memcg acquired by id is properly set up 2023-10-20 06:16:24 -04:00
net Merge: 9.4 mm changes 2023-10-25 11:39:20 -04:00
redhat redhat/configs: delete ftdi-elan driver config 2023-10-27 11:00:47 -03:00
samples samples/bpf: Fix fout leak in hbm's run_bpf_prog 2023-09-22 09:12:37 +02:00
scripts scripts: fix the gfp flags header path in gfp-translate 2023-10-20 06:16:06 -04:00
security security: kmsan: fix interoperability with auto-initialization 2023-10-20 06:14:40 -04:00
sound Merge: ALSA: Add audio support for Dell SKU 0BDA and 0B34 2023-07-21 17:32:17 +02:00
tools Merge: 9.4 mm changes 2023-10-25 11:39:20 -04:00
usr
virt Merge: KVM: aarch64: Rebase up to v6.5 (first round) 2023-10-11 13:28:06 -04:00
.clang-format PCI: Introduce pci_dev_for_each_resource() 2023-09-05 09:16:40 -06:00
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml CI: Remove -rt suffix from kpet_tree_name values 2023-10-23 19:00:56 +03:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: 9.4 mm changes 2023-10-25 11:39:20 -04:00
Makefile kmsan: add KMSAN runtime core 2023-10-20 06:14:34 -04:00
Makefile.rhelver [redhat] kernel-5.14.0-380.el9 2023-10-25 11:45:05 -04:00
README
makefile

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.