aboutsummaryrefslogtreecommitdiff
path: root/remoteproc/juno_fpga_reset.c
AgeCommit message (Collapse)Author
2023-11-14Fix device id data ptr using 0 instead of NULLMikael Olsson
In some of the kernel modules, 0 is used instead of NULL to indicate that there is no data in the of_device_id struct. These instances have now been replaced with NULL instead. Change-Id: I14f4aabf266bb5144107e101006e257bb7876782 Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
2023-11-14Make internal functions static in kernel modulesMikael Olsson
Internal functions in some of the kernel modules were not marked as static and have now been fixed. Change-Id: Ibec000e4370f2438e7190a9178e05513fcccda26 Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
2023-09-15Add support for new Juno FPGA reset controllerMikael Olsson
Support for a new reset controller that identifies itself with ID 0x20113 has been added in the Juno FPGA reset driver. The driver version has been given a minor version bump to indicate the new support. Change-Id: Ife21d8b2c97d68eea3c4780c4124aac136b36c0b Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
2023-09-15Fix code style in Juno FPGA reset driverMikael Olsson
There were some places in the Juno FPGA reset driver that did not follow the Linux kernel code style which have now been fixed. Change-Id: I0316b23b99fde05068ba5e50442a6cb5b5ea8214 Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
2021-11-02Add support for ID 0x20112 of FPGA reset ctrlPer Åstrand
Change-Id: I5a87686aa2b4ebf7d9d6202a6c4852d34be5f9e4
2021-09-30Add Juno FPGA reset kernel modulePer Åstrand
Change-Id: I93708d609d77484770bd4cea9c4a7cf86361c5ea