index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
memory
/
emif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-10
memory: emif: Add missing kerneldoc for lpmode
Krzysztof Kozlowski
1
-0
/
+1
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2024-08-25
memory: emif: simplify locking with guard()
Krzysztof Kozlowski
1
-9
/
+8
2024-08-25
memory: emif: drop unused 'irq_state' member
Krzysztof Kozlowski
1
-1
/
+0
2024-08-02
memory: emif: Use of_property_read_bool()
Rob Herring (Arm)
1
-9
/
+4
2024-01-23
memory: emif: Drop usage of platform_driver_probe()
Uwe Kleine-König
1
-12
/
+13
2024-01-23
memory: emif: Simplify code handling CONFIG_OF
Uwe Kleine-König
1
-10
/
+0
2024-01-23
memory: emif: Simplify code handling CONFIG_DEBUG_FS
Uwe Kleine-König
1
-20
/
+12
2023-12-19
memory: emif: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-05-30
Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-1
/
+1
2022-05-19
memory: emif: Use kernel_can_power_off()
Dmitry Osipenko
1
-1
/
+1
2022-04-26
memory: emif: simplify platform_get_resource()
Krzysztof Kozlowski
1
-3
/
+1
2022-04-06
memory: emif: remove unneeded ENOMEM error messages
Krzysztof Kozlowski
1
-10
/
+1
2022-03-04
memory: emif: check the pointer temp in get_device_details()
Jia-Ju Bai
1
-1
/
+1
2022-03-04
memory: emif: Add check for setup_interrupts
Jiasheng Jiang
1
-2
/
+4
2021-06-10
memory: emif: remove unused frequency and voltage notifiers
Krzysztof Kozlowski
1
-678
/
+0
2021-01-03
memory: emif: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
1
-2
/
+1
2020-09-20
memory: emif: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
1
-20
/
+2
2020-08-27
memory: emif: Remove bogus debugfs error handling
Dan Carpenter
1
-28
/
+5
2020-07-24
memory: emif: Silence platform_get_irq() error in driver
Krzysztof Kozlowski
1
-4
/
+1
2020-07-24
memory: emif: Fix whitespace coding style violations
Krzysztof Kozlowski
1
-9
/
+7
2020-07-24
memory: emif: Put constant in comparison on the right side
Krzysztof Kozlowski
1
-1
/
+1
2019-10-29
memory: emif: remove set but not used variables 'cs1_used' and 'custom_configs'
YueHaibing
1
-4
/
+1
2019-07-19
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
1
-1
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-17
memory: move jedec_ddr.h from include/memory to drivers/memory/
Masahiro Yamada
1
-1
/
+2
2018-03-05
memory-EMIF: Use seq_putc() in emif_regdump_show()
SF Markus Elfring
1
-1
/
+1
2013-05-18
drivers/memory: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-6
/
+0
2013-03-25
memory: emif: Load the correct custom config values from dt
Lokesh Vutla
1
-3
/
+4
2013-03-25
memory: emif: errata i743: Prohibit usage of Power-Down mode
Grygorii Strashko
1
-0
/
+35
2013-03-25
memory: emif: Fix the incorrect 'size' parameter in memcpy
Oleksandr Dmytryshyn
1
-1
/
+1
2013-03-25
memory: emif: use restart if power_off not present when out of spec
Nishanth Menon
1
-1
/
+9
2013-03-25
memory: emif: Handle devices which are not rated for >85C
Nishanth Menon
1
-0
/
+27
2013-03-25
memory: emif: handle overflow for timing for LP mode
Nishanth Menon
1
-8
/
+28
2013-03-25
memory: emif: setup LP settings on freq update
Ambresh K
1
-0
/
+2
2013-03-25
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-01-22
memory: Convert to devm_ioremap_resource()
Thierry Reding
1
-5
/
+3
2012-09-26
memory: emif: Add ifdef CONFIG_DEBUG_FS guard for emif_debugfs_[init|exit]
Axel Lin
1
-6
/
+17
2012-09-04
memory: emif: add device tree support to emif driver
Aneesh V
1
-1
/
+181
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
1
-3
/
+891
2012-05-02
memory: emif: add basic infrastructure for EMIF driver
Aneesh V
1
-0
/
+289