summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2018-12-1828-127/+1190
| |\ \ \
| | * | | irqchip/stm32: protect configuration registers with hwspinlockBenjamin Gaignard2018-12-181-16/+100
| | * | | dt-bindings: interrupt-controller: stm32: Document hwlock propertiesBenjamin Gaignard2018-12-181-0/+4
| | * | | irqchip: Add driver for imx-irqsteer controllerLucas Stach2018-12-183-0/+270
| | * | | dt-bindings/irq: Add binding for Freescale IRQSTEER multiplexerLucas Stach2018-12-181-0/+34
| | * | | irqchip: Add driver for Cirrus Logic Madera codecsRichard Fitzgerald2018-12-185-0/+394
| | * | | 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
| | * | | dt-bindings/gic-v3: Add msm8996 compatible stringSrinivas Kandagatla2018-12-131-1/+3
| | * | | 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
| | * | | dt-bindings: interrupt-controller: Add suniv interrupt-controllerMesih Kilinc2018-12-131-1/+3
| | * | | irqchip: Add RDA8810PL interrupt driverManivannan Sadhasivam2018-12-133-0/+112
| | * | | dt-bindings: interrupt-controller: Document RDA8810PL intcManivannan Sadhasivam2018-12-131-0/+61
| | * | | 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
| | * | | irq/irq_sim: Store multiple interrupt offsets in a bitmapBartosz Golaszewski2018-12-132-3/+22
| | * | | platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal2018-12-132-2/+6
| * | | | genirq: Fix various typos in commentsIngo Molnar2018-12-189-15/+15
| * | | | Merge tag 'v4.20-rc5' into irq/core, to pick up fixesIngo Molnar2018-12-031080-6576/+12669
| |\ \ \ \
| * | | | | genirq/matrix: Improve target CPU selection for managed interrupts.Long Li2018-11-061-4/+30
| * | | | | genirq/affinity: Add support for allocating interrupt setsJens Axboe2018-11-053-23/+72
| * | | | | genirq/affinity: Pass first vector to __irq_build_affinity_masks()Ming Lei2018-11-051-9/+11
| * | | | | genirq/affinity: Move two stage affinity spreading into a helper functionMing Lei2018-11-051-36/+56
| * | | | | genirq/affinity: Spread IRQs to all available NUMA nodesLong Li2018-11-051-3/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'devprop-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-2511-514/+766
|\ \ \ \ \
| * | | | | device property: fix fwnode_graph_get_next_endpoint() documentationMarco Felsch2018-12-181-1/+1
| * | | | | drivers: base: swnode: remove need for a temporary string for the node nameColin Ian King2018-12-111-4/+1
| * | | | | device property: Remove struct property_setHeikki Krogerus2018-11-261-315/+17
| * | | | | device property: Move device_add_properties() to swnode.cHeikki Krogerus2018-11-262-179/+184
| * | | | | drivers: base: Introducing software nodes to the firmware node frameworkHeikki Krogerus2018-11-265-1/+521
| * | | | | ACPI / glue: Add acpi_platform_notify() functionHeikki Krogerus2018-11-265-10/+30
| * | | | | drivers core: Prepare support for multiple platform notificationsHeikki Krogerus2018-11-261-7/+16
| * | | | | driver core: platform: Remove duplicated device_remove_properties() callHeikki Krogerus2018-11-261-1/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-12-25190-1190/+10838
|\ \ \ \ \
| * \ \ \ \ Merge branch 'clk-imx7ulp' into clk-nextStephen Boyd2018-12-142-2/+38
| |\ \ \ \ \
| | * | | | | clk: imx: imx7ulp: add arm hsrun mode clocks supportAnson Huang2018-12-141-1/+30
| | * | | | | dt-bindings: clock: imx7ulp: add HSRUN mode related clocksAnson Huang2018-12-141-1/+8
| * | | | | | Merge branch 'clk-of' into clk-nextStephen Boyd2018-12-144-8/+8
| |\ \ \ \ \ \