summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-2619-377/+587
|\
| * clocksource/drivers/rda: Add clock driver for RDA8810PL SoCManivannan Sadhasivam2018-12-183-0/+204
| * clocksource/drivers/meson6: Change name meson6_timer timer-meson6Daniel Lezcano2018-12-182-1/+1
| * clocksource/drivers/sun4i: Change name sun4i_timer to timer-sun4iDaniel Lezcano2018-12-182-1/+1
| * clocksource/drivers/tegra20: Change name tegra20_timer to timer-tegra20Daniel Lezcano2018-12-182-1/+1
| * clocksource/drivers/rockchip: Change name rockchip_timer to timer-rockchipDaniel Lezcano2018-12-182-1/+1
| * clocksource/drivers/riscv: Change name riscv_timer to timer-riscvDaniel Lezcano2018-12-182-1/+1
| * clocksource/drivers/riscv_timer: Provide the sched_clockAnup Patel2018-12-182-1/+10
| * clocksource/drivers/timer-imx-tpm: Specify clock name for timer-ofAnson Huang2018-12-181-0/+3
| * clocksource/drivers/fttmr010: Fix invalid interrupt register accessTao Ren2018-12-181-31/+42
| * clocksource/drivers/integrator-ap: Add missing of_node_put()Yangtao Li2018-12-181-9/+16
| * clocksource/drivers/bcm2835: Switch to SPDX identifierStefan Wahren2018-12-181-14/+1
| * clocksource/drivers/timer-imx-tpm: Convert the driver to timer-ofAnson Huang2018-12-181-81/+55
| * clocksource/drivers/arc_timer: Utilize generic sched_clockAlexey Brodkin2018-12-182-0/+23
| * clocksource/drivers/imx-gpt: Remove unnecessary irq protectionClément Péron2018-12-181-17/+0
| * clocksource/drivers/imx-gpt: Add support for ARM64Anson Huang2018-12-182-1/+5
| * clocksource/drivers/meson6_timer: Implement the ARM delay timerMartin Blumenstingl2018-12-181-0/+22
| * clocksource/drivers/meson6_timer: Use register names from the datasheetMartin Blumenstingl2018-12-181-44/+64
| * clockevents/drivers/tegra20: Remove obsolete inclusion of <asm/smp_twd.h>Geert Uytterhoeven2018-12-181-1/+0
| * clocksource/drivers/timer-ti-dm: Remove the early platform driver registrationBartosz Golaszewski2018-12-181-1/+0
| * clocksource/drivers/ux500: Drop Ux500 custom SCHED_CLOCKLinus Walleij2018-12-183-35/+0
| * clocksource/drivers/dbx500: Demote dbx500 PRCMU clocksourceLinus Walleij2018-12-181-2/+2
| * clocksource/drivers/timer-vt8500: Remove duplicate function nameDan Carpenter2018-12-181-1/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-2623-133/+951
|\ \
| * | genirq/core: Introduce struct irq_affinity_descDou Liyang2018-12-191-5/+4
| * | Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-12-1818-122/+927
| |\ \
| | * | irqchip/stm32: protect configuration registers with hwspinlockBenjamin Gaignard2018-12-181-16/+100
| | * | irqchip: Add driver for imx-irqsteer controllerLucas Stach2018-12-183-0/+270
| | * | irqchip: Add driver for Cirrus Logic Madera codecsRichard Fitzgerald2018-12-183-0/+260
| | * | irqchip/irq-imx-gpcv2: Add IRQCHIP_DECLARE for i.MX8MQ compatibleLucas Stach2018-12-181-1/+2
| | * | irqchip/irq-rda-intc: Fix return value check in rda8810_intc_init()Wei Yongjun2018-12-181-2/+2
| | * | irqchip/irq-imx-gpcv2: Silence "fall through" warningMarc Zyngier2018-12-151-1/+2
| | * | irqchip/gic-v3: Add quirk for msm8996 broken registersSrinivas Kandagatla2018-12-131-0/+20
| | * | irqchip/gic: Add support to device tree based quirksSrinivas Kandagatla2018-12-133-0/+22
| | * | irqchip/sun4i: Add support for Allwinner ARMv5 F1C100sMesih Kilinc2018-12-131-10/+37
| | * | irqchip/sun4i: Move IC specific register offsets to structMesih Kilinc2018-12-131-12/+21
| | * | irqchip/sun4i: Add a struct to hold global variablesMesih Kilinc2018-12-131-26/+38
| | * | irqchip: Add RDA8810PL interrupt driverManivannan Sadhasivam2018-12-133-0/+112
| | * | irqchhip: Convert to using %pOFn instead of device_node.nameYangtao Li2018-12-133-11/+11
| | * | irqchip/irq-imx-gpcv2: Add support for i.MX8MQAndrey Smirnov2018-12-131-2/+29
| | * | irqchip/irq-imx-gpcv2: Make error messages more consistentAndrey Smirnov2018-12-131-2/+2
| | * | irqchip/irq-imx-gpcv2: Make use of BIT() macroAndrey Smirnov2018-12-131-3/+3
| | * | irqchip/irq-imx-gpcv2: Share reg offset calculation codeAndrey Smirnov2018-12-131-8/+10
| | * | irqchip/irq-imx-gpcv2: Remove unused codeAndrey Smirnov2018-12-131-2/+0
| | * | irqchip/irq-renesas-intc-irqpin: Convert to SPDX identifiersKuninori Morimoto2018-12-131-13/+1
| | * | irqchip/irq-renesas-irqc: Convert to SPDX identifiersKuninori Morimoto2018-12-131-13/+1
| | * | irqchip: bcm283x: Switch to SPDX identifierStefan Wahren2018-12-132-20/+2
| | * | platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal2018-12-131-2/+4
| * | | genirq: Fix various typos in commentsIngo Molnar2018-12-184-6/+6
| * | | Merge tag 'v4.20-rc5' into irq/core, to pick up fixesIngo Molnar2018-12-03446-2684/+4551
| |\ \ \