mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 07:04:10 +08:00
757d2e6065
Phy driver fixes for few drivers: cadence, mtk-tphy, sparx5, wiz mostly fixing error code and checking return codes etc -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE+vs47OPLdNbVcHzyfBQHDyUjg0cFAmC56nIACgkQfBQHDyUj g0d+xhAAmIR4LH6JcyULxcS06oqh4l0w+ptLYhHBuMrgHkF23NslqppaZ22Wg/Vv tnUS0B36FA2E8DkoNsDSnDDsCqM87pH6G1tq90T4uv63WhdOvOlSyU8YwcVmYTje cJ9yG2d267fTjLn5tSx+2PbaS0TIjdzSkQMIiri6Aws/22KdGTCrBe/uuQOHqFBv BzUxOYQQKZFRglP22mCE5fcWEZ2qB0q8uZp5GWMz9b49OMdlZoTxtVITTAV0Yz9V 17oP0QD53azXMqHIaEysLHnIxck+52cm1FjB3GtcFcGAdfC2JeepOvPPWVOCkRHB bFxedsFXovcEF32yrbc+CtHPnbg/bpVilU3TWLZPUSlrdBZL6osuhhMK7+dkeEdf ZfdjWbnKesxFMQ+rc3Dq6SgcONKVYJRSI0K+QVtVk+VAVZei4AT7eVJuwZq8yv6k 1BD4wiHNzLufavVjEzo3FdbAKHzg4MZzLt4WYM+IptIiIMNIvB65twF9PwcY068I AbfRNraatLjVvIRSRK9rJNsN1+XTTvkeiFt8op0N//QmbJhRbcvrNMt5/cfz7XhN 4fYgZLdd3k4RSZNGFZl4kp0Tv7CWm4yWSj62Cjs4kaEl0YVSxx3uS260fcDNOIAp fNZlV232syFUA8PRJxfbERbTn0rWPvpRAQAszpEYDgb8JWFncoU= =14qN -----END PGP SIGNATURE----- Merge tag 'phy-fixes-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy into char-misc-linus Vinod writes: phy: fixes for 5.13 Phy driver fixes for few drivers: cadence, mtk-tphy, sparx5, wiz mostly fixing error code and checking return codes etc * tag 'phy-fixes-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy: phy: Sparx5 Eth SerDes: check return value after calling platform_get_resource() phy: ralink: phy-mt7621-pci: drop 'of_match_ptr' to fix -Wunused-const-variable phy: ti: Fix an error code in wiz_probe() phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init() phy: cadence: Sierra: Fix error return code in cdns_sierra_phy_probe() phy: usb: Fix misuse of IS_ENABLED |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
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.