Skip to content
master
Switch branches/tags
Code

Latest commit

While upstreaming some changes have been made based on reviews.
This patch is syncing up them by reverting internal patches:
commit 3100e26 ("clk: zynqmp: Map ZYNQMP_CLK_SET_RATE_GATE with CCF"),
commit dee65b6 ("clk: zynqmp: Use firmware specific mux clock flags"),
commit a3cfc9e ("clk: zynqmp: Use firmware specific divider clock
flags"), commit 54ed8a7 ("clk: zynqmp: Use firmware specific common
clock flags"), commit 0851d74 ("clk: zynqmp: Handle divider specific
read only flag")

by upstream versions:
commit 03aea91 ("clk: zynqmp: Handle divider specific read only
flag"), commit 54530ed ("clk: zynqmp: Use firmware specific mux clock
flags"), commit 1b09c30 ("clk: zynqmp: Use firmware specific divider
clock flags"), commit 610a5d8 ("clk: zynqmp: Use firmware specific
common clock flags").

Signed-off-by: Rajan Vaja <rajan.vaja@xilinx.com>
45cd007

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Dec 13, 2020
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.