index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
memory
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-27
Merge 3.10-rc3 into char-misc-next
Greg Kroah-Hartman
1
-6
/
+0
2013-05-21
drivers: memory: Introduce Marvell EBU Device Bus driver
Ezequiel Garcia
3
-0
/
+351
2013-05-18
drivers/memory: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-6
/
+0
2013-03-26
memory: emif: Load the correct custom config values from dt
Lokesh Vutla
1
-3
/
+4
2013-03-26
memory: emif: errata i743: Prohibit usage of Power-Down mode
Grygorii Strashko
1
-0
/
+35
2013-03-26
memory: emif: Fix the incorrect 'size' parameter in memcpy
Oleksandr Dmytryshyn
1
-1
/
+1
2013-03-26
memory: emif: use restart if power_off not present when out of spec
Nishanth Menon
1
-1
/
+9
2013-03-26
memory: emif: Handle devices which are not rated for >85C
Nishanth Menon
1
-0
/
+27
2013-03-26
memory: emif: handle overflow for timing for LP mode
Nishanth Menon
1
-8
/
+28
2013-03-26
memory: emif: setup LP settings on freq update
Ambresh K
1
-0
/
+2
2013-03-26
memory: emif: Fix the lpmode timeout calculation
Lokesh Vutla
1
-3
/
+7
2013-03-15
drivers: memory: use module_platform_driver_probe()
Fabio Porcedda
1
-11
/
+1
2013-03-15
memory: tegra30: Fix build error w/o PM
Hiroshi Doyu
1
-0
/
+2
2013-01-22
memory: Convert to devm_ioremap_resource()
Thierry Reding
3
-11
/
+11
2013-01-04
Drivers: memory: remove __dev* attributes.
Greg Kroah-Hartman
2
-4
/
+4
2012-09-27
memory: tegra{20,30}-mc: Fix reading incorrect register in mc_readl()
Axel Lin
2
-22
/
+10
2012-09-27
memory: emif: Add ifdef CONFIG_DEBUG_FS guard for emif_debugfs_[init|exit]
Axel Lin
1
-6
/
+17
2012-09-05
memory: fix build when CONFIG_OF && !CONFIG_DDR
Stephen Warren
2
-2
/
+4
2012-09-05
memory: emif: add device tree support to emif driver
Aneesh V
4
-1
/
+371
2012-05-14
memory: tegra{20,30}-mc: Remove empty *_remove()
Hiroshi DOYU
2
-12
/
+0
2012-05-14
memory: tegra{20,30}-mc: Use dev_err_ratelimited()
Hiroshi DOYU
2
-4
/
+6
2012-05-12
ARM: tegra30: Make MC optional in Kconfig
Hiroshi DOYU
1
-1
/
+7
2012-05-12
ARM: tegra20: Make MC optional in Kconfig
Hiroshi DOYU
1
-1
/
+7
2012-05-12
ARM: tegra30: MC: Remove unnecessary BUG*()
Hiroshi DOYU
1
-12
/
+8
2012-05-12
ARM: tegra20: MC: Remove unnecessary BUG*()
Hiroshi DOYU
1
-6
/
+6
2012-05-11
ARM: tegra30: Add Tegra Memory Controller(MC) driver
Hiroshi DOYU
3
-0
/
+396
2012-05-11
ARM: tegra20: Add Tegra Memory Controller(MC) driver
Hiroshi DOYU
3
-0
/
+267
2012-05-05
memory: emif: Add Kconfig dependency for TI EMIF controller
Santosh Shilimkar
1
-0
/
+1
2012-05-02
memory: emif: add debugfs entries for emif
Aneesh V
1
-0
/
+138
2012-05-02
memory: emif: add one-time settings
Aneesh V
1
-0
/
+148
2012-05-02
memory: emif: add interrupt and temperature handling
Aneesh V
1
-2
/
+209
2012-05-02
memory: emif: handle frequency and voltage change events
Aneesh V
2
-4
/
+1020
2012-05-02
memory: emif: add basic infrastructure for EMIF driver
Aneesh V
4
-0
/
+323
2012-05-02
memory: emif: add register definitions for EMIF
Aneesh V
1
-0
/
+454
[prev]