summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl/guts.c
Commit message (Expand)AuthorAgeFilesLines
* soc: fsl: guts: check return value after calling of_iomap() in fsl_guts_get_s...Yang Yingliang2022-07-051-0/+4
* soc: fsl: guts: fix return value check in fsl_guts_init()Yang Yingliang2022-07-051-2/+2
* soc: fsl: guts: add serial_number supportMichael Walle2022-06-271-2/+46
* soc: fsl: guts: drop platform driverMichael Walle2022-06-271-63/+71
* soc: fsl: guts: use of_root instead of own referenceMichael Walle2022-06-271-8/+4
* soc: fsl: guts: allocate soc_dev_attr on the heapMichael Walle2022-06-271-19/+21
* soc: fsl: guts: embed fsl_guts_get_svr() in probe()Michael Walle2022-06-271-31/+11
* soc: fsl: guts: remove module_exit() and fsl_guts_remove()Michael Walle2022-06-271-14/+1
* soc: fsl: guts: machine variable might be unsetMichael Walle2022-06-271-1/+1
* soc: fsl: guts: Add a missing memory allocation failure checkChristophe JAILLET2022-02-181-2/+7
* soc: fsl: guts: Revert commit 3c0d64e867edChristophe JAILLET2022-02-181-4/+3
* soc: fsl: guts: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-10-211-3/+1
* soc: fsl: guts: remove unneeded semicolonYang Li2021-04-061-1/+1
* soc: fsl: guts: Add definition for LS1028AYinbo Zhu2019-08-151-0/+6
* Merge tag 'soc-fsl-next-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2019-06-171-0/+6
|\
| * soc: fsl: guts: Add definition for LX2160AVabhav Sharma2019-05-201-0/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* soc: fsl: guts: make fsl_guts_get_svr() staticHoria Geantă2019-02-261-2/+1
* soc: fsl: guts: reuse machine name from device treeLi Yang2019-01-111-3/+4
* soc: fsl: guts: Add a NULL check for devm_kasprintf()Fabio Estevam2018-01-221-0/+6
* soc: fsl: support GUTS driver for ls1012a/ls1046ayangbo lu2017-12-081-0/+2
* soc/fsl/guts: Add compatible string for LS1088ashish kumar2017-09-221-0/+1
* soc: fsl: fix section mismatch build warningsSudeep Holla2016-11-291-2/+5
* soc: fsl: add GUTS driver for QorIQ platformsyangbo lu2016-11-291-0/+236