summaryrefslogtreecommitdiffstats
path: root/drivers/soc/xilinx
AgeCommit message (Expand)AuthorLines
2024-11-04Merge tag 'zynqmp-soc-for-6.13' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann-1/+3
2024-11-01soc: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-10-02drivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend()Gaosheng Cui-1/+3
2024-06-03drivers: soc: xilinx: check return status of get_api_version()Jay Buddhabhatti-1/+3
2024-06-03firmware: xilinx: Move FIRMWARE_VERSION_MASK to xlnx-zynqmp.hRonak Jain-1/+0
2024-06-03soc: xilinx: Add cb event for subsystem restartJay Buddhabhatti-20/+131
2024-06-03soc: xilinx: rename cpu_number1 to dummy_cpu_numberJay Buddhabhatti-11/+4
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+27
2024-01-04drivers: soc: xilinx: add check for platformJay Buddhabhatti-5/+20
2023-12-13soc: xilinx: Add error message for invalid payload received from IPI callback.Naman Trivedi Manojbhai-0/+2
2023-12-07drivers: soc: xilinx: Fix error message on SGI registration failureJay Buddhabhatti-1/+5
2023-12-07firmware: xilinx: Update firmware call interface to support additional argsJay Buddhabhatti-2/+2
2023-11-15soc: xilinx: fix unhandled SGI warning messageTanmay Shah-1/+1
2023-11-15soc: xilinx: fix quoted string split across linesMichal Simek-4/+4
2023-11-15soc: xilinx: Fix for call trace due to the usage of smp_processor_id()HariBabu Gattem-1/+4
2023-11-15soc/xilinx: zynqmp_power: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-04pmdomain: xilinx: Move Kconfig option to the pmdomain subsystemUlf Hansson-9/+0
2023-08-12Merge tag 'zynqmp-soc-for-6.6' of https://github.com/Xilinx/linux-xlnx into s...Arnd Bergmann-6/+5
2023-08-04soc: xilinx: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie-2/+2
2023-08-04soc: xilinx: Explicitly include correct DT includesRob Herring-0/+1
2023-07-14soc: xilinx: Move power-domain driver to the genpd dirUlf Hansson-323/+0
2023-07-10driver: soc: xilinx: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-05-12driver: soc: xilinx: use _safe loop iterator to avoid a use after freeDan Carpenter-2/+4
2023-05-12soc: xilinx: Use of_property_present() for testing DT property presenceRob Herring-2/+2
2023-01-05firmware: xilinx: Remove kernel-doc marking in the codeMichal Simek-1/+1
2023-01-05driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()Gaosheng Cui-1/+3
2022-06-29firmware: xilinx: Add TF_A_PM_REGISTER_SGI SMC callTanmay Shah-3/+2
2022-05-19driver: soc: xilinx: Update function prototype for xlnx_unregister_eventAbhyuday Godhasara-22/+43
2022-05-19driver: soc: xilinx: Add support of multiple callbacks for same event in even...Abhyuday Godhasara-34/+117
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-7/+658
2021-12-08soc: xilinx: add a to_zynqmp_pm_domain macroMichael Tretter-12/+8
2021-12-08soc: xilinx: use a properly named field instead of flagsMichael Tretter-7/+5
2021-12-08soc: xilinx: cleanup debug and error messagesMichael Tretter-22/+23
2021-12-08soc: xilinx: move PM_INIT_FINALIZE to zynqmp_pm_domains driverMichael Tretter-1/+16
2021-12-03driver: soc: xilinx: register for power events in zynqmp power driverAbhyuday Godhasara-1/+47
2021-12-03drivers: soc: xilinx: add xilinx event management driverAbhyuday Godhasara-0/+611
2021-11-17firmware: xilinx: add macros of node ids for error eventAbhyuday Godhasara-6/+0
2021-02-08clk: xilinx: move xlnx_vcu clock driver from socMichael Tretter-761/+0
2021-02-08soc: xilinx: vcu: fix alignment to open parenthesisMichael Tretter-1/+1
2021-02-08soc: xilinx: vcu: fix repeated word the in commentMichael Tretter-1/+1
2021-02-08soc: xilinx: vcu: use bitfields for register definitionMichael Tretter-81/+34
2021-02-08soc: xilinx: vcu: remove calculation of PLL configurationMichael Tretter-117/+0
2021-02-08soc: xilinx: vcu: make the PLL configurableMichael Tretter-37/+103
2021-02-08soc: xilinx: vcu: make pll post divider explicitMichael Tretter-16/+36
2021-02-08soc: xilinx: vcu: implement clock provider for output clocksMichael Tretter-37/+160
2021-02-08soc: xilinx: vcu: register PLL as fixed rate clockMichael Tretter-2/+19
2021-02-08soc: xilinx: vcu: implement PLL disableMichael Tretter-9/+19
2021-02-08soc: xilinx: vcu: add helpers for configuring PLLMichael Tretter-67/+104
2021-02-08soc: xilinx: vcu: add helper to wait for PLL lockedMichael Tretter-19/+27
2021-02-08soc: xilinx: vcu: drop coreclk from struct xlnx_vcuMichael Tretter-4/+2