linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-19 16:10:51 to 2013-03-25 20:47:49 UTC [more...]

[PATCHv3 00/10] Remove ARM local timer API
 2013-03-25 20:47 UTC  (24+ messages)
` [PATCHv3 01/10] clocksource: add generic dummy timer driver
` [PATCHv3 02/10] ARM: smp: Remove duplicate dummy timer implementation
` [PATCHv3 03/10] ARM: smp_twd: Divorce smp_twd from local timer API
` [PATCHv3 04/10] ARM: OMAP2+: Divorce "
` [PATCHv3 05/10] ARM: EXYNOS4: Divorce mct "
` [PATCHv3 06/10] ARM: PRIMA2: Divorce timer-marco "
` [PATCHv3 07/10] ARM: msm: Divorce msm_timer "
` [PATCHv3 08/10] clocksource: time-armada-370-xp: Fix sparse warning
` [PATCHv3 09/10] clocksource: time-armada-370-xp: Divorce from local timer API
` [PATCHv3 10/10] ARM: smp: Remove "

[PATCH 0/6] Qualcomm SSBI bus driver
 2013-03-25 17:40 UTC  (33+ messages)
` [PATCH 1/6] platform-drivers: msm: add single-wire serial bus interface (SSBI) driver
` [PATCH 2/6] SSBI: Convert SSBI to device tree
` [PATCH 3/6] ssbi: Fix exit mismatch in remove function
` [PATCH 4/6] ssbi: Use regular init level
` [PATCH 5/6] ARM: msm: enable SSBI driver in defconfig
` [PATCH 6/6] RFC: SSBI: Simple pm8058 test driver
` [PATCH v2 0/11] Qualcomm SSBI bus driver
  ` [PATCH v2 01/11] platform-drivers: msm: add single-wire serial bus interface (SSBI) driver
  ` [PATCH v2 02/11] fix: Use EXPORT_SYMBOL_GPL
  ` [PATCH v2 03/11] ssbi: Fix exit mismatch in remove function
  ` [PATCH v2 04/11] ssbi: Allow compilation as a module
  ` [PATCH v2 05/11] SSBI: Convert SSBI to device tree
  ` [PATCH v2 06/11] ssbi: Comment the use of udelay()
  ` [PATCH v2 07/11] ssbi: Use regular init level
  ` [PATCH v2 08/11] ssbi: Remove extraneous logging
  ` [PATCH v2 09/11] SSBI: Remove MSM_ prefix from SSBI drivers
  ` [PATCH v2 10/11] MAINTAINERS: add ssbi
` [PATCH v2 11/11] RFC: SSBI: Simple pm8058 test driver

[PATCH v1] mmc: card: Adding support for sanitize in eMMC 4.5
 2013-03-25 13:17 UTC  (4+ messages)

[PATCH v5 2/3] block: Add API for urgent request handling
 2013-03-25 12:40 UTC  (2+ messages)

[PATCH v5 1/3] block: Add support for reinsert a dispatched req
 2013-03-25 12:34 UTC  (2+ messages)

[PATCH v5 3/3] block: Adding ROW scheduling algorithm
 2013-03-25  9:03 UTC 

[PATCH v5 0/3] block: Adding ROW scheduling algorithm
 2013-03-25  9:01 UTC 

[PATCH 0/3] Fix msm timer clearing bugs
 2013-03-22 17:47 UTC  (5+ messages)
` [PATCH 1/3] ARM: msm: Stop counting before reprogramming clockevent
` [PATCH 2/3] ARM: msm: Rework timer binding to be more general
` [PATCH 3/3] ARM: msm: Wait for timer clear to complete

[PATCH] Add method for triggering Sanitize command
 2013-03-22 17:34 UTC  (4+ messages)

[PATCH] ARM: sched_clock: Add more notrace to prevent recursion
 2013-03-21 17:49 UTC  (2+ messages)

[PATCH] Changes to resolve the multiple client issue: by Michael Street
 2013-03-21  0:56 UTC  (2+ messages)
` [Please Ignore] "

[PATCH] hrtimer: Don't reinitialize a cpu_base's lock on CPU_UP
 2013-03-20  2:19 UTC 

[PATCH] irqchip: gic: fix irq_trigger return
 2013-03-19 23:05 UTC 

[PATCH] checkpatch: Complain about more executable files
 2013-03-19 22:39 UTC  (2+ messages)
` [PATCH] checkpatch: Complain about "

[PATCHv2 0/3] Detect UDIV/SDIV support from ISAR0
 2013-03-18 18:46 UTC  (6+ messages)
` [PATCHv2 1/3] ARM: Clear IDIVT hwcap if CONFIG_ARM_THUMB=n
` [PATCHv2 2/3] ARM: Detect support for SDIV/UDIV from ISAR0 register
` [PATCHv2 3/3] ARM: Work around faulty ISAR0 register in some Krait CPUs

[PATCH 0/3] Detect UDIV/SDIV support from ISAR0
 2013-03-18 18:19 UTC  (10+ messages)
` [PATCH 1/3] ARM: Clear IDIVT hwcap if CONFIG_ARM_THUMB=n
` [PATCH 2/3] ARM: Detect support for SDIV/UDIV from ISAR0 register
` [PATCH 3/3] ARM: Work around faulty ISAR0 register in some Krait CPUs

[PATCHv2] ARM: Push selects for TWD/SCU into machine entries
 2013-03-16 19:32 UTC  (5+ messages)

[PATCH] ARM: Scorpion is a v7 architecture, not v6
 2013-03-15 10:38 UTC  (5+ messages)

[PATCH] ARM: proc: Add Krait proc info
 2013-03-13 11:22 UTC  (8+ messages)

[PATCHv2 0/10] Remove ARM local timer API
 2013-03-12 17:06 UTC  (31+ messages)
` [PATCH 01/10] clocksource: add generic dummy timer driver
` [PATCH 02/10] ARM: smp: Remove duplicate dummy timer implementation
` [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API
` [PATCH 04/10] ARM: OMAP2+: Divorce "
` [PATCH 05/10] ARM: EXYNOS4: Divorce mct "
` [PATCH 06/10] ARM: PRIMA2: Divorce timer-marco "
` [PATCH 07/10] ARM: msm: Divorce msm_timer "
` [PATCH 08/10] clocksource: time-armada-370-xp: Fix sparse warning
` [PATCH 09/10] clocksource: time-armada-370-xp: Divorce from local timer API
` [PATCH 10/10] ARM: smp: Remove "

[PATCH 0/8] Remove ARM local timer API
 2013-03-05 19:04 UTC  (19+ messages)
` [PATCH 1/8] ARM: smp: Lower rating of dummy broadcast device
` [PATCH 2/8] ARM: smp_twd: Divorce smp_twd from local timer API
` [PATCH 3/8] ARM: EXYNOS4: Divorce mct "
` [PATCH 4/8] ARM: PRIMA2: Divorce timer-marco "
` [PATCH 5/8] ARM: MSM: Divorce msm_timer "
` [PATCH 6/8] clocksource: time-armada-370-xp: Fix sparse warning
` [PATCH 7/8] clocksource: time-armada-370-xp: Divorce from local timer API
` [PATCH 8/8] ARM: smp: Remove "

[PATCH] ARM: perf: Fix section mismatch on armpmu_init()
 2013-03-05  2:55 UTC  (3+ messages)

[PATCH/RESEND 0/4] Trim down mach includes in MSM drivers
 2013-03-04 23:08 UTC  (5+ messages)
` [PATCH/RESEND 1/4] ARM: msm: Move dma.h #defines that are private to dma.c
` [PATCH/RESEND 2/4] mmc: msm_sdcc: Remove unnecessary include
` [PATCH/RESEND 3/4] gpio: Make gpio-msm-v1 into a platform driver
` [PATCH/RESEND 4/4] ARM: msm: Remove unused cpu.h header file

[PATCH 0/2] Call tracing/debug code in VFP preempt code
 2013-03-04 22:43 UTC  (3+ messages)
` [PATCH 1/2] ARM: Consolidate preempt enable/disable assembly into macros
` [PATCH 2/2] ARM: Enable tracing around vfp preemption enable/disable

[PATCH] ARM: msm: Concentrate defconfig on DT supported devices
 2013-03-04 22:06 UTC 

[PATCH] ARM: vfp: fix fpsid register subarchitecture field mask width
 2013-02-27 17:44 UTC  (11+ messages)

Hang in pas_auth_and_reset()
 2013-02-24  2:45 UTC 

Missing copy_from_user() in APQ8060A's msm_vfe_subdev_ioctl()
 2013-02-20 17:50 UTC 

[PATCH v9 0/2] *** adding and exposing SANITIZE capability to the user space via a unique IOCTL ***
 2013-02-19 16:26 UTC  (4+ messages)
` [PATCH v9 1/2] block: ioctl support for sanitize in eMMC 4.5
` [PATCH v9 2/2] mmc: card: Adding "

[PATCH v9 0/2] *** adding and exposing SANITIZE capability to the user space via a unique IOCTL ***
 2013-02-19 16:17 UTC  (4+ messages)
` [PATCH v9 1/2] block: ioctl support for sanitize in eMMC 4.5
` [PATCH v9 2/2] mmc: card: Adding "


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