aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/ti/knav_qmss_queue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-03soc: ti: knav_qmss_queue: Use IS_ERR instead of IS_ERR_OR_NULL when checking knav_queue_open() resultHaowen Bai1-1/+1
2022-04-22soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-2/+1
2022-04-11soc: ti: replace usage of found with dedicated list iterator variableJakob Koschel1-9/+7
2021-01-24soc: ti: knav_qmss: Put refcount for dev node in failure caseVasyl Gomonovych1-0/+3
2020-11-21drivers: soc: ti: knav_qmss_queue: Fix error return code in knav_queue_probeZhihao Cheng1-1/+2
2020-11-21soc: ti: knav_qmss_queue: Fix a whole host of function documentation issuesLee Jones1-29/+30
2020-11-21soc: ti: knav_qmss_queue: Remove set but unchecked variable 'ret'Lee Jones1-2/+1
2020-11-21soc: ti: knav_qmss: fix reference leak in knav_queue_probeZhang Qilong1-0/+1
2020-09-20soc: ti: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-12/+2
2020-05-27drivers: soc: ti: knav_qmss_queue: Make knav_gp_range_ops staticSamuel Zou1-1/+1
2020-01-19drivers: soc: ti: knav_qmss_queue: Pass lockdep expression to RCU listsAmol Grover1-2/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-11-02soc: ti: QMSS: Fix usage of irq_set_affinity_hintMarc Zyngier1-7/+15
2018-10-04soc: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-06-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-20/+40
2018-04-20soc: ti: knav_qmss: Use percpu instead atomic for stats counterVasyl Gomonovych1-20/+40
2018-04-18soc: ti: K2G: provide APIs to support driver probe deferralMurali Karicheri1-0/+8
2018-04-18soc: ti: K2G: enhancement to support QMSS in K2G NAVSSMurali Karicheri1-22/+68
2017-12-16soc: ti: fix max dup length for kstrndupMa Shimiao1-2/+2
2017-08-21soc: ti: knav: Add a NULL pointer check for kdev in knav_pool_createKeerthy1-0/+3
2017-01-06soc: ti: knav: cleanup includes and sort header filesMurali Karicheri1-17/+8
2016-11-30soc: ti: qmss: fix the case when !SMPGrygorii Strashko1-1/+1
2016-02-26soc: TI knav_qmss: fix dma_addr_t printingArnd Bergmann1-11/+11
2015-11-23soc: ti: knav_qmss_queue: Fix linking RAM setup for queue managersMichal Morawiec1-1/+1
2015-11-23soc: ti: use request_firmware_direct() as acc firmware is optionalMurali Karicheri1-3/+3
2015-10-13soc: ti: qmss: make acc queue support optional in the driverMurali Karicheri1-5/+15
2015-10-13soc: ti: add firmware file name as part of the driverMurali Karicheri1-19/+28
2015-01-29soc: ti: knav_qmss_queue: export API calls for use by user driverMurali Karicheri1-0/+9
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-03soc: ti: knav_qmss_queue: Use list_for_each_entry_safe to prevent use after freeAxel Lin1-2/+2
2014-10-27soc: ti: knav_qmss_queue: Return proper error if devm_kzalloc failsAxel Lin1-1/+1
2014-10-27soc: ti: knav_qmss_queue: Fix unbalanced locking ins knav_pool_create()Axel Lin1-3/+4
2014-10-20soc: ti: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-24soc: ti: add Keystone Navigator QMSS driverSandeep Nair1-0/+1816