aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/ti_sci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-01firmware: ti_sci: rm: Remove unused config() from ti_sci_rm_ringacc_opsPeter Ujfalusi1-72/+0
2020-11-01firmware: ti_sci: rm: Add new ops for ring configurationPeter Ujfalusi1-0/+63
2020-11-01firmware: ti_sci: rm: Remove ring_get_config supportPeter Ujfalusi1-80/+0
2020-11-01firmware: ti_sci: rm: Add support for extended_ch_type for tx channelPeter Ujfalusi1-0/+1
2020-11-01firmware: ti_sci: rm: Add support for second resource rangePeter Ujfalusi1-17/+31
2020-11-01firmware: ti_sci: Use struct ti_sci_resource_desc in get_range opsPeter Ujfalusi1-17/+15
2020-11-01firmware: ti_sci: rm: Add support for tx_tdtype parameter for tx channelPeter Ujfalusi1-0/+1
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+4
2020-09-11firmware: ti_sci: allow frequency change for disabled clocks by defaultTero Kristo1-2/+4
2020-08-16firmware: ti_sci: Add support for getting resource with subtypeLokesh Vutla1-22/+67
2020-08-16firmware: ti_sci: Drop unused structure ti_sci_rm_type_mapLokesh Vutla1-55/+1
2020-08-16firmware: ti_sci: Drop the device id to resource type translationLokesh Vutla1-11/+1
2020-07-24firmware: ti_sci: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-09-04firmware: ti_sci: Allow for device shared and exclusive requestsLokesh Vutla1-2/+43
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-7/+852
2019-06-24clk: ti: Use int to check return value from of_property_count_elems_of_size()Stephen Boyd1-4/+5
2019-06-18firmware: ti_sci: Fix gcc unused-but-set-variable warningYueHaibing1-12/+12
2019-06-12firmware: ti_sci: Parse all resource ranges even if some is not availablePeter Ujfalusi1-3/+10
2019-06-12firmware: ti_sci: Add support for processor controlSuman Anna1-0/+350
2019-06-12firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udmaPeter Ujfalusi1-0/+488
2019-06-12firmware: ti_sci: Always request response from firmwareAndrew F. Davis1-4/+4
2019-06-12firmware: ti_sci: extend clock identifiers from u8 to u32Tero Kristo1-31/+84
2019-05-01firmware: ti_sci: Add helper apis to manage resourcesLokesh Vutla1-0/+130
2019-05-01firmware: ti_sci: Add RM mapping table for am654Peter Ujfalusi1-0/+23
2019-05-01firmware: ti_sci: Add support for IRQ managementLokesh Vutla1-0/+245
2019-05-01firmware: ti_sci: Add support for RM core opsLokesh Vutla1-0/+170
2019-05-01firmware: ti_sci: Add support to get TISCI handle using of_phandleGrygorii Strashko1-0/+83
2019-01-30firmware: ti_sci: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-19/+2
2018-08-28firmware: ti_sci: Provide host-id as an optional dt parameterNishanth Menon1-4/+20
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+3
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+3
2018-05-04firmware: ti_sci: Switch to SPDX LicensingLokesh Vutla1-9/+1
2017-12-16firmware: ti_sci: Use %zu for size_t print formatNishanth Menon1-2/+2
2017-10-09ti_sci: Use %pS printk format for direct addressesHelge Deller1-1/+1
2017-05-19firmware: ti_sci: fix strncat length checkArnd Bergmann1-1/+2
2016-10-27firmware: ti_sci: Add support for reboot core serviceNishanth Menon1-0/+83
2016-10-27firmware: ti_sci: Add support for Clock controlNishanth Menon1-0/+685
2016-10-27firmware: ti_sci: Add support for Device controlNishanth Menon1-0/+433
2016-10-27firmware: Add basic support for TI System Control Interface (TI-SCI) protocolNishanth Menon1-0/+790