summaryrefslogtreecommitdiffstats
path: root/drivers/soc/ti
Commit message (Expand)AuthorAgeFilesLines
* wkup_m3_ipc.c: Fix error checking for debugfs_create_dirOsama Muhammad2023-06-061-1/+1
* soc: ti: pruss: Add helper functions to set GPI mode, MII_RT_event and XFRSuman Anna2023-05-171-0/+71
* soc: ti: pruss: Add pruss_cfg_read()/update(), pruss_cfg_get_gpmux()/set_gpmu...Suman Anna2023-05-172-0/+133
* soc: ti: pruss: Add pruss_{request,release}_mem_region() APIAndrew F. Davis2023-05-171-0/+77
* soc: ti: pruss: Add pruss_get()/put() APITero Kristo2023-05-171-0/+62
* soc: ti: pruss: Allow compile-testingSimon Horman2023-05-171-1/+1
* soc: ti: pruss: Avoid cast to incompatible function typeSimon Horman2023-05-171-2/+6
* soc: ti: smartreflex: Use devm_platform_ioremap_resource()Yang Li2023-05-171-3/+1
* soc: ti: smartreflex: Simplify getting the opam_sr pointerUwe Kleine-König2023-04-141-28/+2
* soc: ti: Use devm_platform_ioremap_resource()Yang Li2023-03-281-3/+1
* soc: ti: k3-socinfo: Add entry for J784S4 SOCSiddharth Vadapalli2023-03-201-0/+1
* soc: ti: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-114-5/+5
* soc: ti: Use of_property_present() for testing DT property presenceRob Herring2023-03-112-2/+2
* soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probeMiaoqian Lin2023-03-081-2/+3
* soc: ti: k3-ringacc: Add try_module_get() to k3_dmaring_request_dual_ring()Nicolas Frayer2023-03-081-0/+7
* ARM: omap2: smartreflex: remove on_init controlArnd Bergmann2023-01-091-4/+0
* Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-122-9/+5
|\
| * oc: ti: ti_sci_inta_msi: Switch to domain id aware MSI functionsAhmed S. Darwish2022-12-051-6/+2
| * genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()Thomas Gleixner2022-12-051-2/+2
| * genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner2022-11-171-1/+1
* | soc: ti: k3-socinfo: Add AM62Ax JTAG IDVignesh Raghavendra2022-11-221-0/+1
* | soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probeZhang Qilong2022-11-141-0/+1
* | soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probeZhang Qilong2022-11-141-0/+1
* | soc: ti: k3-ringacc: Allow the driver to be built as modulePeter Ujfalusi2022-11-032-3/+27
* | drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as staticChen Jiahao2022-10-281-1/+1
|/
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-9/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-101-9/+1
* | soc: ti: pruss: Enable support for PRUSS-M subsystem on K3 AM62x SoCsKishon Vijay Abraham I2022-07-061-0/+1
* | soc: ti: wkup_m3_ipc: Remove unneeded semicolonYang Li2022-06-171-1/+1
|/
* soc: ti: wkup_m3_ipc: Add debug option to halt m3 in suspendDave Gerlach2022-05-031-1/+78
* soc: ti: wkup_m3_ipc: Add support for i2c voltage scalingDave Gerlach2022-05-031-1/+92
* soc: ti: wkup_m3_ipc: Add support for IO IsolationDave Gerlach2022-05-031-2/+12
* soc: ti: knav_qmss_queue: Use IS_ERR instead of IS_ERR_OR_NULL when checking ...Haowen Bai2022-05-031-1/+1
* soc: ti: pm33xx: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-05-031-4/+2
* soc: ti: wkup_m3_ipc: Add support for toggling VTT regulatorDave Gerlach2022-04-221-2/+24
* soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime...Minghao Chi2022-04-221-2/+1
* soc: ti: knav_dma: Use pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-151-2/+1
* soc: ti: ti_sci_pm_domains: Check for null return of devm_kcallocQintaoShen2022-04-151-0/+2
* soc: ti: omap_prm: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)2022-04-151-5/+2
* soc: ti: pruss: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-111-2/+1
* soc: ti: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-112-23/+19
* soc: ti: wkup_m3_ipc: fix platform_get_irq.cocci warningYihao Han2022-04-111-3/+1
* soc: ti: k3-socinfo: Add AM62x JTAG IDVignesh Raghavendra2022-02-281-0/+1
* soc: ti: wkup_m3_ipc: Fix IRQ check in wkup_m3_ipc_probeMiaoqian Lin2022-02-021-2/+2
* soc: ti: smartreflex: Use platform_get_irq_optional() to get the interruptLad Prabhakar2022-02-021-6/+7
* soc: ti: k3-ringacc: Use devm_bitmap_zalloc() when applicableChristophe JAILLET2022-02-021-9/+6
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+2
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-2/+2
* | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-132-67/+33
|\ \
| * | soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs()Thomas Gleixner2021-12-161-6/+0