index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
memory
Age
Commit message (
Expand
)
Author
2020-07-24
memory: omap-gpmc: Fix whitespace issue
Krzysztof Kozlowski
2020-07-24
memory: omap-gpmc: Include <linux/sizes.h> for SZ_16M
Krzysztof Kozlowski
2020-07-24
memory: mtk-smi: Add argument to function pointer definition
Krzysztof Kozlowski
2020-07-24
memory: brcmstb_dpfe: Remove unneeded braces
Krzysztof Kozlowski
2020-07-24
memory: brcmstb_dpfe: Constify the contents of string
Krzysztof Kozlowski
2020-07-24
memory: ti-emif-pm: Fix cast to iomem pointer
Krzysztof Kozlowski
2020-07-24
memory: ti-aemif: Rename SS to SSTROBE to avoid name conflicts
Krzysztof Kozlowski
2020-07-24
memory: emif: Silence platform_get_irq() error in driver
Krzysztof Kozlowski
2020-07-24
memory: emif: Fix whitespace coding style violations
Krzysztof Kozlowski
2020-07-24
memory: emif: Put constant in comparison on the right side
Krzysztof Kozlowski
2020-07-24
memory: emif-asm-offsets: Add GPLv2 SPDX license header
Krzysztof Kozlowski
2020-07-24
memory: of: Remove unneeded extern from function declarations
Krzysztof Kozlowski
2020-07-24
memory: of: Correct indentation
Krzysztof Kozlowski
2020-07-24
memory: of: Remove __func__ in device related messages
Krzysztof Kozlowski
2020-07-24
memory: of: Remove unused headers
Krzysztof Kozlowski
2020-07-24
memory: samsung: exynos5422-dmc: Do not ignore return code of regmap_read()
Krzysztof Kozlowski
2020-07-15
memory: tegra: Add Tegra132 compatible string match
Thierry Reding
2020-07-14
memory: tegra: Fix KCONFIG variables for Tegra186 and Tegra194
Jon Hunter
2020-07-13
memory: mtk-smi: Add basic support for MT6779
Ming-Fan Chen
2020-07-07
memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver
Christophe Kerello
2020-07-01
memory: add Renesas RPC-IF driver
Sergei Shtylyov
2020-06-22
memory: tegra: Delete some dead code
Dan Carpenter
2020-06-22
memory: tegra: Avoid unused function warnings
Arnd Bergmann
2020-06-22
memory: tegra: Drop <linux/clk-provider.h>
Geert Uytterhoeven
2020-06-22
memory: tegra: Fix an error handling path in tegra186_emc_probe()
Christophe JAILLET
2020-06-22
memory: tegra30-emc: Poll EMC-CaR handshake instead of waiting for interrupt
Dmitry Osipenko
2020-06-22
memory: tegra20-emc: Poll EMC-CaR handshake instead of waiting for interrupt
Dmitry Osipenko
2020-06-22
memory: tegra: Support derated timings on Tegra210
Thierry Reding
2020-06-22
memory: tegra: Add EMC scaling sequence code for Tegra210
Joseph Lo
2020-06-22
memory: tegra: Add EMC scaling support code for Tegra210
Joseph Lo
2020-06-22
memory: tegra: Make debugfs permissions human-readable
Dmitry Osipenko
2020-05-28
Merge branch 'baikal/drivers' into arm/drivers
Arnd Bergmann
2020-05-28
memory: Add Baikal-T1 L2-cache Control Block driver
Serge Semin
2020-05-12
memory: samsung: exynos5422-dmc: Reduce protected code area in IRQ handler
Bernard Zhao
2020-05-08
memory: samsung: exynos5422-dmc: Fix tFAW timings alignment
Bernard Zhao
2020-04-03
Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-11
memory: tegra: Correct debugfs clk rate-range on Tegra124
Dmitry Osipenko
2020-03-11
memory: tegra: Correct debugfs clk rate-range on Tegra30
Dmitry Osipenko
2020-03-11
memory: tegra: Correct debugfs clk rate-range on Tegra20
Dmitry Osipenko
2020-01-16
Merge tag 'mvebu-drivers-5.6-1' of git://git.infradead.org/linux-mvebu into a...
Olof Johansson
2020-01-16
Merge tag 'tegra-for-5.6-memory' of git://git.kernel.org/pub/scm/linux/kernel...
Olof Johansson
2020-01-10
memory: tegra30-emc: Correct error message for timed out auto calibration
Dmitry Osipenko
2020-01-10
memory: tegra30-emc: Firm up hardware programming sequence
Dmitry Osipenko
2020-01-10
memory: tegra30-emc: Firm up suspend/resume sequence
Dmitry Osipenko
2020-01-10
memory: tegra: Correct reset value of xusb_hostr
Nicolin Chen
2020-01-09
memory: tegra: Add support for the Tegra194 memory controller
Thierry Reding
2020-01-09
memory: tegra: Only include support for enabled SoCs
Thierry Reding
2020-01-09
memory: tegra: Support DVFS on Tegra186 and later
Thierry Reding
2020-01-09
memory: tegra: Add system sleep support
Thierry Reding
[prev]
[next]