summaryrefslogtreecommitdiffstats
path: root/drivers/bus
AgeCommit message (Expand)AuthorLines
2019-08-29Merge tag 'hisi-fixes-for-5.3' of git://github.com/hisilicon/linux-hisi into ...Arnd Bergmann-6/+41
2019-08-13bus: ti-sysc: Simplify cleanup upon failures in sysc_probe()Suman Anna-7/+7
2019-08-13bus: hisi_lpc: Add .remove method to avoid driver unbind crashJohn Garry-2/+36
2019-08-13bus: hisi_lpc: Unregister logical PIO range to avoid potential use-after-freeJohn Garry-5/+6
2019-07-24ARM: dts: Fix incorrect dcan register mapping for am3, am4 and dra7Tony Lindgren-1/+2
2019-07-24bus: ti-sysc: Fix using configured sysc mask valueTony Lindgren-4/+1
2019-07-24bus: ti-sysc: Fix handling of forced idleTony Lindgren-1/+1
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-84/+436
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-8/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-8/+2
2019-06-17Merge tag 'omap-for-v5.3/ti-sysc-signed' of git://git.kernel.org/pub/scm/linu...Olof Johansson-86/+389
2019-06-17Merge tag 'arm-soc/for-5.3/drivers' of https://github.com/Broadcom/stblinux i...Olof Johansson-2/+2
2019-06-17Merge tag 'soc-fsl-next-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson-7/+55
2019-06-16Merge tag 'omap-for-v5.2/fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson-12/+11
2019-06-10bus: ti-sysc: Add support for module specific reset quirksTony Lindgren-5/+124
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-17/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-21/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-30/+2
2019-05-28bus: ti-sysc: Detect uarts also on omap34xxTony Lindgren-1/+3
2019-05-28bus: ti-sysc: Do rstctrl reset handling in two phasesTony Lindgren-8/+17
2019-05-28bus: ti-sysc: Add support for disabling module without legacy modeTony Lindgren-4/+17
2019-05-28bus: ti-sysc: Set ENAWAKEUP if availableTony Lindgren-0/+5
2019-05-28bus: ti-sysc: Handle swsup idle mode quirksTony Lindgren-8/+17
2019-05-28bus: ti-sysc: Handle clockactivity for enable and disableTony Lindgren-0/+7
2019-05-28bus: ti-sysc: Enable interconnect target module autoidle bit on enableTony Lindgren-1/+12
2019-05-28bus: ti-sysc: Allow QUIRK_LEGACY_IDLE even if legacy_mode is not setTony Lindgren-3/+0
2019-05-28bus: ti-sysc: Make OCP reset work for sysstatus and sysconfig reset bitsTony Lindgren-18/+54
2019-05-28bus: ti-sysc: Support 16-bit writes tooTony Lindgren-1/+22
2019-05-28bus: ti-sysc: Add support for missing clockdomain handlingTony Lindgren-26/+101
2019-05-20bus: mc-bus: Add support for mapping shareable portalsRoy Pledge-7/+55
2019-05-20bus: brcmstb_gisb: Remove print of base addressFlorian Fainelli-2/+2
2019-05-20Merge branch 'omap-for-v5.2/ti-sysc' into fixesTony Lindgren-12/+11
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-20/+46
2019-05-02bus: ti-sysc: Handle devices with no control registersTony Lindgren-12/+11
2019-04-09bus: ti-sysc: Add generic enable/disable functionsRoger Quadros-0/+129
2019-04-05bus: ti-sysc: Detect DMIC for debuggingTony Lindgren-0/+1
2019-04-05bus: ti-sysc: Handle swsup idle mode quirksTony Lindgren-3/+3
2019-04-03bus: ti-sysc: Add quirk handling for external optional functional clockTony Lindgren-1/+90
2019-04-03bus: ti-sysc: Add support for early quirks based on register addressTony Lindgren-4/+42
2019-04-03bus: ti-sysc: Move rstctrl reset to happen laterTony Lindgren-22/+39
2019-04-03bus: ti-sysc: Manage clocks for the interconnect target module in all casesTony Lindgren-13/+11
2019-04-03bus: ti-sysc: Allocate mdata as needed and do platform data based init laterTony Lindgren-15/+39
2019-04-03bus: ti-sysc: Enable all clocks directly during init to read revisionTony Lindgren-22/+28
2019-04-01bus: ti-sysc: Add separate functions for handling clocksTony Lindgren-18/+123
2019-04-01bus: ti-sysc: Move legacy platform data idling into separate functionsTony Lindgren-28/+50
2019-04-01bus: ti-sysc: Make functions staticTony Lindgren-2/+2
2019-04-01bus: ti-sysc: Handle missed no-idle property in addition to no-idle-on-initTony Lindgren-1/+4
2019-04-01bus: ti-sysc: Fix sysc_unprepare() when no clocks have been allocatedTony Lindgren-0/+3
2019-03-28bus: tegra-aconnect: add system sleep callbacksSameer Pujar-0/+2
2019-03-28bus: tegra-aconnect: use devm_clk_*() helpersSameer Pujar-20/+44