summaryrefslogtreecommitdiffstats
path: root/drivers/bus/ti-sysc.c
Commit message (Expand)AuthorAgeFilesLines
* bus: ti-sysc: Add generic enable/disable functionsRoger Quadros2019-04-091-0/+129
* bus: ti-sysc: Detect DMIC for debuggingTony Lindgren2019-04-061-0/+1
* bus: ti-sysc: Handle swsup idle mode quirksTony Lindgren2019-04-061-3/+3
* bus: ti-sysc: Add quirk handling for external optional functional clockTony Lindgren2019-04-031-1/+90
* bus: ti-sysc: Add support for early quirks based on register addressTony Lindgren2019-04-031-4/+42
* bus: ti-sysc: Move rstctrl reset to happen laterTony Lindgren2019-04-031-22/+39
* bus: ti-sysc: Manage clocks for the interconnect target module in all casesTony Lindgren2019-04-031-13/+11Star
* bus: ti-sysc: Allocate mdata as needed and do platform data based init laterTony Lindgren2019-04-031-15/+39
* bus: ti-sysc: Enable all clocks directly during init to read revisionTony Lindgren2019-04-031-22/+28
* bus: ti-sysc: Add separate functions for handling clocksTony Lindgren2019-04-011-18/+123
* bus: ti-sysc: Move legacy platform data idling into separate functionsTony Lindgren2019-04-011-28/+50
* bus: ti-sysc: Make functions staticTony Lindgren2019-04-011-2/+2
* bus: ti-sysc: Handle missed no-idle property in addition to no-idle-on-initTony Lindgren2019-04-011-1/+4
* bus: ti-sysc: Fix sysc_unprepare() when no clocks have been allocatedTony Lindgren2019-04-011-0/+3
* Merge branch 'pwm-dmtimer-fixes' into omap-for-v5.0/fixes-v2Tony Lindgren2019-01-291-3/+3
|\
| * bus: ti-sysc: Fix timer handling with drop pm_runtime_irq_safe()Tony Lindgren2019-01-291-2/+2
| * Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2Tony Lindgren2018-08-281-0/+64
| |\
* | | bus: ti-sysc: Check for no-reset and no-idle flags at the child levelTony Lindgren2018-12-101-7/+25
* | | bus: ti-sysc: Detect devices for debug on omap5Tony Lindgren2018-11-151-0/+3
* | | bus: ti-sysc: Add mcasp optional clocks flagTony Lindgren2018-11-151-0/+11
* | | bus: ti-sysc: Fix getting optional clocks in clock_rolesTony Lindgren2018-11-151-2/+7
* | | bus: ti-sysc: Just use SET_NOIRQ_SYSTEM_SLEEP_PM_OPSTony Lindgren2018-10-011-111/+4Star
* | | bus: ti-sysc: Make some warnings debug onlyTony Lindgren2018-09-291-2/+2
* | | bus: ti-sysc: Detect devices for debug on dra7Tony Lindgren2018-09-291-5/+8
* | | bus: ti-sysc: Detect timer and gpio on dra7Tony Lindgren2018-09-291-2/+4
* | | Merge commit '4f3530f4a41d49c41015020cd9a5ed5c95b5d2db' into omap-for-v4.20/t...Tony Lindgren2018-09-291-20/+17Star
|\| |
| * | bus: ti-sysc: Fix no_console_suspend handlingTony Lindgren2018-08-221-3/+3
| * | bus: ti-sysc: Fix module register ioremap for larger offsetsTony Lindgren2018-08-171-17/+14Star
* | | bus: ti-sysc: Detect devices on am335x when DEBUG is enabledTony Lindgren2018-09-241-2/+6
* | | bus: ti-sysc: Detect more devices on am473x for debuggingTony Lindgren2018-09-241-3/+20
* | | bus: ti-sysc: Update revision masks to support am437xTony Lindgren2018-09-241-2/+4
* | | bus: ti-sysc: Defer suspend as neededTony Lindgren2018-09-241-57/+61
| |/ |/|
* | bus: ti-sysc: Add support for software resetFaiz Abbas2018-07-101-0/+46
* | bus: ti-sysc: Add support for using ti-sysc for MCAN on dra76xFaiz Abbas2018-07-101-0/+18
|/
* bus: ti-sysc: Use 2-factor allocator argumentsKees Cook2018-07-021-4/+4
* bus: ti-sysc: Fix optional clocks array accessTony Lindgren2018-05-181-1/+1
* bus: ti-sysc: Show module information for suspend if DEBUG is enabledTony Lindgren2018-05-011-0/+18
* bus: ti-sysc: Tag sdio and wdt with legacy mode for suspendTony Lindgren2018-05-011-0/+8
* bus: ti-sysc: Detect UARTs for SYSC_QUIRK_LEGACY_IDLE quirk on omap4Tony Lindgren2018-05-011-0/+3
* bus: ti-sysc: Detect omap4 type timers for quirkTony Lindgren2018-05-011-0/+3
* bus: ti-sysc: Add initial support for external resetsTony Lindgren2018-05-011-1/+47
* bus: ti-sysc: Improve suspend and resume handlingTony Lindgren2018-05-011-6/+48
* bus: ti-sysc: Tag some modules resource providers for noirq suspendTony Lindgren2018-05-011-0/+77
* bus: ti-sysc: Add handling for clkctrl opt clocksTony Lindgren2018-04-301-25/+115
* bus: ti-sysc: Make child clock alias handling more genericTony Lindgren2018-04-301-13/+23
* bus: ti-sysc: Handle simple-bus for nested childrenTony Lindgren2018-04-301-2/+7
* Merge tag 'omap-for-v4.17/ti-sysc-signed' of ssh://gitolite.kernel.org/pub/sc...Arnd Bergmann2018-03-071-33/+493
|\
| * bus: ti-sysc: Handle some devices in omap_device compatible wayTony Lindgren2018-02-261-3/+223
| * bus: ti-sysc: Add support for platform data callbacksTony Lindgren2018-02-261-14/+82
| * bus: ti-sysc: Remove unnecessary debugging statementsTony Lindgren2018-02-261-8/+1Star