linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-20 05:52:55 to 2015-08-20 19:00:03 UTC [more...]

[PATCH 0/9] spi/sunxi patches
 2015-08-20 19:00 UTC  (21+ messages)
` [PATCH 1/9] spi: sunxi: fix transfer timeout
` [PATCH 5/9] ARM: dts: sun7i: cubieboard2: Enable SPI0
` [PATCH 2/9] spi: sun4i: fix FIFO limit
` [PATCH 4/9] spi: sun4i: add DMA support
  ` [linux-sunxi] "
` [PATCH 3/9] spi: sunxi: check that transfer speed is non-zero
` [PATCH 7/9] ARM: dts: sun5i: add SPI pins on A13 and A10s
` [PATCH 6/9] ARM: dts: sunxi: add spi aliases on cubieboards
` [PATCH 8/9] ARM: dts: sunxi: A10s Olinuxino Micro: add spi2
` [PATCH 9/9] ARM: dts: sunxi: Add SPI aliases on A10s Olinuxino

[PATCH 0/2] Add VIN and ADV7180 device tree support for R8A7794/SILK board
 2015-08-20 18:54 UTC  (2+ messages)

[PATCH 0/2] Add R8A7794/SILK I2C device tree support
 2015-08-20 18:54 UTC  (3+ messages)

[PATCHv2] arm64: dts: Add base stratix 10 dtsi
 2015-08-20 18:37 UTC  (3+ messages)

[PATCH v2 0/5] regmap: fixes
 2015-08-20 18:32 UTC  (11+ messages)
` [PATCH v2 1/5] regmap: Add missing comments about struct regmap_bus
` [PATCH v2 2/5] regmap: Fix regmap_bulk_write for bus writes
` [PATCH v2 3/5] regmap: Split use_single_rw internally into use_single_read/write
` [PATCH v2 4/5] regmap: regmap_raw_read return error on !bus->read
` [PATCH v2 5/5] regmap: No multi_write support if bus->write does not exist

[PATCH v2 0/4] Fixup mediatek spi driver
 2015-08-20 18:17 UTC  (6+ messages)
` [PATCH v2 1/4] spi: mediatek: fix spi incorrect endian usage
` [PATCH v2 2/4] spi: medaitek: revise quirks compatibility style
` [PATCH v2 3/4] spi: mediatek: use BIT() to instead of SPI_CMD_*_OFFSET
` [PATCH v2 4/4] spi: mediatek: revise coding style

[PATCH 5/5] MAINTAINERS: add entry for the Broadcom Northstar Plus SoCs
 2015-08-20 17:47 UTC 

[PATCH 4/5] ARM: multi_v7_defconfig: Add NSP to defconfig
 2015-08-20 17:47 UTC 

[PATCH 3/5] ARM: NSP: Add basic support for Broadcom Northstar Plus SoC
 2015-08-20 17:47 UTC 

[PATCH 2/5] ARM: NSP: add minimal Northstar Plus device tree
 2015-08-20 17:46 UTC 

[PATCH 1/5] dt-bindings: Create Documentation for NSP DT bindings
 2015-08-20 17:46 UTC 

[PATCH 0/5] Add Broadcom Northstar Plus Support
 2015-08-20 17:46 UTC 

[PATCH v5 00/46] usb: gadget: rework ep matching and claiming mechanism
 2015-08-20 17:44 UTC  (7+ messages)
` [PATCH v5 01/46] usb: gadget: encapsulate endpoint "

[PATCH v2 12/21] ARM: pxa: magician: Add PXA27x UDC support
 2015-08-20 17:23 UTC  (2+ messages)

[PATCH] ARM: Set proper TEXT_OFFSET for IPQ806x
 2015-08-20 17:20 UTC  (3+ messages)

is it possible to liimit the softirq re entrance times
 2015-08-20 17:09 UTC 

[PATCH v3 0/8] ARM: sunxi: Add Reduced Serial Bus support
 2015-08-20 17:05 UTC  (9+ messages)
` [PATCH v3 1/8] rsb: Add generic Reduced Serial Bus (RSB) controller binding documentation
` [PATCH v3 3/8] rsb: Linux driver framework for Reduced Serial Bus (RSB)

[PATCH v3] ARM: configs: Add Freescale LS1021A defconfig
 2015-08-20 16:58 UTC  (6+ messages)

[PATCH v2 0/5] ACPI: Provide better MADT subtable sanity checks
 2015-08-20 16:57 UTC  (4+ messages)
` [PATCH v2 2/5] ACPI / ARM64: remove usage of BAD_MADT_ENTRY/BAD_MADT_GICC_ENTRY

MUSB dual-role on AM335x behaving weirdly
 2015-08-20 16:46 UTC  (13+ messages)

[PATCH] ASoC: Samsung: Remove redundant arndale_audio_remove
 2015-08-20 16:41 UTC 

[GIT PULL] KVM/ARM pull request for 4.3
 2015-08-20 16:29 UTC  (26+ messages)
` [PATCH 01/25] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH 02/25] KVM: arm64: guest debug, define API headers
` [PATCH 03/25] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH 04/25] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH 05/25] KVM: arm64: guest debug, add SW break point support
` [PATCH 06/25] KVM: arm64: guest debug, add support for single-step
` [PATCH 07/25] KVM: arm64: re-factor hyp.S debug register code
` [PATCH 08/25] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH 09/25] KVM: arm64: guest debug, HW assisted debug support
` [PATCH 10/25] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH 11/25] KVM: arm64: add trace points for guest_debug debug
` [PATCH 12/25] arm64/kvm: Add generic v8 KVM target
` [PATCH 13/25] arm64: KVM: remove remaining reference to vgic_sr_vectors
` [PATCH 14/25] arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
` [PATCH 15/25] arm/arm64: KVM: Move vgic handling to a non-preemptible section
` [PATCH 16/25] KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
` [PATCH 17/25] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH 18/25] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [PATCH 19/25] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH 20/25] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH 21/25] KVM: arm/arm64: vgic: Add vgic_{get, set}_phys_irq_active
` [PATCH 22/25] KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
` [PATCH 23/25] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH 24/25] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exits
` [PATCH 25/25] arm: KVM: keep arm vfp/simd exit handling consistent with arm64

[PATCH v3 1/2] devicetree: bindings: rtc: add bindings for xilinx zynqmp rtc
 2015-08-20 16:27 UTC  (4+ messages)
` [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver

[PATCH] usb: musb: dsps: handle the otg_state_a_wait_vrise_timeout case
 2015-08-20 16:12 UTC 

[linux-sunxi][PATCH] ARM: sun7i: dt: Add new Olimex A20 EVB device
 2015-08-20 15:45 UTC  (2+ messages)

[PATCH 0/5] arm64, pci: Add ECAM/PCIe support for Cavium ThunderX
 2015-08-20 15:23 UTC  (4+ messages)
` [PATCH 2/5] gic-its: Allow pci_requester_id to be overridden

[PATCH 1/3] [v3] hvc_dcc: don't ignore errors during initialization
 2015-08-20 15:22 UTC  (5+ messages)
` [PATCH 3/3] [v2] hvc_dcc: disable user-space access to DCC

[PATCH v3 00/20] xen/arm64: Add support for 64KB page
 2015-08-20 15:15 UTC  (24+ messages)
` [PATCH v3 03/20] xen: Add Xen specific page definition
  ` [Xen-devel] "
` [PATCH v3 04/20] xen/grant: Introduce helpers to split a page into grant
  ` [Xen-devel] "
` [PATCH v3 08/20] block/xen-blkfront: split get_grant in 2
` [PATCH v3 11/20] tty/hvc: xen: Use xen page definition
  ` [Xen-devel] "
` [PATCH v3 12/20] xen/balloon: Don't rely on the page granularity is the same for Xen and Linux
  ` [Xen-devel] "
` [PATCH v3 15/20] block/xen-blkfront: Make it running on 64KB page granularity
` [PATCH v3 16/20] block/xen-blkback: "
` [PATCH v3 17/20] net/xen-netfront: "
  ` [Xen-devel] "
` [PATCH v3 19/20] xen/privcmd: Add support for Linux "
  ` [Xen-devel] "
` [Xen-devel] [PATCH v3 00/20] xen/arm64: Add support for 64KB page

[PATCH 0/6] ARM: dts: sunxi: Various sunxi devicetree patches
 2015-08-20 15:04 UTC  (13+ messages)
` [PATCH 1/6] ARM: dts: sun5i: Add simplefb node for tvencoder output
` [PATCH 3/6] ARM: dts: sun7i: Add regulator configuration to the pcduino3 dts file
` [PATCH 4/6] ARM: dts: sun7i: Enable USB DRC on pcDuino 3
    ` [linux-sunxi] "
` [PATCH 5/6] ARM: dts: sun7i: Enable USB DRC on cubieboard2
` [PATCH 6/6] ARM: dts: sun8i: Add support for qt90h-v4 tablets

[PATCH 1/3] ARM: dts: sun5i: Add support for the Auxtek-T003 HDMI stick
 2015-08-20 14:54 UTC  (5+ messages)
` [PATCH 2/3] ARM: dts: sun6i: Turn on gmac on Colombus
      ` [linux-sunxi] "

[PATCH v3 1/1] misc: sram: add dev_pm_ops to support module power gate
 2015-08-20 14:48 UTC  (3+ messages)

[PATCH 1/5] clocksource: mediatek: do not enable GPT_CLK_EVT when setup
 2015-08-20 14:28 UTC  (5+ messages)
` [PATCH v2 "

un4i-ss-cipher.c warning
 2015-08-20 13:56 UTC  (5+ messages)

[PATCH v2 0/3] mailbox: hisilicon: add Hi6220 mailbox driver
 2015-08-20 13:44 UTC  (4+ messages)
` [PATCH v2 2/3] mailbox: Hi6220: add "

[PATCH v7 0/5] clk: Provide support for always-on clocks
 2015-08-20 13:23 UTC  (5+ messages)
` [PATCH v7 4/5] clk: Provide critical clock support

[PATCH v8] dma: sun4i: Add support for the DMA engine on sun[457]i SoCs
 2015-08-20 13:15 UTC  (3+ messages)

[PATCH v4 2/2] usb: Add support for ACPI identification to xhci-platform
 2015-08-20 13:09 UTC  (4+ messages)
` [PATCH v5 1/2] usb: make xhci platform driver use 64 bit or 32 bit DMA

[PATCH 0/4] [media] Media entity cleanups and build fixes
 2015-08-20 12:50 UTC  (5+ messages)
` [PATCH 3/4] [media] media: use entity.graph_obj.mdev instead of .parent

[PATCH 0/2] arm64: ignore memory outside of the linear range
 2015-08-20 12:50 UTC  (12+ messages)
` [PATCH 1/2] of/fdt: make memblock maximum physical address arch configurable
` [PATCH 2/2] arm64: set MAX_MEMBLOCK_ADDR according to linear region size

[RFC PATCH 0/3] New Atmel PIO4 pinctrl/gpio driver
 2015-08-20 12:44 UTC  (5+ messages)

[PATCH v3 0/4] arm: tegra: implement NVEC driver using tegra i2c
 2015-08-20 12:14 UTC  (6+ messages)
` [PATCH v3 1/4] i2c: tegra: implement slave mode

[PATCH 0/5] Add support for Exynos SROM Controller driver
 2015-08-20 11:39 UTC  (13+ messages)
` [PATCH 1/5] drivers: soc: add support for exynos SROM driver
` [PATCH 2/5] ARM: EXYNOS: Remove SROM related register settings from mach-exynos
` [PATCH 3/5] ARM: EXYNOS: DTS: add SROM device node for exynos4
` [PATCH 5/5] Documentation: dt-bindings: add exynos-srom binding information

[PATCH v5 0/5] generic TEE subsystem
 2015-08-20 11:37 UTC  (7+ messages)
` [PATCH v5 1/5] arm/arm64: add smccc ARCH32

[PATCH] Revert "serial: imx: remove unbalanced clk_prepare"
 2015-08-20 11:13 UTC  (3+ messages)

[PATCH v7 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
 2015-08-20 11:10 UTC  (8+ messages)
` [PATCH v7 3/6] PCI: designware: Add ARM64 support

[PATCH v1, TRIVIAL] Fix pxafb nonstd field documentation and add errata info
 2015-08-20 10:55 UTC  (2+ messages)

[PATCH] arm64: entry: always restore x0 from the stack on syscall return
 2015-08-20 10:51 UTC  (7+ messages)

[PATCH] dmaengine: vdma: Add 64 bit addressing support to the driver
 2015-08-20 10:47 UTC  (3+ messages)

[PATCH] arm: Adding support for atomic half word exchange
 2015-08-20 10:38 UTC 

[PATCH] dmaengine: xgene-dma: Fix holding lock while calling tx callback in cleanup path
 2015-08-20 10:30 UTC 

[PATCH v2 0/4] regmap: i2c block support
 2015-08-20 10:00 UTC  (5+ messages)
` [PATCH v2 1/4] regmap: Introduce max_raw_read/write for regmap_bulk_read/write
` [PATCH v2 2/4] regmap: regmap max_raw_read/write getter functions
` [PATCH v2 3/4] regmap: Add raw_write/read checks for max_raw_write/read sizes
` [PATCH v2 4/4] regmap-i2c: Add smbus i2c block support

arch/arm/kernel/setup.c does not compile at -O0
 2015-08-20  9:07 UTC  (4+ messages)

[GIT PULL 1/3] ARM: imx: soc updates for 4.3
 2015-08-20  9:06 UTC  (3+ messages)

[PATCH] ARM: imx: mach-imx6ul: Fix allmodconfig build
 2015-08-20  8:57 UTC  (2+ messages)

[PATCH V3] Watchdog: Fix parent of watchdog_devices
 2015-08-20  8:35 UTC  (3+ messages)

[PATCH V4] Watchdog: Fix parent of watchdog_devices
 2015-08-20  8:35 UTC 

[PATCH v3 0/14] Add Analogix Core Display Port Driver
 2015-08-20  8:18 UTC  (15+ messages)
` [PATCH v3 05/14] drm: bridge/analogix_dp: fix link_rate & lane_count bug
` [PATCH v3 12/14] drm: bridge/analogix_dp: expand the delay time for hpd detect
` [PATCH v3 13/14] drm: bridge/analogix_dp: move hpd detect to connector detect function

[PATCH v1 0/4] Crypto: tcrypt: Add test case for APM X-Gene SoC CRC32C algo
 2015-08-20  7:48 UTC  (14+ messages)
` [PATCH v1 1/4] dmaengine: Add support for new feature CRC32C
` [PATCH v1 2/4] dmaengine: xgene-dma: Add support for CRC32C calculation via DMA engine
` [PATCH v1 3/4] Crypto: Add support for APM X-Gene SoC CRC32C h/w accelerator driver

[RESEND PATCH] dmaengine: Add Xilinx AXI Direct Memory Access Engine driver support
 2015-08-20  7:01 UTC  (4+ messages)

[PATCH v2 0/5] drivers/tty: make more bool drivers explicitly non-modular
 2015-08-20  6:58 UTC  (3+ messages)
` [PATCH 5/5] drivers/tty: make serial 8250_lpc18xx.c Kconfig a tristate

[PATCH v3] iio: adc: vf610: Add IIO buffer support for Vybrid ADC
 2015-08-20  6:50 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v5 0/8] arm64, numa: Add numa support for arm64 platforms
 2015-08-20  6:50 UTC  (3+ messages)

[PATCH v4 1/2] Documentation: dt: Add Xilinx zynqmp dma device tree binding documentation
 2015-08-20  6:31 UTC  (8+ messages)
` [PATCH v4 2/2] dma: Add Xilinx zynqmp dma engine driver support

[PATCH] dmaengine: xgene-dma: Add ACPI support for X-Gene DMA engine driver
 2015-08-20  6:27 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 NNTP newsgroup(s).