- 296455a Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 1 year, 2 months ago
- 97d6276 drivers: soc: xilinx: add check for platform by Jay Buddhabhatti · 1 year, 3 months ago
- 87fda1a soc: xilinx: Add error message for invalid payload received from IPI callback. by Naman Trivedi Manojbhai · 1 year, 3 months ago
- 8c016c8 drivers: soc: xilinx: Fix error message on SGI registration failure by Jay Buddhabhatti · 1 year, 3 months ago
- f922b16 firmware: xilinx: Update firmware call interface to support additional args by Jay Buddhabhatti · 1 year, 3 months ago
- 9c6724a soc: xilinx: fix unhandled SGI warning message by Tanmay Shah · 1 year, 5 months ago
- 4c0afac soc: xilinx: fix quoted string split across lines by Michal Simek · 1 year, 5 months ago
- daed80e soc: xilinx: Fix for call trace due to the usage of smp_processor_id() by HariBabu Gattem · 1 year, 5 months ago
- f1013d8 soc/xilinx: zynqmp_power: Convert to platform remove callback returning void by Uwe Kleine-König · 1 year, 6 months ago
- d8237f8 pmdomain: xilinx: Move Kconfig option to the pmdomain subsystem by Ulf Hansson · 1 year, 6 months ago
- bf08f323 Merge tag 'zynqmp-soc-for-6.6' of https://github.com/Xilinx/linux-xlnx into soc/drivers by Arnd Bergmann · 1 year, 7 months ago
- 746db5d soc: xilinx: Do not check for 0 return after calling platform_get_irq() by Ruan Jinjie · 1 year, 7 months ago
- c6cb31b soc: xilinx: Explicitly include correct DT includes by Rob Herring · 1 year, 7 months ago
- 444ffc8 soc: xilinx: Move power-domain driver to the genpd dir by Ulf Hansson · 1 year, 8 months ago
- e886406 driver: soc: xilinx: Convert to platform remove callback returning void by Uwe Kleine-König · 1 year, 9 months ago
- c58da0b driver: soc: xilinx: use _safe loop iterator to avoid a use after free by Dan Carpenter · 1 year, 11 months ago
- be11d67a soc: xilinx: Use of_property_present() for testing DT property presence by Rob Herring · 2 years ago
- fcc2f97 firmware: xilinx: Remove kernel-doc marking in the code by Michal Simek · 2 years, 3 months ago
- 1bea534 driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event() by Gaosheng Cui · 2 years, 3 months ago
- acd6510 firmware: xilinx: Add TF_A_PM_REGISTER_SGI SMC call by Tanmay Shah · 2 years, 9 months ago
- e6d3c99 driver: soc: xilinx: Update function prototype for xlnx_unregister_event by Abhyuday Godhasara · 2 years, 11 months ago
- 05e5ba4 driver: soc: xilinx: Add support of multiple callbacks for same event in event management driver by Abhyuday Godhasara · 2 years, 11 months ago
- 3bad80d Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 2 months ago
- 628e8ba soc: xilinx: add a to_zynqmp_pm_domain macro by Michael Tretter · 3 years, 7 months ago
- e7a9106 soc: xilinx: use a properly named field instead of flags by Michael Tretter · 3 years, 7 months ago
- c424510 soc: xilinx: cleanup debug and error messages by Michael Tretter · 3 years, 7 months ago
- 7fd890b soc: xilinx: move PM_INIT_FINALIZE to zynqmp_pm_domains driver by Michael Tretter · 3 years, 7 months ago
- 70602b3 driver: soc: xilinx: register for power events in zynqmp power driver by Abhyuday Godhasara · 3 years, 3 months ago
- c7fdb24 drivers: soc: xilinx: add xilinx event management driver by Abhyuday Godhasara · 3 years, 3 months ago
- fbce9f1 firmware: xilinx: add macros of node ids for error event by Abhyuday Godhasara · 3 years, 5 months ago
- a2fe7ba clk: xilinx: move xlnx_vcu clock driver from soc by Michael Tretter · 4 years, 2 months ago
- cd0cefa soc: xilinx: vcu: fix alignment to open parenthesis by Michael Tretter · 4 years, 2 months ago
- e2fb5c3 soc: xilinx: vcu: fix repeated word the in comment by Michael Tretter · 4 years, 2 months ago
- bc27020 soc: xilinx: vcu: use bitfields for register definition by Michael Tretter · 4 years, 2 months ago
- 5a9b125 soc: xilinx: vcu: remove calculation of PLL configuration by Michael Tretter · 4 years, 2 months ago
- 58ee6ba soc: xilinx: vcu: make the PLL configurable by Michael Tretter · 4 years, 2 months ago
- 4472e18 soc: xilinx: vcu: make pll post divider explicit by Michael Tretter · 4 years, 2 months ago
- 9c789de soc: xilinx: vcu: implement clock provider for output clocks by Michael Tretter · 4 years, 2 months ago
- 5a2b2e1 soc: xilinx: vcu: register PLL as fixed rate clock by Michael Tretter · 4 years, 2 months ago
- f1bc982 soc: xilinx: vcu: implement PLL disable by Michael Tretter · 4 years, 2 months ago
- 354dcf7 soc: xilinx: vcu: add helpers for configuring PLL by Michael Tretter · 4 years, 2 months ago
- a3ab984 soc: xilinx: vcu: add helper to wait for PLL locked by Michael Tretter · 4 years, 2 months ago
- d387dfc soc: xilinx: vcu: drop coreclk from struct xlnx_vcu by Michael Tretter · 4 years, 2 months ago
- 30b79eb soc: xilinx: vcu: use vcu-settings syscon registers by Michael Tretter · 4 years, 4 months ago
- 853e69d soc: xilinx: vcu: drop useless success message by Michael Tretter · 4 years, 4 months ago
- a6f2f0f soc: xilinx: Fix error code in zynqmp_pm_probe() by Dan Carpenter · 4 years, 9 months ago
- cbbbda7 firmware: xilinx: Remove eemi ops for set_requirement by Rajan Vaja · 4 years, 11 months ago
- 07fb1a4 firmware: xilinx: Remove eemi ops for release_node by Rajan Vaja · 4 years, 11 months ago
- bf8b27e firmware: xilinx: Remove eemi ops for request_node by Rajan Vaja · 4 years, 11 months ago
- 951d0a9 firmware: xilinx: Remove eemi ops for set_suspend_mode by Rajan Vaja · 4 years, 11 months ago
- 9474da9 firmware: xilinx: Remove eemi ops for init_finalize by Rajan Vaja · 4 years, 11 months ago
- b9b3a8b firmware: xilinx: Remove eemi ops for get_api_version by Rajan Vaja · 4 years, 11 months ago
- d0384ee drivers: soc: xilinx: fix firmware driver Kconfig dependency by Arnd Bergmann · 5 years ago
- eab3540 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
- ffdbae2 drivers: soc: xilinx: Use mailbox IPI callback by Tejas Patel · 5 years ago
- 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
- e502ff8 soc: xilinx: Set CAP_UNUSABLE requirement for versal while powering down domain by Tejas Patel · 6 years ago
- 3d03137 drivers: Defer probe if firmware is not ready by Rajan Vaja · 6 years ago
- e23d9c6 drivers: soc: xilinx: Add ZynqMP power domain driver by Jolly Shah · 6 years ago
- ab27264 drivers: soc: xilinx: Add ZynqMP PM driver by Rajan Vaja · 6 years ago
- 056b54e soc: xilinx: Fix Kconfig alignment by Michal Simek · 7 years ago
- 2a7157b soc: xilinx: xlnx_vcu: Use bitwise & rather than logical && on clkoutdiv by Gustavo A. R. Silva · 7 years ago
- 0501506 soc: xilinx: xlnx_vcu: Depends on HAS_IOMEM for xlnx_vcu by Dhaval Shah · 7 years ago
- cee8113 soc: xilinx: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driver by Dhaval Shah · 7 years ago
- 5abcdc2 soc: xilinx: Create folder structure for soc specific drivers by Michal Simek · 7 years ago