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