summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* bus: ti-sysc: Do not disable on suspend for no-idleTony Lindgren2020-07-221-2/+4
* bus: ti-sysc: Fix sleeping function called from invalid context for RTC quirkTony Lindgren2020-07-221-2/+2
* bus: ti-sysc: Fix wakeirq sleeping function called from invalid contextTony Lindgren2020-07-221-7/+6
* bus: ti-sysc: Use optional clocks on for enable and wait for softreset bitTony Lindgren2020-07-221-20/+60
* bus: ti-sysc: Detect EDMA and set quirk flags for tptcTony Lindgren2020-07-221-0/+5
* bus: ti-sysc: Detect display subsystem related devicesTony Lindgren2020-07-221-0/+19
* bus: ti-sysc: Handle module unlock quirk needed for some RTCTony Lindgren2020-07-221-6/+68
* bus: ti-sysc: Consider non-existing registers too when matching quirksTony Lindgren2020-07-221-63/+57
* bus: ti-sysc: Rename clk related quirks to pre_reset and post_reset quirksTony Lindgren2020-07-221-16/+16
* bus: ti-sysc: Ignore clockactivity unless specified as a quirkTony Lindgren2020-06-301-3/+6
* bus: ti-sysc: Flush posted write on enable and disableTony Lindgren2020-06-301-0/+6
* bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit readsOndrej Jirman2020-04-171-1/+1
* bus: ti-sysc: Fix 1-wire reset quirkTony Lindgren2020-03-121-2/+2
* bus: tegra-aconnect: Remove PM_CLK dependencySameer Pujar2020-03-051-1/+0
* bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTOTony Lindgren2020-02-241-2/+8
* bus: moxtet: fix potential stack buffer overflowMarek BehĂșn2020-02-191-1/+1
* bus: ti-sysc: Fix missing force mstandby quirk handlingTony Lindgren2020-02-011-1/+2
* bus: ti-sysc: Add module enable quirk for audio AESSTony Lindgren2020-02-011-1/+13
* bus: ti-sysc: Use swsup quirks also for am335x musbTony Lindgren2020-02-011-0/+2
* bus: ti-sysc: Handle mstandby quirk and use it for musbTony Lindgren2020-02-011-2/+8
* bus: ti-sysc: Fix iterating over clocksTony Lindgren2020-01-231-2/+8
* bus: ti-sysc: Fix missing reset delay handlingTony Lindgren2020-01-121-0/+4
* bus: ti-sysc: Fix watchdog quirk handlingTony Lindgren2019-10-181-4/+14
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-09-301-15/+37
|\
| * Merge tag 'fixes-5.4-merge-window' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2019-09-291-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
* | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-09-201-49/+52
|\ \ \
| * \ \ Merge tag 'mvebu-dt64-5.4-2' of git://git.infradead.org/linux-mvebu into arm/...Arnd Bergmann2019-09-043-0/+897
| |\ \ \
| * \ \ \ Merge tag 'omap-for-v5.4/ti-sysc-part2-signed' of git://git.kernel.org/pub/sc...Arnd Bergmann2019-09-041-16/+29
| |\ \ \ \
| | * | | | 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
| * | | | | Merge tag 'omap-for-v5.4/ti-sysc-signed' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2019-09-041-33/+23
| |\| | | | | | |_|/ / | |/| | |
| | * | | 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
| | | |/ | | |/|
* | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-09-168-17/+923
|\ \ \ \ | |/ / / |/| | |
| * | | bus: uniphier-system-bus: use devm_platform_ioremap_resource()Masahiro Yamada2019-09-051-3/+1
| * | | bus: imx-weim: remove incorrect __init annotationsArnd Bergmann2019-09-041-5/+5
| * | | bus: moxtet: fix unsigned comparison to less than zeroColin Ian King2019-09-041-1/+1
| * | | bus: moxtet: remove set but not used variable 'dummy'Jason Yan2019-09-041-2/+1
| * | | Merge tag 'imx-drivers-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2019-09-031-4/+20
| |\ \ \
| | * | | bus: imx-weim: use module_platform_driver()Sascha Hauer2019-08-191-4/+4
| | * | | bus: imx-weim: optionally enable burst clock modeSven Van Asbroeck2019-08-031-0/+16
| * | | | Merge tag 'sunxi-drivers-for-5.4-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2019-09-031-3/+1
| |\ \ \ \