mainlining shenanigans
Contains the CLK_IS_BASIC flag cleanup, getting rid of the flag completely from TI clock driver. Also contains the autoidle clock support series from Andreas Kemnade, which is needed for handling the hdq clocks properly during low power states; at least on gta04 board. -----BEGIN PGP SIGNATURE----- iQJEBAABCAAuFiEEtQ6szHmfiBT7fujkyvq9MXlQGhEFAlxnD3YQHHQta3Jpc3Rv QHRpLmNvbQAKCRDK+r0xeVAaEbZFD/0ekI/uu5E32qYcsjcCbgBNFZ7PrAYXLiSQ nh/N/GxQll71qVpfqSoZEDVCzq2PCKH7nXFY+mkBjZKVm3WN+PfjU+feo65aQ7XW cW56y6HGijvOyvac6kcMMnZsyA5j8lC2wLcrvJ2SQzCsxyaJ3NIxuFXsvysbbgCA bwLZxRnb+bsf1LOsvd0NORbs5FHY4SXJ3XHK88JZ6AZ2PuJ6ERF+Wl8vFwzy8+nM GAo4EAp42H9qp+BDEsx42yqG5oLmmzjZGCbG/KC3zbHEBz9KAPKa4gbM+4/8uoxj L1hPgIlnHTASsaq9/WlgMZeDvGgkBNV5OK0e50XFB6dC+wJq1Z2sSgds6IUDdqhq 58zAL5d9FNTIAsDG0ADyCKOpHfQxt2WCNRFmZfpzguBVno37uODdaYL7GVbhFbCK Us89ijZwDfzBlTcNDlwmom55BzDPkoAohGR7f2mtBS50ZdFq8PqEDpRCGJT9Ctxt geRWOIP6SddUXjlI/xqQkrMtUlgU10QGx7uXG6c1hRDvITXXNmQZ641TfvvYRs91 152uF7L3Z/OU8Ahh+D4H6kvpthIOUEymeLepcDsvPV0YyEFdasyCs/+U9sLmqjof rFlUr5HDmdio8mHtjVl5OedS59gnUHVHluK6lkUgv/vRjwkFMqWeZCKELft/Enn4 1D2WG6S3FA== =B1/F -----END PGP SIGNATURE----- Merge tag 'ti-clk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux into clk-ti Pull TI clock driver updates from Tero Kristo: Contains the CLK_IS_BASIC flag cleanup, getting rid of the flag completely from TI clock driver. Also contains the autoidle clock support series from Andreas Kemnade, which is needed for handling the hdq clocks properly during low power states; at least on gta04 board. * tag 'ti-clk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kristo/linux: ARM: OMAP2+: hwmod: disable ick autoidling when a hwmod requires that clk: ti: check clock type before doing autoidle ops clk: ti: add a usecount for autoidle clk: ti: generalize the init sequence of clk_hw_omap clocks clk: ti: remove usage of CLK_IS_BASIC clk: ti: add new API for checking if a provided clock is an OMAP clock clk: ti: move clk_hw_omap list handling under generic part of the driver |
||
---|---|---|
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.