summaryrefslogtreecommitdiffstats
path: root/drivers/bus/ti-sysc.c
Commit message (Expand)AuthorAgeFilesLines
* bus: ti-sysc: constify the struct device_type usageRicardo B. Marliere2024-02-281-1/+1
* Merge tag 'soc-drivers-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-111-4/+2
|\
| * bus: ti-sysc: Convert to platform remove callback returning voidUwe Kleine-König2023-11-281-4/+2
* | bus: ti-sysc: Flush posted write only after srst_udelayTony Lindgren2023-11-281-4/+14
|/
* bus: ti-sysc: Fix SYSC_QUIRK_SWSUP_SIDLE_ACT handling for uart wake-upTony Lindgren2023-09-131-5/+17
* bus: ti-sysc: Fix missing AM35xx SoC matchingAdam Ford2023-09-111-2/+4
* bus: ti-sysc: Use fsleep() instead of usleep_range() in sysc_reset()Julien Panis2023-09-111-2/+1
* Merge tag 'soc-drivers-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-301-1/+4
|\
| * bus: ti-sysc: Fix cast to enum warningTony Lindgren2023-08-151-1/+1
| * bus: ti-sysc: Fix a build warning with W=1 for sysconfigTony Lindgren2023-08-101-0/+1
| * bus: ti-sysc: Configure uart quirks for k3 SoCTony Lindgren2023-08-101-0/+2
| * bus: ti-sysc: Fix build warning for 64-bit buildTony Lindgren2023-08-101-1/+1
* | bus: ti-sysc: Flush posted write on enable before resetTony Lindgren2023-06-141-0/+2
|/
* bus: ti-sysc: Fix dispc quirk masking bool variablesTony Lindgren2023-05-171-2/+2
* bus: ti-sysc: Fix comment typoJason Wang2023-03-271-1/+1
* bus: ti-sysc: Use list_for_each_entry() helperYang Yingliang2023-03-271-6/+2
* bus: ti-sysc: Use of_property_present() for testing DT property presenceRob Herring2023-03-271-1/+1
* bus: ti-sysc: Remove open coded "ranges" parsingRob Herring2023-03-271-32/+9
* bus: ti-sysc: Add otg quirk flags for omap3 musbTony Lindgren2022-11-221-0/+6
* Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-031-1/+3
|\
| * bus: ti-sysc: Fix warnings for unbind for serialTony Lindgren2022-05-191-1/+3
* | Merge tag 'arm-drivers-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-2/+2
|\ \ | |/ |/|
| * bus: ti-sysc: Drop commas after SoC match table sentinelsGeert Uytterhoeven2022-04-211-2/+2
* | bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specificTony Lindgren2022-04-121-1/+15
|/
* Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-11-031-35/+241
|\
| * bus: ti-sysc: Fix variable set but not used warning for reinit_modulesTony Lindgren2021-10-061-2/+1
| * bus: ti-sysc: Drop legacy quirk flag for shamTony Lindgren2021-09-211-2/+1
| * bus: ti-sysc: Drop legacy quirk flag for gpioTony Lindgren2021-09-211-2/+2
| * bus: ti-sysc: Handle otg force idle quirkTony Lindgren2021-09-211-1/+23
| * bus: ti-sysc: Use context lost quirk for otgTony Lindgren2021-09-211-1/+1
| * bus: ti-sysc: Use context lost quirks for gpmcTony Lindgren2021-09-211-0/+1
| * bus: ti-sysc: Add quirk handling for reset on re-initTony Lindgren2021-09-211-0/+10
| * bus: ti-sysc: Add quirk handling for reinit on context lostTony Lindgren2021-09-211-6/+102
| * bus: ti-sysc: Check for lost context in sysc_reinit_module()Tony Lindgren2021-09-211-11/+49
| * bus: ti-sysc: Fix timekeeping_suspended warning on resumeTony Lindgren2021-09-211-12/+53
* | bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893Tony Lindgren2021-10-061-0/+3
* | Merge branch 'pruss-fix' into fixesTony Lindgren2021-10-061-10/+7
|\|
| * Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-09-011-10/+7
| |\
| | * Merge tag 'drivers_soc_for_5.15' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2021-08-121-4/+2
| | |\
| | | * soc: ti: Remove pm_runtime_irq_safe() usage for smartreflexTony Lindgren2021-08-101-4/+2
| | * | Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-syscTony Lindgren2021-07-271-12/+16
| | |\ \
| | | * | bus: ti-sysc: using pm_runtime_resume_and_get instead of pm_runtime_get_syncZhang Qilong2021-06-111-4/+2
| | | * | bus: ti-sysc: Correct misdocumentation of 'sysc_ioremap()'Lee Jones2021-06-111-1/+1
| | * | | bus: ti-sysc: Add quirk for OMAP4 McASP to disable SIDLE modePeter Ujfalusi2021-07-271-1/+2
| | | |/ | | |/|
* | / | bus: ti-sysc: Add break in switch statement in sysc_init_soc()Nathan Chancellor2021-08-191-0/+1
|/ / /
* | | bus: ti-sysc: Fix error handling for sysc_check_active_timer()Tony Lindgren2021-08-111-1/+3
* | | Merge branch 'fixes-v5.14' into fixesTony Lindgren2021-07-271-0/+2
|\ \ \ | |_|/ |/| |
| * | bus: ti-sysc: AM3: RNG is GP onlyKevin Hilman2021-07-271-0/+2
| |/
* / bus: ti-sysc: Fix gpt12 system timer issue with reserved statusTony Lindgren2021-06-111-7/+13
|/
* bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_actTony Lindgren2021-05-251-2/+2