Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-07 10:24:06 to 2015-07-07 21:13:37 UTC [more...]

Raspberry Pi 2 support, part 1: Interrupt controller
 2015-07-07 21:13 UTC  (5+ messages)
` [PATCH 1/4] irqchip: bcm2835: Refactor handle_IRQ() calls out of MAKE_HWIRQ
` [PATCH 2/4] irqchip: bcm2835: If a parent interrupt is registered, chain from it
` [PATCH 3/4] irqchip: Add documentation for the bcm2836 interrupt controller
` [PATCH 4/4] irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2

[PATCH V3 1/1] irqchip: imx-gpcv2: IMX GPCv2 driver for wakeup sources
 2015-07-07 20:58 UTC 

[PATCH v3 1/7] dt/bindings: Add binding for the Raspberry Pi clock provider
 2015-07-07 20:13 UTC  (3+ messages)

[PATCH] arm:irqchip: IRQCHIP_DECLARE macro is now accessible
 2015-07-07 20:02 UTC 

[PATCH 1/4][v3] ARM: imx: imx7d-pinfunc: add gpio pad iomuxc settings
 2015-07-07 19:36 UTC  (7+ messages)
` [PATCH 2/4][v3] ARM: dts: imx: imx7d add iomuxc lpsr register base address
` [PATCH 3/4][v3] ARM: imx: pinctrl-imx: imx7d: add support for iomuxc lpsr
` [PATCH 4/4][v3] ARM: imx: pinctrl-imx7d: add iomuxc-lpsr gpio group ids

[PATCH 0/9] locking/qrwlock: get qrwlocks up and running on arm64
 2015-07-07 19:28 UTC  (13+ messages)
` [PATCH 1/9] locking/qrwlock: include <linux/spinlock.h> for arch_spin_{lock, unlock}
` [PATCH 2/9] locking/qrwlock: avoid redundant atomic_add_return on read_lock_slowpath
` [PATCH 3/9] locking/qrwlock: tidy up rspin_until_writer_unlock
` [PATCH 4/9] locking/qrwlock: implement queue_write_unlock using smp_store_release
` [PATCH 5/9] locking/qrwlock: remove redundant cmpxchg barriers on writer slow-path
` [PATCH 6/9] locking/qrwlock: allow architectures to hook in to contended paths
` [PATCH 7/9] locking/qrwlock: expose internal lock structure in qrwlock definition
` [PATCH 8/9] arm64: cmpxchg: implement cmpxchg_relaxed
` [PATCH 9/9] arm64: locking: replace read/write locks with generic qrwlock code

[PATCH][v3] ARM: imx: pinctrl-imx: imx7d: add support for iomuxc lpsr
 2015-07-07 19:02 UTC 

[PATCH v5] clk: change clk_ops' ->determine_rate() prototype
 2015-07-07 18:48 UTC 

[RFC PATCH] arm64: force CONFIG_SMP=y and remove redundant #ifdefs
 2015-07-07 18:26 UTC 

[PATCH] arm64: lib: use pair accessors for copy_*_user routines
 2015-07-07 18:21 UTC 

[PATCH v3 00/15] Introducing per-device MSI domain
 2015-07-07 17:18 UTC  (16+ messages)
` [PATCH v3 01/15] genirq: irqdomain: Allow irq domain aliasing
` [PATCH v3 02/15] PCI: MSI: Register irq domain with specific token
` [PATCH v3 03/15] device core: Introduce per-device MSI domain pointer
` [PATCH v3 04/15] PCI/MSI: Add hooks to populate the msi_domain field
` [PATCH v3 05/15] PCI/MSI: of: Add support for OF-provided msi_domain
` [PATCH v3 06/15] PCI/MSI: of: Allow msi_domain lookup using the host bridge node
` [PATCH v3 07/15] PCI/MSI: Let pci_msi_get_domain use struct device's msi_domain
` [PATCH v3 08/15] platform: of: Assign MSI domain to platform device
` [PATCH v3 09/15] irqchip: gicv3-its: Split PCI/MSI code from the core ITS driver
` [PATCH v3 10/15] irqchip: gicv3-its: Register irq domain with platform MSI token
` [PATCH v3 11/15] irqchip: GICv2m: Get rid of struct msi_controller
` [PATCH v3 12/15] irqchip: gicv3-its: "
` [PATCH v3 13/15] irqchip: gicv3-its: Make the PCI/MSI code standalone
` [PATCH v3 14/15] PCI/MSI: pci-xgene-msi: Get rid of struct msi_controller
` [PATCH v3 15/15] PCI/MSI: Drop domain field from msi_controller

[RFC v2 0/6] IRQ bypass manager and irqfd consumer
 2015-07-07 17:17 UTC  (12+ messages)
` [RFC v2 3/6] irq: bypass: Extend skeleton for ARM forwarding control

[PATCH v3] mfd: atmel-hlcdc: implement config synchronization
 2015-07-07 17:16 UTC 

[PATCH] ARM: perf: extend interrupt-affinity property for PPIs
 2015-07-07 17:15 UTC 

[PATCH V3 2/5] mm: mlock: Add new mlock, munlock, and munlockall system calls
 2015-07-07 17:03 UTC 

[PATCH] pinctrl: at91: fix null pointer dereference
 2015-07-07 17:02 UTC  (2+ messages)

[PATCH] PCI: xilinx: Add check for MSI interrupt flag before handling as INTx
 2015-07-07 16:54 UTC 

[PATCH v8 00/11] KVM Guest Debug support for arm64
 2015-07-07 16:30 UTC  (12+ messages)
` [PATCH v8 01/11] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH v8 02/11] KVM: arm64: guest debug, define API headers
` [PATCH v8 03/11] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v8 04/11] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v8 05/11] KVM: arm64: guest debug, add SW break point support
` [PATCH v8 06/11] KVM: arm64: guest debug, add support for single-step
` [PATCH v8 07/11] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v8 08/11] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v8 09/11] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v8 10/11] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v8 11/11] KVM: arm64: add trace points for guest_debug debug

[PATCH 0/5] usb: gadget: miscellaneous fixes
 2015-07-07 16:24 UTC  (12+ messages)
` [PATCH 1/5] usb: gadget: ffs: call functionfs_unbind() if _ffs_func_bind() fails
` [PATCH 2/5] usb: gadget: midi: avoid redundant f_midi_set_alt() call
` [PATCH 3/5] usb: isp1760: udc: add missing usb_ep_set_maxpacket_limit()
` [PATCH 4/5] staging: emxx_udc: "
` [PATCH 5/5] usb: gadget: atmel_usba_udc: add missing ret value check

[PATCH/RFC 00/11] ARM: shmobile: Let CPG use syscon for MD pin values
 2015-07-07 16:20 UTC  (15+ messages)
` [PATCH/RFC 01/11] clk: shmobile: rcar-gen2: Obtain MD pin values using syscon/regmap
` [PATCH/RFC 02/11] ARM: shmobile: r8a7790 dtsi: Add device node for RST module
` [PATCH/RFC 03/11] ARM: shmobile: r8a7791 "
` [PATCH/RFC 04/11] ARM: shmobile: r8a7793 "
` [PATCH/RFC 05/11] ARM: shmobile: r8a7794 "
` [PATCH/RFC 06/11] ARM: shmobile: r8a7790: Link CPG to RST using "renesas, modemr"
` [PATCH/RFC 07/11] ARM: shmobile: r8a7791: "
` [PATCH/RFC 08/11] ARM: shmobile: r8a7793: "
` [PATCH/RFC 09/11] ARM: shmobile: r8a7794: "
` [PATCH/RFC 10/11] ARM: shmobile: rcar-gen2: Use syscon to configure the CPG
` [PATCH/RFC 11/11] clk: shmobile: rcar-gen2: Remove obsolete rcar_gen2_clocks_init()

[PATCH v5 2/6] arch: unify ioremap prototypes and macro aliases
 2015-07-07 16:07 UTC  (10+ messages)

[PATCH v4 0/8] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support
 2015-07-07 16:03 UTC  (6+ messages)
` [PATCH v4 3/8] clk: add support for clocks provided by SCP(System Control Processor)

[PATCH v3] arm64: Modify the dump mem for 64 bit addresses
 2015-07-07 15:53 UTC  (2+ messages)

[PATCH v5 2/2] dma: Add Xilinx AXI Central Direct Memory Access Engine driver support
 2015-07-07 15:32 UTC  (5+ messages)

[PATCH v7] dma: Add Xilinx AXI Direct Memory Access Engine driver support
 2015-07-07 15:31 UTC  (5+ messages)

[PATCH 0/3] arm: KVM: VFP lazy switch in KVM Host Mode may save upto 98%
 2015-07-07 15:27 UTC  (5+ messages)
` [PATCH 2/3] arm: KVM: Implement lazy VFP switching outside of Hyp Mode

[PATCH v2 0/7] ARM: berlin: nand support
 2015-07-07 15:27 UTC  (8+ messages)
` [PATCH v2 1/7] mtd: pxa3xx_nand: add a non mandatory ECC clock
` [PATCH v2 2/7] Documentation: bindings: document the clocks for pxa3xx-nand
` [PATCH v2 3/7] mtd: pxa3xx_nand: add support for the Marvell Berlin nand controller
` [PATCH v2 4/7] Documentation: bindings: add the Berlin nand controller compatible
` [PATCH v2 5/7] mtd: nand: let Marvell Berlin SoCs select the pxa3xx driver
` [PATCH v2 6/7] ARM: berlin: add BG2Q node for the nand
` [PATCH v2 7/7] ARM: berlin: enable flash on the BG2Q DMP

[PATCH v4 0/2] Correct for ACPI 5.1->6.0 spec changes in MADT GICC entries
 2015-07-07 15:12 UTC  (7+ messages)
` [PATCH v4 1/2] ACPI / ARM64: add BAD_MADT_GICC_ENTRY() macro

[PATCH] arm64: dts: mt8173: add clock_null
 2015-07-07 15:10 UTC  (5+ messages)

[PATCH v2 0/4] mtd: pxa3xx_nand: rework the timing setup
 2015-07-07 15:08 UTC  (5+ messages)
` [PATCH v2 1/4] mtd: pxa3xx_nand: add a default chunk size
` [PATCH v2 2/4] mtd: pxa3xx_nand: add helpers to setup the timings
` [PATCH v2 3/4] mtd: pxa3xx_nand: rework flash detection and timing setup
` [PATCH v2 4/4] mtd: pxa3xx_nand: clean up the pxa3xx timings

[PATCH v2 0/9] regulator: pwm-regulator: Introduce continuous-mode
 2015-07-07 15:06 UTC  (10+ messages)
` [PATCH v2 1/9] ARM: multi_v7_defconfig: Enable ST's PWM driver
` [PATCH v2 2/9] ARM: multi_v7_defconfig: Enable ST's Power Reset driver
` [PATCH v2 3/9] ARM: multi_v7_defconfig: Enable support for PWM Regulators
` [PATCH v2 4/9] ARM: STi: STiH407: Move PWM nodes STiH407 => STiH407-family
` [PATCH v2 5/9] ARM: STi: STiH407: Add PWM Regulator node
` [PATCH v2 6/9] regulator: pwm-regulator: Re-write bindings
` [PATCH v2 7/9] regulator: pwm-regulator: Add support for continuous-voltage
` [PATCH v2 8/9] regulator: pwm-regulator: Simplify voltage to duty-cycle call
` [PATCH v2 9/9] regulator: pwm-regulator: Don't assign structure attributes right away

[PATCH-V5 0/4] mfd: 88pm800: Add Device tree support
 2015-07-07 14:57 UTC  (12+ messages)
` [PATCH-V5 3/4] mfd: 88pm800: Set default interrupt clear method

[PATCH v2 0/5] i2c: davinci improvements and fixes
 2015-07-07 14:53 UTC  (9+ messages)
` [PATCH v2 5/5] i2c: davinci: use ICPFUNC to toggle I2C as gpio for bus recovery

[PATCH 0/3] ARM: add UART and EHCI support for UniPhier DTS and enable them
 2015-07-07 14:53 UTC  (3+ messages)
` [PATCH 3/3] ARM: dts: UniPhier: add USB EHCI device nodes

[PATCH v6 0/3] cpufreq: Use cpufreq-dt driver for Exynos3250
 2015-07-07 14:43 UTC  (3+ messages)

[PATCH] ARM: dts: Add CPU cooling binding for Exynos3250-based Rinato/Monk board
 2015-07-07 14:40 UTC  (6+ messages)

[PATCH 00/15] Kill off set_irq_flags
 2015-07-07 14:38 UTC  (5+ messages)
` [PATCH 12/15] SH: kill off set_irq_flags usage

[PATCHv5] ARM: dts: add exynos5422-cpus.dtsi to correct cpu order
 2015-07-07 14:30 UTC  (3+ messages)

[RESEND 00/10] regulator: pwm-regulator: Introduce continuous-mode
 2015-07-07 14:29 UTC  (16+ messages)
` [RESEND 06/10] dt: regulator: pwm-regulator: Re-write bindings
` [RESEND 08/10] regulator: pwm-regulator: Add support for continuous-voltage
` [RESEND 09/10] regulator: pwm-regulator: Simplify voltage to duty-cycle call

[RFC PATCH 0/3] arm: psci: implement cpuidle_ops
 2015-07-07 14:23 UTC  (5+ messages)
` [RFC PATCH 2/3] arm: psci: enable PSCI on UP systems
` [RFC PATCH 3/3] arm: psci: add cpuidle_ops support

[PATCH 0/2] KVM: arm/arm64: Guest synchronous halt/resume
 2015-07-07 14:10 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm: rename pause into power_off
` [PATCH 2/2] kvm: arm/arm64: implement kvm_arm_[halt,resume]_guest
  ` [PATCH 2/2] kvm: arm/arm64: implement kvm_arm_[halt, resume]_guest

[PATCH 1/3] ARM: socfpga: dts: Fix adxl34x formating
 2015-07-07 14:05 UTC  (5+ messages)

[PATCH v10] crypto: Add Allwinner Security System crypto accelerator
 2015-07-07 14:01 UTC  (4+ messages)
` [PATCH v10 4/5] "

Passing arguments to cmdline or changing the devicetree node??
 2015-07-07 13:50 UTC 

Stack trace using ftrace
 2015-07-07 13:49 UTC  (5+ messages)

[PATCH v2 0/5] Add support for PWMSS on DRA7
 2015-07-07 12:49 UTC  (3+ messages)

[RFC PATCH v6 0/3] Implement NVMEM/SoC bus support for Vybrid
 2015-07-07 12:49 UTC  (5+ messages)
` [RFC PATCH v6 3/3] drivers: nvmem: Add Vybrid OCOTP support

Mediatek MT8135 dts updates
 2015-07-07 12:45 UTC  (5+ messages)
` [PATCH 1/4] ARM: dts: mediatek: Enable clock support for Mediatek MT8135
` [PATCH 2/4] ARM: dts: mt8135: Add pmic wrapper nodes
` [PATCH 3/4] ARM: dts: mt8135-evbp1: Add PMIC support
` [PATCH 4/4] ARM: dts: mediatek mt8135: Use real UART clocks

[PATCH v2] mfd: atmel-hlcdc: implement write synchronization
 2015-07-07 12:32 UTC 

[PATCH 00/18] ARM: Migrate clockevent drivers to 'set-state'
 2015-07-07 12:22 UTC  (3+ messages)
` [PATCH 08/18] ARM/ks8695/time: Migrate to new 'set-state' interface

[PATCH] drm/rockchip: use drm_gem_mmap helpers
 2015-07-07 12:04 UTC  (2+ messages)

[PATCH 0/5] ATAGs to DT patches
 2015-07-07 11:58 UTC  (4+ messages)
` [PATCH 5/5] arm: boot: store ATAGs structure into DT "/chosen/linux, atags" entry
  ` [PATCH 5/5] arm: boot: store ATAGs structure into DT "/chosen/linux,atags" entry

USB Ethernet gadget on Nokia n900
 2015-07-07 11:46 UTC  (7+ messages)

[PATCH] base: power: wakeirq: don't leak dev->power.wakeirq
 2015-07-07 11:11 UTC  (5+ messages)

[RFC] arm: psci: implement cpuidle_ops
 2015-07-07 11:03 UTC  (5+ messages)

[PATCH 0/7] KVM: arm/arm64: gsi routing support
 2015-07-07 10:57 UTC  (17+ messages)
` [PATCH 1/7] KVM: api: add kvm_irq_routing_extended_msi

[PATCH] clk: mediatek: Add MT8173 MMPLL change rate support
 2015-07-07 10:46 UTC  (4+ messages)

[PATCH v3 1/4] ARM: dts: Add binding documentation for AXP20x pmic usb power supply
 2015-07-07 10:42 UTC  (5+ messages)
` [PATCH v3 3/4] mfd: axp20x: Add a cell for the usb power_supply part of the axp20x PMICs
    ` [linux-sunxi] "

[PATCH v4 0/3] clk: Add regmap support for clk mulitplexer
 2015-07-07 10:37 UTC  (2+ messages)

[PATCH] thermal: cpu_cooling: Iterate over all CPUs in clip_cpu mask to get frequency table
 2015-07-07 10:27 UTC  (3+ messages)

[PATCH v3 00/11] KVM: arm: debug infrastructure support
 2015-07-07 10:24 UTC  (7+ messages)
` [PATCH v3 08/11] KVM: arm: implement dirty bit mechanism for debug registers


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).