aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc/ti
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 1-2/+5
2020-01-27Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 3-0/+1169
2020-01-19drivers: soc: ti: knav_qmss_queue: Pass lockdep expression to RCU listsGravatar Amol Grover 1-2/+5
2020-01-15soc: ti: k3: add navss ringacc driverGravatar Grygorii Strashko 3-0/+1169
2019-12-17soc: ti: wkup_m3_ipc: Fix race condition with rproc_bootGravatar Dave Gerlach 1-2/+2
2019-10-29soc: ti: omap-prm: fix return value check in omap_prm_probe()Gravatar Wei Yongjun 1-2/+2
2019-10-09soc: ti: omap-prm: add omap5 PRM dataGravatar Tero Kristo 1-0/+9
2019-10-09soc: ti: omap-prm: add am4 PRM dataGravatar Tero Kristo 1-0/+20
2019-10-09soc: ti: omap-prm: add dra7 PRM dataGravatar Tero Kristo 1-0/+14
2019-10-09soc: ti: omap-prm: add data for am33xxGravatar Tero Kristo 1-0/+24
2019-10-09soc: ti: omap-prm: add omap4 PRM dataGravatar Tero Kristo 1-0/+22
2019-10-09soc: ti: omap-prm: add support for denying idle for reset clockdomainGravatar Tero Kristo 1-2/+34
2019-10-09soc: ti: omap-prm: poll for reset complete during de-assertGravatar Tero Kristo 1-0/+12
2019-10-09soc: ti: add initial PRM driver with reset control supportGravatar Tero Kristo 2-0/+259
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 1-2/+21
2019-09-04soc: ti: ti_sci_pm_domains: Add support for exclusive and shared accessGravatar Lokesh Vutla 1-2/+21
2019-08-13soc: ti: pm33xx: Make two symbols staticGravatar YueHaibing 1-2/+2
2019-08-13soc: ti: pm33xx: Fix static checker warningsGravatar Keerthy 1-5/+10
2019-07-19Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-0/+5
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-0/+1
2019-07-01soc: ti: fix irq-ti-sci link errorGravatar Arnd Bergmann 1-2/+2
2019-06-19Merge tag 'ti-k3-soc-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Olof Johansson 1-0/+5
2019-06-19soc: ti: Add Support for J721E SoC config optionGravatar Nishanth Menon 1-0/+5
2019-06-17Merge tag 'omap-for-v5.3/soc-signed' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Olof Johansson 1-0/+1
2019-06-10soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-re...Gravatar Keerthy 1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 5-45/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-0/+153
2019-05-01soc: ti: Add MSI domain bus support for Interrupt AggregatorGravatar Lokesh Vutla 3-0/+153
2019-04-08soc: ti: pm33xx: AM437X: Add rtc_only with ddr in self-refresh supportGravatar Keerthy 2-11/+185
2019-04-08soc: ti: pm33xx: Move the am33xx_push_sram_idle to the topGravatar Keerthy 1-50/+50
2019-01-30soc: ti: knav_dma: Use proper enum in pktdma_init_chanGravatar Nathan Chancellor 1-1/+1
2018-11-19soc: ti: wkup_m3: Add PRCM int16 as the wake up sourceGravatar Keerthy 1-0/+1
2018-11-02soc: ti: QMSS: Fix usage of irq_set_affinity_hintGravatar Marc Zyngier 3-14/+22
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-5/+5
2018-10-04soc: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 2-8/+8
2018-09-24soc: ti: fix spelling mistake "instace" -> "instance"Gravatar Colin King 2-5/+5
2018-08-23Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Gravatar Linus Torvalds 1-0/+14
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+76
2018-07-18soc: ti: Add Support for AM654 SoC config optionGravatar Nishanth Menon 1-0/+14
2018-07-09ARM: OMAP2+: sleep33/43xx: Add RTC-Mode supportGravatar Keerthy 1-0/+1
2018-07-09ARM: OMAP2+: sleep33/43xx: Make sleep actions configurableGravatar Dave Gerlach 1-1/+14
2018-07-06soc: ti: wkup_m3_ipc: mark PM functions as __maybe_unusedGravatar Arnd Bergmann 1-6/+2
2018-07-04soc: ti: wkup_m3_ipc: Add wkup_m3_request_wake_srcGravatar Dave Gerlach 1-0/+39
2018-07-04soc: ti: wkup_m3_ipc: Add rtc_only with ddr in self refresh mode supportGravatar Keerthy 1-0/+41
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-3/+3
2018-06-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-26/+48
2018-04-20soc: ti: knav_qmss: Use percpu instead atomic for stats counterGravatar Vasyl Gomonovych 2-26/+48
2018-04-18soc: ti: K2G: provide APIs to support driver probe deferralGravatar Murali Karicheri 2-0/+16