Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-24 18:05:11 to 2016-03-25 23:17:30 UTC [more...]

[PATCH V7 0/6] i2c: qup: Add support for v2 tags and bam dma
 2016-03-25 23:17 UTC  (3+ messages)
` [PATCH V7 5/6] dts: msm8974: Add blsp2_bam dma node

dmaengine: ARM pl080 misidentified as Samsung pl080s
 2016-03-25 23:08 UTC  (2+ messages)

[PATCH v2] spi: orion.c: Add direct access mode
 2016-03-25 22:39 UTC  (9+ messages)

usb: gadget breakage on N900: bind UDC by name passed via usb_gadget_driver structure
 2016-03-25 21:30 UTC  (10+ messages)

[PATCH 1/3] sunxi: A20-OLinuXino-LIME2: Fix ldo3/ldo4 in DTS
 2016-03-25 19:04 UTC  (3+ messages)
` [PATCH 2/3] sunxi: A20-OLinuXino-LIME2: Add usb-power-supply
` [PATCH 3/3] sunxi: A20-OLinuXino-LIME2: Add i2c2 bus in DTS

[PATCH] usb: host: xhci-plat: Make enum xhci_plat_type start at a non zero value
 2016-03-25 17:44 UTC  (4+ messages)

[PATCH v3 00/16] da8xx USB clocks
 2016-03-25 17:22 UTC  (24+ messages)
` [PATCH v3 01/16] dt: davinci: use proper address after @
` [PATCH v3 02/16] mfd: da8xx-cfgchip: New header file for CFGCHIP registers
` [PATCH v3 03/16] ARM: davinici: da8xx: move usb code to new file
` [PATCH v3 04/16] ARM: davinci: Move clock init after ioremap
` [PATCH v3 05/16] ARM: davinci: add set_parent callback for mux clocks
` [PATCH v3 06/16] ARM: davinci: da850: use clk->set_parent for async3
` [PATCH v3 07/16] ARM: davinci: da8xx: add usb phy clocks
` [PATCH v3 08/16] dt-bindings: Add bindings for phy-da8xx-usb
` [PATCH v3 09/16] phy: da8xx-usb: new driver for DA8xx SoC USB PHY
  ` [PATCH] "
` [PATCH v3 10/16] ARM: davinci: da8xx: Add CFGCHIPn syscon platform declaration
` [PATCH v3 11/16] ARM: davinci: da8xx: Add USB PHY "
` [PATCH v3 12/16] ARM: dt: da850: Add cfgchip syscon node
` [PATCH v3 13/16] ARM: dt: da850: Add usb phy node
` [PATCH v3 14/16] usb: ohci-da8xx: Remove code that references mach
` [PATCH v3 15/16] usb: musb: da8xx: Use devm in probe
` [PATCH v3 16/16] usb: musb: da8xx: Remove mach code

[PATCH v7 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-03-25 17:15 UTC  (7+ messages)
` [PATCH v7 01/17] Xen: ACPI: Hide UART used by Xen
  ` [PATCH v8 "

[RFC PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-03-25 15:58 UTC  (47+ messages)
` [RFC PATCH 01/45] KVM: arm/arm64: add missing MMIO data write-back
` [RFC PATCH 02/45] KVM: arm/arm64: pmu: abstract access to number of SPIs
` [RFC PATCH 03/45] KVM: arm/arm64: arch_timer: rework VGIC <-> timer interface
` [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions
` [RFC PATCH 05/45] KVM: arm/arm64: vgic-new: Add acccessor to new struct vgic_irq instance
` [RFC PATCH 06/45] KVM: arm/arm64: vgic-new: Implement virtual IRQ injection
` [RFC PATCH 07/45] KVM: arm/arm64: vgic-new: Add vgic GICv2 change_affinity
` [RFC PATCH 08/45] KVM: arm/arm64: vgic-new: Add IRQ sorting
` [RFC PATCH 09/45] KVM: arm/arm64: vgic-new: Add GICv2 IRQ sync/flush
` [RFC PATCH 10/45] KVM: arm/arm64: vgic-new: Add GICv3 world switch backend
` [RFC PATCH 11/45] KVM: arm/arm64: vgic-new: Implement kvm_vgic_vcpu_pending_irq
` [RFC PATCH 12/45] KVM: arm/arm64: vgic-new: Add MMIO handling framework
` [RFC PATCH 13/45] KVM: arm/arm64: vgic-new: Export register access interface
` [RFC PATCH 14/45] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
` [RFC PATCH 15/45] KVM: arm/arm64: vgic-new: Add ENABLE registers handlers
` [RFC PATCH 16/45] KVM: arm/arm64: vgic-new: Add PENDING "
` [RFC PATCH 17/45] KVM: arm/arm64: vgic-new: Add PRIORITY "
` [RFC PATCH 18/45] KVM: arm/arm64: vgic-new: Add ACTIVE "
` [RFC PATCH 19/45] KVM: arm/arm64: vgic-new: Add CONFIG "
` [RFC PATCH 20/45] KVM: arm/arm64: vgic-new: Add TARGET "
` [RFC PATCH 21/45] KVM: arm/arm64: vgic-new: Add SGIR register handler
` [RFC PATCH 22/45] KVM: arm/arm64: vgic-new: Add SGIPENDR register handlers
` [RFC PATCH 23/45] KVM: arm/arm64: vgic-new: Add GICv3 emulation framework
` [RFC PATCH 24/45] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [RFC PATCH 25/45] KVM: arm/arm64: vgic-new: Add GICv3 redistributor TYPER handler
` [RFC PATCH 26/45] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [RFC PATCH 27/45] KVM: arm/arm64: vgic-new: Add GICv3 IROUTER register handlers
` [RFC PATCH 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler
` [RFC PATCH 29/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM device ops registration
` [RFC PATCH 30/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_NR_IRQS
` [RFC PATCH 31/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_CTRL
` [RFC PATCH 32/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: KVM_DEV_ARM_VGIC_GRP_ADDR
` [RFC PATCH 33/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: access to VGIC registers
` [RFC PATCH 34/45] KVM: arm/arm64: vgic-new: vgic_kvm_device: implement kvm_vgic_addr
` [RFC PATCH 35/45] KVM: arm/arm64: vgic-new: Add userland access to VGIC dist registers
` [RFC PATCH 36/45] KVM: arm/arm64: vgic-new: Add GICH_VMCR accessors
` [RFC PATCH 37/45] KVM: arm/arm64: vgic-new: Add userland GIC CPU interface access
` [RFC PATCH 38/45] KVM: arm/arm64: vgic-new: vgic_init: implement kvm_vgic_hyp_init
` [RFC PATCH 39/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_create
` [RFC PATCH 40/45] KVM: arm/arm64: vgic-new: vgic_init: implement vgic_init
` [RFC PATCH 41/45] KVM: arm/arm64: vgic-new: vgic_init: implement map_resources
` [RFC PATCH 42/45] KVM: arm/arm64: vgic-new: Add vgic_v2/v3_enable
` [RFC PATCH 43/45] KVM: arm/arm64: vgic-new: implement mapped IRQ handling
` [RFC PATCH 44/45] KVM: arm/arm64: vgic-new: Add dummy MSI implementation
` [RFC PATCH 45/45] KVM: arm/arm64: vgic-new: enable build

[PATCH v2 1/1] net: macb: remove BUG_ON() and reset the queue to handle RX errors
 2016-03-25 15:44 UTC  (2+ messages)

[PATCH 0/4] STi DT updates
 2016-03-25 15:36 UTC  (5+ messages)
` [PATCH 1/4] ARM: DT: STiH407: Add UART RTS/CTS pin configuration
` [PATCH 2/4] ARM: DT: STiH407: Add i2c12 pin definition
` [PATCH 3/4] ARM: DT: STiH407: Add node for i2c12 controller
` [PATCH 4/4] ARM: STi: DT: STiH407: Add DT node for eeprom

[PATCH 0/5 v2] drm/vc4: DPI panel support
 2016-03-25 15:06 UTC  (7+ messages)
` [PATCH 1/5] of: Add vendor prefix for On Tat Industrial Company
` [PATCH 2/5] panel-simple: Add the 7" DPI panel from Adafruit
` [PATCH 3/5] drm: Add an encoder and connector type enum for DPI
` [PATCH 4/5] drm/vc4: Add DPI driver
` [PATCH 5/5] ARM: bcm2835: Add the DPI hardware to the device tree

[PATCH] ARM: dts: AM572x-IDK Initial Support
 2016-03-25 15:03 UTC  (2+ messages)

[LINUX PATCH 1/2] mtd: Added dummy entry in the spi_transfer structure
 2016-03-25 15:01 UTC  (6+ messages)

[PATCH v2 0/4] ARM64: dts: amlogi: add a few more boards
 2016-03-25 14:49 UTC  (10+ messages)
` [PATCH v2 1/4] ARM64: dts: amlogic: update serial aliases
` [PATCH v2 2/4] Documentation: devicetree: amlogic: Document P20x and ODROID-C2 boards
` [PATCH v2 3/4] ARM64: dts: amlogic: add Hardkernel ODROID-C2
` [PATCH v2 4/4] ARM64: dts: amlogic: Add P200/P201 boards

[PATCH v3 00/18] Add Initial support for PLX Technology OX810SE
 2016-03-25 14:48 UTC  (9+ messages)
` [PATCH v3 02/18] dt-bindings: timer: sp804: add new compatible for OX810SE SoC
` [PATCH v3 04/18] dt-bindings: irq: arm, versatile-fpga: add compatible string "
  ` [PATCH v3 04/18] dt-bindings: irq: arm,versatile-fpga: "
` [PATCH v3 12/18] dt-bindings: Add PLX Technology OXNAS pinctrl and gpio bindings
` [PATCH v3 16/18] dt-bindings: Add OXNAS bindings

[PATCH v3 00/19] drm: Add Allwinner A10 display engine support
 2016-03-25 14:11 UTC  (3+ messages)
` [PATCH v3 13/19] drm: sun4i: Add DT bindings documentation

[PATCH v3 0/2] Split pinctrl device for Meson8 / Meson8b and update docs
 2016-03-25 13:40 UTC  (5+ messages)
` [PATCH v3 2/2] documentation: Fix pinctrl documentation for Meson8 / Meson8b

[PATCH] i.MX6 PCIe: Fix imx6_pcie_deassert_core_reset() polarity
 2016-03-25 13:32 UTC 

[PATCH] cpuidle: arm: make enter idle operation a bit more efficient
 2016-03-25 13:20 UTC  (4+ messages)

[RESEND PATCH V4 0/4] Introduce CoreSight STM support
 2016-03-25 12:51 UTC  (4+ messages)
` [RESEND PATCH V4 4/4] coresight-stm: adding driver for CoreSight STM component

[PATCH] ARM: dts: sun8i: Add dts for Orange Pi 2 SBC
 2016-03-25 11:53 UTC  (2+ messages)

[PATCH 0/2] ARM: cpuidle: bug fix and a trivial improvement
 2016-03-25 11:52 UTC  (5+ messages)
` [PATCH 1/2] ARM: cpuidle: fix !cpuidle_ops[cpu].init case during init
` [PATCH 2/2] ARM: cpuidle: make arm_cpuidle_suspend() a bit more efficient

[PATCH 0/4] ARM: cpuidle: use const and __initconst for cpuidle_ops
 2016-03-25 11:26 UTC  (2+ messages)

[PATCH v3 0/8] ARM: dts: Add new Exynos3250-based ARTIK5 module dtsi file
 2016-03-25  9:50 UTC  (6+ messages)
` [PATCH v3 2/8] clk: samsung: exynos3250: Add UART2 clock
` [PATCH v3 3/8] clk: samsung: exynos3250: Add MMC2 clock

[PATCH 0/3] Entend cpuinfo
 2016-03-25  9:30 UTC  (4+ messages)
` [RFC PATCH 1/3] arm64: Append more field of id_aa64mmfr2 for cpufeature
` [RFC PATCH 2/3] arm64: Expose physical/virtual address bits through cpuinfo
` [RFC PATCH 3/3] arm64: Expose cpu vender id and model name "

[PATCH v2] dmaengine: vdma: Add 64 bit addressing support to the driver
 2016-03-25  9:17 UTC  (5+ messages)

[PATCH v3 2/2] dmaengine: vdma: Fix race condition in Non-SG mode
 2016-03-25  9:16 UTC 

[PATCH v3 1/2] dmaengine: vdma: Add 64 bit addressing support to the driver
 2016-03-25  9:16 UTC 

[PATCH 0/4] ARM64: mvebu: Armada 3700/7K/8K DT cleanups
 2016-03-25  8:16 UTC  (5+ messages)
` [PATCH 1/4] arm64: dts: marvell: Clean up armada-3720-db

[PATCH v10 0/6] ARM: hisi: Add initial support including clock driver for Hi3519 soc
 2016-03-25  7:50 UTC  (3+ messages)
` [PATCH v10 2/6] clk: hisilicon: add CRG driver for hi3519 soc

[RFC PATCH 0/4] Implement USB device/host switch for Vybrid
 2016-03-25  7:40 UTC  (2+ messages)

[PATCH] ARM: dts: exynos: Fix invalid maximum voltage for buck9 supplying SD card
 2016-03-25  7:14 UTC  (4+ messages)

[PATCH] arm64: opcodes.h: Add arm big-endian config options before including arm header
 2016-03-25  7:06 UTC  (2+ messages)

[PATCH v6 0/2] dts/ls2080a: update the DTS for QSPI and DSPI support
 2016-03-25  6:55 UTC  (5+ messages)
` [PATCH v6 1/2] Documentation: fsl: dspi: Add fsl, ls2080a-dspi compatible string
  ` [PATCH v6 1/2] Documentation: fsl: dspi: Add fsl,ls2080a-dspi "
` [PATCH v6 2/2] dts/ls2080a: update the DTS for QSPI and DSPI support

Question about PCI I/O space in ARM64
 2016-03-25  6:49 UTC  (5+ messages)

[v6, 0/5] Fix eSDHC host version register bug
 2016-03-25  6:44 UTC  (13+ messages)
` [v6, 2/5] soc: fsl: add GUTS driver for QorIQ platforms
` [v6, 3/5] dt: move guts devicetree doc out of powerpc directory
` [v6, 5/5] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0

[PATCH v1] cpufreq: rockchip: add driver
 2016-03-25  4:42 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] usb: chipidea: Configure DMA properties and ops from DT
 2016-03-25  4:39 UTC  (4+ messages)
            ` [PATCH 1/1] usb: chipidea: add DMA mask configuration API

[PATCH] arm64/dma-mapping: Add DMA_ATTR_ALLOC_SINGLE_PAGES support
 2016-03-25  4:25 UTC  (4+ messages)

[PATCH] ASoC: mediatek: Add second I2S on mt8173-rt5650 machine driver
 2016-03-25  3:42 UTC 

[PATCH v2] arm64: cpuidle: make arm_cpuidle_suspend() a bit more efficient
 2016-03-25  3:08 UTC 

[PATCH] sbs-battery: fix power status when battery is dry
 2016-03-25  3:06 UTC  (4+ messages)

[PATCH 0/2] ARM: sunxi: dt: Add missing DRAM gate clock for simplefb TV output
 2016-03-25  3:04 UTC  (6+ messages)
` [PATCH 1/2] ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) "
` [PATCH 2/2] ARM: sun7i: "

[PATCH 0/2] arm64: cpuidle: make arm_cpuidle_suspend() more efficient
 2016-03-25  2:40 UTC  (4+ messages)

[PATCH] ARM: uniphier: drop weird sizeof()
 2016-03-25  2:14 UTC 

[PATCH 0/3] ARM, arm64: dts: Use USB3.0 fallback compatibility strings
 2016-03-25  0:33 UTC  (3+ messages)

[PATCH 0/5] drm/vc4: DPI panel support
 2016-03-25  0:02 UTC  (4+ messages)
` [PATCH 4/5] drm/vc4: Add DPI driver

[PATCH v5 00/21] PM / devferq: Add generic exynos bus frequency driver and new passive governor
 2016-03-24 23:38 UTC  (3+ messages)

[PATCH 0/2] ARM: DRA72: Add support for rev C evm
 2016-03-24 22:52 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: Add support for dra72-evm rev C (ES2.0)
` [PATCH 2/2] ARM: omap2plus_defconfig: Enable DP83867 support

[PATCH next v1 1/2] PCI: keystone: add pci error irq handler
 2016-03-24 22:28 UTC  (2+ messages)
` [PATCH next v1 2/2] PCI: keystone: remove unnecessary goto statement

[PATCH next 1/2] PCI: keystone: add pci error irq handler
 2016-03-24 21:36 UTC  (2+ messages)

[PATCH] ARM: dts: veyron: enable the tsadc on pinky board
 2016-03-24 21:12 UTC  (2+ messages)

[PATCH v6 0/5] ACPI: parse the SPCR table
 2016-03-24 21:07 UTC  (3+ messages)
` [PATCH v6 1/5] of/serial: move earlycon early_param handling to serial

[PATCH 00/12] ARM: dts: Add dragonboard-600c support
 2016-03-24 20:50 UTC  (7+ messages)
` [PATCH 04/12] ARM: dts: dragonboard-600c: add board support with serial

[PATCH] arm: remove dead blocks in XIP_KERNEL link script
 2016-03-24 20:18 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v2 0/2] ARM: sunxi: dt: Add missing DRAM gate clock for simplefb TV output
 2016-03-24 19:58 UTC  (4+ messages)
` [PATCH v2 1/2] ARM: sun4i: dt: Enable dram gate 5 (tve0 clock) "
` [PATCH v2 2/2] ARM: sun7i: "

[PATCH 1/3] Documentation: devicetree: amlogic: Document P20x and ODROID-C2 boards
 2016-03-24 19:53 UTC  (4+ messages)
` [PATCH 2/3] ARM64: dts: amlogic: add Hardkernel ODROID-C2

[PATCH 00/14] coresight: tmc: make driver usable by Perf
 2016-03-24 19:15 UTC  (3+ messages)
` [PATCH 03/14] coresight: tmc: re-implementing tmc_read_prepare/unprepare() functions

[PATCH 1/1] net: macb: replace macb_writel() call by queue_writel() to update queue ISR
 2016-03-24 18:50 UTC  (2+ messages)

[PATCH v2 1/1] ARM: dts: sun5i-a13-olinuxino-micro: enable USB DRC
 2016-03-24 18:46 UTC  (2+ messages)

[PATCH V4] iommu/arm-smmu-v2: Workaround for ThunderX errata#27704
 2016-03-24 18:29 UTC  (4+ messages)

[PATCH 1/1] net: macb: remove BUG_ON() and reset the queue to handle RX errors
 2016-03-24 18:19 UTC  (2+ messages)


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).