Go to file
Victor Shih f0aa8591ba mmc: sdhci-pci-gli: Add a new function to simplify the code
[ Upstream commit dec8b38be4 ]

In preparation to fix replay timer timeout, add
sdhci_gli_mask_replay_timer_timeout() function
to simplify some of the code, allowing it to be re-used.

Signed-off-by: Victor Shih <victor.shih@genesyslogic.com.tw>
Fixes: 1ae1d2d6e5 ("mmc: sdhci-pci-gli: Add Genesys Logic GL9763E support")
Cc: stable@vger.kernel.org
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20250731065752.450231-2-victorshihgli@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-08-28 16:28:45 +02:00
arch arm64: dts: ti: k3-am62-main: Remove eMMC High Speed DDR support 2025-08-28 16:28:44 +02:00
block
certs
crypto
Documentation mptcp: disable add_addr retransmission when timeout is 0 2025-08-28 16:28:44 +02:00
drivers mmc: sdhci-pci-gli: Add a new function to simplify the code 2025-08-28 16:28:45 +02:00
fs use uniform permission checks for all mount propagation changes 2025-08-28 16:28:44 +02:00
include
init
io_uring
ipc
kernel
lib
LICENSES
mm
net mptcp: disable add_addr retransmission when timeout is 0 2025-08-28 16:28:44 +02:00
rust
samples
scripts
security
sound
tools selftests: mptcp: pm: check flush doesn't reset limits 2025-08-28 16:28:44 +02:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.

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.