summaryrefslogtreecommitdiffstats
path: root/drivers/soc/ti
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocationThomas Gleixner2021-12-161-46/+26
| * | soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()Thomas Gleixner2021-12-162-13/+1
| * | soc: ti: ti_sci_inta_msi: Use msi_desc::msi_indexThomas Gleixner2021-12-161-3/+3
| * | soc: ti: ti_sci_inta_msi: Allocate MSI device data on first useThomas Gleixner2021-12-161-0/+4
| * | device: Move MSI related data into a structThomas Gleixner2021-12-162-3/+3
| |/
* | soc: ti: knav_dma: Fix NULL vs IS_ERR() checking in dma_initMiaoqian Lin2021-12-161-10/+10
* | soc: ti: k3-socinfo: Add entry for J721S2 SoC familyAswath Govindraju2021-12-131-1/+2
* | soc: ti: pruss: fix referenced node in error messageJan Kiszka2021-11-221-1/+1
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-3/+4
|\
| * soc: ti: fix wkup_m3_rproc_boot_thread return typeArnd Bergmann2021-11-081-2/+3
| * exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman2021-10-291-1/+1
* | soc: ti: omap-prm: Fix external abort for am335x prussTony Lindgren2021-09-301-12/+15
|/
* soc: ti: Remove pm_runtime_irq_safe() usage for smartreflexTony Lindgren2021-08-101-30/+22
* soc: ti: pruss: Enable support for ICSSG subsystems on K3 AM64x SoCsSuman Anna2021-08-101-0/+1
* soc: ti: wkup_m3_ipc: Remove redundant error printing in wkup_m3_ipc_probe()Zhen Lei2021-06-041-3/+1