aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc/xilinx
AgeCommit message (Expand)AuthorFilesLines
2023-01-05firmware: xilinx: Remove kernel-doc marking in the codeGravatar Michal Simek 1-1/+1
2023-01-05driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()Gravatar Gaosheng Cui 1-1/+3
2022-06-29firmware: xilinx: Add TF_A_PM_REGISTER_SGI SMC callGravatar Tanmay Shah 1-3/+2
2022-05-19driver: soc: xilinx: Update function prototype for xlnx_unregister_eventGravatar Abhyuday Godhasara 2-22/+43
2022-05-19driver: soc: xilinx: Add support of multiple callbacks for same event in even...Gravatar Abhyuday Godhasara 1-34/+117
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-7/+658
2021-12-08soc: xilinx: add a to_zynqmp_pm_domain macroGravatar Michael Tretter 1-12/+8
2021-12-08soc: xilinx: use a properly named field instead of flagsGravatar Michael Tretter 1-7/+5
2021-12-08soc: xilinx: cleanup debug and error messagesGravatar Michael Tretter 1-22/+23
2021-12-08soc: xilinx: move PM_INIT_FINALIZE to zynqmp_pm_domains driverGravatar Michael Tretter 2-1/+16
2021-12-03driver: soc: xilinx: register for power events in zynqmp power driverGravatar Abhyuday Godhasara 1-1/+47
2021-12-03drivers: soc: xilinx: add xilinx event management driverGravatar Abhyuday Godhasara 3-0/+611
2021-11-17firmware: xilinx: add macros of node ids for error eventGravatar Abhyuday Godhasara 1-6/+0
2021-02-08clk: xilinx: move xlnx_vcu clock driver from socGravatar Michael Tretter 3-761/+0
2021-02-08soc: xilinx: vcu: fix alignment to open parenthesisGravatar Michael Tretter 1-1/+1
2021-02-08soc: xilinx: vcu: fix repeated word the in commentGravatar Michael Tretter 1-1/+1
2021-02-08soc: xilinx: vcu: use bitfields for register definitionGravatar Michael Tretter 1-81/+34
2021-02-08soc: xilinx: vcu: remove calculation of PLL configurationGravatar Michael Tretter 1-117/+0
2021-02-08soc: xilinx: vcu: make the PLL configurableGravatar Michael Tretter 1-37/+103
2021-02-08soc: xilinx: vcu: make pll post divider explicitGravatar Michael Tretter 1-16/+36
2021-02-08soc: xilinx: vcu: implement clock provider for output clocksGravatar Michael Tretter 1-37/+160
2021-02-08soc: xilinx: vcu: register PLL as fixed rate clockGravatar Michael Tretter 2-2/+19
2021-02-08soc: xilinx: vcu: implement PLL disableGravatar Michael Tretter 1-9/+19
2021-02-08soc: xilinx: vcu: add helpers for configuring PLLGravatar Michael Tretter 1-67/+104
2021-02-08soc: xilinx: vcu: add helper to wait for PLL lockedGravatar Michael Tretter 1-19/+27
2021-02-08soc: xilinx: vcu: drop coreclk from struct xlnx_vcuGravatar Michael Tretter 1-4/+2
2020-12-09soc: xilinx: vcu: use vcu-settings syscon registersGravatar Michael Tretter 2-47/+48
2020-12-09soc: xilinx: vcu: drop useless success messageGravatar Michael Tretter 1-2/+0
2020-06-18soc: xilinx: Fix error code in zynqmp_pm_probe()Gravatar Dan Carpenter 1-1/+1
2020-04-28firmware: xilinx: Remove eemi ops for set_requirementGravatar Rajan Vaja 1-14/+2
2020-04-28firmware: xilinx: Remove eemi ops for release_nodeGravatar Rajan Vaja 1-4/+1
2020-04-28firmware: xilinx: Remove eemi ops for request_nodeGravatar Rajan Vaja 1-4/+1
2020-04-28firmware: xilinx: Remove eemi ops for set_suspend_modeGravatar Rajan Vaja 1-5/+1
2020-04-28firmware: xilinx: Remove eemi ops for init_finalizeGravatar Rajan Vaja 1-8/+1
2020-04-28firmware: xilinx: Remove eemi ops for get_api_versionGravatar Rajan Vaja 1-2/+2
2020-04-15drivers: soc: xilinx: fix firmware driver Kconfig dependencyGravatar Arnd Bergmann 1-2/+2
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 2-14/+112
2020-01-21drivers: soc: xilinx: Use mailbox IPI callbackGravatar Tejas Patel 2-14/+112
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-2/+2
2019-10-16soc: xilinx: Set CAP_UNUSABLE requirement for versal while powering down domainGravatar Tejas Patel 1-2/+8
2019-03-18drivers: Defer probe if firmware is not readyGravatar Rajan Vaja 2-12/+16
2019-02-12drivers: soc: xilinx: Add ZynqMP power domain driverGravatar Jolly Shah 3-0/+331
2019-02-12drivers: soc: xilinx: Add ZynqMP PM driverGravatar Rajan Vaja 3-0/+190
2018-01-16soc: xilinx: Fix Kconfig alignmentGravatar Michal Simek 1-10/+10
2018-01-16soc: xilinx: xlnx_vcu: Use bitwise & rather than logical && on clkoutdivGravatar Gustavo A. R. Silva 1-1/+1
2018-01-16soc: xilinx: xlnx_vcu: Depends on HAS_IOMEM for xlnx_vcuGravatar Dhaval Shah 1-0/+1
2018-01-08soc: xilinx: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driverGravatar Dhaval Shah 3-0/+646
2018-01-08soc: xilinx: Create folder structure for soc specific driversGravatar Michal Simek 2-0/+5