summaryrefslogtreecommitdiffstats
path: root/drivers/bus/ti-sysc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bus: ti-sysc: Fix am335x resume hang for usb otg moduleTony Lindgren2021-05-181-3/+50
* Merge branch 'fixes-rc1' into fixesTony Lindgren2021-05-181-0/+3
|\
| * Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-261-3/+3
| |\
| * | bus: ti-sysc: Warn about old dtb for dra7 and omap4/5Tony Lindgren2021-03-121-0/+3
* | | bus: ti-sysc: Fix missing quirk flags for sataTony Lindgren2021-05-071-1/+2
| |/ |/|
* | bus: ti-sysc: Use kzalloc for allocating only one thingZheng Yongjun2021-03-241-1/+1
* | bus: ti-sysc: remove unneeded semicolonYang Li2021-03-241-2/+2
|/
* bus: ti-sysc: Check for old incomplete dtbTony Lindgren2021-03-101-0/+16
* bus: ti-sysc: Detect more modules for debuggingTony Lindgren2021-03-081-0/+7
* bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices firstTony Lindgren2021-03-081-0/+49
* bus: ti-sysc: Fix initializing module_pa for modules without sysc registerTony Lindgren2021-03-081-3/+3
* bus: ti-sysc: Fix warning on unbind if reset is not deassertedTony Lindgren2021-02-181-1/+3
* Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-11/+30
|\
| * bus: ti-sysc: Implement GPMC debug quirk to drop platform dataTony Lindgren2020-11-161-0/+10
| * bus: ti-sysc: Support modules without control registersTony Lindgren2020-11-161-0/+7
| * bus: ti-sysc: Assert reset only after disabling clocksTony Lindgren2020-11-161-11/+13
* | bus: ti-sysc: suppress err msg for timers used as clockevent/sourceGrygorii Strashko2020-11-191-1/+1
|/
* bus: ti-sysc: Fix bogus resetdone warning on enable for cpswTony Lindgren2020-10-261-0/+3
* bus: ti-sysc: Fix reset status check for modules with quirksTony Lindgren2020-10-261-9/+15
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'arm-dt-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-08-031-2/+4
|\
| * bus: ti-sysc: Add missing quirk flags for usb_host_hsTony Lindgren2020-07-131-2/+4
* | Merge tag 'timers-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-07-251-0/+22
|\ \
| * | clocksource/drivers/timer-ti-dm: Fix suspend and resume for am3 and am4Tony Lindgren2020-07-211-0/+22