summaryrefslogtreecommitdiff
path: root/drivers/firmware/stratix10-svc.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-31Merge tag 'svc_updates_for_v7.3' of ssh://gitolite.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman1-12/+127
2026-07-28firmware: stratix10-svc: add async HWMON read commands and register socfpga-h...Tze Yee Ng1-3/+43
2026-07-14firmware: stratix10-svc: fix teardown order in remove to prevent raceAdrian Ng Ho Yin1-2/+2
2026-07-14firmware: stratix10-svc: handle NO_RESPONSE in async pollAdrian Ng Ho Yin1-2/+3
2026-07-06firmware: stratix10-svc: fix memory leaks and list corruption bugsTze Yee Ng1-4/+6
2026-06-29firmware: stratix10-rsu: Add flash device info retrieval via SMCTze Yee Ng1-9/+85
2026-06-22Merge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-47/+51
2026-06-08firmware: stratix10-svc: Add support to query Arm Trusted Firmware (ATF) versionTze Yee Ng1-0/+12
2026-05-28firmware: stratix10-svc: Don't fail probe when async ops unsupportedMuhammad Amirul Asyraf Mohamad Jamian1-1/+5
2026-05-28firmware: stratix10-svc: Return -EOPNOTSUPP when ATF async unsupportedMuhammad Amirul Asyraf Mohamad Jamian1-3/+12
2026-04-30firmware: stratix10-svc: change get provision data to async SMC callSiew Chin Lim1-2/+2
2026-04-30firmware: stratix10-svc: kmalloc_array + kzalloc to flexRosen Penev1-45/+37
2026-03-10firmware: stratix10-svc: Add Multi SVC clients supportMuhammad Amirul Asyraf Mohamad Jamian1-102/+126
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2025-12-15firmware: stratix10-svc: Delete some stray tabsDan Carpenter1-7/+7
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+755
2025-11-24firmware: stratix10-svc: fix make htmldocs warning for stratix10_svcDinh Nguyen1-0/+1
2025-11-24firmware: stratix-svc: fix make htmldocs warningDinh Nguyen1-2/+2
2025-11-13firmware: stratix10-svc: Add support for RSU commands in asynchronous frameworkMahesh Rao1-0/+72
2025-11-13firmware: stratix10-svc: Add support for async communicationMahesh Rao1-4/+652
2025-11-13firmware: stratix10-svc: Add mutex in stratix10 memory managementMahesh Rao1-0/+11
2025-11-13firmware: stratix10-svc: Add definition for voltage and temperature sensorKhairul Anuar Romli1-2/+19
2025-11-03firmware: stratix10-svc: fix bug in saving controller dataKhairul Anuar Romli1-3/+4
2025-04-15firmware: stratix10-svc: Add of_platform_default_populate()Mahesh Rao1-3/+11
2024-12-16firmware: stratix10-svc: Use kthread_run_on_cpu()Frederic Weisbecker1-6/+3
2024-11-12firmware: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-01-04firmware: stratix10-svc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-04firmware: stratix10-svc: Generic Mailbox CommandTeh Wen Ping1-0/+18
2023-07-30firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probeWang Ming1-1/+1
2023-06-15firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_p...Christophe JAILLET1-1/+1
2023-04-20firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probeDan Carpenter1-2/+2
2023-01-20firmware: stratix10-svc: fix error handle while alloc/add device failedYang Yingliang1-3/+6
2023-01-20firmware: stratix10-svc: add missing gen_pool_destroy() in stratix10_svc_drv_...Yang Yingliang1-5/+11
2022-07-14firmware: stratix10-svc: To support a command ATF Get VersionAng Tien Sung1-0/+10
2022-07-14firmware: stratix10-svc: extend svc to support RSU featureKah Jing Lee1-8/+12
2022-07-14firmware: stratix10-svc: add new FCS commandsAng Tien Sung1-8/+97
2022-07-14firmware: stratix10-svc: add FCS polling commandAng Tien Sung1-5/+37
2022-07-14firmware: stratix10-svc: Add support for FCSAng Tien Sung1-5/+25
2022-04-24firmware: stratix10-svc: fix a missing check on list iteratorXiaomeng Tong1-6/+6
2022-03-18firmware: stratix10-svc: add missing callback parameter on RSUAng Tien Sung1-1/+1
2022-02-25firmware: stratix10-svc: extend SVC driver to get the firmware versionRichard Gong1-1/+8
2021-10-29exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman1-2/+2
2021-05-27firmware: stratix10-svc: Fix a resource leak in an error handling pathChristophe JAILLET1-7/+15
2020-07-02firmware: stratix10-svc: extend svc to support new RSU featuresRichard Gong1-0/+17
2020-04-28firmware: fpga: replace the error codes with the standard onesRichard Gong1-44/+18
2020-03-18firmware: stratix10-svc: add the compatible value for intel agilexRichard Gong1-0/+1
2020-01-14firmware: stratix10-svc: Remove unneeded semicolonzhengbin1-2/+2
2019-11-14firmware: Fix incompatible function behavior for RSU driverRichard Gong1-1/+17
2019-09-04firmware: stratix10-svc: extend svc to support new RSU featuresRichard Gong1-3/+73