summaryrefslogtreecommitdiffstats
path: root/drivers/soc/ti
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-032-66/+136
|\
| * Merge tag 'drivers_soc_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2020-07-272-66/+136
| |\
| | * soc: TI knav_qmss: make symbol 'knav_acc_range_ops' staticWei Yongjun2020-07-241-1/+1
| | * soc: ti: k3: fix semicolon.cocci warningskernel test robot2020-07-241-1/+1
| | * soc: ti: k3-ringacc: fix: warn: variable dereferenced before check 'ring'Grygorii Strashko2020-07-241-1/+3
| | * soc: ti: k3-ringacc: separate soc specific initializationGrygorii Strashko2020-07-241-15/+55
| | * soc: ti: k3-ringacc: add request pair of rings api.Grygorii Strashko2020-07-241-0/+24
| | * soc: ti: k3-ringacc: add ring's flags to dumpGrygorii Strashko2020-07-241-0/+1
| | * soc: ti: k3-ringacc: Move state tracking variables under a structPeter Ujfalusi2020-07-241-48/+51
* | | Merge tag 'omap-for-v5.8/fixes-merge-window-signed' of git://git.kernel.org/p...Arnd Bergmann2020-06-281-4/+4
|\ \ \ | |/ / |/| |
| * | soc: ti: omap-prm: use atomic iopoll instead of sleeping oneTero Kristo2020-05-191-4/+4
* | | soc: ti: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| |/ |/|
* | drivers: soc: ti: knav_qmss_queue: Make knav_gp_range_ops staticSamuel Zou2020-05-271-1/+1
* | soc: ti: add k3 platforms chipid module driverGrygorii Strashko2020-05-273-0/+163
|/
* soc: ti: pm33xx: Add base cpuidle supportDave Gerlach2020-02-271-1/+20
* ARM: OMAP2+: pm33xx-core: Extend platform_data ops for cpuidleDave Gerlach2020-02-271-1/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-081-2/+5
|\
| * drivers: soc: ti: knav_qmss_queue: Pass lockdep expression to RCU listsAmol Grover2020-01-191-2/+5
* | Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-01-273-0/+1169
|\|
| * soc: ti: k3: add navss ringacc driverGrygorii Strashko2020-01-153-0/+1169
* | soc: ti: wkup_m3_ipc: Fix race condition with rproc_bootDave Gerlach2019-12-171-2/+2
|/
* soc: ti: omap-prm: fix return value check in omap_prm_probe()Wei Yongjun2019-10-291-2/+2
* soc: ti: omap-prm: add omap5 PRM dataTero Kristo2019-10-091-0/+9
* soc: ti: omap-prm: add am4 PRM dataTero Kristo2019-10-091-0/+20
* soc: ti: omap-prm: add dra7 PRM dataTero Kristo2019-10-091-0/+14
* soc: ti: omap-prm: add data for am33xxTero Kristo2019-10-091-0/+24
* soc: ti: omap-prm: add omap4 PRM dataTero Kristo2019-10-091-0/+22
* soc: ti: omap-prm: add support for denying idle for reset clockdomainTero Kristo2019-10-091-2/+34
* soc: ti: omap-prm: poll for reset complete during de-assertTero Kristo2019-10-091-0/+12
* soc: ti: add initial PRM driver with reset control supportTero Kristo2019-10-092-0/+259
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-09-161-2/+21
|\
| * soc: ti: ti_sci_pm_domains: Add support for exclusive and shared accessLokesh Vutla2019-09-041-2/+21
* | soc: ti: pm33xx: Make two symbols staticYueHaibing2019-08-131-2/+2
* | soc: ti: pm33xx: Fix static checker warningsKeerthy2019-08-131-5/+10
|/
* Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-191-0/+5
|\
| * Merge tag 'ti-k3-soc-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2019-06-191-0/+5
| |\
| | * soc: ti: Add Support for J721E SoC config optionNishanth Menon2019-06-191-0/+5
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-191-0/+1
|\ \ \
| * \ \ Merge tag 'omap-for-v5.3/soc-signed' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2019-06-171-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-re...Keerthy2019-06-101-0/+1
| | |/
* | / soc: ti: fix irq-ti-sci link errorArnd Bergmann2019-07-011-2/+2
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-305-45/+5
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-193-0/+153
|\
| * soc: ti: Add MSI domain bus support for Interrupt AggregatorLokesh Vutla2019-05-013-0/+153
* | soc: ti: pm33xx: AM437X: Add rtc_only with ddr in self-refresh supportKeerthy2019-04-082-11/+185
* | soc: ti: pm33xx: Move the am33xx_push_sram_idle to the topKeerthy2019-04-081-50/+50
|/
* soc: ti: knav_dma: Use proper enum in pktdma_init_chanNathan Chancellor2019-01-301-1/+1
* soc: ti: wkup_m3: Add PRCM int16 as the wake up sourceKeerthy2018-11-191-0/+1
* soc: ti: QMSS: Fix usage of irq_set_affinity_hintMarc Zyngier2018-11-023-14/+22