1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 16:53:58 -05:00
No description
Find a file
Serge Semin 11ae2e63b2
spi: dw: Convert to using BITS_TO_BYTES() macro
Since commit dd3e7cba16 ("ocfs2/dlm: move BITS_TO_BYTES() to bitops.h
for wider use") there is a generic helper available to calculate a number
of bytes needed to accommodate the specified number of bits. Let's use it
instead of the hard-coded DIV_ROUND_UP() macro function.

Signed-off-by: Serge Semin <fancer.lancer@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20240424150657.9678-2-fancer.lancer@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2024-05-03 11:09:22 +09:00
arch Add bridged amplifiers to cs42l43 2024-04-17 09:12:19 +09:00
block block-6.9-20240405 2024-04-05 17:04:11 -07:00
certs
crypto
Documentation spi: dt-bindings: airoha: Add YAML schema for SNFI controller 2024-04-30 23:40:29 +09:00
drivers spi: dw: Convert to using BITS_TO_BYTES() macro 2024-05-03 11:09:22 +09:00
fs nfsd-6.9 fixes: 2024-04-06 09:37:50 -07:00
include Add bridged amplifiers to cs42l43 2024-04-17 09:12:19 +09:00
init
io_uring
ipc
kernel Fix various timer bugs: 2024-04-07 09:20:50 -07:00
lib
LICENSES
mm
net nfsd-6.9 fixes: 2024-04-06 09:37:50 -07:00
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS spi: airoha: add SPI-NAND Flash controller driver 2024-04-30 23:40:28 +09:00
Makefile Linux 6.9-rc3 2024-04-07 13:22:46 -07: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 reStructuredText 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.