linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-11 09:38:24 to 2013-07-29 20:20:34 UTC [more...]

[PATCH v2 0/9] Move MSM closer to multi-platform
 2013-07-29 20:20 UTC  (11+ messages)
` [PATCH v2 1/9] ARM: msm: Remove unused and unmapped MSM_TLMM_BASE for 8x60
` [PATCH v2 2/9] ARM: msm: Don't compile __msm_ioremap_caller() unless used
` [PATCH v2 3/9] ARM: msm: Move debug-macro.S to include/debug
` [PATCH v2 4/9] ARM: msm: Remove TMR and TMR0 static mappings
` [PATCH v2 5/9] ARM: msm: Migrate msm_timer to CLOCKSOURCE_OF_DECLARE
` [PATCH v2 6/9] ARM: msm: Move mach/board.h contents to common.h
` [PATCH v2 7/9] ARM: msm: Remove devices-iommu.c
` [PATCH v2 8/9] iommu/msm: Move mach includes to iommu directory
` [PATCH v2 9/9] ARM: msm: Only compile io.c on platforms that use it

[PATCH] hwspinlock/msm: Add support for Qualcomm MSM HW Mutex block
 2013-07-29 20:14 UTC  (2+ messages)

[PATCH v2] tty: serial: Add initial MSM UART High Speed Lite driver
 2013-07-29  9:52 UTC  (3+ messages)

[PATCH V3 0/4] scsi: ufs: Improve UFS error handling
 2013-07-29  9:45 UTC  (23+ messages)
` [PATCH V3 1/4] scsi: ufs: Fix broken task management command implementation
` [PATCH V3 2/4] scsi: ufs: Fix hardware race conditions while aborting a command
` [PATCH V3 3/4] scsi: ufs: Fix device and host reset methods
` [PATCH V3 4/4] scsi: ufs: Improve UFS fatal error handling

[PATCH 0/4] msm_serial fixes and improvements
 2013-07-29  9:31 UTC  (13+ messages)
` [PATCH 1/4] msm_serial: Fix NUL byte output on UARTDM
` [PATCH 2/4] msm_serial: Fix sparse warnings
` [PATCH 3/4] msm_serial: Make baud_code detection more dynamic
` [PATCH 4/4] msm_serial: Send more than 1 character at a time on UARTDM

[PATCH v2 0/7] usb: phy: msm: Fixes and cleanups
 2013-07-27  6:54 UTC  (14+ messages)
` [PATCH v2 1/7] usb: phy: msm: Move mach depndend code to platform data
` [PATCH v2 2/7] usb: phy: msm: Migrate to Managed Device Resource allocation
` [PATCH v2 3/7] usb: phy: msm: Move regulator usage to managed resource allocation

[GIT PULL] msm gpio fixes for 3.11
 2013-07-26 22:05 UTC 

[PATCH 0/4] Add SMP support for MSM8660, MSM8960 and MSM8974
 2013-07-26 17:48 UTC  (4+ messages)
` [PATCH 1/4] ARM: msm: Remove pen_release usage

[PATCH 0/7] usb: phy: msm: Fixes and cleanups
 2013-07-26  9:11 UTC  (9+ messages)
` [PATCH 1/7] usb: phy: msm: Move mach dependent code to platform data
` [PATCH 7/7] usb: phy: msm: Lindent the code

[PATCH 0/2] usb: Add support for EHSET
 2013-07-25 22:09 UTC  (7+ messages)
  ` [RFC/PATCH 2/2] usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSET

[PATCH v1 00/14] Add support for MSM's mmio clocks
 2013-07-25 16:45 UTC  (25+ messages)
` [PATCH v1 01/14] clk: fixed-rate: Export clk_fixed_rate_register()
` [PATCH v1 02/14] clk: Add of_init_clk_data() to parse common clock bindings
` [PATCH v1 03/14] clk: Add of_clk_match() for device drivers
` [PATCH v1 04/14] clk: Add set_rate_and_parent() op
` [PATCH v1 05/14] clk: msm: Add support for phase locked loops (PLLs)
` [PATCH v1 06/14] clk: msm: Add support for root clock generators (RCGs)
` [PATCH v1 07/14] clk: msm: Add support for branches/gate clocks
` [PATCH v1 08/14] clk: msm: Add MSM clock driver
` [PATCH v1 09/14] clk: msm: Add support for MSM8960's global clock controller (GCC)
` [PATCH v1 10/14] clk: msm: Add support for MSM8960's multimedia clock controller (MMCC)
` [PATCH v1 11/14] ARM: dts: msm: Add MSM8960 GCC DT nodes
` [PATCH v1 12/14] ARM: dts: msm: Add MSM8960 MMCC "
` [PATCH v1 13/14] clk: msm: Add MSM8974 GCC data
` [PATCH v1 14/14] ARM: dts: msm: Add clock entries for MSM8960 uart device

[PATCH 0/3] MSM gpio fixes
 2013-07-25  9:35 UTC  (7+ messages)
  ` [PATCH 1/3] ARM: msm: dts: Fix the gpio register address for msm8960
` [PATCH 2/3] drivers: gpio: msm: Fix the error condition for reading ngpio
` [PATCH 3/3] ARM: msm: Consolidate gpiomux for older architectures

[PATCH v4 0/5] Memory mapped architected timers
 2013-07-24 20:32 UTC  (8+ messages)
` [PATCH v4 1/5] clocksource: arch_timer: Make register accessors less error-prone
  ` [PATCH v4 2/5] Documentation: Add memory mapped ARM architected timer binding
` [PATCH v4 3/5] clocksource: arch_timer: Pass clock event to set_mode callback
` [PATCH v4 4/5] clocksource: arch_timer: Push the read/write wrappers deeper
` [PATCH v4 5/5] clocksource: arch_timer: Add support for memory mapped timers

[PATCH v4 00/17] 64-bit friendly generic sched_clock()
 2013-07-24 14:44 UTC  (40+ messages)
` [PATCH v4 01/17] clocksource: Extract max nsec calculation into separate function
` [PATCH v4 02/17] sched_clock: Use seqcount instead of rolling our own
` [PATCH v4 03/17] sched_clock: Use an hrtimer instead of timer
` [PATCH v4 04/17] sched_clock: Add support for >32 bit sched_clock
` [PATCH v4 05/17] arch_timer: Move to generic sched_clock framework
` [PATCH v4 06/17] sched_clock: Remove sched_clock_func() hook
` [PATCH v4 07/17] clocksource: bcm2835: Switch to sched_clock_register()
` [PATCH v4 08/17] ocksource: dbx500-prcmu: "
` [PATCH v4 09/17] clocksource: dw_apb_timer_of: "
` [PATCH v4 10/17] clocksource: mxs_timer: "
` [PATCH v4 11/17] clocksource: nomadik: "
` [PATCH v4 12/17] clocksource: samsung_pwm_timer: "
` [PATCH v4 13/17] clocksource: tegra: "
` [PATCH v4 14/17] clocksource: time-armada-370-xp: "
` [PATCH v4 15/17] clocksource: sirf: Switch to sched_clock_register() and use 64 bits
` [PATCH v4 16/17] clocksource: vf_pit_timer: Switch to sched_clock_register()
` [PATCH v4 17/17] sched_clock: Deprecate setup_sched_clock()

[PATCH V4 0/4] scsi: ufs: Improve UFS error handling
 2013-07-23  7:08 UTC  (5+ messages)
` [PATCH V4 1/4] scsi: ufs: Fix broken task management command implementation
` [PATCH V4 2/4] scsi: ufs: Fix hardware race conditions while aborting a command
` [PATCH V4 3/4] scsi: ufs: Fix device and host reset methods
` [PATCH V4 4/4] scsi: ufs: Improve UFS fatal error handling

[PATCH V4 0/2] scsi: ufs: Add support to control UFS device background operations
 2013-07-23  7:08 UTC  (3+ messages)
` [PATCH V4 1/2] scsi: ufs: Add support for host assisted "
` [PATCH V4 2/2] scsi: ufs: Add runtime PM support for UFS host controller driver

[PATCH V4 0/2] Add suport for internal request (NOP and Query Request)
 2013-07-23  7:07 UTC  (3+ messages)
` [PATCH V4 1/2] scsi: ufs: Add support for sending NOP OUT UPIU
` [PATCH V4 2/2] scsi: ufs: Set fDeviceInit flag to initiate device initialization

[RFCv2 0/4] drm/msm: A DRM/KMS driver for snapdragon SoCs
 2013-07-22  1:50 UTC  (5+ messages)
` [RFCv2 1/4] drm/msm: add register definitions
` [RFCv2 2/4] drm/msm: basic KMS driver for snapdragon
` [RFCv2 3/4] drm/msm: add register definitions for gpu
` [RFCv2 4/4] drm/msm: add a3xx gpu support

Reusing DTSI files across trees with differing numbers of address-cells
 2013-07-20  5:03 UTC  (2+ messages)

[PATCH V3 0/2] Add suport for internal request (NOP and Query Request)
 2013-07-19 18:26 UTC  (8+ messages)
` [PATCH V3 1/2] scsi: ufs: Add support for sending NOP OUT UPIU

[PATCH V3 0/2] scsi: ufs: Add support to control UFS device background operations
 2013-07-19 18:26 UTC  (11+ messages)
` [PATCH V3 1/2] scsi: ufs: Add support for host assisted "
` [PATCH V3 2/2] scsi: ufs: Add runtime PM support for UFS host controller driver

[PATCH V3 2/2] scsi: ufs: Set fDeviceInit flag to initiate device initialization
 2013-07-19 13:55 UTC  (4+ messages)

[PATCH] msm_serial: add missing iounmap() on error in msm_request_port()
 2013-07-17 11:28 UTC  (2+ messages)

[PATCH] tty: serial: Add initial MSM UART High Speed Lite driver
 2013-07-17  7:38 UTC  (3+ messages)

[PATCHv3 1/2] ARM: msm: Add support for MSM8974
 2013-07-15 20:36 UTC  (2+ messages)

[RFC/PATCH v2 4/4] block: Add URGENT request notification support to CFQ scheduler
 2013-07-12 17:08 UTC 

[RFC/PATCH/RESEND v2 3/4] block: Add API for URGENT request handling
 2013-07-12 17:07 UTC 

[RFC/PATCH/RESEND v2 2/4] block: Add support for reinsert a dispatched req
 2013-07-12 17:07 UTC 

[RFC/PATCH/RESEND v2 1/4] block: make rq->cmd_flags be 64-bit
 2013-07-12 17:06 UTC 

[RFC/PATCH v2 0/4] block: Add support for urgent request handling in CFQ
 2013-07-12 17:05 UTC 

[RFC/PATCH 4/4] block: Add URGENT request notification support to CFQ scheduler
 2013-07-12 15:29 UTC  (4+ messages)

[RFC/PATCH 3/4] block: Add API for URGENT request handling
 2013-07-11 13:00 UTC 

[RFC/PATCH 2/4] block: Add support for reinsert a dispatched req
 2013-07-11 13:00 UTC 

[RFC/PATCH 1/4] block: make rq->cmd_flags be 64-bit
 2013-07-11 12:59 UTC 

[RFC/PATCH 0/4] block: Add support for urgent request handling in CFQ
 2013-07-11 12:59 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).