Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
 messages from 2013-05-02 18:03:10 to 2013-05-16 21:31:25 UTC [more...]

[PATCH] clk: Fix race condition between clk_set_parent and clk_enable()
 2013-05-16 21:31 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 0/3] Fix disable of unused clk/regulator with deferred probe
 2013-05-16 19:23 UTC  (25+ messages)
` [PATCH 1/3] driver core: Add API to wait for deferred probe to complete during init
` [PATCH 2/3] clk: Disable unused clocks after deferred probing is done
` [PATCH 3/3] regulator: core: Disable unused regulators "
` [PATCH v2 1/2] clk: Disable unused clocks "
` [PATCH 2/2] regulator: core: Disable unused regulators "

[PATCHv2 00/20] Cleanup irqchip_init calls
 2013-05-16  8:19 UTC  (42+ messages)
` [PATCH 01/20] ARM: sunxi: Remove init_irq declaration in machine description
` [PATCH 02/20] ARM: zynq: "
` [PATCH 03/20] ARM: nomadik: "
` [PATCH 04/20] ARM: picoxcell: "
` [PATCH 05/20] ARM: shmobile: ape6evm: "
` [PATCH 06/20] ARM: shmobile: kzm9g: "
` [PATCH 07/20] ARM: shmobile: lager: "
` [PATCH 08/20] ARM: shmobile: emev2: "
` [PATCH 09/20] ARM: shmobile: r8a73a4: "
` [PATCH 10/20] ARM: shmobile: r8a7790: "
` [PATCH 11/20] ARM: shmobile: sh73a0: "
` [PATCH 12/20] ARM: bcm281xx: "
` [PATCH 13/20] ARM: spear: "
` [PATCH 14/20] ARM: msm: "
` [PATCH 15/20] ARM: mvebu: "
` [PATCH 16/20] ARM: mxs: "
` [PATCH 17/20] ARM: sirf: "
` [PATCH 18/20] ARM: vexpress: "
` [PATCH 19/20] ARM: virt: "
` [PATCH 20/20] ARM: vt8500: "

[PATCH] ARM: avoid mis-detecting some V7 cores in the decompressor
 2013-05-15 19:38 UTC  (3+ messages)

[PATCHv2] arm: mm: Use phys_addr_t properly for ioremap functions
 2013-05-15 16:48 UTC  (3+ messages)

[PATCH V2 0/9] ufs patch siries
 2013-05-14 18:08 UTC  (11+ messages)
` [PATCH V2 1/9] scsi: ufs: add support for query requests
` [PATCH V2 2/9] Documentation: devicetree: Add DT bindings for UFS host controller
` [PATCH V2 3/9] scsi: ufs: Fix the response UPIU length setting
` [PATCH V2 4/9] scsi: ufs: wrap the i/o access operations
` [PATCH V2 5/9] scsi: ufs: amend interrupt configuration
` [PATCH V2 6/9] scsi: ufs: fix interrupt status clears
` [PATCH V2 7/9] scsi: ufs: rework link start-up process
` [PATCH V2 8/9] scsi: ufs: Add support for sending NOP OUT UPIU
` [PATCH V2 9/9] scsi: ufs: Set fDeviceInit flag to initiate device initialization

[PATCH 00/14] Cleanup irqchip_init calls
 2013-05-14 14:58 UTC  (28+ messages)
` [PATCH 01/14] ARM: sunxi: Remove init_irq declaration in machine description
` [PATCH 02/14] ARM: zynq: "
` [PATCH 03/14] ARM: nomadik: "
` [PATCH 04/14] ARM: picoxcell: "
` [PATCH 05/14] ARM: shmobile: "
` [PATCH 06/14] ARM: bcm281xx: "
` [PATCH 07/14] ARM: spear: "
` [PATCH 08/14] ARM: msm: "
` [PATCH 09/14] ARM: mvebu: "
` [PATCH 10/14] ARM: mxs: "
` [PATCH 11/14] ARM: sirf: "
` [PATCH 12/14] ARM: vexpress: "
` [PATCH 13/14] ARM: virt: "
` [PATCH 14/14] ARM: vt8500: "

[PATCH] arm: mm: Use phys_addr_t properly for ioremap functions
 2013-05-14 11:16 UTC  (3+ messages)

[PATCH] timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE
 2013-05-14  8:29 UTC 

[PATCH V1 0/8] ufs patch siries
 2013-05-14  8:01 UTC  (11+ messages)
` [PATCH V1 1/8] Documentation: devicetree: Add DT bindings for UFS host controller
` [PATCH V1 2/8] scsi: ufs: Fix the response UPIU length setting
` [PATCH V1 3/8] scsi: ufs: wrap the i/o access operations
` [PATCH V1 4/8] scsi: ufs: amend interrupt configuration
` [PATCH V1 5/8] scsi: ufs: fix interrupt status clears
` [PATCH V1 6/8] scsi: ufs: rework link start-up process
` [PATCH V1 7/8] scsi: ufs: Add support for sending NOP OUT UPIU
` [PATCH V1 8/8] scsi: ufs: Set fDeviceInit flag to initiate device initialization

[PATCH v1] mmc-utils: adding support for Android compilation
 2013-05-13 20:44 UTC  (2+ messages)

[PATCHv3 0/4] Memory mapped architected timers
 2013-05-13 19:56 UTC  (5+ messages)
  ` [PATCHv3 1/4] Documentation: Add memory mapped ARM architected timer binding
` [PATCHv3 2/4] clocksource: arch_timer: Pass clock event to set_mode callback
` [PATCHv3 3/4] clocksource: arch_timer: Push the read/write wrappers deeper
` [PATCHv3 4/4] clocksource: arch_timer: Add support for memory mapped timers

[PATCHv6 00/11] Remove ARM local timer API
 2013-05-13 19:26 UTC  (12+ messages)
` [PATCHv6 01/11] clockevents: Prefer CPU local devices over global devices
` [PATCHv6 02/11] clocksource: add generic dummy timer driver
` [PATCHv6 03/11] ARM: smp: Remove duplicate dummy timer implementation
` [PATCHv6 04/11] ARM: smp_twd: Divorce smp_twd from local timer API
` [PATCHv6 05/11] ARM: OMAP2+: Divorce "
` [PATCHv6 06/11] ARM: EXYNOS4: Divorce mct "
` [PATCHv6 07/11] ARM: PRIMA2: Divorce timer-marco "
` [PATCHv6 08/11] ARM: msm: Divorce msm_timer "
` [PATCHv6 09/11] clocksource: time-armada-370-xp: Fix sparse warning
` [PATCHv6 10/11] clocksource: time-armada-370-xp: Divorce from local timer API
` [PATCHv6 11/11] ARM: smp: Remove "

[PATCH/RESEND v6 3/3] block: Adding ROW scheduling algorithm
 2013-05-13 18:25 UTC  (2+ messages)

[PATCH] documentation: iommu: add description of ARM System MMU binding
 2013-05-13 10:04 UTC  (7+ messages)

[RFC/PATCH] mmc: core: fix HPI polling timeout
 2013-05-13  8:28 UTC 

[PATCH V1 0/8] ufs patch siries
 2013-05-13  6:29 UTC  (11+ messages)
` [PATCH V1 1/8] Documentation: devicetree: Add DT bindings for UFS host controller
` [PATCH V1 2/8] scsi: ufs: Fix the response UPIU length setting
` [PATCH V1 3/8] scsi: ufs: wrap the i/o access operations
` [PATCH V1 4/8] scsi: ufs: amend interrupt configuration
` [PATCH V1 5/8] scsi: ufs: fix interrupt status clears
` [PATCH V1 6/8] scsi: ufs: rework link start-up process
` [PATCH V1 7/8] scsi: ufs: Add support for sending NOP OUT UPIU
` [PATCH V1 8/8] scsi: ufs: Set fDeviceInit flag to initiate device initialization

[PATCH V1 0/8] ufs patch siries
 2013-05-12 14:22 UTC 

[PATCH v6 2/3] block: Add API for urgent request handling
 2013-05-12 10:34 UTC 

[PATCH v6 1/3] block: Add support for reinsert a dispatched req
 2013-05-12 10:33 UTC 

[PATCH v6 0/3] block: Adding ROW scheduling algorithm
 2013-05-12 10:33 UTC 

[PATCH 1/1] timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE
 2013-05-10 13:38 UTC 

[PATCH 1/2] Documentation: devicetree: Add DT bindings for UFS host controller
 2013-05-10  4:48 UTC  (2+ messages)
` [PATCH 2/2] scsi: ufs: Fix the response UPIU length setting

[PATCH V4] scsi: ufs: Set fDeviceInit flag to initiate device initialization
 2013-05-09 10:06 UTC 

[PATCH V5 1/1] scsi: ufs: Add support for sending NOP OUT UPIU
 2013-05-09  7:01 UTC 

[PATCH V2] scsi: ufs: Add fDeviceInit set flag during initialization
 2013-05-09  6:38 UTC  (3+ messages)

[PATCH V4 1/1] scsi: ufs: Add support for sending NOP OUT UPIU
 2013-05-08 15:29 UTC  (2+ messages)

dringender Vorschlag
 2013-05-08  8:46 UTC 

[PATCH V3 1/1] scsi: ufs: Add support for sending NOP OUT UPIU
 2013-05-07 15:53 UTC  (3+ messages)

[PATCH] proc: Use PDE attribute setting accessor functions
 2013-05-07 15:31 UTC  (3+ messages)

[PATCH 1/1] scsi: ufs: Set fDeviceInit flag to initiate device initialization
 2013-05-06 18:17 UTC  (2+ messages)

[PATCH V2 1/1] scsi: ufs: Add support for sending NOP OUT UPIU
 2013-05-06 10:43 UTC  (2+ messages)

[PATCH V5] scsi: ufs: add support for query requests
 2013-05-05 10:19 UTC 

[PATCH v4] mmc: card: Adding support for sanitize in eMMC 4.5
 2013-05-05  6:00 UTC  (4+ messages)

[RFC] scsi: ufs: Rework UFS host driver implementation
 2013-05-03 14:04 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox