mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
9df5bfa9fcb33a7ee6e3fb9eadc47c8f23a9ddc2
Look at the pinmux-functions debug node, there are several pcfg_xxx nodes which actually are not pinctrl functions: Under RV1126 EVB: function: pcfg-pull-up, groups = [ ] function: pcfg-pull-down, groups = [ ] function: pcfg-pull-none, groups = [ ] function: pcfg-pull-none-drv-level-1, groups = [ ] function: pcfg-pull-none-drv-level-2, groups = [ ] function: pcfg-pull-none-drv-level-3, groups = [ ] function: pcfg-pull-up-drv-level-1, groups = [ ] function: pcfg-pull-up-drv-level-2, groups = [ ] function: pcfg-pull-none-smt, groups = [ ] function: pcfg-output-low-pull-down, groups = [ ] function: acodec, groups = [ acodec-pins ] This patch fixs the function node valid check to ignore them. Change-Id: I432783de72e137e2fb406ce400a69cd56cb1a8de Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
…
…
…
…
…
…
…
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.
See Documentation/00-INDEX for a list of what is contained in each file.
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%