linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-11 10:17:21 to 2012-10-07 13:30:48 UTC [more...]

[PATCH] ARM: sort select statements alphanumerically
 2012-10-07 13:30 UTC  (3+ messages)

[PATCH v2] mmc: core: Add support for idle time BKOPS
 2012-10-04 22:28 UTC 

[PATCH 2/3] clk: Fix documentation typos
 2012-10-04  6:38 UTC 

[PATCH] mmc: fix async request mechanism for sequential read scenarios
 2012-10-02 15:39 UTC  (2+ messages)

[PATCH] mmc: fix async request mechanism for sequential read scenarios
 2012-10-02 15:36 UTC 

[PATCH 00/10] Convert MSM to common clock framework
 2012-09-26 18:57 UTC  (29+ messages)
` [PATCH 01/10] usb: otg: msm: Convert to clk_prepare/unprepare
` [PATCH 02/10] msm_sdcc: "
` [PATCH 03/10] msm: iommu: "
` [PATCH 04/10] msm: iommu: Use clk_set_rate() instead of clk_set_min_rate()
` [PATCH 05/10] ARM: msm: Remove custom clk_set_flags() API
` [PATCH 06/10] ARM: msm: Remove custom clk_set_{max,min}_rate() API
` [PATCH 07/10] ARM: msm: Remove clock-7x30.h include file
` [PATCH 08/10] ARM: msm: Prepare clk_get() users in mach-msm for clock-pcom driver
` [PATCH 09/10] ARM: msm: Make proc_comm clock control into a platform driver
` [PATCH 10/10] ARM: msm: Migrate to common clock framework

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

[PATCH] msm: clock: fix return value check in msm_clock_init()
 2012-09-21 18:44 UTC  (2+ messages)

[RFC/PATCH 0/2] ROW scheduling Algorithm
 2012-09-21  4:58 UTC  (10+ messages)
` [RFC/PATCH 2/2] block: Adding ROW scheduling algorithm

[RFC/PATCH 0/2] Handling urgent and new request notifications
 2012-09-20  6:02 UTC 

[RFC/PATCH 2/2] mmc: new packet notification
 2012-09-20  6:02 UTC 

[RFC/PATCH 1/2] mmc: Urgent data request flow
 2012-09-20  6:02 UTC 

[PATCH v1] mmc: core: Add support for idle time BKOPs
 2012-09-19 20:17 UTC 

[PATCH] ARM: msm: Silence warning when CONFIG_MMC=n
 2012-09-17 19:13 UTC 

[RFC][PATCH] fs/buffer.c: Revoke LRU when trying to drop buffers
 2012-09-17 17:57 UTC  (3+ messages)

[GIT PULL 0/5] MSM changes for 3.7 merge window
 2012-09-17  1:06 UTC  (7+ messages)
` [GIT PULL 2/5] msm non-critical fixes
` [GIT PULL 3/5] msm devicetree changes
` [GIT PULL 4/5] msm board changes
` [GIT PULL 5/5] msm all changes
` [GIT PULL 1/5] msm cleanups (resend)

[PATCH 01/24] ARM: msm: Remove msm_hw_reset_hook
 2012-09-17  0:38 UTC  (29+ messages)
  ` [GIT PULL] msm-core changes for v3.7
` [PATCH 02/24] ARM: msm: clock-pcom: Mark functions static
` [PATCH 03/24] ARM: msm: Remove unused idle.c
` [PATCH 04/24] ARM: msm: Fix early debug uart mapping on some memory configs
` [PATCH 05/24] ARM: msm: io: Remove 7x30 iomap region from 7x00
` [PATCH 06/24] ARM: msm: io: Change the default static iomappings to be shared
` [PATCH 07/24] ARM: msm: Add handle_irq handler for 8660 DT machine
` [PATCH 08/24] ARM: msm: Add msm8660-surf.dts to Makefile.boot
` [PATCH 09/24] ARM: msm: Remove call to missing FPGA init on 8660
` [PATCH 10/24] ARM: msm: Fix sparse warnings due to incorrect type
` [PATCH 11/24] ARM: msm: Don't touch GIC registers outside of GIC code
` [PATCH 12/24] ARM: msm: Allow timer.c to compile on multiple targets
` [PATCH 13/24] ARM: msm: Add DT support to msm_timer
` [PATCH 14/24] ARM: msm: Move 8660 to DT timer
` [PATCH 15/24] ARM: msm: Make 8660 a DT only target
` [PATCH 16/24] ARM: msm: Rename board-msm8x60 to signify its DT only status
` [PATCH 17/24] ARM: msm: Move io mapping prototypes to common.h
` [PATCH 18/24] ARM: msm: Add DT support for 8960
` [PATCH 19/24] ARM: msm: Remove non-DT targets from 8960
` [PATCH 20/24] ARM: msm: dma: use list_move_tail instead of list_del/list_add_tail
` [PATCH 21/24] ARM: msm: Remove unused acpuclock-arm11
` [PATCH 22/24] ARM: msm: Remove uncompiled board-msm7x27
` [PATCH 23/24] ARM: msm: Allow msm_iomap-8x60 and msm_iomap-8960 to coexist
` [PATCH 24/24] ARM: msm: Allow 8960 and 8660 to compile together

[RFC/PATCH 0/2] row: Adding support for urgent requests handling
 2012-09-16  9:12 UTC  (3+ messages)
` [RFC/PATCH 1/2] row: Adding support for reinsert already dispatched req
` [RFC/PATCH 2/2] row: Add support for urgent request handling

[RFC/PATCH 0/2] Adding support for urgent requests handling
 2012-09-16  9:06 UTC  (3+ messages)
` [RFC/PATCH 1/2] block: Add support for reinsert a dispatched req
` [RFC/PATCH 2/2] block: Add API for urgent request handling

[RFC/PATCH/RESEND 0/2] ROW scheduling Algorithm
 2012-09-16  9:00 UTC  (3+ messages)
` [RFC/PATCH/RESEND 1/2] block: Expose kblock_schedule_delayed_work()
` [RFC/PATCH/RESEND 2/2] block: Adding ROW scheduling algorithm

[PATCH v2 1/2] ARM: arch timer: Set the TVAL before timer is enabled
 2012-09-14 22:29 UTC  (2+ messages)
` [PATCH v2 2/2] ARM: local timers: add timer support using IO mapped register

[PATCH 1/2] ARM: SoC: convert MSM SMP to SoC descriptor
 2012-09-14  7:57 UTC  (5+ messages)
  ` [PATCH 2/2] ARM: msm: Move core.h contents into common.h

[GIT PULL 1/5] msm cleanups
 2012-09-13 18:55 UTC 

[PATCH 0/9] Move closer to single 8660/8960 zImage
 2012-09-12 16:23 UTC  (17+ messages)
` [PATCH 1/9] ARM: msm: Don't touch GIC registers outside of GIC code
` [PATCH 2/9] ARM: msm: Allow timer.c to compile on multiple targets
` [PATCH 3/9] ARM: msm: Add DT support to msm_timer
` [PATCH 4/9] ARM: msm: Move 8660 to DT timer
` [PATCH 5/9] ARM: msm: Make 8660 a DT only target
` [PATCH 6/9] ARM: msm: Rename board-msm8x60 to signify its DT only status
` [PATCH 7/9] ARM: msm: Move io mapping prototypes to common.h
` [PATCH 8/9] ARM: msm: Add DT support for 8960
` [PATCH 9/9] ARM: msm: Remove non-DT targets from 8960
` [PATCH 10/9] ARM: msm: Allow msm_iomap-8x60 and msm_iomap-8960 to coexist
` [PATCH 11/9] ARM: msm: Allow 8960 and 8660 to compile together

[PATCH 00/16] ARM: big platform data header rename
 2012-09-11 21:07 UTC  (3+ messages)
    ` [PATCH 05/16] ARM: msm: move platform_data definitions

Adding 'msm' tree to linux-next
 2012-09-09 23:58 UTC  (2+ messages)

[PATCH v8 0/2] *** adding and exposing SANITIZE capability to the user space via a unique IOCTL ***
 2012-09-09 12:12 UTC  (4+ messages)
` [PATCH v8 1/2] block: ioctl support for sanitize in eMMC 4.5

[PATCH] msm_serial: fix clock rate on DMA-based uarts
 2012-09-07 21:45 UTC 

[PATCH RESEND 2/2] msm: io: Change the default static iomappings to be shared
 2012-09-07 20:05 UTC  (5+ messages)
  ` [PATCHv2 "
      ` [PATCHv3 "

[PATCH] EHCI: Update qTD next pointer in QH overlay region during unlink
 2012-09-07 16:16 UTC  (4+ messages)

[PATCH] ARM: msm: Remove uncompiled board-msm7x27
 2012-09-07  2:50 UTC 

[PATCH] ARM: msm: Remove unused acpuclock-arm11
 2012-09-07  2:48 UTC 

[PATCH v2 1/1] mmc: block: Add write packing control
 2012-09-06  5:17 UTC  (7+ messages)

[PATCHv2] ARM: msm: Implement read_current_timer for msm timers
 2012-09-05  8:42 UTC  (4+ messages)

[PATCH] [ARM] msm: dma: use list_move_tail instead of list_del/list_add_tail
 2012-09-05  6:53 UTC 

[PATCH] ARM: msm: Fix sparse warnings due to incorrect type
 2012-09-04 20:17 UTC 

[RFC/PATCH] mmc: core: Add support for idle time BKOPs
 2012-09-04  5:42 UTC  (3+ messages)

CMA page migration failure due to buffers on bh_lru
 2012-08-31 20:46 UTC  (2+ messages)

[PATCH] ARM: Make sure dtc is built before running it
 2012-08-30 19:47 UTC  (2+ messages)

[GIT PULL] msm fixes for v3.6
 2012-08-28 20:45 UTC  (2+ messages)

[PATCH 5/5] drivers/video/msm/mddi_client_nt35399.c: use devm_ functions
 2012-08-28  8:42 UTC  (5+ messages)
` [PATCH 4/5] drivers/video/msm/mddi_client_dummy.c: "

[PATCH] drivers/video/msm/mddi_client_dummy.c: use devm_kzalloc function
 2012-08-28  8:39 UTC 

[PATCH v5 1/3] block: Add test-iosched scheduler
 2012-08-28  6:36 UTC  (5+ messages)

[PATCH] ARM: MSM: Implement read_current_timer for msm timers
 2012-08-27 23:59 UTC  (2+ messages)

[PATCH] ARM: MSM: Fix early debug uart mapping on some memory configs
 2012-08-27 23:35 UTC 

[PATCH 2/2] ARM: local timers: add timer support using IO mapped register
 2012-08-27 18:40 UTC  (5+ messages)

[PATCH 0/2] 8660 DT fixlets
 2012-08-22 23:00 UTC  (3+ messages)
` [PATCH 1/2] ARM: MSM: Add handle_irq handler for 8660 DT machine
` [PATCH 2/2] ARM: MSM: Add msm8660-surf.dts to Makefile.boot

[PATCH 0/3] Miscellaneous MSM fixes
 2012-08-22 22:55 UTC  (4+ messages)
` [PATCH 1/3] ARM: MSM: Remove msm_hw_reset_hook
` [PATCH 2/3] ARM: MSM: clock-pcom: Mark functions static
` [PATCH 3/3] ARM: MSM: Remove unused idle.c

ioremap() fail on physical address 0x0 in 3.4 kernel
 2012-08-22 13:19 UTC  (8+ messages)

Onenand support in msm7227
 2012-08-17 15:29 UTC  (8+ messages)
              ` Fwd: "

[PATCH 1/2] ARM: local timers: Unmask interrupt before new TVAL is set
 2012-08-14 18:49 UTC  (3+ messages)

[PATCH v3 2/2] DMAEngine: Add DMAEngine driver based on old MSM DMA APIs
 2012-08-14 11:00 UTC  (5+ messages)


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