linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-24 00:39:51 to 2014-01-14 21:48:55 UTC [more...]

[PATCH v5 0/4] Krait L1/L2 EDAC driver
 2014-01-14 21:48 UTC  (6+ messages)
` [PATCH v5 1/4] ARM: Add Krait L2 register accessor functions
` [PATCH v5 2/4] devicetree: bindings: Document Krait CPU/L1 EDAC
` [PATCH v5 3/4] edac: Add support for Krait CPU cache error detection
` [PATCH v5 4/4] ARM: dts: msm: Add Krait CPU/L2 nodes

[PATCH 0/7] Support Krait CPU PMUs
 2014-01-14 20:57 UTC  (22+ messages)
` [PATCH 1/7] ARM: perf_event: Silence sparse warning
` [PATCH 2/7] ARM: perf_event: Support percpu irqs for the CPU PMU
` [PATCH 3/7] ARM: perf_event: Add basic support for Krait CPU PMUs
` [PATCH 4/7] ARM: perf_event: Add hook for event index clearing
` [PATCH 5/7] ARM: perf_event: Fully support Krait CPU PMU events
  ` [PATCH 6/7] devicetree: bindings: Document Krait performance monitor units (PMU)
` [PATCH 7/7] ARM: dts: msm: Add krait-pmu to platforms with Krait CPUs

[PATCH v2 00/10] Use regmap+devm+DT in pm8xxx input drivers
 2014-01-14 20:47 UTC  (15+ messages)
` [PATCH v2 01/10] Input: pmic8xxx-pwrkey - switch to using managed resources
` [PATCH v2 02/10] genirq: Add devm_request_any_context_irq()
` [PATCH v2 03/10] Input: pmic8xxx-keypad - Switch to using managed resources
` [PATCH v2 04/10] Input: pmic8xxx-keypad - Migrate to regmap APIs
` [PATCH v2 05/10] Input: pmic8xxx-pwrkey - Migrate to DT
` [PATCH v2 06/10] Input: pm8xxx-vibrator - Add DT match table
` [PATCH v2 07/10] Input: pmic8xxx-keypad - Migrate to DT
` [PATCH v2 08/10] devicetree: bindings: Document PM8921/8058 keypads
` [PATCH v2 09/10] devicetree: bindings: Document PM8921/8058 power keys
` [PATCH v2 10/10] devicetree: bindings: Document PM8921/8058 vibrators

[PATCH] msm_serial: Add support for poll_{get,put}_char()
 2014-01-14 20:34 UTC 

[PATCH v2 0/2] Add Qualcomm BAM dmaengine driver
 2014-01-14 19:43 UTC  (5+ messages)
` [PATCH v2 1/2] dmaengine: add Qualcomm BAM dma driver
` [PATCH v2 2/2] dmaengine: qcom_bam_dma: Add device tree binding

[PATCH v4 0/6] Add support for the System Power Management Interface (SPMI)
 2014-01-14 18:41 UTC  (6+ messages)
` [PATCH v4 1/6] spmi: Linux driver framework for SPMI
` [PATCH v4 3/6] spmi: Add MSM PMIC Arbiter SPMI controller
` [PATCH v4 4/6] spmi: pmic_arb: add support for interrupt handling
  ` [PATCH v4 5/6] spmi: document the PMIC arbiter SPMI bindings
` [PATCH v4 6/6] regmap: spmi: support base and extended register spaces

[PATCH v2 0/2] Qualcomm Universal Peripheral (QUP) I2C controller
 2014-01-14 13:03 UTC  (5+ messages)
` [PATCH v2 1/2] i2c: qup: Add device tree bindings information
` [PATCH v2 2/2] i2c: New bus driver for the QUP I2C controller

[PATCH v4 00/15] Add support for MSM's mmio clock/reset controller
 2014-01-14  3:54 UTC  (29+ messages)
` [PATCH v4 01/15] reset: Silence warning in reset-controller.h
` [PATCH v4 02/15] clk: Allow drivers to pass in a regmap
` [PATCH v4 03/15] clk: Add regmap core helpers for enable/disable/is_enabled
` [PATCH v4 04/15] clk: Add set_rate_and_parent() op
` [PATCH v4 05/15] clk: qcom: Add support for phase locked loops (PLLs)
` [PATCH v4 06/15] clk: qcom: Add support for root clock generators (RCGs)
` [PATCH v4 07/15] clk: qcom: Add support for branches/gate clocks
` [PATCH v4 08/15] clk: qcom: Add reset controller support
` [PATCH v4 09/15] clk: qcom: Add support for MSM8960's global clock controller (GCC)
` [PATCH v4 10/15] clk: qcom: Add support for MSM8960's multimedia clock controller (MMCC)
` [PATCH v4 11/15] clk: qcom: Add support for MSM8974's global clock controller (GCC)
` [PATCH v4 12/15] clk: qcom: Add support for MSM8974's multimedia clock controller (MMCC)
` [PATCH v4 13/15] clk: qcom: Add support for MSM8660's global clock controller (GCC)
` [PATCH v4 14/15] devicetree: bindings: Document qcom,gcc
` [PATCH v4 15/15] devicetree: bindings: Document qcom,mmcc

[PATCH] ARM: msm_defconfig: Update for multi-platform
 2014-01-10 19:47 UTC  (2+ messages)

DiePresse.com Mein Freund, der Fahrradhändler
 2014-01-10 12:36 UTC 

[PATCH v4 0/6] Krait L1/L2 EDAC driver
 2014-01-10 10:54 UTC  (22+ messages)
` [PATCH v4 1/6] edac: Don't try to cancel workqueue when it's never setup
` [PATCH v4 2/6] genirq: export percpu irq functions for module usage
` [PATCH v4 3/6] ARM: Add Krait L2 accessor functions
  ` [PATCH v4 4/6] devicetree: bindings: Document Krait L1/L2 EDAC
` [PATCH v4 5/6] edac: Add support for Krait CPU cache error detection
` [PATCH v4 6/6] ARM: dts: msm: Add Krait CPU/L2 nodes

[PATCH v2 0/7] Allow MSM DT platforms to be built multi-platform
 2014-01-09 18:40 UTC  (22+ messages)
` [PATCH v2 1/7] usb: phy: msm: Move mach dependent code to platform data
` [PATCH v2 2/7] mmc: msm_sdcc: Limit driver to platforms that use it
` [PATCH v2 3/7] tty: serial: Limit msm_serial_hs "
` [PATCH v2 4/7] ARM: msm: Only build clock.c on proc_comm based platforms
` [PATCH v2 5/7] ARM: msm: Only build timer.c if required
` [PATCH v2 6/7] drm/msm: Drop unnecessary mach include
` [PATCH v2 7/7] ARM: msm: Move MSM's DT based hardware to multi-platform support

[PATCH v3 0/7] Modernize pm8921 with irqdomains, regmap, DT
 2014-01-09  2:24 UTC  (12+ messages)
` [PATCH v3 1/7] mfd: Move pm8xxx-irq.c contents into only driver that uses it
` [PATCH v3 2/7] mfd: pm8921: Update for genirq changes
` [PATCH v3 3/7] mfd: pm8921: Migrate to irqdomains
` [PATCH v3 4/7] mfd: ssbi: Add regmap read/write helpers
` [PATCH v3 5/7] mfd: pm8921: Use ssbi regmap
` [PATCH v3 6/7] mfd: pm8921: Add DT match table
` [PATCH v3 7/7] devicetree: bindings: Document PM8921/8058 PMICs

[PATCH v2 0/9] CPU enable method based SMP/hotplug + MSM conversion
 2014-01-09  1:50 UTC  (20+ messages)
` [PATCH v2 1/9] devicetree: bindings: Document Krait/Scorpion cpus and enable-method
` [PATCH v2 2/9] devicetree: bindings: Document qcom,kpss-acc
` [PATCH v2 3/9] devicetree: bindings: Document qcom,saw2 node
` [PATCH v2 4/9] ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smp
` [PATCH v2 7/9] ARM: msm: Add SMP support for KPSSv1
` [PATCH v2 8/9] ARM: msm: Add SMP support for KPSSv2
` [PATCH v2 9/9] ARM: dts: msm: Add nodes necessary for SMP boot

What is git repo for linux-arm-msm code?
 2014-01-09  0:50 UTC  (2+ messages)

I have a very lucrative Business
 2014-01-08 20:47 UTC 

[PATCH v2 0/7] Modernize pm8921 with irqdomains, regmap, DT
 2014-01-08  8:14 UTC  (22+ messages)
` [PATCH v2 1/7] mfd: Move pm8xxx-irq.c contents into only driver that uses it
` [PATCH v2 3/7] mfd: pm8921: Migrate to irqdomains
` [PATCH v2 4/7] mfd: ssbi: Add regmap read/write helpers
` [PATCH v2 5/7] mfd: pm8921: Use ssbi regmap
` [PATCH v2 6/7] mfd: pm8921: Add DT match table
` [PATCH v2 7/7] devicetree: bindings: Document PM8921/8058 PMICs

[PATCH] ARM: Make pgtbl macro more robust
 2014-01-06 13:39 UTC 

[PATCH 0/7] Use regmap+devm in pm8xxx input drivers
 2014-01-03  0:50 UTC  (6+ messages)
` [PATCH 2/7] Input: pmic8xxx-pwrkey - Migrate to regmap APIs

[PATCH 0/7] MSM patches for 3.14
 2014-01-02 18:31 UTC  (2+ messages)

Advise to invest in your Country
 2013-12-30 18:06 UTC 

[PATCH 3/8] regmap: Add support for using regmap over ssbi
 2013-12-30 12:42 UTC  (14+ messages)
            ` [PATCH] regmap: Allow regmap_bulk_write() to work for "no-bus" regmaps
                      ` [PATCH v2] "

[PATCH v4 00/15] usb: phy: msm: Fixes, cleanups and DT support
 2013-12-27 18:44 UTC  (10+ messages)
` [PATCH v4 01/15] usb: phy: msm: Move mach dependent code to platform data

[PATCH v3 00/12] Add support for MSM's mmio clock/reset controller
 2013-12-24 13:45 UTC  (5+ messages)
` [PATCH v3 04/12] clk: Add regmap core helpers for enable/disable/is_enabled

[PATCH v4 1/1] usb: gadget: f_fs: Add support for SuperSpeed Mode
 2013-12-24  9:35 UTC  (3+ messages)

[PATCH v5 1/1] usb: gadget: f_fs: Add support for SuperSpeed Mode
 2013-12-24  9:30 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).