mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
Linux kernel source tree
Bunch of fixes for phy drivers: *) USB phy incorrect clearing of bits *) Tegra xusb dangling pointer *) qcom-qmp null ptr initialization *) cpcap-usb irq flags *) intel kkembay kconfig depends *) qualcomm OF dependency *) mediatek typo -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE+vs47OPLdNbVcHzyfBQHDyUjg0cFAl+311cACgkQfBQHDyUj g0dObg/+NkLD7j9FX61vYkGecNbHeVFgXeAH6yDvZJfSP0OEoKCEyUcleO2C5f3L Pndb8gLsyEiCHFsif0FxW+kOp0Rg4E+1/JoigWnS8m2A8LCPNbwATcnNnSyoAFAZ opYq29CVeU3u/jpWlTFOuyZv1BIXYgHg7dol3izLapT8/jPuHLSaE7i97X/w5clx s9iZDcgDY+Q4bVmbBhoY+5CqBnUfiYVFMSnxIYkperxkuiVCTXvcZCYgJtTf7EM7 ASYcAPTgcL9XyeRXCvKMUJm5LCvjOkG4dTDhPMBZNaIZbr9wHLkqWKAeiqGZnHvK kttKm2v1cOMOt9oSuGxbjZ8BKrk6NsOKTvPO54HIQnDQk8UOdNhKnROtJRaumoR3 71thLAAKEQAGu/CivF9kgDdQOx1b7L2xveuxfq1Mc5jrjpjnrxmL1qhp5mSHoPaJ 5yG+gZ+2inuBLGXpvxyLL00v2ns8kai9UC8GsM+bmaQgdJqe7etkFjkFW2onOPUr u+4aPCnDDFKxYPz84JFi85o3eGtmfZxYc2+B7KHqPF9hpLi+xSq3qGnskVLrJkKo NXfhQN/EqUjn9GNNZPUAnOmWoJzO0b52vZW35wD1O63/fk3kpnHd9mMwY53F6/iK zrCbA5d5VWiTrIfI4oUB3Cg6h3uAJgiyPiGbtUHj8FKi4iZR4nE= =fnN3 -----END PGP SIGNATURE----- Merge tag 'phy-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy into usb-linus Vinod writes: phy: fixes for 5.10 Bunch of fixes for phy drivers: *) USB phy incorrect clearing of bits *) Tegra xusb dangling pointer *) qcom-qmp null ptr initialization *) cpcap-usb irq flags *) intel kkembay kconfig depends *) qualcomm OF dependency *) mediatek typo * tag 'phy-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy: phy: mediatek: fix spelling mistake in Kconfig "veriosn" -> "version" phy: qualcomm: Fix 28 nm Hi-Speed USB PHY OF dependency phy: qualcomm: usb: Fix SuperSpeed PHY OF dependency phy: intel: PHY_INTEL_KEEMBAY_EMMC should depend on ARCH_KEEMBAY phy: cpcap-usb: Use IRQF_ONESHOT phy: qcom-qmp: Initialize another pointer to NULL phy: tegra: xusb: Fix dangling pointer on probe failure phy: usb: Fix incorrect clearing of tca_drv_sel bit in SETUP reg for 7211 |
||
|---|---|---|
| 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.