summaryrefslogtreecommitdiff
path: root/drivers/bus/ti-sysc.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-13bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893Tony Lindgren1-0/+3
2021-06-10bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_actTony Lindgren1-2/+2
2021-05-11bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect devices firstTony Lindgren1-0/+49
2021-04-10bus: ti-sysc: Fix warning on unbind if reset is not deassertedTony Lindgren1-1/+3
2020-12-02bus: ti-sysc: Fix bogus resetdone warning on enable for cpswTony Lindgren1-0/+3
2020-08-19bus: ti-sysc: Add missing quirk flags for usb_host_hsTony Lindgren1-2/+4
2020-07-22bus: ti-sysc: Do not disable on suspend for no-idleTony Lindgren1-2/+4
2020-07-22bus: ti-sysc: Fix sleeping function called from invalid context for RTC quirkTony Lindgren1-2/+2
2020-07-22bus: ti-sysc: Fix wakeirq sleeping function called from invalid contextTony Lindgren1-7/+6
2020-07-22bus: ti-sysc: Use optional clocks on for enable and wait for softreset bitTony Lindgren1-20/+60
2020-07-22bus: ti-sysc: Detect EDMA and set quirk flags for tptcTony Lindgren1-0/+5
2020-07-22bus: ti-sysc: Detect display subsystem related devicesTony Lindgren1-0/+19
2020-07-22bus: ti-sysc: Handle module unlock quirk needed for some RTCTony Lindgren1-6/+68
2020-07-22bus: ti-sysc: Consider non-existing registers too when matching quirksTony Lindgren1-63/+57
2020-07-22bus: ti-sysc: Rename clk related quirks to pre_reset and post_reset quirksTony Lindgren1-16/+16
2020-06-30bus: ti-sysc: Ignore clockactivity unless specified as a quirkTony Lindgren1-3/+6
2020-06-30bus: ti-sysc: Flush posted write on enable and disableTony Lindgren1-0/+6
2020-03-12bus: ti-sysc: Fix 1-wire reset quirkTony Lindgren1-2/+2
2020-02-24bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTOTony Lindgren1-2/+8
2020-02-01bus: ti-sysc: Fix missing force mstandby quirk handlingTony Lindgren1-1/+2
2020-02-01bus: ti-sysc: Add module enable quirk for audio AESSTony Lindgren1-1/+13
2020-02-01bus: ti-sysc: Use swsup quirks also for am335x musbTony Lindgren1-0/+2
2020-02-01bus: ti-sysc: Handle mstandby quirk and use it for musbTony Lindgren1-2/+8
2020-01-23bus: ti-sysc: Fix iterating over clocksTony Lindgren1-2/+8
2020-01-12bus: ti-sysc: Fix missing reset delay handlingTony Lindgren1-0/+4
2019-10-18bus: ti-sysc: Fix watchdog quirk handlingTony Lindgren1-4/+14
2019-09-30Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-15/+37
2019-09-06bus: ti-sysc: Remove unpaired sysc_clkdm_deny_idle()Tony Lindgren1-1/+0
2019-09-05bus: ti-sysc: Fix handling of invalid clocksTony Lindgren1-4/+1
2019-09-05bus: ti-sysc: Fix clock handling for no-idle quirksTony Lindgren1-11/+37
2019-08-26bus: ti-sysc: Detect d2d when debug is enabledTony Lindgren1-0/+2
2019-08-26bus: ti-sysc: Add module enable quirk for SGX on omap36xxTony Lindgren1-0/+21
2019-08-26bus: ti-sysc: Change return types of functionsNishka Dasgupta1-16/+6
2019-08-13bus: ti-sysc: remove set but not used variable 'quirks'YueHaibing1-2/+1
2019-08-13bus: ti-sysc: allow reset sharing across devicesTero Kristo1-3/+9
2019-08-13bus: ti-sysc: rework the reset handlingTero Kristo1-20/+5
2019-08-13bus: ti-sysc: re-order the clkdm control around reset handlingTero Kristo1-4/+5
2019-08-13bus: ti-sysc: Add missing kerneldoc commentsSuman Anna1-0/+7
2019-08-13bus: ti-sysc: Switch to SPDX license identifierSuman Anna1-9/+1
2019-08-13bus: ti-sysc: Simplify cleanup upon failures in sysc_probe()Suman Anna1-7/+7
2019-07-24ARM: dts: Fix incorrect dcan register mapping for am3, am4 and dra7Tony Lindgren1-1/+2
2019-07-24bus: ti-sysc: Fix using configured sysc mask valueTony Lindgren1-4/+1
2019-07-24bus: ti-sysc: Fix handling of forced idleTony Lindgren1-1/+1
2019-06-10bus: ti-sysc: Add support for module specific reset quirksTony Lindgren1-5/+124
2019-05-28bus: ti-sysc: Detect uarts also on omap34xxTony Lindgren1-1/+3
2019-05-28bus: ti-sysc: Do rstctrl reset handling in two phasesTony Lindgren1-8/+17
2019-05-28bus: ti-sysc: Add support for disabling module without legacy modeTony Lindgren1-4/+17
2019-05-28bus: ti-sysc: Set ENAWAKEUP if availableTony Lindgren1-0/+5
2019-05-28bus: ti-sysc: Handle swsup idle mode quirksTony Lindgren1-8/+17
2019-05-28bus: ti-sysc: Handle clockactivity for enable and disableTony Lindgren1-0/+7