linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-16 14:26:22 to 2016-06-17 07:53:49 UTC [more...]

[RESEND v7 0/6] regulator: mfd: max8997: Add regmap
 2016-06-17  7:53 UTC  (8+ messages)
` [RESEND v7 1/6] mfd: max8997: Use regmap to access registers
` [RESEND v7 2/6] mfd: max8997: handle IRQs using regmap
` [RESEND v7 3/6] mfd: max8997: Change irq names to upper case
` [RESEND v7 4/6] extcon: max8997: Fix handling error code of regmap_irq_get_virq()
` [RESEND v7 5/6] rtc: max8997: Check for ERRNO "
` [RESEND v7 6/6] extcon: max8997: Fix inconsistent indenting

[alsa-devel] [PATCH v5 0/9] ASoC: Mediatek: Add support for MT2701 SOC
 2016-06-17  7:44 UTC  (10+ messages)
` [alsa-devel] [PATCH v5 1/9] ASoC: mediatek: Refine mt8173 driver and change config option
` [alsa-devel] [PATCH v5 2/9] ASoC: mediatek: implement mediatek common structure
` [alsa-devel] [PATCH v5 3/9] ASoC: mediatek: let mt8173 use "
` [alsa-devel] [PATCH v5 4/9] ASoC: mediatek: add documents for mt2701
` [alsa-devel] [PATCH v5 5/9] ASoC: mediatek: add structure define and clock control for 2701
` [alsa-devel] [PATCH v5 6/9] ASoC: mediatek: add mt2701 platform driver implementation
` [alsa-devel] [PATCH v5 7/9] ASoC: bt-sco: extend rate and add a general compatible string
` [alsa-devel] [PATCH v5 8/9] ASoC: mediatek: add BT implementation
` [alsa-devel] [PATCH v5 9/9] ASoC: mediatek: Add mt2701-cs42448 driver and config option

[PATCH 0/2] Add R8A7792 JPEG codec support
 2016-06-17  7:20 UTC  (5+ messages)
` [PATCH 1/2] ARM: dts: r8a7792: add JPU clocks
` [PATCH 2/2] ARM: dts: r8a7792: add JPU support

[PATCH 0/6] [media] Fixes and improvements for VIDIOC_QUERYCAP in Samsung media drivers
 2016-06-17  7:13 UTC  (15+ messages)
` [PATCH 1/6] [media] s5p-mfc: set capablity bus_info as required by VIDIOC_QUERYCAP
` [PATCH 2/6] [media] s5p-mfc: improve v4l2_capability driver and card fields
` [PATCH 3/6] [media] s5p-jpeg: set capablity bus_info as required by VIDIOC_QUERYCAP
` [PATCH 4/6] [media] s5p-jpeg: only fill driver's name in capabilities driver field
` [PATCH 5/6] [media] gsc-m2m: add device name sufix to bus_info capatiliby field
` [PATCH 6/6] [media] gsc-m2m: improve v4l2_capability driver and card fields

[PATCH V2 03/63] clocksource/drivers/rockchip_timer: Convert init function to return error
 2016-06-17  6:58 UTC  (31+ messages)
` [PATCH V2 04/63] clocksource/drivers/mkt_timer: "
` [PATCH V2 05/63] clocksource/drivers/exynos_mct: "
` [PATCH V2 07/63] clocksource/drivers/cadence_ttc: "
` [PATCH V2 08/63] clocksource/drivers/st_lpc: "
` [PATCH V2 10/63] clocksource/drivers/clps711x: "
` [PATCH V2 11/63] clocksource/drivers/digitcolor: "
` [PATCH V2 12/63] clocksource/drivers/armv7m_systick: "
` [PATCH V2 13/63] clocksource/drivers/bcm2835_timer: "
` [PATCH V2 15/63] clocksource/drivers/clksrc-dbx500: "
` [PATCH V2 18/63] clocksource/drivers/arm_global_timer: "
` [PATCH V2 22/63] clocksource/drivers/mips-gic-timer: "
` [PATCH V2 25/63] clocksource/drivers/mxs_timer: "
` [PATCH V2 31/63] clocksource/drivers/tango_xtal: "
` [PATCH V2 35/63] clocksource/drivers/time-lpc32xx: "
` [PATCH V2 36/63] clocksource/drivers/time-orion: "
` [PATCH V2 39/63] clocksource/drivers/timer-atlas7: "
` [PATCH V2 42/63] clocksource/drivers/prima2: "
` [PATCH V2 45/63] clocksource/drivers/timer-keystone: "
` [PATCH V2 47/63] clocksource/drivers/timer-stm32: "
` [PATCH V2 48/63] clocksource/drivers/timer-sun5i: "
` [PATCH V2 50/63] clocksource/drivers/timer-u300: "
` [PATCH V2 51/63] clocksource/drivers/versatile: "
` [PATCH V2 53/63] clocksource/drivers/vt8500_timer: "
` [PATCH V2 59/63] clocksource/drivers/smp_twd: "
` [PATCH V2 62/63] clocksource/drivers/oxnas-rps: "

[PATCH 00/13] Add R8A7794/SILK board eMMC DT support
 2016-06-17  6:27 UTC  (14+ messages)
` [PATCH 07/13] ARM: dts: r8a7792: initial SoC device tree

[PATCH v2 00/10] Exynos IOMMU: proper runtime PM support (use device dependencies)
 2016-06-17  6:27 UTC  (11+ messages)
` [PATCH v2 01/10] driver core: Add a wrapper around __device_release_driver()
` [PATCH v2 02/10] driver core: Functional dependencies tracking support
` [PATCH v2 03/10] PM core: Make async suspend/resume of devices use device links
` [PATCH v2 04/10] PM core: Make runtime PM "
` [PATCH v2 05/10] PM core: Optimize the use of device links for runtime PM
` [PATCH v2 06/10] driver core: Avoid endless recursion if device has more than one link
` [PATCH v2 07/10] driver core: Add support for links to already probed drivers
` [PATCH v2 08/10] PM core: Fix restoring devices with links during system PM transition
` [PATCH v2 09/10] iommu/exynos: Remove excessive, useless debug
` [PATCH v2 10/10] iommu/exynos: Add proper runtime pm support

[PATCH 0/3] Exynos IOMMU: proper runtime pm support
 2016-06-17  6:24 UTC  (4+ messages)
` [PATCH 1/3] PM / Runtime: Add notifiers for device runtime PM events

[PATCH V2 0/4] clk: Combine MAX77686 and MAX77802 driver and extend for MAX77620
 2016-06-17  6:12 UTC  (11+ messages)
` [PATCH V2 1/4] clk: max77686: Combine Maxim max77686 and max77802 driver
` [PATCH V2 2/4] clk: Combine DT binding doc for max77686 and max77802
` [PATCH V2 3/4] clk: max77686: Add DT binding details for PMIC MAX77620
` [PATCH V2 4/4] clk: max77686: Add support for MAX77620 clocks

[PATCH RESEND V2] ARM64: config: Enable MAX77620 pinctrl/gpio/rtc for Tegra210 P2180
 2016-06-17  6:05 UTC 

[PATCH v6 00/11] qcom: Add support for TSENS driver
 2016-06-17  5:59 UTC  (3+ messages)

[PATCH] ARM: dts: sun8i: Add dts file for inet86dz board
 2016-06-17  5:46 UTC  (4+ messages)

ARM and OMAP patches to avoid lockdep complaints
 2016-06-17  4:07 UTC  (2+ messages)

[PATCH update v7 15/15] acpi, numa: Enable ACPI based NUMA on ARM64
 2016-06-17  3:53 UTC 

[PATCH 2/2] aer: add support aer interrupt with none MSI/MSI-X/INTx mode
 2016-06-17  3:30 UTC  (7+ messages)
` [PATCH v2 1/2] nxp/dts: add pcie aer interrupt-name property in the dts
  ` [PATCH v2 2/2] pci/aer: interrupt fixup in the quirk
` [PATCH v3 1/2] nxp/dts: add pcie aer interrupt-name property in the dts

[PATCH] dma: mv_xor_v2: new driver
 2016-06-17  2:39 UTC  (6+ messages)

[PATCH v7 00/15] ACPI NUMA support for ARM64
 2016-06-17  2:04 UTC  (4+ messages)
` [PATCH v7 15/15] acpi, numa: Enable ACPI based NUMA on ARM64

[PATCH v2 0/2] drm/mediatek: MT8173 gamma & dither support
 2016-06-17  1:58 UTC  (3+ messages)
` [PATCH v2 1/2] drm/mediatek: Add gamma correction
` [PATCH v2 2/2] drm/mediatek: set mt8173 dithering function

[GIT PULL 1/7] Broadcom soc changes for 4.8 Part 1
 2016-06-17  1:56 UTC  (7+ messages)
` [GIT PULL 2/7] Broadcom soc-arm64 "
` [GIT PULL 3/7] Broadcom devicetree "
` [GIT PULL 4/7] Broadcom devicetree-arm64 "
` [GIT PULL 5/7] Broadcom maintainers "
` [GIT PULL 6/7] Broadcom defconfig "
` [GIT PULL 7/7] Broadcom drivers "

[PATCH v2 0/7] Generic DT bindings for PCI IOMMUs and ARM SMMUv3
 2016-06-17  1:54 UTC  (5+ messages)
` [PATCH v2 7/7] iommu/arm-smmu: Support non-PCI devices with SMMUv3

[PATCH v2 0/4] clocksource: rockchip/timer: Support rktimer for rk3399
 2016-06-17  1:08 UTC  (3+ messages)

[PATCH v2.1 07/11] mmc: sdhci-of-arasan: Add ability to export card clock
 2016-06-16 23:54 UTC  (2+ messages)

[PATCH v19 00/13] arm64 kexec kernel patches
 2016-06-16 23:48 UTC  (14+ messages)
` [PATCH v19 01/13] arm64: Add cpus_are_stuck_in_kernel
` [PATCH v19 05/13] arm64/kexec: Add pr_debug output
` [PATCH v19 04/13] arm64/kexec: Enable kexec in the arm64 defconfig
` [PATCH v19 03/13] arm64/kexec: Add core kexec support
` [PATCH v19 02/13] arm64: Add back cpu reset routines
` [PATCH v19 10/13] arm64: kdump: add VMCOREINFO's for user-space coredump tools
` [PATCH v19 08/13] arm64: kdump: implement machine_crash_shutdown()
` [PATCH v19 09/13] arm64: kdump: add kdump support
` [PATCH v19 11/13] arm64: kdump: enable kdump in the arm64 defconfig
` [PATCH v19 06/13] arm64: kdump: reserve memory for crash dump kernel
` [PATCH v19 07/13] arm64: limit memory regions based on DT property, usable-memory
` [PATCH v19 12/13] arm64: kdump: update a kernel doc
` [PATCH v19 13/13] Documentation: dt: usable-memory and elfcorehdr nodes for arm64 kexec

[PATCH v2 0/11] Changes to support 150 MHz eMMC on rk3399
 2016-06-16 23:39 UTC  (4+ messages)
` [PATCH v2 08/11] Documentation: phy: Let the rockchip eMMC PHY get an exported card clock

[PATCH 1/4] phy: rockchip-emmc: give DLL some extra time to be ready
 2016-06-16 23:37 UTC  (9+ messages)
` [PATCH 2/4] phy: rockchip-emmc: configure frequency range and drive impedance
  ` [PATCH v2 "
` [PATCH 3/4] phy: rockchip-emmc: configure default output tap delay
` [PATCH 4/4] phy: rockchip-emmc: reindent the register definitions

[PATCH 1/2] arm64: dts: ls1043a: Add cache nodes for cacheinfo support
 2016-06-16 23:35 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: ls2080a: "

[PATCH v18 00/13] arm64 kexec kernel patches
 2016-06-16 22:58 UTC  (7+ messages)
` [PATCH v18 04/13] arm64/kexec: Add pr_debug output
` [PATCH v18 03/13] arm64/kexec: Add core kexec support

[PATCH v3 00/14] regulator: pwm: various improvements
 2016-06-16 22:26 UTC  (3+ messages)
` [PATCH v3 14/14] regulator: pwm: Document pwm-dutycycle-unit and pwm-dutycycle-range

[PATCH 0/7] Add SATA3 support for Broadcom NSP SoC
 2016-06-16 20:25 UTC  (16+ messages)
` [PATCH 1/7] dt-bindings: ata: rename brcm, sata-brcmstb.txt to brcm, sata-brcm.txt
  ` [PATCH 1/7] dt-bindings: ata: rename brcm,sata-brcmstb.txt to brcm,sata-brcm.txt
` [PATCH 2/7] dt-bindings: ata: add support for Broadcom NSP SoC ahci
` [PATCH 3/7] dt-bindings: phy: Add documentation for NSP SATA PHY
` [PATCH 4/7] ata: ahci_brcmstb: rename to support across Broadcom SoC's
` [PATCH 5/7] ata: ahci_brcm: Add support for Broadcom NSP SoC
` [PATCH 6/7] phy: Add SATA3 PHY "
` [PATCH 7/7] ARM: dts: nsp: Add sata device tree entry

[PATCH] arm: omap1: fix ams-delta FIQ handler to work with sparse IRQ
 2016-06-16 19:56 UTC 

[nomadik:pl08x-dma-mmc-sync-callback 5/5] drivers/mmc/host/mmci.c:1023:4: error: implicit declaration of function 'mmci_dma_dataend_irq'
 2016-06-16 19:52 UTC 

[PATCH 1/2] ARM: drop kernel segment resources from /proc/iomem
 2016-06-16 19:48 UTC  (8+ messages)
` [PATCH 2/2] arm64: "

[PATCH 1/2 v16] Documentation: bridge: Add documentation for ps8640 DT properties
 2016-06-16 19:14 UTC  (3+ messages)
` [PATCH 2/2 v16] drm/bridge: Add I2C based driver for ps8640 bridge

[PATCHv3 0/7] Add Ethernet EDAC & peripheral init functions
 2016-06-16 19:12 UTC  (4+ messages)
` [PATCHv3 4/7] Documentation: dt: socfpga: Add Arria10 Ethernet binding

[PATCH] [V3] mmc: mmci: add missing include of mmci_qcom_dml.h
 2016-06-16 18:50 UTC  (2+ messages)

[PATCH 0/5] treewide: fix unused-but-set warnings
 2016-06-16 17:56 UTC  (3+ messages)
` [PATCH 4/5] usb: pxa27x_udc: remove unused function argument

[RFC PATCH v3 1/2] ACPI/PCI: Check platform specific ECAM quirks
 2016-06-16 17:48 UTC  (4+ messages)
` [RFC PATCH v3 2/2] ARM64/PCI: Start using quirks handling for ACPI based PCI host controller

[PATCH] iommu/io-pgtable-arm: Fix iova_to_phys for block entries
 2016-06-16 17:44 UTC 

[PATCH V7 0/9] vfio, platform: add ACPI support
 2016-06-16 17:08 UTC  (4+ messages)
` [PATCH V7 7/9] vfio, platform: make reset driver a requirement by default

[PATCH v2] ARM: mm: fix location of _etext
 2016-06-16 17:08 UTC  (3+ messages)

[PATCH v5] arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfs
 2016-06-16 16:51 UTC  (3+ messages)

[PATCH v4] arm64: allow building with kcov coverage on ARM64
 2016-06-16 16:45 UTC  (2+ messages)

[PATCH v2] arm64: allow building with kcov coverage on ARM64
 2016-06-16 16:39 UTC  (15+ messages)

[PATCH V2] ARM64: config: Enable MAX77620 pinctrl/gpio/rtc for Tegra210 P2180
 2016-06-16 16:19 UTC  (3+ messages)

[RFC] Fix D_CAN corrupted bytes by using 32 bit register r/w
 2016-06-16 16:10 UTC  (2+ messages)
` [RFC] can: c_can: Update D_CAN TX and RX functions to 32 bit

[PATCH] arm64: kgdb: Match pstate size with gdbserver protocol
 2016-06-16 15:51 UTC  (2+ messages)
` [PATCH 4.7-rc3 v2] "

[PATCH 0/2] Software workaround for i.MX6Q/DL ERR006687
 2016-06-16 15:47 UTC  (3+ messages)
` [PATCH 1/2] ARM: imx6: disable deeper idle states when FEC is active w/o HW workaround

[PATCH v3 0/4] perf: Add APM X-Gene SoC Performance Monitoring Unit driver
 2016-06-16 15:39 UTC  (3+ messages)
` [PATCH v3 3/4] perf: xgene: "

[PATCH v3] regulator: axp20x: Add support for the (external) drivebus regulator
 2016-06-16 15:27 UTC  (2+ messages)

[PATCH] coresight: access conn->child_name only if it's initialised
 2016-06-16 15:22 UTC  (2+ messages)

[PATCH] arm64: Kconfig: select PM for ARCH_VEXPRESS
 2016-06-16 15:15 UTC 

[PATCH] arm64: configs: enable PCIe driver for Armada 7K/8K
 2016-06-16 15:14 UTC  (3+ messages)

[PATCH v7 1/6] mfd: max8997: Use regmap to access registers
 2016-06-16 15:07 UTC  (4+ messages)

[PATCH v3 0/2] clocksource: Add support for Oxford Semiconductor RPS Dual Timer
 2016-06-16 15:05 UTC  (6+ messages)
` [PATCH v3 2/2] dt-bindings: clocksource: Add Add Oxford Semiconductor RPS Timer bindings

[PATCH v2 0/5] regulator: add Ricoh RN5T567 PMIC support
 2016-06-16 15:03 UTC  (9+ messages)
` [PATCH v2 2/5] mfd: "
` [PATCH v2 3/5] regulator: rn5t618: add "
` [PATCH v2 4/5] mfd: rn5t618: register power off callback optionally
` [PATCH v2 5/5] mfd: rn5t618: register restart handler

[PATCH 0/3] Misc fixes for Marvell EBU platforms
 2016-06-16 15:02 UTC  (7+ messages)
` [PATCH 1/3] ARM: mvebu: fix HW I/O coherency related deadlocks
` [PATCH 2/3] ARM: mvebu: map PCI I/O regions strongly ordered
` [PATCH 3/3] ARM: dts: armada-38x: fix MBUS_ID for crypto SRAM on Armada 385 Linksys

[PATCH] serial: mvebu-uart: free the IRQ in ->shutdown()
 2016-06-16 14:48 UTC 

[PATCH 0/3] arm64: dts: juno: add coresight support
 2016-06-16 14:42 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: juno: add arm,primecell-periphid override
  ` [PATCH 2/3] arm64: dts: juno: add arm, primecell-periphid override

[PATCH 00/48] ARM: at91: rework Atmel TCB drivers
 2016-06-16 14:41 UTC  (7+ messages)
` [PATCH 44/48] clocksource: atmel-pit: allow unselecting ATMEL_PIT

[PATCH] clocksource/drivers/digicolor: fix warning of non-static function
 2016-06-16 14:40 UTC  (2+ messages)

[PATCH] clocksource/drivers/armada-370-xp: make syscore_ops static
 2016-06-16 14:40 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).