summaryrefslogtreecommitdiffstats
path: root/drivers/bus/ti-sysc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-lcdc-quirk' into omap-for-v5.7/ti-syscTony Lindgren2020-03-101-1/+2
|\
| * bus: ti-sysc: Fix quirk flags for lcdc on am335xTony Lindgren2020-03-091-1/+2
* | bus: ti-sysc: Add support for PRUSS SYSC typeSuman Anna2020-03-041-0/+27
* | bus: ti-sysc: Detect EDMA and set quirk flags for tptcTony Lindgren2020-03-041-0/+5
* | bus: ti-sysc: Fix wrong offset for display subsystem reset quirkTony Lindgren2020-03-031-4/+4
* | bus: ti-sysc: Implement display subsystem reset quirkTony Lindgren2020-02-261-3/+128
* | bus: ti-sysc: Detect display subsystem related devicesTony Lindgren2020-02-261-0/+19
* | bus: ti-sysc: Handle module unlock quirk needed for some RTCTony Lindgren2020-02-261-6/+68
* | bus: ti-sysc: Implement SoC revision handlingTony Lindgren2020-02-261-1/+193
* | bus: ti-sysc: Don't warn about legacy property for nested ti-sysc devicesTony Lindgren2020-02-261-1/+1
* | bus: ti-sysc: Consider non-existing registers too when matching quirksTony Lindgren2020-02-261-63/+57
* | bus: ti-sysc: Improve reset to work with modules with no sysconfigTony Lindgren2020-02-261-4/+6
* | bus: ti-sysc: Rename clk related quirks to pre_reset and post_reset quirksTony Lindgren2020-02-261-16/+16
* | bus: ti-sysc: Fix 1-wire reset quirkTony Lindgren2020-02-261-2/+2
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-02-081-9/+9
|\
| * bus: ti-sysc: Use PTR_ERR_OR_ZERO() to simplify codezhengbin2019-12-121-3/+1
| * bus: ti-sysc: Drop MMU quirksSuman Anna2019-12-121-4/+0
| * bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTOTony Lindgren2019-12-121-2/+8
* | bus: ti-sysc: Fix iterating over clocksTony Lindgren2019-12-161-2/+8
|/
* bus: ti-sysc: Fix missing reset delay handlingTony Lindgren2019-12-121-0/+4
* bus: ti-sysc: Fix missing force mstandby quirk handlingTony Lindgren2019-12-101-1/+2
* bus: ti-sysc: Adjust exception handling in sysc_child_add_named_clock()Markus Elfring2019-11-141-4/+3
* bus: ti-sysc: Add module enable quirk for audio AESSTony Lindgren2019-11-141-1/+13
* bus: ti-sysc: Use swsup quirks also for am335x musbTony Lindgren2019-10-211-0/+2
* bus: ti-sysc: Handle mstandby quirk and use it for musbTony Lindgren2019-10-211-2/+8
* Merge branch 'watchdog-fix' into omap-for-v5.5/ti-syscTony Lindgren2019-10-181-4/+14
|\
| * bus: ti-sysc: Fix watchdog quirk handlingTony Lindgren2019-10-181-4/+14
* | bus: ti-sysc: avoid toggling power state of module during probeTero Kristo2019-10-081-12/+18
* | bus: ti-sysc: drop the extra hardreset during initTero Kristo2019-10-081-36/+1
* | bus: ti-sysc: re-order reset and main clock controlsTero Kristo2019-10-081-4/+4
|/
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-09-301-15/+37
|\
| * bus: ti-sysc: Remove unpaired sysc_clkdm_deny_idle()Tony Lindgren2019-09-061-1/+0
| * bus: ti-sysc: Fix handling of invalid clocksTony Lindgren2019-09-051-4/+1
| * bus: ti-sysc: Fix clock handling for no-idle quirksTony Lindgren2019-09-051-11/+37
* | bus: ti-sysc: Detect d2d when debug is enabledTony Lindgren2019-08-261-0/+2
* | bus: ti-sysc: Add module enable quirk for SGX on omap36xxTony Lindgren2019-08-261-0/+21
* | bus: ti-sysc: Change return types of functionsNishka Dasgupta2019-08-261-16/+6
* | bus: ti-sysc: remove set but not used variable 'quirks'YueHaibing2019-08-131-2/+1
* | bus: ti-sysc: allow reset sharing across devicesTero Kristo2019-08-131-3/+9
* | bus: ti-sysc: rework the reset handlingTero Kristo2019-08-131-20/+5
* | bus: ti-sysc: re-order the clkdm control around reset handlingTero Kristo2019-08-131-4/+5
* | bus: ti-sysc: Add missing kerneldoc commentsSuman Anna2019-08-131-0/+7
* | bus: ti-sysc: Switch to SPDX license identifierSuman Anna2019-08-131-9/+1
|/
* bus: ti-sysc: Simplify cleanup upon failures in sysc_probe()Suman Anna2019-08-131-7/+7
* ARM: dts: Fix incorrect dcan register mapping for am3, am4 and dra7Tony Lindgren2019-07-241-1/+2
* bus: ti-sysc: Fix using configured sysc mask valueTony Lindgren2019-07-241-4/+1
* bus: ti-sysc: Fix handling of forced idleTony Lindgren2019-07-241-1/+1
* bus: ti-sysc: Add support for module specific reset quirksTony Lindgren2019-06-101-5/+124
* bus: ti-sysc: Detect uarts also on omap34xxTony Lindgren2019-05-281-1/+3
* bus: ti-sysc: Do rstctrl reset handling in two phasesTony Lindgren2019-05-281-8/+17