summaryrefslogtreecommitdiff
path: root/drivers/soc/ti
AgeCommit message (Expand)Author
2023-08-14Merge tag 'ti-driver-soc-for-v6.6' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann
2023-08-11soc: ti: k3-socinfo.c: Add JTAG ID for AM62PXVignesh Raghavendra
2023-08-09soc: ti: Use devm_platform_ioremap_resource_byname simplify logicZhang Zekun
2023-08-01soc: ti: k3-ringacc: remove non-fatal probe deferral logJayesh Choudhary
2023-07-25soc: ti: Explicitly include correct DT includesRob Herring
2023-07-25soc: ti: omap-prm: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-07-14soc: ti: Mover power-domain drivers to the genpd dirUlf Hansson
2023-07-11soc: ti: k3-ringacc: Fixup documentation errorsNishanth Menon
2023-06-06wkup_m3_ipc.c: Fix error checking for debugfs_create_dirOsama Muhammad
2023-05-17soc: ti: pruss: Add helper functions to set GPI mode, MII_RT_event and XFRSuman Anna
2023-05-17soc: ti: pruss: Add pruss_cfg_read()/update(), pruss_cfg_get_gpmux()/set_gpmu...Suman Anna
2023-05-17soc: ti: pruss: Add pruss_{request,release}_mem_region() APIAndrew F. Davis
2023-05-17soc: ti: pruss: Add pruss_get()/put() APITero Kristo
2023-05-17soc: ti: pruss: Allow compile-testingSimon Horman
2023-05-17soc: ti: pruss: Avoid cast to incompatible function typeSimon Horman
2023-05-17soc: ti: smartreflex: Use devm_platform_ioremap_resource()Yang Li
2023-04-14soc: ti: smartreflex: Simplify getting the opam_sr pointerUwe Kleine-König
2023-03-28soc: ti: Use devm_platform_ioremap_resource()Yang Li
2023-03-20soc: ti: k3-socinfo: Add entry for J784S4 SOCSiddharth Vadapalli
2023-03-11soc: ti: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-11soc: ti: Use of_property_present() for testing DT property presenceRob Herring
2023-03-08soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probeMiaoqian Lin
2023-03-08soc: ti: k3-ringacc: Add try_module_get() to k3_dmaring_request_dual_ring()Nicolas Frayer
2023-01-09ARM: omap2: smartreflex: remove on_init controlArnd Bergmann
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-05oc: ti: ti_sci_inta_msi: Switch to domain id aware MSI functionsAhmed S. Darwish
2022-12-05genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()Thomas Gleixner
2022-11-22soc: ti: k3-socinfo: Add AM62Ax JTAG IDVignesh Raghavendra
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner
2022-11-14soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probeZhang Qilong
2022-11-14soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probeZhang Qilong
2022-11-03soc: ti: k3-ringacc: Allow the driver to be built as modulePeter Ujfalusi
2022-10-28drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as staticChen Jiahao
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-07-06soc: ti: pruss: Enable support for PRUSS-M subsystem on K3 AM62x SoCsKishon Vijay Abraham I
2022-06-17soc: ti: wkup_m3_ipc: Remove unneeded semicolonYang Li
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2022-05-03soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspendDave Gerlach
2022-05-03soc: ti: wkup_m3_ipc: Add support for i2c voltage scalingDave Gerlach
2022-05-03soc: ti: wkup_m3_ipc: Add support for IO IsolationDave Gerlach
2022-05-03soc: ti: knav_qmss_queue: Use IS_ERR instead of IS_ERR_OR_NULL when checking ...Haowen Bai
2022-05-03soc: ti: pm33xx: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-22soc: ti: wkup_m3_ipc: Add support for toggling VTT regulatorDave Gerlach
2022-04-22soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime...Minghao Chi
2022-04-15soc: ti: knav_dma: Use pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-15soc: ti: ti_sci_pm_domains: Check for null return of devm_kcallocQintaoShen
2022-04-15soc: ti: omap_prm: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)
2022-04-11soc: ti: pruss: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-11soc: ti: replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-11soc: ti: wkup_m3_ipc: fix platform_get_irq.cocci warningYihao Han