Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices:
OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
- Rework PM to support sam9x60 -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEycoQi/giopmpPgB12wIijOdRNOUFAl53JhgACgkQ2wIijOdR NOUEkw//eB3U+hdMIKY0C0u7XaGTh1hT3WwTGFG6F3eWpX4kh+RiZNmp/xNsifE5 yeI5ILZHJniEysGf0xCc0yV63Bm9mEYcPLfZDXOVezjVRjnf5Cd8dMNeXWFF+2Sw 5EgMV4l8IgKxWMIZ6Y0fhozJyLtfnTjav2FyciBJF3l409rRpn6l8YVq4sqY0XWq ta1OoEJuOukXjTeJDwtoPZVeN1w+V25GFKwCUvko/784706qyzZbtqyGzjON8HqI 6OGY3L2dEm8LLL4LmRE98fKczo0s3hoolWtB3jQa+kvNJpLpUg51TJWlc/TqQaH1 ugtAWPuk9UeLZswRWFvVQyGVxaimlq2gH6jf8ZoGTGJsZ2GEe2Kn+KCpbP4UOvy1 OgTvh5MBDfIEpcOzqdoHcu7G43Ke96Ra+ZniCl/7bW0BTLGSDtofz9P4k5i00DRd i57R3ngK4qMjnW8vInfwuqqFwV5VwwbAm9wdScyfUI/sAvGHjom1GChQQiXlf4DA ll2Lvpy5TgbsTYqoy/QdVq324WWQi6ZK8TphsJBJi91grfBmd366C//ssQ/UINmv OC6jcqnkMYtxNONShG2a9W2dOtceA6irXq/gK3kp6Wj6l+z610XKirzJ0Yc/BAXI EDNdnejN4twC9UJCygCl+UK1wbFB6rAtdPsHICZvm83rHNfHPW4= =A2LQ -----END PGP SIGNATURE----- Merge tag 'at91-5.7-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/soc AT91 SoC for 5.7 - Rework PM to support sam9x60 * tag 'at91-5.7-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: ARM: at91: pm: add quirk for sam9x60's ulp1 ARM: at91: pm: add plla disable/enable support for sam9x60 clk: at91: move sam9x60's PLL register offsets to PMC header ARM: at91: pm: s/sfr/sfrbu in pm_suspend.S ARM: at91: pm: add pmc_version member to at91_pm_data ARM: at91: pm: add macros for plla disable/enable ARM: at91: pm: revert do not disable/enable PLLA for ULP modes ARM: at91: pm: use proper master clock register offset ARM: at91: Drop unneeded select of COMMON_CLK Link: https://lore.kernel.org/r/20200322090116.GA208895@piout.net Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| 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.