linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-29 04:44:45 to 2014-03-31 15:20:19 UTC [more...]

[PATCH 00/55]: ARM: OMAP2+: PRCM move to drivers
 2014-03-31 15:20 UTC  (56+ messages)
` [PATCH 01/55] ARM: OMAP4: CM: use cm_base* in register address calculations
` [PATCH 02/55] ARM: OMAP2+: PRCM: cleanup some header includes
` [PATCH 03/55] ARM: OMAP2+: PRM: remove unnecessary cpu_is_XXX calls from prm_init / exit
` [PATCH 04/55] ARM: OMAP3/4: PRM: provide io chain reconfig function through irq setup
` [PATCH 05/55] ARM: OMAP3/OMAP4: PRM: add prm_features flags and add IO wakeup under it
` [PATCH 06/55] ARM: OMAP3/4: PRM: add support of late_init call to prm_ll_ops
` [PATCH 07/55] ARM: OMAP3+: PRM: add cpu-type as parameter to prm_init calls
` [PATCH 08/55] ARM: DRA7: PRM: add voltage processor check behind a prm_feature flag
` [PATCH 09/55] ARM: OMAP4+: PRM: add prm_dev_inst offset as a global parameter
` [PATCH 10/55] ARM: OMAP3+: PRM: get rid of some unnecessary header files
` [PATCH 11/55] CLK: TI: clockdomain: add support for retrying init
` [PATCH 12/55] ARM: PRCM: split PRCM module init to their own driver files
` [PATCH 13/55] ARM: OMAP4: PRCM: remove references to cm-regbits-44xx.h from PRCM core files
` [PATCH 14/55] ARM: OMAP2: CM: remove references to cm-regbits-24xx.h from CM core code
` [PATCH 15/55] ARM: AM33xx: CM: remove references to cm-regbits-33xx.h "
` [PATCH 16/55] ARM: OMAP2: PRM: remove references to prm-regbits-24xx.h from PRM "
` [PATCH 17/55] ARM: AM33xx: PRM: remove references to prm-regbits-33xx.h "
` [PATCH 18/55] ARM: OMAP4: PRM: remove references to prm-regbits-44xx.h "
` [PATCH 19/55] ARM: OMAP3: PRM: remove references to prm-regbits-34xx.h "
` [PATCH 20/55] ARM: OMAP3+: PRCM: remove references to cm-regbits-34xx.h from PRCM "
` [PATCH 21/55] ARM: OMAP2+: PRCM: remove references to clock.h "
` [PATCH 22/55] ARM: OMAP2: CM: move cm2xxx.h header to a public location
` [PATCH 23/55] ARM: AM33xx: CM: move cm33xx.h "
` [PATCH 24/55] ARM: OMAP3: CM: move cm3xxx.h header to "
` [PATCH 25/55] ARM: OMAP4: CM: remove unnecessary cm44xx.h header file
` [PATCH 26/55] ARM: OMAP3: move cm2xxx_3xxx.h header to public location
` [PATCH 27/55] ARM: OMAP4+: CM: remove unused cm_44xx_54xx.h header file
` [PATCH 28/55] ARM: OMAP4: CM: make all omap4_cminst_read/write calls static
` [PATCH 29/55] ARM: OMAP4: CM: rename cminst44xx.h to cm44xx.h and move it to public location
` [PATCH 30/55] ARM: OMAP2+: CM: move cm.h header "
` [PATCH 31/55] ARM: OMAP2: export parts of prm2xxx.h header file
` [PATCH 32/55] ARM: OMAP2+: PRM: move prm2xxx_3xxx.h to public location
` [PATCH 33/55] ARM: AM33xx: PRM: move global warm reset implementation to driver
` [PATCH 34/55] ARM: AM33XX: PRM: move parts of the prm33xx.h header file to public location
` [PATCH 35/55] ARM: OMAP3: PRM: remove direct register declaration macros
` [PATCH 36/55] ARM: OMAP3: PRM: move prm3xxx.h header to public location
` [PATCH 37/55] ARM: OMAP4: PRM: remove direct register declaration macros
` [PATCH 38/55] ARM: OMAP4: PRM: move parts of prm44xx.h header file to public location
` [PATCH 39/55] ARM: OMAP5: PRM: remove direct register declaration macros
` [PATCH 40/55] ARM: OMAP5: PRM: move parts of prm54xx.h header file to public location
` [PATCH 41/55] ARM: DRA7: PRM: remove direct register declaration macros
` [PATCH 42/55] ARM: DRA7: PRM: move parts of prm7xx.h header file to public location
` [PATCH 43/55] ARM: OMAP4: PRM: get rid of prminst44xx.h header file
` [PATCH 44/55] ARM: OMAP4: PRM: make omap4_prm_read/write_inst_reg calls static
` [PATCH 45/55] ARM: OMAP4: PRM: move prm44xx_54xx.h header to public location
` [PATCH 46/55] ARM: OMAP3+: VP: move OMAP*_VP_VDD_*_ID definitions to prm public headers
` [PATCH 47/55] ARM: OMAP2+: PRM: move prcm-common.h header to public location
` [PATCH 48/55] ARM: OMAP2+: move prm.h "
` [PATCH 49/55] ARM: OMAP4: move prcm44xx.h "
` [PATCH 50/55] ARM: OMAP2+: clockdomain: move clockdomain.h "
` [PATCH 51/55] ARM: OMAP2+: powerdomain: move powerdomain.h "
` [PATCH 52/55] ARM: OMAP2+: PRCM: add prcm_base init call for DT boot
` [PATCH 53/55] ARM: OMAP4: CM: remove unnecessary cm*_44xx.h header files from core code
` [PATCH 54/55] ARM: OMAP4: PRCM: move prcm_mpu_base definition to a public header

[PATCH V2 00/19] mmc: mmci: Improve DT support
 2014-03-31 15:18 UTC  (20+ messages)
` [PATCH V2 01/19] mmc: mmci: Convert to the mmc gpio API
` [PATCH V2 02/19] mmc: mmci: Convert to devm functions
` [PATCH V2 03/19] mmc: mmci: Update DT documentation
` [PATCH V2 04/19] mmc: mmci: Add DT bindings for signal direction
` [PATCH V2 05/19] mmc: mmci: Add DT bindings for feedback clock pin
` [PATCH V2 06/19] mmc: mmci: Use the common mmc DT parser
` [PATCH V2 07/19] ARM: ux500: Add mmci signal directions and feeback clock in DT for href
` [PATCH V2 08/19] ARM: ux500: Convert to the common mmc DT bindings for highspeed mode
` [PATCH V2 09/19] ARM: nomadik: "
` [PATCH V2 10/19] ARM: u300: "
` [PATCH V2 11/19] mmc: mmci: Mark the DT bindings for highspeed mode as deprecated
` [PATCH V2 12/19] mmc: mmci: Enable MMC_CAP_CMD23
` [PATCH V2 13/19] ARM: ux500: Add the mmc capabilities flags to DT
` [PATCH V2 14/19] ARM: ux500: Add a vmmc regulator through DT for the poped eMMC for href
` [PATCH V2 15/19] ARM: ux500: Remove redundant board file for mmci platform data
` [PATCH V2 16/19] mmc: mmci: Enforce DT for signal direction and feedback clock
` [PATCH V2 17/19] mmc: mmci: Enforce mmc capabilities through DT
` [PATCH V2 18/19] mmc: mmci: Enforce DMA configuration "
` [PATCH V2 19/19] mmc: mmci: Enforce max frequency "

[PATCH v4 0/3] PSCI v0.2 support and DT bindings
 2014-03-31 15:02 UTC  (4+ messages)
` [PATCH v4 1/3] PSCI: Add initial support for PSCIv0.2 functions
` [PATCH v4 2/3] Documentation: devicetree: Add new binding for PSCIv0.2
` [PATCH v4 3/3] ARM: Check if a CPU has gone offline

[RFC] ARM64: 4 level page table translation for 4KB pages
 2014-03-31 15:00 UTC  (7+ messages)

[PATCH] clk: reverse default clk provider initialization order in of_clk_init()
 2014-03-31 15:00 UTC  (3+ messages)

[PATCH 0/4] Add Allwinner SoCs PWM support
 2014-03-31 14:47 UTC  (8+ messages)
` [PATCH 1/4] pwm: Add Allwinner SoC support
` [PATCH 2/4] pwm: sunxi: document OF bindings
` [PATCH 3/4] ARM: sun7i: dt: add PWM support
` [PATCH 4/4] ARM: sunxi: dt: Add PWM support for the cubietruck

Armada XP (mvebu) PCIe memory (BAR/window) re-allocation
 2014-03-31 14:17 UTC  (3+ messages)

[PATCH 00/20] mmc: mmci: Improve DT support
 2014-03-31 13:56 UTC  (6+ messages)
` [PATCH 04/20] mmc: mmci: Move signal directions bits into DT include file

[PATCH 1/2] dma: Add Xilinx Central DMA DT Binding Documentation
 2014-03-31 13:54 UTC  (2+ messages)
` [PATCH 2/2] dma: Add Xilinx AXI Central Direct Memory Access Engine driver support

[PATCH v6 00/11] reserved-memory regions/CMA in devicetree, again
 2014-03-31 13:52 UTC  (3+ messages)

[PATCH 1/2] dma: Add Xilinx AXI DMA DT Binding Documentation
 2014-03-31 13:23 UTC  (4+ messages)
` [PATCH 2/2] dma: Add Xilinx AXI Direct Memory Access Engine driver support

[PATCH v4 0/2] i2c: sunxi: Change compatibles pattern
 2014-03-31 12:54 UTC  (3+ messages)
` [PATCH v4 1/2] i2c: sunxi: Change i2c compatibles
` [PATCH v4 2/2] ARM: sunxi: dt: Convert to the new "

[PATCH 3.12 20/48] clocksource: vf_pit_timer: use complement for sched_clock reading
 2014-03-31 12:35 UTC 

[PATCH] Route keyboard LEDs through the generic LEDs layer
 2014-03-31 12:23 UTC 

[PATCH RFC v3 0/2] clk: Support for DT assigned clock parents and rates
 2014-03-31 11:40 UTC  (8+ messages)
` [PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT

[RFC PATCH v2 0/2] clk: Support for DT assigned clock parents and rates
 2014-03-31 11:39 UTC  (5+ messages)
` [RFC PATCH v2 2/2] clk: Add handling of clk parent and rate assigned from DT

[PATCH 0/2] ARM: sun7i/sun6i: Fix broken kernel on sun6i/A31
 2014-03-31 11:06 UTC  (5+ messages)
` [PATCH 1/2] ARM: sun7i/sun6i: dts: Fix IRQ number for sun6i NMI controller
` [PATCH 2/2] ARM: sun7i/sun6i: irqchip: Disable NMI before registering the handler

[PATCH 00/75] l2c series
 2014-03-31 10:55 UTC  (10+ messages)
` [PATCH 57/75] ARM: l2c: nomadik: remove cache size override
` [PATCH 58/75] ARM: l2c: omap2: "
` [PATCH 62/75] ARM: l2c: sti: "
  ` [[PATCH "

[PATCH 0/8] i.MX6 PCIe binding change and MSI support
 2014-03-31 10:52 UTC  (10+ messages)
` [PATCH 1/8] ARM: imx6q-clk: parent lvds_gate from lvds_sel
` [PATCH 2/8] PCI: designware: split Exynos and i.MX bindings

[PATCH v6 00/12] In-kernel PSCI v0.2 emulation for KVM ARM/ARM64
 2014-03-31 10:46 UTC  (13+ messages)
` [PATCH v6 01/12] KVM: Add capability to advertise PSCI v0.2 support
` [PATCH v6 02/12] ARM/ARM64: KVM: Add common header for PSCI related defines
` [PATCH v6 03/12] ARM/ARM64: KVM: Add base for PSCI v0.2 emulation
` [PATCH v6 04/12] KVM: Documentation: Add info regarding KVM_ARM_VCPU_PSCI_0_2 feature
` [PATCH v6 05/12] ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible
` [PATCH v6 06/12] KVM: Add KVM_EXIT_SYSTEM_EVENT to user space API header
` [PATCH v6 07/12] ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESET
` [PATCH v6 08/12] ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFO
` [PATCH v6 09/12] ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functions
` [PATCH v6 10/12] ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2
` [PATCH v6 11/12] ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPEND
` [PATCH v6 12/12] ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user space

[PATCH v3 1/1] ARM: sun4i: spi: Allow transfers larger than FIFO size
 2014-03-31 10:45 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v7 00/10] R-Car Gen2 PCIe host driver
 2014-03-31 10:30 UTC  (11+ messages)
` [PATCH v7 01/10] PCI: host: rcar: Add Renesas R-Car PCIe driver
` [PATCH v7 02/10] PCI: host: rcar: Add MSI support
` [PATCH v7 03/10] ARM: shmobile: r8a7790: Add PCIe clock device tree nodes
` [PATCH v7 04/10] ARM: shmobile: r8a7791: "
` [PATCH v7 05/10] dt-bindings: pci: rcar pcie device tree bindings
` [PATCH v7 06/10] ARM: shmobile: r8a7790: Add PCIe device nodes
` [PATCH v7 07/10] ARM: shmobile: lager: "
` [PATCH v7 08/10] ARM: shmobile: r8a7791: "
` [PATCH v7 09/10] ARM: shmobile: koelsch: "
` [PATCH v7 10/10] ARM: shmobile: koelsch: Add PCIe to defconfig

[PATCH] ARM: topology: Make it clear that all CPUs need to be described
 2014-03-31  9:30 UTC  (2+ messages)

[PATCH 1/2] GPIO: Add driver for Zynq GPIO controller
 2014-03-31  9:23 UTC  (5+ messages)

[PATCH V2] mm: hugetlb: Introduce huge_pte_{page,present,young}
 2014-03-31  9:11 UTC  (4+ messages)

[PATCH v2 0/3] [media] atmel-isi: Add DT support for Atmel ISI driver
 2014-03-31  9:05 UTC  (4+ messages)
` [PATCH v2 3/3] [media] atmel-isi: add primary DT support

[RFC 0/4] sched: consolidation of cpu_power
 2014-03-31  7:31 UTC  (3+ messages)

[PATCH] gpio: unmap gpio irqs properly
 2014-03-31  6:58 UTC 

[PATCH V7 00/10] PCI: Add SPEAr13xx PCie support
 2014-03-31  5:25 UTC 

Warning at ahci_enable_ahci() during resume
 2014-03-31  5:25 UTC  (2+ messages)

[PATCH 0/5] arm: Early IRQ enabling in the Undef user handler
 2014-03-31  4:11 UTC  (2+ messages)

[PATCH v4 0/3] add hisilicon hip04 ethernet driver
 2014-03-31  2:45 UTC  (4+ messages)
` [PATCH 2/3] net: hisilicon: new hip04 MDIO driver

linux-next: manual merge of the net-next tree with the arm-soc tree
 2014-03-31  2:24 UTC 

[PATCH] mtd: gpmi: make blockmark swapping optional
 2014-03-31  2:06 UTC  (4+ messages)
` [PATCHv3 0/2] "
  ` [PATCHv3 1/2] "

[PATCH,RESEND] arm: Do not define "comma" twice
 2014-03-31  1:07 UTC 

[RFC v2] ARM VM System Specification
 2014-03-30 22:10 UTC  (2+ messages)

[RFC PATCH v2 00/10] ARM: at91: move aic driver to drivers/irqchips
 2014-03-30 13:27 UTC  (11+ messages)
` [RFC PATCH v2 03/10] ARM: at91: introduce OLD_IRQ_AT91 Kconfig option
` [RFC PATCH v2 05/10] ARM: at91: make use of the new AIC driver for dt enabled boards
` [RFC PATCH v2 07/10] irqchip: atmel-aic: document new dt properties and children nodes

[PATCH v3 00/10] mfd: AXP20x: Add support for AXP202 and AXP209
 2014-03-30  0:47 UTC  (15+ messages)
` [PATCH v3 01/10] mfd: AXP20x: Add mfd driver for AXP20x PMIC
    ` [linux-sunxi] "
` [PATCH v3 04/10] input: misc: Add driver for AXP20x Power Enable Key
    ` [linux-sunxi] "
` [PATCH v3 06/10] regulator: AXP20x: Add support for regulators subsystem
    ` [linux-sunxi] "
` [PATCH v3 07/10] ARM: sunxi: dt: Add x-powers-axp209.dtsi file

[PATCH] staging: imx-drm: imx-hdmi: clean up hdmi_phy_wait_i2c_done
 2014-03-29 23:21 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v5 0/9] Use regmap+devm+DT in pm8xxx input drivers
 2014-03-29 19:50 UTC  (2+ messages)

Clearance warehouse sale on all brand name watches
 2014-03-29 18:48 UTC 

[PATCH 00/26] OMAP dma engine rework
 2014-03-29 18:13 UTC  (3+ messages)

[RFC PATCH 1/4] ARM: KVM: on unhandled IO mem abort, route the call to the KVM MMIO bus
 2014-03-29 17:34 UTC  (3+ messages)

[PATCH 0/8] Generic serial earlycon
 2014-03-29 15:34 UTC  (5+ messages)

[PATCH] arm: KVM: fix possible misalignment of PGDs and bounce page
 2014-03-29 14:01 UTC  (3+ messages)

[PATCH] staging: imx-drm: add LVDS666 support for parallel display
 2014-03-29 12:57 UTC  (4+ messages)

[PATCH v5] ARM: vDSO gettimeofday using generic timer architecture
 2014-03-29 12:18 UTC  (5+ messages)

[GIT PULL 5/6] Samsung PM updates for v3.15
 2014-03-29 12:10 UTC  (4+ messages)

[PATCH] ARM: Keep DEBUG_UART_{PHYS,VIRT} entries sorted
 2014-03-29 10:44 UTC 

[PATCH] ARM: dts: imx27-phytec-phycore-rdk: Add display control signal definitions
 2014-03-29  6:48 UTC  (2+ messages)
` [PATCH] ARM i.MX51: Add Digi ConnectCore devicetree


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