summaryrefslogtreecommitdiffstats
path: root/drivers/soc/xilinx
Commit message (Expand)AuthorAgeFilesLines
* drivers: soc: xilinx: check return status of get_api_version()Jay Buddhabhatti2024-06-031-1/+3
* firmware: xilinx: Move FIRMWARE_VERSION_MASK to xlnx-zynqmp.hRonak Jain2024-06-031-1/+0
* soc: xilinx: Add cb event for subsystem restartJay Buddhabhatti2024-06-031-20/+131
* soc: xilinx: rename cpu_number1 to dummy_cpu_numberJay Buddhabhatti2024-06-031-11/+4
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-172-8/+27
|\
| * drivers: soc: xilinx: add check for platformJay Buddhabhatti2024-01-041-5/+20
| * drivers: soc: xilinx: Fix error message on SGI registration failureJay Buddhabhatti2023-12-071-1/+5
| * firmware: xilinx: Update firmware call interface to support additional argsJay Buddhabhatti2023-12-072-2/+2
* | soc: xilinx: Add error message for invalid payload received from IPI callback.Naman Trivedi Manojbhai2023-12-131-0/+2
* | soc: xilinx: fix unhandled SGI warning messageTanmay Shah2023-11-151-1/+1
* | soc: xilinx: fix quoted string split across linesMichal Simek2023-11-151-4/+4
* | soc: xilinx: Fix for call trace due to the usage of smp_processor_id()HariBabu Gattem2023-11-151-1/+4
* | soc/xilinx: zynqmp_power: Convert to platform remove callback returning voidUwe Kleine-König2023-11-151-4/+2
|/
* pmdomain: xilinx: Move Kconfig option to the pmdomain subsystemUlf Hansson2023-10-041-9/+0
* Merge tag 'zynqmp-soc-for-6.6' of https://github.com/Xilinx/linux-xlnx into s...Arnd Bergmann2023-08-122-6/+5
|\
| * soc: xilinx: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie2023-08-041-2/+2
| * soc: xilinx: Explicitly include correct DT includesRob Herring2023-08-041-0/+1
| * driver: soc: xilinx: Convert to platform remove callback returning voidUwe Kleine-König2023-07-101-4/+2
* | soc: xilinx: Move power-domain driver to the genpd dirUlf Hansson2023-07-142-323/+0
|/
* driver: soc: xilinx: use _safe loop iterator to avoid a use after freeDan Carpenter2023-05-121-2/+4
* soc: xilinx: Use of_property_present() for testing DT property presenceRob Herring2023-05-121-2/+2
* firmware: xilinx: Remove kernel-doc marking in the codeMichal Simek2023-01-051-1/+1
* driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()Gaosheng Cui2023-01-051-1/+3
* firmware: xilinx: Add TF_A_PM_REGISTER_SGI SMC callTanmay Shah2022-06-291-3/+2
* driver: soc: xilinx: Update function prototype for xlnx_unregister_eventAbhyuday Godhasara2022-05-192-22/+43
* driver: soc: xilinx: Add support of multiple callbacks for same event in even...Abhyuday Godhasara2022-05-191-34/+117
* Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-144-7/+658
|\
| * driver: soc: xilinx: register for power events in zynqmp power driverAbhyuday Godhasara2021-12-031-1/+47
| * drivers: soc: xilinx: add xilinx event management driverAbhyuday Godhasara2021-12-033-0/+611
| * firmware: xilinx: add macros of node ids for error eventAbhyuday Godhasara2021-11-171-6/+0
* | soc: xilinx: add a to_zynqmp_pm_domain macroMichael Tretter2021-12-081-12/+8
* | soc: xilinx: use a properly named field instead of flagsMichael Tretter2021-12-081-7/+5
* | soc: xilinx: cleanup debug and error messagesMichael Tretter2021-12-081-22/+23
* | soc: xilinx: move PM_INIT_FINALIZE to zynqmp_pm_domains driverMichael Tretter2021-12-082-1/+16
|/
* clk: xilinx: move xlnx_vcu clock driver from socMichael Tretter2021-02-083-761/+0
* soc: xilinx: vcu: fix alignment to open parenthesisMichael Tretter2021-02-081-1/+1
* soc: xilinx: vcu: fix repeated word the in commentMichael Tretter2021-02-081-1/+1
* soc: xilinx: vcu: use bitfields for register definitionMichael Tretter2021-02-081-81/+34
* soc: xilinx: vcu: remove calculation of PLL configurationMichael Tretter2021-02-081-117/+0
* soc: xilinx: vcu: make the PLL configurableMichael Tretter2021-02-081-37/+103
* soc: xilinx: vcu: make pll post divider explicitMichael Tretter2021-02-081-16/+36
* soc: xilinx: vcu: implement clock provider for output clocksMichael Tretter2021-02-081-37/+160
* soc: xilinx: vcu: register PLL as fixed rate clockMichael Tretter2021-02-082-2/+19
* soc: xilinx: vcu: implement PLL disableMichael Tretter2021-02-081-9/+19
* soc: xilinx: vcu: add helpers for configuring PLLMichael Tretter2021-02-081-67/+104
* soc: xilinx: vcu: add helper to wait for PLL lockedMichael Tretter2021-02-081-19/+27
* soc: xilinx: vcu: drop coreclk from struct xlnx_vcuMichael Tretter2021-02-081-4/+2
* soc: xilinx: vcu: use vcu-settings syscon registersMichael Tretter2020-12-092-47/+48
* soc: xilinx: vcu: drop useless success messageMichael Tretter2020-12-091-2/+0
* soc: xilinx: Fix error code in zynqmp_pm_probe()Dan Carpenter2020-06-181-1/+1