No description
Find a file
Stephen Boyd 5e3b5f31fc Samsung SoC clock drivers changes for 6.8
Few kernel-doc fixes for Samsung SoC clock controllers.
 -----BEGIN PGP SIGNATURE-----
 
 iQJEBAABCgAuFiEE3dJiKD0RGyM7briowTdm5oaLg9cFAmWCqGgQHGtyemtAa2Vy
 bmVsLm9yZwAKCRDBN2bmhouD1+d7D/0ZOL+VSM71Z5mEFF9xYm/voEsz8yckOnN/
 oZRZx1LewaHwdU/irhs4KKzWb1L6yv4bUniRwCgLpOMbkJeZ1Ex0qR+4J56Ov0Vl
 l+eCkf2/JBTOPIdwTgAGhcHxL5uEMcxCTMsRENm1xJLCpeixtTUWDNqqYbY3AAZM
 LK08AjkkttOZhxMQIThKxvsrXnj2NtyR7cS45/qkz39HPoo4Q+G6j7EE8/HoKXNf
 jkS+exvW9bRB1Pq4OWt5JnLUWwXYcgQEGZBiyMyVXHzq9KAWph6UTsx8jL7pJNf0
 GrfpvBLdT52tIED/QTYPhv7F9L9LPqXwakg0sAqfAb9svWZeggMVEdBRs2Czh8HL
 w4JRJKYn7zhFzYk8bs6xABATuGE0ERMpM4fCPLimPRL+NRjAKpuEDOTalUuBoxDZ
 oechNglDnsDuP8SRy0MpNZ3wHTRPjCQ5+QhWc5TtS7xKqDT0ziDeShZyGHFCL3Ub
 w4OFssIR/ZMXG2UXR1X9fR9z7jiR/Z9gAuL8kVpS0f1lMUMBiHD136qL+uUBE+2U
 BLO56TOrydOAEB+nEKfnMSHCMjDPtcAOKxjEPyQddsKpQf1BJilz5CQZqXb/cCZj
 h8J5ckhKh7slwlMdR/rCfbam78Z6xwRud5JTBEhxwY191YmI5PeWoyIk2AO7WUR7
 mix/0dFbbQ==
 =lS/Y
 -----END PGP SIGNATURE-----

Merge tag 'samsung-clk-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into clk-samsung

Pull Samsung SoC clk driver changes from Krzysztof Kozlowski:

Few kernel-doc fixes for Samsung SoC clock controllers.

* tag 'samsung-clk-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  clk: samsung: Improve kernel-doc comments
  clk: samsung: Fix kernel-doc comments
2023-12-20 11:54:42 -08:00
arch parisc architecture fixes for kernel v6.7-rc1 (part 2): 2023-11-12 11:05:31 -08:00
block blk-core: use pr_warn_ratelimited() in bio_check_ro() 2023-11-07 08:15:23 -07:00
certs This update includes the following changes: 2023-11-02 16:15:30 -10:00
crypto This push fixes a regression in ahash and hides the Kconfig sub-options for the jitter RNG. 2023-11-09 17:04:58 -08:00
Documentation Probes fixes for v6.7-rc1: 2023-11-10 16:35:04 -08:00
drivers clk: samsung: Improve kernel-doc comments 2023-11-16 20:46:03 +01:00
fs Sixteen smb3/cifs client fixes 2023-11-11 17:17:22 -08:00
include Probes fixes for v6.7-rc1: 2023-11-10 16:35:04 -08:00
init As usual, lots of singleton and doubleton patches all over the tree and 2023-11-02 20:53:31 -10:00
io_uring io_uring: do not clamp read length for multishot read 2023-11-06 13:41:58 -07:00
ipc Many singleton patches against the MM code. The patch series which are 2023-11-02 19:38:47 -10:00
kernel Probes fixes for v6.7-rc1: 2023-11-10 16:35:04 -08:00
lib lib: test_objpool: make global variables static 2023-11-10 19:59:04 +09:00
LICENSES
mm memblock: report failures when memblock_can_resize is not set 2023-11-08 09:40:13 -08:00
net Including fixes from netfilter and bpf. 2023-11-09 17:09:35 -08:00
rust Kbuild updates for v6.7 2023-11-04 08:07:19 -10:00
samples Landlock updates for v6.7-rc1 2023-11-03 09:28:53 -10:00
scripts Kbuild updates for v6.7 2023-11-04 08:07:19 -10:00
security + Features 2023-11-03 09:48:17 -10:00
sound sound fixes for 6.7-rc1 2023-11-10 11:57:51 -08:00
tools LoongArch changes for v6.7 2023-11-12 10:58:08 -08:00
usr arch: Remove Itanium (IA-64) architecture 2023-09-11 08:13:17 +00:00
virt ARM: 2023-09-07 13:52:20 -07:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/ 2023-10-03 20:49:09 +09:00
.mailmap As usual, lots of singleton and doubleton patches all over the tree and 2023-11-02 20:53:31 -10:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS - removed AR7 platform support 2023-11-10 09:19:46 -08:00
Makefile Linux 6.7-rc1 2023-11-12 16:19:07 -08:00
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.