aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/xilinx (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-08clk: xilinx: move xlnx_vcu clock driver from socMichael Tretter3-761/+0
2021-02-08soc: xilinx: vcu: fix alignment to open parenthesisMichael Tretter1-1/+1
2021-02-08soc: xilinx: vcu: fix repeated word the in commentMichael Tretter1-1/+1
2021-02-08soc: xilinx: vcu: use bitfields for register definitionMichael Tretter1-81/+34
2021-02-08soc: xilinx: vcu: remove calculation of PLL configurationMichael Tretter1-117/+0
2021-02-08soc: xilinx: vcu: make the PLL configurableMichael Tretter1-37/+103
2021-02-08soc: xilinx: vcu: make pll post divider explicitMichael Tretter1-16/+36
2021-02-08soc: xilinx: vcu: implement clock provider for output clocksMichael Tretter1-37/+160
2021-02-08soc: xilinx: vcu: register PLL as fixed rate clockMichael Tretter2-2/+19
2021-02-08soc: xilinx: vcu: implement PLL disableMichael Tretter1-9/+19
2021-02-08soc: xilinx: vcu: add helpers for configuring PLLMichael Tretter1-67/+104
2021-02-08soc: xilinx: vcu: add helper to wait for PLL lockedMichael Tretter1-19/+27
2021-02-08soc: xilinx: vcu: drop coreclk from struct xlnx_vcuMichael Tretter1-4/+2
2020-12-09soc: xilinx: vcu: use vcu-settings syscon registersMichael Tretter2-47/+48
2020-12-09soc: xilinx: vcu: drop useless success messageMichael Tretter1-2/+0
2020-06-18soc: xilinx: Fix error code in zynqmp_pm_probe()Dan Carpenter1-1/+1
2020-04-28firmware: xilinx: Remove eemi ops for set_requirementRajan Vaja1-14/+2
2020-04-28firmware: xilinx: Remove eemi ops for release_nodeRajan Vaja1-4/+1
2020-04-28firmware: xilinx: Remove eemi ops for request_nodeRajan Vaja1-4/+1
2020-04-28firmware: xilinx: Remove eemi ops for set_suspend_modeRajan Vaja1-5/+1
2020-04-28firmware: xilinx: Remove eemi ops for init_finalizeRajan Vaja1-8/+1
2020-04-28firmware: xilinx: Remove eemi ops for get_api_versionRajan Vaja1-2/+2
2020-04-15drivers: soc: xilinx: fix firmware driver Kconfig dependencyArnd Bergmann1-2/+2
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-14/+112
2020-01-21drivers: soc: xilinx: Use mailbox IPI callbackTejas Patel2-14/+112
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-10-16soc: xilinx: Set CAP_UNUSABLE requirement for versal while powering down domainTejas Patel1-2/+8
2019-03-18drivers: Defer probe if firmware is not readyRajan Vaja2-12/+16
2019-02-12drivers: soc: xilinx: Add ZynqMP power domain driverJolly Shah3-0/+331
2019-02-12drivers: soc: xilinx: Add ZynqMP PM driverRajan Vaja3-0/+190
2018-01-16soc: xilinx: Fix Kconfig alignmentMichal Simek1-10/+10
2018-01-16soc: xilinx: xlnx_vcu: Use bitwise & rather than logical && on clkoutdivGustavo A. R. Silva1-1/+1
2018-01-16soc: xilinx: xlnx_vcu: Depends on HAS_IOMEM for xlnx_vcuDhaval Shah1-0/+1
2018-01-08soc: xilinx: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driverDhaval Shah3-0/+646
2018-01-08soc: xilinx: Create folder structure for soc specific driversMichal Simek2-0/+5