summaryrefslogtreecommitdiff
path: root/drivers/soc/xilinx
AgeCommit message (Expand)Author
2023-10-04pmdomain: xilinx: Move Kconfig option to the pmdomain subsystemUlf Hansson
2023-08-12Merge tag 'zynqmp-soc-for-6.6' of https://github.com/Xilinx/linux-xlnx into s...Arnd Bergmann
2023-08-04soc: xilinx: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie
2023-08-04soc: xilinx: Explicitly include correct DT includesRob Herring
2023-07-14soc: xilinx: Move power-domain driver to the genpd dirUlf Hansson
2023-07-10driver: soc: xilinx: Convert to platform remove callback returning voidUwe Kleine-König
2023-05-12driver: soc: xilinx: use _safe loop iterator to avoid a use after freeDan Carpenter
2023-05-12soc: xilinx: Use of_property_present() for testing DT property presenceRob Herring
2023-01-05firmware: xilinx: Remove kernel-doc marking in the codeMichal Simek
2023-01-05driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()Gaosheng Cui
2022-06-29firmware: xilinx: Add TF_A_PM_REGISTER_SGI SMC callTanmay Shah
2022-05-19driver: soc: xilinx: Update function prototype for xlnx_unregister_eventAbhyuday Godhasara
2022-05-19driver: soc: xilinx: Add support of multiple callbacks for same event in even...Abhyuday Godhasara
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-12-08soc: xilinx: add a to_zynqmp_pm_domain macroMichael Tretter
2021-12-08soc: xilinx: use a properly named field instead of flagsMichael Tretter
2021-12-08soc: xilinx: cleanup debug and error messagesMichael Tretter
2021-12-08soc: xilinx: move PM_INIT_FINALIZE to zynqmp_pm_domains driverMichael Tretter
2021-12-03driver: soc: xilinx: register for power events in zynqmp power driverAbhyuday Godhasara
2021-12-03drivers: soc: xilinx: add xilinx event management driverAbhyuday Godhasara
2021-11-17firmware: xilinx: add macros of node ids for error eventAbhyuday Godhasara
2021-02-08clk: xilinx: move xlnx_vcu clock driver from socMichael Tretter
2021-02-08soc: xilinx: vcu: fix alignment to open parenthesisMichael Tretter
2021-02-08soc: xilinx: vcu: fix repeated word the in commentMichael Tretter
2021-02-08soc: xilinx: vcu: use bitfields for register definitionMichael Tretter
2021-02-08soc: xilinx: vcu: remove calculation of PLL configurationMichael Tretter
2021-02-08soc: xilinx: vcu: make the PLL configurableMichael Tretter
2021-02-08soc: xilinx: vcu: make pll post divider explicitMichael Tretter
2021-02-08soc: xilinx: vcu: implement clock provider for output clocksMichael Tretter
2021-02-08soc: xilinx: vcu: register PLL as fixed rate clockMichael Tretter
2021-02-08soc: xilinx: vcu: implement PLL disableMichael Tretter
2021-02-08soc: xilinx: vcu: add helpers for configuring PLLMichael Tretter
2021-02-08soc: xilinx: vcu: add helper to wait for PLL lockedMichael Tretter
2021-02-08soc: xilinx: vcu: drop coreclk from struct xlnx_vcuMichael Tretter
2020-12-09soc: xilinx: vcu: use vcu-settings syscon registersMichael Tretter
2020-12-09soc: xilinx: vcu: drop useless success messageMichael Tretter
2020-06-18soc: xilinx: Fix error code in zynqmp_pm_probe()Dan Carpenter
2020-04-28firmware: xilinx: Remove eemi ops for set_requirementRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for release_nodeRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for request_nodeRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for set_suspend_modeRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for init_finalizeRajan Vaja
2020-04-28firmware: xilinx: Remove eemi ops for get_api_versionRajan Vaja
2020-04-15drivers: soc: xilinx: fix firmware driver Kconfig dependencyArnd Bergmann
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2020-01-21drivers: soc: xilinx: Use mailbox IPI callbackTejas Patel
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-10-16soc: xilinx: Set CAP_UNUSABLE requirement for versal while powering down domainTejas Patel
2019-03-18drivers: Defer probe if firmware is not readyRajan Vaja
2019-02-12drivers: soc: xilinx: Add ZynqMP power domain driverJolly Shah