summaryrefslogtreecommitdiffstats
path: root/drivers/memory/samsung
AgeCommit message (Expand)AuthorLines
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-08-21memory: samsung: exynos5422-dmc: use scoped device node handling to simplify ...Krzysztof Kozlowski-20/+11
2024-08-21memory: samsung: exynos5422-dmc: simplify dmc->dev usageKrzysztof Kozlowski-30/+31
2023-12-19memory: exynos5422-dmc: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-07-25memory: Explicitly include correct DT includesRob Herring-1/+1
2022-06-06memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timingsMiaoqian Lin-11/+18
2022-04-04memory: samsung: exynos5422-dmc: Avoid some over memory allocationChristophe JAILLET-3/+2
2021-09-28memory: samsung: describe drivers in KConfigKrzysztof Kozlowski-6/+7
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-10/+3
2021-04-13memory: samsung: exynos5422-dmc: handle clk_set_parent() failureKrzysztof Kozlowski-1/+3
2021-03-25memory: samsung: exynos5422-dmc: Convert to use resource-managed OPP APIYangtao Li-10/+3
2021-02-08memory: samsung: exynos5422-dmc: Correct function names in kerneldocKrzysztof Kozlowski-2/+2
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-37/+71
2020-09-29PM / devfreq: event: Change prototype of devfreq_event_get_edev_by_phandle fu...Chanwoo Choi-2/+4
2020-09-01memory: samsung: exynos5422-dmc: add missing and fix kerneldocKrzysztof Kozlowski-4/+42
2020-09-01memory: samsung: exynos5422-dmc: remove unused exynos5_dmc membersKrzysztof Kozlowski-9/+0
2020-09-01memory: samsung: exynos5422-dmc: rename timing register fields variablesKrzysztof Kozlowski-24/+25
2020-08-17memory: samsung: exynos5422-dmc: Document mutex scopeKrzysztof Kozlowski-0/+1
2020-08-17memory: samsung: exynos5422-dmc: Additional locking for 'curr_rate'Lukasz Luba-0/+3
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-4/+10
2020-07-30memory: samsung: exynos5422-dmc: Add module param to control IRQ modeLukasz Luba-2/+7
2020-07-30memory: samsung: exynos5422-dmc: Adjust polling interval and uptresholdLukasz Luba-2/+2
2020-07-30memory: samsung: exynos5422-dmc: Use delayed timer as defaultChanwoo Choi-0/+1
2020-07-27memory: samsung: exynos5422-dmc: Correct white space issuesKrzysztof Kozlowski-2/+1
2020-07-27memory: samsung: exynos-srom: Correct alignmentKrzysztof Kozlowski-11/+11
2020-07-24memory: samsung: exynos-srom: Describe the Kconfig entryKrzysztof Kozlowski-0/+7
2020-07-24memory: samsung: exynos5422-dmc: Do not ignore return code of regmap_read()Krzysztof Kozlowski-3/+9
2020-05-12memory: samsung: exynos5422-dmc: Reduce protected code area in IRQ handlerBernard Zhao-4/+2
2020-05-08memory: samsung: exynos5422-dmc: Fix tFAW timings alignmentBernard Zhao-1/+1
2020-01-07memory: samsung: Rename Exynos to lowercaseKrzysztof Kozlowski-2/+2
2019-12-30memory: samsung: exynos5422-dmc: Convert to devm_platform_ioremap_resourceYangtao Li-5/+2
2019-10-02memory: samsung: exynos5422-dmc: Add support for interrupt from performance c...Lukasz Luba-25/+320
2019-10-01memory: samsung: exynos5422-dmc: Fix kfree() of devm-allocated memory and mis...Lukasz Luba-4/+2
2019-10-01memory: samsung: exynos5422-dmc: Fix spelling mistake "counld" -> "could"Colin Ian King-1/+1
2019-10-01memory: Add DMC driver for Exynos5422Lukasz Luba-0/+1271
2018-11-27memory: Convert to using %pOFn instead of device_node.nameRob Herring-2/+2
2018-02-12memory: samsung: Add SPDX license identifiersKrzysztof Kozlowski-16/+11
2016-07-06memory: samsung: exynos-srom: Fix wrong count of registersSeung-Woo Kim-1/+1
2016-06-20memory: samsung: exynos-srom: make it explicitly non-modularPaul Gortmaker-18/+3
2016-06-20memory: samsung: endian fixes for IOBen Dooks-10/+10
2016-04-18memory: samsung: exynos-srom: Add support for bank configurationPavel Fedin-3/+59
2016-04-18memory: Add support for Exynos SROM driverPankaj Dubey-0/+240