aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/ti-sysc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-19bus: ti-sysc: Add break in switch statement in sysc_init_soc()Nathan Chancellor1-0/+1
2021-08-12Merge tag 'drivers_soc_for_5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into arm/driversArnd Bergmann1-4/+2
2021-08-11bus: ti-sysc: Fix error handling for sysc_check_active_timer()Tony Lindgren1-1/+3
2021-08-10soc: ti: Remove pm_runtime_irq_safe() usage for smartreflexTony Lindgren1-4/+2
2021-07-27Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-syscTony Lindgren1-12/+16
2021-07-27bus: ti-sysc: Add quirk for OMAP4 McASP to disable SIDLE modePeter Ujfalusi1-1/+2
2021-07-27Merge branch 'fixes-v5.14' into fixesTony Lindgren1-0/+2
2021-07-27bus: ti-sysc: AM3: RNG is GP onlyKevin Hilman1-0/+2
2021-06-11bus: ti-sysc: using pm_runtime_resume_and_get instead of pm_runtime_get_syncZhang Qilong1-4/+2
2021-06-11bus: ti-sysc: Correct misdocumentation of 'sysc_ioremap()'Lee Jones1-1/+1
2021-06-11bus: ti-sysc: Fix gpt12 system timer issue with reserved statusTony Lindgren1-7/+13
2021-05-25bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_actTony Lindgren1-2/+2
2021-05-18bus: ti-sysc: Fix am335x resume hang for usb otg moduleTony Lindgren1-3/+50
2021-05-18Merge branch 'fixes-rc1' into fixesTony Lindgren1-0/+3
2021-05-07bus: ti-sysc: Fix missing quirk flags for sataTony Lindgren1-1/+2
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-3/+3
2021-03-24bus: ti-sysc: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-03-24bus: ti-sysc: remove unneeded semicolonYang Li1-2/+2
2021-03-12bus: ti-sysc: Warn about old dtb for dra7 and omap4/5Tony Lindgren1-0/+3
2021-03-10bus: ti-sysc: Check for old incomplete dtbTony Lindgren1-0/+16
2021-03-08bus: ti-sysc: Detect more modules for debuggingTony Lindgren1-0/+7
2021-03-08bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices firstTony Lindgren1-0/+49
2021-03-08bus: ti-sysc: Fix initializing module_pa for modules without sysc registerTony Lindgren1-3/+3
2021-02-18bus: ti-sysc: Fix warning on unbind if reset is not deassertedTony Lindgren1-1/+3
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-11/+30
2020-11-19bus: ti-sysc: suppress err msg for timers used as clockevent/sourceGrygorii Strashko1-1/+1
2020-11-16bus: ti-sysc: Implement GPMC debug quirk to drop platform dataTony Lindgren1-0/+10
2020-11-16bus: ti-sysc: Support modules without control registersTony Lindgren1-0/+7
2020-11-16bus: ti-sysc: Assert reset only after disabling clocksTony Lindgren1-11/+13
2020-10-26bus: ti-sysc: Fix bogus resetdone warning on enable for cpswTony Lindgren1-0/+3
2020-10-26bus: ti-sysc: Fix reset status check for modules with quirksTony Lindgren1-9/+15