aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc/fsl/guts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-05soc: fsl: guts: check return value after calling of_iomap() in fsl_guts_get_soc_uid()Yang Yingliang1-0/+4
2022-07-05soc: fsl: guts: fix return value check in fsl_guts_init()Yang Yingliang1-2/+2
2022-06-27soc: fsl: guts: add serial_number supportMichael Walle1-2/+46
2022-06-27soc: fsl: guts: drop platform driverMichael Walle1-63/+71
2022-06-27soc: fsl: guts: use of_root instead of own referenceMichael Walle1-8/+4
2022-06-27soc: fsl: guts: allocate soc_dev_attr on the heapMichael Walle1-19/+21
2022-06-27soc: fsl: guts: embed fsl_guts_get_svr() in probe()Michael Walle1-31/+11
2022-06-27soc: fsl: guts: remove module_exit() and fsl_guts_remove()Michael Walle1-14/+1
2022-06-27soc: fsl: guts: machine variable might be unsetMichael Walle1-1/+1
2022-02-18soc: fsl: guts: Add a missing memory allocation failure checkChristophe JAILLET1-2/+7
2022-02-18soc: fsl: guts: Revert commit 3c0d64e867edChristophe JAILLET1-4/+3
2021-10-21soc: fsl: guts: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-04-06soc: fsl: guts: remove unneeded semicolonYang Li1-1/+1
2019-08-15soc: fsl: guts: Add definition for LS1028AYinbo Zhu1-0/+6
2019-06-17Merge tag 'soc-fsl-next-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/driversOlof Johansson1-0/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-20soc: fsl: guts: Add definition for LX2160AVabhav Sharma1-0/+6
2019-02-26soc: fsl: guts: make fsl_guts_get_svr() staticHoria Geantă1-2/+1
2019-01-11soc: fsl: guts: reuse machine name from device treeLi Yang1-3/+4
2018-01-22soc: fsl: guts: Add a NULL check for devm_kasprintf()Fabio Estevam1-0/+6
2017-12-08soc: fsl: support GUTS driver for ls1012a/ls1046ayangbo lu1-0/+2
2017-09-22soc/fsl/guts: Add compatible string for LS1088ashish kumar1-0/+1
2016-11-29soc: fsl: fix section mismatch build warningsSudeep Holla1-2/+5
2016-11-29soc: fsl: add GUTS driver for QorIQ platformsyangbo lu1-0/+236