linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-06 23:41:53 to 2015-03-09 07:48:51 UTC [more...]

[PATCH v3 0/8] irqchip: New driver for ST's SysCfg controlled IRQs
 2015-03-09  7:48 UTC  (3+ messages)

[PATCH 0/3] ARM: sun9i: Add support for PRCM on Allwinner A80 SoC
 2015-03-09  7:44 UTC  (5+ messages)
` [PATCH 2/3] mfd: sun6i-prcm: Add support for PRCM found "

[GIT PULL 2/2] Samsung fixes-2 for v4.0
 2015-03-09  7:44 UTC  (5+ messages)

[PATCH v1 0/6] Add simple EEPROM Framework via regmap
 2015-03-09  7:13 UTC  (4+ messages)
` [PATCH v1 1/6] eeprom: Add a simple EEPROM framework for eeprom providers

[PATCH v6]: clk: Add common clock support for Mediatek MT8135 and MT8173
 2015-03-09  6:15 UTC  (2+ messages)

[PATCH] ARM: prima2: add NetWork on Chip driver for atlas7
 2015-03-09  6:05 UTC 

[PATCH] Mediatek PMIC wrapper support
 2015-03-09  5:37 UTC  (2+ messages)

[PATCH v2 0/3] Improve eye-diagram & single-ended test for rk3288 hdmi
 2015-03-09  4:36 UTC 

[PATCH v2.0 0/2] ARM: AT91: pm: add support to disable the DDR's clock
 2015-03-09  3:57 UTC  (3+ messages)
` [PATCH v2.0 1/2] pm: at91: add the PM initialization for the sama5d3 and sama5d4
` [PATCH v2.0 2/2] pm: at91: add support to disable/enable the DDR clock

[PATCH v2.0 0/2] ARM: at91: Add pm support for sama5d3 and sama5d4
 2015-03-09  3:54 UTC  (3+ messages)
` [PATCH v2.0 1/2] pm: at91: pm_suspend: add the WFI instruction support for ARMv7
` [PATCH v2.0 2/2] pm: at91: flush data cache and clean, invalidate and disable the L2 cache

[PATCH v2.0 0/6] ARM: AT91: pm improvement for 4.1
 2015-03-09  3:51 UTC  (7+ messages)
` [PATCH v2.0 1/6] pm: at91: pm_slowclock: create the procedure to handle the sdram self-refresh
` [PATCH v2.0 2/6] pm: at91: move the copying the sram function to the sram initializationi phase
` [PATCH v2.0 3/6] pm: at91: standby mode uses same sram function as suspend to memory mode
` [PATCH v2.0 4/6] pm: at91: rename file name: pm_slowclock.S -->pm_suspend.S
` [PATCH v2.0 5/6] pm: at91: rename function name: at91_slow_clock()-->at91_pm_suspend_sram_fn
` [PATCH v2.0 6/6] pm: at91: remove unused void (*at91_pm_standby)(void)

[PATCH v2.0 0/3] ARM: AT91: pm cleanup for 4.1
 2015-03-09  3:45 UTC  (4+ messages)
` [PATCH v2.0 1/3] pm: at91: pm_slowclock: remove the unused code related with SLOWDOWN_MASTER_CLOCK
` [PATCH v2.0 2/3] ARM: at91: move "select SRAM" under SOC_AT91SAM9 and SOC_SAMA5
` [PATCH v2.0 3/3] pm: at91: remove CONFIG_AT91_SLOW_CLOCK config option

[RFC PATCH 0/5] MT8173 IOMMU support
 2015-03-09  3:26 UTC  (7+ messages)
` [PATCH 1/5] soc: mediatek: Add SMI driver
` [PATCH 2/5] iommu/mediatek: Add mt8173 IOMMU driver
` [PATCH 5/5] dts: mt8173: Add iommu/smi nodes for mt8173

[PATCH] net/macb: Update DT bindings documentation
 2015-03-09  2:57 UTC  (2+ messages)

[PATCH v5 00/29] Refine PCI scan interfaces and make generic pci host bridge
 2015-03-09  2:47 UTC  (4+ messages)
` [PATCH v5 16/29] powerpc/pci: Use pci_scan_host_bridge() for simplicity

[PATCH 0/8] ARM: dts: rockchip: the big relicensing
 2015-03-09  2:35 UTC  (8+ messages)
` [PATCH 4/8] ARM: dts: rockchip: relicense rk3288.dtsi under GPLv2/X11
` [PATCH 5/8] ARM: dts: rockchip: relicense rk3288-thermal.dtsi "
` [PATCH 8/8] ARM: dts: rockchip: relicense rk3288-evb* "

[PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-03-09  2:34 UTC  (31+ messages)
` [PATCH v6 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v6 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v6 03/30] PCI: Export busn_resource to drivers/pci
` [PATCH v6 04/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v6 05/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v6 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number
` [PATCH v6 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v6 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v6 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v6 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v6 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v6 13/30] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v6 14/30] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v6 15/30] ia64/PCI: "
` [PATCH v6 16/30] powerpc/pci: Rename pcibios_root_bridge_prepare()
` [PATCH v6 17/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v6 18/30] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v6 19/30] sparc/PCI: Claim bus resources before pci_bus_add_devices()
` [PATCH v6 20/30] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v6 21/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v6 22/30] parisc/PCI: Use pci_scan_root_bus() for simplicity
` [PATCH v6 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v6 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v6 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v6 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v6 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v6 28/30] PCI: Export find_pci_host_bridge() and rename to pci_find_host_bridge()
` [PATCH v6 29/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v6 30/30] PCI: Remove pci_bus_assign_domain_nr()

[PATCH] soc/tegra: move soc_device_register call out of arch/arm
 2015-03-09  2:31 UTC 

[PATCH 0/3] media: atmel-isi: rework on the clock part and add runtime pm support
 2015-03-09  1:33 UTC  (5+ messages)
` [PATCH 3/3] media: atmel-isi: remove mck back compatiable code as we don't need it

[PATCH v6 0/3] irqchip: vf610-mscm: add MSCM interrupt router driver
 2015-03-09  1:22 UTC  (4+ messages)

[PATCH v2 00/18] Add support to STMicroelectronics STM32 family
 2015-03-09  0:29 UTC  (3+ messages)
` [PATCH v2 02/18] ARM: ARMv7M: Enlarge vector table to 256 entries

twl4030_charger: need changes to get probed?
 2015-03-09  0:06 UTC  (7+ messages)

[RFC PATCH 00/18] ARM: msm multiplatform support
 2015-03-08 22:52 UTC  (4+ messages)

[PATCH] ASoC: davinci-mcasp: add missing semicolon
 2015-03-08 22:21 UTC  (2+ messages)

[PATCH v3 0/9] ARM: berlin: add nand support
 2015-03-08 22:19 UTC  (6+ messages)
` [PATCH v3 5/9] mtd: pxa3xx_nand: add support for the Marvell Berlin nand controller

[PATCH 0/3] touchscreen: sun4i-ts: A10 (sun4i) has a different temperature curve
 2015-03-08 21:43 UTC  (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] touchscreen: sun4i-ts: Do not report -EAGAIN from tempzone callback
` [PATCH 3/3] ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later

[PATCH 00/10] ARM: s3c64xx multiplatform, help needed
 2015-03-08 21:42 UTC  (5+ messages)
` [PATCH 05/10] ARM: s3c64xx: enable sparse IRQ support

[PATCH] ARM: sun7i: dt: Add new MK808C device
 2015-03-08 21:18 UTC  (7+ messages)

[PATCH] pinctrl: sun4i: GPIOs configured as irq must be set to input before reading
 2015-03-08 21:13 UTC 

[PATCH 0/8] Fix struct clk pointer comparing
 2015-03-08 21:05 UTC  (4+ messages)
` [PATCH 1/8] clk: add helper function clk_is_match()
    ` [PATCH] clk: provide clk_is_match() dummy for non-common clk

[PATCH v2 1/2] ARM: dts: imx6: factor out pinmux for edm1 module
 2015-03-08 20:04 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: dts: imx6: add support for technexion toucan board

[PATCH 1/7] ARM: dts: sun4i: Enable tablet keys on Chuwi V7 CW0825
 2015-03-08 19:19 UTC  (21+ messages)
` [PATCH 2/7] ARM: dts: sun5i: Stop using different compatibles for ehci/ohci on a13 vs a10s
` [PATCH 3/7] ARM: dts: sun5i: Add mmc2 pinmux settings
` [PATCH 4/7] ARM: dts: sun5i: Add new Auxtek-t004 board
` [PATCH 5/7] ARM: dts: sun5i: Add new Utoo P66 board
` [PATCH 6/7] ARM: dts: sun7i: Add OOB irq support to boards with broadcom sdio wifi
  ` [linux-sunxi] "
` [PATCH 7/7] ARM: dts: sun7i: Enable cap-sdio-irq for bananapro "
  ` [linux-sunxi] "

[PATCH] spi: xilinx: Use standard num-cs binding
 2015-03-08 19:00 UTC  (2+ messages)

[PATCH 0/2] ARM: dts: add dts files for Cubieboard4
 2015-03-08 17:29 UTC  (5+ messages)
` [PATCH 1/2] ARM: dts: add cubietech cubieboard4
` [PATCH 2/2] ARM: dts: add vendor prefix for cubietech

[PATCH 1/2] ARM: dts: imx6: factor out pinmux for edm1 module
 2015-03-08 16:13 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: imx6: add support for technexion toucan board

some question about Set bit 22 in the PL310 (cache controller) AuxCtlr register
 2015-03-08 12:31 UTC 

[PATCH] ARM: dts: sun7i: Add dts file for Wexler TAB7200
 2015-03-08 11:58 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] dt-bindings: Add vendor-prefix for Wexler

[PATCH 0/2] Amlogic Meson8b pinctrl driver support
 2015-03-08 11:07 UTC  (5+ messages)
` [PATCH 1/2] pinctrl: Add support for Meson8b

[RFC V2 00/12] i2c: describe adapter quirks in a generic way
 2015-03-08  8:28 UTC  (3+ messages)
` [RFC V2 03/12] i2c: at91: make use of the new infrastructure for quirks

Bug in i2c-core?
 2015-03-08  8:26 UTC  (5+ messages)

[PATCH v5 0/5] Add Mediatek SoC Pinctrl/GPIO/EINT driver for MT8135
 2015-03-08  8:16 UTC  (4+ messages)
` [PATCH v5 2/5] dt-bindings: Add pinctrl bindings for mt65xx/mt81xx

[PATCH 00/11] Collection of GIC/GICv3 fixes for 4.0
 2015-03-08  5:56 UTC  (2+ messages)

[PATCH v2 0/7] ARM: mvebu: Enable perf support
 2015-03-08  5:38 UTC  (2+ messages)

[PATCH v2] irqchip: armada: Fix chained per-cpu interrupts
 2015-03-08  4:16 UTC  (2+ messages)

[PATCH v4 0/4] net/macb: merge at91_ether driver into macb driver
 2015-03-08  3:30 UTC  (6+ messages)
` [PATCH v4 1/4] ARM: at91/dt: fix macb compatible strings
` [PATCH v4 2/4] net: macb: remove #if defined(CONFIG_ARCH_AT91) sections
` [PATCH v4 3/4] net/macb: unify clock management
` [PATCH v4 4/4] net/macb: merge at91_ether driver into macb driver

[PATCH v2 0/6] ARM: at91: fix irq_pm_install_action WARNING
 2015-03-08  1:12 UTC  (24+ messages)
` [PATCH v2 5/6] watchdog: at91sam9: request the irq with IRQF_NO_SUSPEND

[PATCH] ARM: dts: rockchip: complete rk3288-evb pmic supplies
 2015-03-08  0:57 UTC 

[PATCH v9 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-03-07 23:17 UTC  (15+ messages)
` [PATCH v9 13/21] ARM64 / ACPI: Parse MADT for SMP initialization
` [PATCH v9 14/21] ACPI / processor: Make it possible to get CPU hardware ID via GICC
` [PATCH v9 15/21] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi
` [PATCH v9 16/21] irqchip: Add GICv2 specific ACPI boot support
` [PATCH v9 17/21] clocksource / arch_timer: Parse GTDT to initialize arch timer
` [PATCH v9 18/21] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
` [PATCH v9 19/21] ARM64 / ACPI: Enable ARM64 in Kconfig

[PATCH 1/2] arm64: juno: Add APB registers and LEDs using syscon
 2015-03-07 22:24 UTC  (8+ messages)

[PATCH v2 04/17] clocksource: versatile: Add PLAT_VERSATILE dependency
 2015-03-07 18:30 UTC 

[PATCH v7 0/8] imx25 adc and touchscreen driver
 2015-03-07 18:24 UTC  (15+ messages)
` [PATCH v7 1/8] ARM: dt: Binding documentation for imx25 ADC/TSC
` [PATCH v7 2/8] ARM: dt: Binding documentation for imx25 GCQ
` [PATCH v7 3/8] ARM: dt: Binding documentation for imx25 touchscreen controller
` [PATCH v7 4/8] mfd: fsl imx25 Touchscreen ADC driver
` [PATCH v7 5/8] iio: adc: fsl,imx25-gcq driver

[PATCH 1/2] regulator: act8865: add input supply handling
 2015-03-07 16:34 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: rockchip: add input supplies for the act8846 on Radxa Rock
  ` [PATCH v2 1/2] regulator: act8865: add input supply handling

[GIT PULL] at91: dt for 4.1 #1
 2015-03-07 16:12 UTC 

[PATCH 1/1] ARM: exynos_defconfig: Enable ChromeOS EC chardev driver
 2015-03-07 15:14 UTC 

[PATCH 0/5] coresight: next
 2015-03-07 12:27 UTC  (3+ messages)
` [PATCH 4/5] coresight-stm: adding driver for CoreSight STM component

[GIT PULL] arm64 fixes for 4.0
 2015-03-07 10:57 UTC 

[PATCH v3 0/2] net/macb: merge at91_ether driver into macb driver
 2015-03-07  6:32 UTC  (3+ messages)

[PATCH v2 00/10] drivers: PL011: add ARM SBSA Generic UART support
 2015-03-07  3:01 UTC  (4+ messages)
` [PATCH v2 07/10] drivers: PL011: move cts_event workaround into separate function

[PATCH] [RFC] ARM: shmobile: R-Car Gen2: Add da9063/da9210 regulator quirk
 2015-03-07  1:05 UTC  (3+ messages)

[PATCH 0/5] ARM: Broadcom Brahma-B15 readahead cache support
 2015-03-07  0:54 UTC  (6+ messages)
` [PATCH 1/5] ARM: v7: allow setting different cache functions
` [PATCH 2/5] ARM: Add Broadcom Brahma-B15 readahead cache support
` [PATCH 3/5] ARM: Hook B15 readahead cache functions based on processor
` [PATCH 4/5] ARM: B15: Add CPU hotplug awareness
` [PATCH 5/5] ARM: B15: Add suspend/resume hooks

[PATCH 0/4] Add AM437x RTC
 2015-03-07  0:37 UTC  (7+ messages)
` [PATCH 2/4] ARM: OMAP2+: AM43xx hwmod: Add RTC hwmod for AM43xx

[GIT PULL] omap fixes against v4.0-rc2
 2015-03-07  0:27 UTC 

[PATCH v2] clk: qcom: Properly change rates for ahbix clock
 2015-03-06 23:41 UTC 


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