Linux kernel for uConsole
- C 97.1%
- Assembly 1.8%
- Shell 0.4%
- Makefile 0.3%
- Python 0.2%
* Add meson8b nand clocks * Add gxbb video decoder clocks * Rework of gxbb AO clock controller code to allow code reuse * Add axg AO clock controller -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE9OFZrhjz9W1fG7cb5vwPHDfy2oUFAlr61YgACgkQ5vwPHDfy 2oUzxw//RvhDmcNqvCi9OQ8YHVQFV3DsMsSsLrIY0nzlVaMWc+dYUzZVhs4+/vFf j1zywaSmVntqbaUZ1wxM4ePTC3BYbBgBwlznW548JoWtFFePBoBXGXfDcnAXFvlj cz8/Das3uVLVwXvdPYAtiqmamv4eYL1hlX14htyPqT9tg52iqnGE51s9k+TyaTwE dcQ2Y5D0VlyfkJJ1pfFXcQBSL5pJjYPlry4+ceU9gefKBeLw9flPk2HSgmOWegeB GRnLTHTbexU2ZIrFYDxOjhRFWIxDmHdFBt3hcOk/Xc9tBBGjulckJDDA/ntHJ4j8 kRBU6lOnlE9b2JcJFFxo1FrR3KVTBYhzd9XzKVE1OwWFp6dCx6pAUx9/nvAer9Y7 GmAtDdu9H8GwMKbjwIhWQdX8L+P/ABeOfJtKEzW61MgI9u+UgRDJbcThrmiRbuJE UMaXOozefvbpDQUgY9rVJtWsshBbFZkvlQSC577Vo6scE13oSCWWXsZIPjTTGI+7 AyKlQ4k6JyArWfn+GAQxnShJ11acKbi52TEOPvPJR/3KPzSADc7f9J9tmLfEd7uA iWwzoGHOgUlTiFmNIEqv0LdQXXkyDsUM9M6ziWLazC4tW+wz7lmZemjkeRquBwPL AMdOONQA6g4wLk84N02CrK2Ak53pkp0MFj6G+ijPSfsk7bz8zww= =j0HH -----END PGP SIGNATURE----- Merge tag 'meson-clk-4.18-1' of https://github.com/BayLibre/clk-meson into clk-meson Pull meson clk driver updates from Jerome Brunet: - Add meson8b nand clocks - Add gxbb video decoder clocks - Rework of gxbb AO clock controller code to allow code reuse - Add axg AO clock controller A rework of the AO clock controller found on the gxbb SoC family has been done to improve code re-usability before introducing a very similar controller for the axg SoC family. * tag 'meson-clk-4.18-1' of https://github.com/BayLibre/clk-meson: clk: meson: drop CLK_SET_RATE_PARENT flag clk: meson-axg: Add AO Clock and Reset controller driver clk: meson: aoclk: refactor common code into dedicated file clk: meson: migrate to devm_of_clk_add_hw_provider API clk: meson: gxbb: add the video decoder clocks clk: meson: meson8b: add support for the NAND clocks dt-bindings: clock: reset: Add AXG AO Clock and Reset Bindings dt-bindings: clock: axg-aoclkc: New binding for Meson-AXG SoC clk: meson: gxbb: expose VDEC_1 and VDEC_HEVC clocks dt-bindings: clock: meson8b: export the NAND clock |
||
|---|---|---|
| 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.
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.