summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* mips: cdmm: fix use-after-free in mips_cdmm_bus_discoverQinglang Miao2020-12-301-3/+1
* bus/fsl_mc: Do not rely on caller to provide non NULL mc_ioDiana Craciun2020-11-051-1/+6
* bus: hisi_lpc: Fixup IO ports addresses to avoid use-after-free in host removalJohn Garry2020-10-011-2/+25
* bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit readsOndrej Jirman2020-04-171-1/+1
* bus: ti-sysc: Fix sysc_unprepare() when no clocks have been allocatedTony Lindgren2020-01-271-0/+3
* bus: ti-sysc: Fix timer handling with drop pm_runtime_irq_safe()Tony Lindgren2020-01-271-2/+2
* bus: ti-sysc: Add mcasp optional clocks flagTony Lindgren2020-01-271-0/+11
* bus: ti-sysc: Fix getting optional clocks in clock_rolesTony Lindgren2019-12-131-2/+7
* bus: ti-sysc: Check for no-reset and no-idle flags at the child levelTony Lindgren2019-12-051-7/+25
* bus: ti-sysc: Simplify cleanup upon failures in sysc_probe()Suman Anna2019-09-211-7/+7
* bus: ti-sysc: Fix using configured sysc mask valueTony Lindgren2019-09-211-4/+1
* bus: hisi_lpc: Add .remove method to avoid driver unbind crashJohn Garry2019-09-061-2/+36
* bus: hisi_lpc: Unregister logical PIO range to avoid potential use-after-freeJohn Garry2019-09-061-5/+6
* Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2Tony Lindgren2018-08-285-1/+129
|\
| * Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-234-0/+123
| |\
| | * Merge tag 'sunxi-drivers-for-4.19' of https://git.kernel.org/pub/scm/linux/ke...Olof Johansson2018-07-263-0/+59
| | |\
| | | * bus: add bus driver for accessing Allwinner A64 DE2Icenowy Zheng2018-06-283-0/+59
| | * | bus: ti-sysc: Add support for software resetFaiz Abbas2018-07-091-0/+46
| | * | bus: ti-sysc: Add support for using ti-sysc for MCAN on dra76xFaiz Abbas2018-07-091-0/+18
| * | | Merge tag 'vla-leftovers-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-171-1/+6
| |\ \ \ | | |/ / | |/| |
| | * | bus: imx-weim: Remove VLA usageKees Cook2018-08-131-1/+6
| | |/
* | | 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/+14
|/ /
* / bus: ti-sysc: Use 2-factor allocator argumentsKees Cook2018-07-021-4/+4
|/
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-3/+3
|\
| * treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-3/+3
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-113-65/+97
|\ \
| * \ Merge tag 'hisi-drivers-for-4.18' of git://github.com/hisilicon/linux-hisi in...Olof Johansson2018-05-142-63/+97
| |\ \
| | * | HISI LPC: Add ACPI UART supportJohn Garry2018-05-101-0/+17
| | * | HISI LPC: Re-Add ACPI child enumeration supportJohn Garry2018-05-101-0/+74
| | * | HISI LPC: Stop using MFD APIsJohn Garry2018-05-102-65/+8
| * | | bus: arm-cci: remove unnecessary unreachable()Stefan Agner2018-05-141-2/+0
| |/ /
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-06-111-43/+345
|\ \ \ | |_|/ |/| |
| * | Merge tag 'omap-for-v4.18/ti-sysc-fix-signed' of git://git.kernel.org/pub/scm...Olof Johansson2018-05-251-1/+1
| |\ \
| | * | bus: ti-sysc: Fix optional clocks array accessTony Lindgren2018-05-181-1/+1
| * | | Merge tag 'omap-for-v4.18/ti-sysc-signed' of git://git.kernel.org/pub/scm/lin...Olof Johansson2018-05-141-43/+345
| |\| | | | |/ | |/|
| | * 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 'v4.17-rc5' into irq/core, to pick up fixesIngo Molnar2018-05-141-0/+1
|\| |
| * | HISI LPC: Add Kconfig MFD_CORE dependencyJohn Garry2018-04-261-0/+1
| |/
* / genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier2018-05-131-0/+2
|/
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-063-0/+625
|\