index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
soc
/
ti
/
knav_qmss_queue.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
soc: ti: knav_qmss_queue: Use device_get_match_data()
Rob Herring
2023-10-16
1
-4
/
+4
*
soc/ti: knav_qmss_queue: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-02
1
-3
/
+2
*
soc: ti: Use of_property_read_bool() for boolean properties
Rob Herring
2023-03-11
1
-1
/
+1
*
soc: ti: Use of_property_present() for testing DT property presence
Rob Herring
2023-03-11
1
-1
/
+1
*
soc: ti: knav_qmss_queue: Fix PM disable depth imbalance in knav_queue_probe
Zhang Qilong
2022-11-15
1
-0
/
+1
*
drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as static
Chen Jiahao
2022-10-28
1
-1
/
+1
*
soc: ti: knav_qmss_queue: Use IS_ERR instead of IS_ERR_OR_NULL when checking ...
Haowen Bai
2022-05-03
1
-1
/
+1
*
soc: ti: knav_qmss_queue: Use pm_runtime_resume_and_get instead of pm_runtime...
Minghao Chi
2022-04-23
1
-2
/
+1
*
soc: ti: replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-04-11
1
-9
/
+7
*
soc: ti: knav_qmss: Put refcount for dev node in failure case
Vasyl Gomonovych
2021-01-25
1
-0
/
+3
*
drivers: soc: ti: knav_qmss_queue: Fix error return code in knav_queue_probe
Zhihao Cheng
2020-11-22
1
-1
/
+2
*
soc: ti: knav_qmss_queue: Fix a whole host of function documentation issues
Lee Jones
2020-11-22
1
-29
/
+30
*
soc: ti: knav_qmss_queue: Remove set but unchecked variable 'ret'
Lee Jones
2020-11-22
1
-2
/
+1
*
soc: ti: knav_qmss: fix reference leak in knav_queue_probe
Zhang Qilong
2020-11-22
1
-0
/
+1
*
soc: ti: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
2020-09-21
1
-12
/
+2
*
drivers: soc: ti: knav_qmss_queue: Make knav_gp_range_ops static
Samuel Zou
2020-05-28
1
-1
/
+1
*
drivers: soc: ti: knav_qmss_queue: Pass lockdep expression to RCU lists
Amol Grover
2020-01-20
1
-2
/
+5
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
soc: ti: QMSS: Fix usage of irq_set_affinity_hint
Marc Zyngier
2018-11-02
1
-7
/
+15
*
soc: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-10-04
1
-4
/
+4
*
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-06-12
1
-20
/
+40
|
\
|
*
soc: ti: knav_qmss: Use percpu instead atomic for stats counter
Vasyl Gomonovych
2018-04-20
1
-20
/
+40
*
|
soc: ti: K2G: provide APIs to support driver probe deferral
Murali Karicheri
2018-04-19
1
-0
/
+8
*
|
soc: ti: K2G: enhancement to support QMSS in K2G NAVSS
Murali Karicheri
2018-04-19
1
-22
/
+68
|
/
*
soc: ti: fix max dup length for kstrndup
Ma Shimiao
2017-12-16
1
-2
/
+2
*
soc: ti: knav: Add a NULL pointer check for kdev in knav_pool_create
Keerthy
2017-08-21
1
-0
/
+3
*
soc: ti: knav: cleanup includes and sort header files
Murali Karicheri
2017-01-06
1
-17
/
+8
*
soc: ti: qmss: fix the case when !SMP
Grygorii Strashko
2016-11-30
1
-1
/
+1
*
soc: TI knav_qmss: fix dma_addr_t printing
Arnd Bergmann
2016-02-26
1
-11
/
+11
*
soc: ti: knav_qmss_queue: Fix linking RAM setup for queue managers
Michal Morawiec
2015-11-23
1
-1
/
+1
*
soc: ti: use request_firmware_direct() as acc firmware is optional
Murali Karicheri
2015-11-23
1
-3
/
+3
*
soc: ti: qmss: make acc queue support optional in the driver
Murali Karicheri
2015-10-13
1
-5
/
+15
*
soc: ti: add firmware file name as part of the driver
Murali Karicheri
2015-10-13
1
-19
/
+28
*
soc: ti: knav_qmss_queue: export API calls for use by user driver
Murali Karicheri
2015-01-29
1
-0
/
+9
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-15
1
-1
/
+0
|
\
|
*
soc: ti: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
soc: ti: knav_qmss_queue: Use list_for_each_entry_safe to prevent use after free
Axel Lin
2014-11-03
1
-2
/
+2
*
|
soc: ti: knav_qmss_queue: Return proper error if devm_kzalloc fails
Axel Lin
2014-10-27
1
-1
/
+1
*
|
soc: ti: knav_qmss_queue: Fix unbalanced locking ins knav_pool_create()
Axel Lin
2014-10-27
1
-3
/
+4
|
/
*
soc: ti: add Keystone Navigator QMSS driver
Sandeep Nair
2014-09-24
1
-0
/
+1816