aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/pl353-smc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16memory: pl353-smc: Fix refcount leak bug in pl353_smc_probe()Liang He1-0/+1
2021-06-12Merge tag 'memory-controller-drv-pl353-5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/driversOlof Johansson1-304/+10
2021-06-10memory: pl353-smc: Declare variables following a reverse christmas tree orderMiquel Raynal1-3/+3
2021-06-10memory: pl353-smc: Avoid useless acronyms in descriptionsMiquel Raynal1-1/+1
2021-06-10memory: pl353-smc: Let lower level controller drivers handle initsMiquel Raynal1-294/+0
2021-06-10memory: pl353-smc: Rename goto labelsMiquel Raynal1-4/+4
2021-06-10memory: pl353-smc: Fix styleMiquel Raynal1-2/+2
2021-05-17memory: pl353: Fix error return code in pl353_smc_probe()Zhen Lei1-0/+1
2021-04-05memory: pl353: fix mask of ECC page_size config registergexueyuan1-1/+1
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-3/+1
2018-12-13memory: pl353: Add driver for arm pl353 static memory controllerNaga Sureshkumar Relli1-0/+463