summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-1714-60/+74
|\
| * clocksource/drivers/sh_cmt: Document "cmt-48" as deprecatedMagnus Damm2019-08-271-1/+5
| * clocksource/drivers/sh_cmt: r8a7740 and sh73a0 SoC-specific matchMagnus Damm2019-08-271-0/+8
| * clocksource/drivers: Do not warn on probe deferJon Hunter2019-08-271-1/+3
| * clocksource/drivers/timer-of: Do not warn on deferred probeJon Hunter2019-08-271-2/+4
| * clocksource/drivers/npcm: Fix GENMASK and timer operationAvi Fishman2019-08-271-6/+3
| * clocksource/drivers/renesas-ostm: Use DIV_ROUND_CLOSEST() helperGeert Uytterhoeven2019-08-271-1/+1
| * clocksource/drivers/imx-sysctr: Add internal clock divider handleAnson Huang2019-08-271-0/+5
| * clocksource/drivers/tcb_clksrc: Register delay timerAlexandre Belloni2019-08-272-1/+19
| * clocksource: sun4i: Add missing compatiblesMaxime Ripard2019-08-271-0/+4
| * clocksource: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-273-11/+3
| * clocksource/drivers/hyperv: Enable TSC page clocksource on 32bitVitaly Kuznetsov2019-08-232-14/+0
| * clocksource/drivers/hyperv: Add Hyper-V specific sched clock functionTianyu Lan2019-08-231-10/+12
| * clocksource/drivers/hyperv: Allocate Hyper-V TSC page staticallyTianyu Lan2019-08-231-8/+4
| * hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner2019-08-011-1/+1
| * hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior2019-08-011-4/+2
| * hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner2019-07-301-1/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-1715-154/+475
|\ \
| * \ Merge tag 'irqchip-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-09-0616-155/+476
| |\ \
| | * | irqchip/gic-v3-its: Fix LPI release for Multi-MSI devicesMarc Zyngier2019-09-051-5/+4
| | * | irqchip/uniphier-aidet: Use devm_platform_ioremap_resource()Masahiro Yamada2019-09-051-3/+1
| | * | irqchip/mmp: Coexist with GIC root IRQ controllerLubomir Rintel2019-08-301-1/+6
| | * | irqchip/mmp: Mask off interrupts from other coresAndres Salomon2019-08-301-0/+48
| | * | irqchip/mmp: Add missing chained_irq_{enter,exit}()Lubomir Rintel2019-08-301-1/+8
| | * | irqchip/mmp: Do not use of_address_to_resource() to get mux regsLubomir Rintel2019-08-301-9/+13
| | * | irqchip/meson-gpio: Add support for meson sm1 SoCsJerome Brunet2019-08-301-14/+38
| | * | irqchip: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-203-12/+4
| | * | irqchip/mmp: Do not call irq_set_default_host() on DT platformsLubomir Rintel2019-08-201-2/+0
| | * | irqchip/gic-v3-its: Remove the redundant set_bit for lpi_mapZenghui Yu2019-08-201-1/+1
| | * | irqchip/gic-v3: Add quirks for HIP06/07 invalid GICD_TYPER erratum 161010803Marc Zyngier2019-08-201-10/+46
| | * | irqchip/gic: Skip DT quirks when evaluating IIDR-based quirksMarc Zyngier2019-08-201-0/+2
| | * | irqchip/gic-v3: Warn about inconsistent implementations of extended rangesMarc Zyngier2019-08-201-0/+5
| | * | irqchip/gic-v3: Add EPPI range supportMarc Zyngier2019-08-201-7/+35
| | * | irqchip/gic-v3: Dynamically allocate PPI partition descriptorsMarc Zyngier2019-08-201-3/+11
| | * | irqchip/gic-v3: Dynamically allocate PPI NMI refcountsMarc Zyngier2019-08-201-13/+34
| | * | irqchip/gic: Prepare for more than 16 PPIsMarc Zyngier2019-08-205-17/+30
| | * | irqchip/gic-v3: Add ESPI range supportMarc Zyngier2019-08-201-16/+69
| | * | irqchip/gic-v3: Add INTID range and convertion primitivesMarc Zyngier2019-08-201-29/+83
| | * | irqchip/gic: Rework gic_configure_irq to take the full ICFGR baseMarc Zyngier2019-08-204-12/+30
| | * | PCI: hv: Allocate a named fwnode instead of an address-based oneMarc Zyngier2019-08-071-1/+9
| | * | gpio/ixp4xx: Register the base PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| | * | irqchip/ixp4xx: Register the base PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| | * | irqchip/gic-v2m: Register the frame's PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| | * | irqchip/gic: Register the distributor's PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| | * | irqchip/gic-v3-its: Register the ITS' PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| | * | irqchip/gic-v3: Register the distributor's PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
* | | | Merge tag 'platform-drivers-x86-v5.4-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-09-1620-298/+572
|\ \ \ \
| * | | | platform/x86: asus-wmi: Refactor charge threshold to use the battery hooking APIKristian Klausen2019-09-101-49/+99
| * | | | platform/x86: asus-wmi: Rename CHARGE_THRESHOLD to RSOCKristian Klausen2019-09-091-3/+3
| * | | | platform/x86: ISST: Allow additional TRL MSRsSrinivas Pandruvada2019-09-091-0/+2