aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/bus/ti-sysc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-31Merge tag 'soc-arm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+18
2025-05-01bus: ti-sysc: PRUSS OCP configurationParvathi Pudi1-1/+18
2025-04-10Revert "bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices first"Alexander Sverdlin1-49/+0
2024-11-12bus: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-08-05bus: ti-sysc: Remove excess struct member 'disable_on_idle' descriptionDhruva Gole1-1/+0
2024-08-05bus: ti-sysc: Use of_property_present()Rob Herring (Arm)1-4/+2
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli1-3/+1
2024-04-25bus: ti-sysc: Drop legacy idle quirk handlingTony Lindgren1-107/+2
2024-04-25bus: ti-sysc: Drop legacy quirk handling for smartreflexTony Lindgren1-4/+2
2024-04-25bus: ti-sysc: Drop legacy quirk handling for uartsTony Lindgren1-13/+11
2024-04-25bus: ti-sysc: Add a description and copyrightsTony Lindgren1-0/+11
2024-04-25bus: ti-sysc: Move check for no-reset-on-initTony Lindgren1-7/+8
2024-02-28bus: ti-sysc: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-01-11Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-4/+2
2023-11-28bus: ti-sysc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-28bus: ti-sysc: Flush posted write only after srst_udelayTony Lindgren1-4/+14
2023-09-13bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-upTony Lindgren1-5/+17
2023-09-11bus: ti-sysc: Fix missing AM35xx SoC matchingAdam Ford1-2/+4
2023-09-11bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset()Julien Panis1-2/+1
2023-08-30Merge tag 'soc-drivers-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+4
2023-08-15bus: ti-sysc: Fix cast to enum warningTony Lindgren1-1/+1
2023-08-10bus: ti-sysc: Fix a build warning with W=1 for sysconfigTony Lindgren1-0/+1
2023-08-10bus: ti-sysc: Configure uart quirks for k3 SoCTony Lindgren1-0/+2
2023-08-10bus: ti-sysc: Fix build warning for 64-bit buildTony Lindgren1-1/+1
2023-06-14bus: ti-sysc: Flush posted write on enable before resetTony Lindgren1-0/+2
2023-05-17bus: ti-sysc: Fix dispc quirk masking bool variablesTony Lindgren1-2/+2
2023-03-27bus: ti-sysc: Fix comment typoJason Wang1-1/+1
2023-03-27bus: ti-sysc: Use list_for_each_entry() helperYang Yingliang1-6/+2
2023-03-27bus: ti-sysc: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-27bus: ti-sysc: Remove open coded "ranges" parsingRob Herring1-32/+9
2022-11-22bus: ti-sysc: Add otg quirk flags for omap3 musbTony Lindgren1-0/+6
2022-06-03Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+3
2022-05-26Merge tag 'arm-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+2
2022-05-19bus: ti-sysc: Fix warnings for unbind for serialTony Lindgren1-1/+3
2022-04-21bus: ti-sysc: Drop commas after SoC match table sentinelsGeert Uytterhoeven1-2/+2
2022-04-12bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specificTony Lindgren1-1/+15
2021-11-03Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-35/+241
2021-10-06bus: ti-sysc: Fix variable set but not used warning for reinit_modulesTony Lindgren1-2/+1
2021-10-06bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893Tony Lindgren1-0/+3
2021-10-06Merge branch 'pruss-fix' into fixesTony Lindgren1-10/+7
2021-09-21bus: ti-sysc: Drop legacy quirk flag for shamTony Lindgren1-2/+1
2021-09-21bus: ti-sysc: Drop legacy quirk flag for gpioTony Lindgren1-2/+2
2021-09-21bus: ti-sysc: Handle otg force idle quirkTony Lindgren1-1/+23
2021-09-21bus: ti-sysc: Use context lost quirk for otgTony Lindgren1-1/+1
2021-09-21bus: ti-sysc: Use context lost quirks for gpmcTony Lindgren1-0/+1
2021-09-21bus: ti-sysc: Add quirk handling for reset on re-initTony Lindgren1-0/+10
2021-09-21bus: ti-sysc: Add quirk handling for reinit on context lostTony Lindgren1-6/+102
2021-09-21bus: ti-sysc: Check for lost context in sysc_reinit_module()Tony Lindgren1-11/+49
2021-09-21bus: ti-sysc: Fix timekeeping_suspended warning on resumeTony Lindgren1-12/+53
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-10/+7