mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-24 21:17:15 +07:00
![]() new BCM2835 PM driver which depends on the driver changes. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJcVI97AAoJEFXEMs9xUwyNS90QAI4WstcYAy2K2rMpWgekT9k5 paT2Mp2hKElSixqmPrUi85V/9OhbNqJI1CK/ud/GE6LWaxp5mDbpiKQRPo2m21BV IMV3lGjRBOUHxtovqv4F2mMCwxw83VPGW0PI4MxtjRQvwYqaZcNaRHcY9iM9zW9X 0jWNXVTHPD8f6Qs1ub2aTdQ9V4Tt6ismcQCSMDwAzr/ir4hcFKDubABlctzhhCW3 iIqO60uR4Ly/zDKe74ZnuJlMPm+nqmF7eJvBV9dSnh6Mym0iFK0C4Z+Ox/tHqpcV mDJR3/IrLttwFq4H0ZVw1sG1jda7YClNBM4J+eHnt+9CxqWjkEp6tB5iH3jxC5Nq bgUQgLFIts1cCb0aDU+W3EYXM1DrHPzbALEz93e2oEihvgQDUK1GhhOdz6GVe6SF CPR0StIuGSs7joTd6MahjVijlUAj/NlX8A4tiXqW3n/uUw95inhhbpN4t93Q50Ls q9CR5GOhQNDGSM1GWwRPBtUVPKJ0Bjh4ceSVdUsp4zaV7vn+k9NqY4mZdowCx+b7 7w3a4IiTcPs4u+kGXFB25vt7hsfGuT+ZZq05Uv6dRayvpu/dmeLpJnx5/g6U1JsC rcJcRmZvMuxrx7zYx6ec3yXEcPTKZv+RJeq0HHVduOrA4kfMSZwOld9s35aFqrzE BZV7u53L+q9O7XoiBbhf =cWAj -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEm+Rq3+YGJdiR9yuFh9CWnEQHBwQFAlxUnhwACgkQh9CWnEQH BwQ1vw/8CNGxg3uQh1h3LktgcmSRGuI4O1/r2vBeekC+FKniwjyqFNdIgOgmCu4U esyIhj9DRyXUyUGvAZ+N+KAN1VaZuF+Dh1fiEntvxk6n0UF3Z5nsIWQvkUeS73tu YsHZK2d4ArWvIqvVtLDB+9E7zm1xO+eGU85qZx5pc6PPDrboHUVWo2kN/SrMaVEr R7ICBxK7psnPPDmf+XAz865llIP0vm7qnjUKjoMNK5ZQzDB4qo6CWIijzfUPIsGN eGPjMu+K/2bw9WPEIRRli6ELICV9sNBKBdFqMA6Jd0ngqHsHLPLXr0peiA8fw17M Zwo5/Wh/NWJXQPfeihyLUnq7eMpxfD2xS25X26vI3HwHYCmpQ0hEdEVFhunkNYes asdlYp2YNuX9U+bnQmPda+VEWqG6XHXBp8f9GrmSVP1Jw3jMjUGRQ5EgVNTItygm swWSyRNhuApo3DdKcUjmbMQseZDKQC4++43kZCtZdZGzysNKK62rtqJwjNCze4F2 xO17H2IYIMfaFYMJXDumBvRzdOMx1rfCj9QkgZq6rdw97zhNi7Jv5/mtkmqCUide cBOo8vh8ttWUXwbuvFvlWobWVY7/eVeT8jJCyJ1XK6Qqiy/1Pul7iU0qmYAB8smN lfQR8PsMilu6Cg6w1DH5umMsMtEj/4x4m5OxDLlRdpOWc+2DJ4Q= =H8Ub -----END PGP SIGNATURE----- Merge tag 'tags/bcm2835-drivers-next-2019-02-01' into drivers/next This pull requests adds the missing devicetree parts for the new BCM2835 PM driver which depends on the driver changes. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
firmware | ||
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.