public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-01-14 00:03:26 to 2011-01-17 20:31:48 UTC [more...]

Open issues after 2.6.38 merge window
 2011-01-17 20:31 UTC  (22+ messages)

[PATCH 00/14] Fix issues with ARMv6+v6k+v7 kernels
 2011-01-17 19:25 UTC  (15+ messages)
` [PATCH 01/14] ARM: bitops: ensure set/clear/change bitops take a word-aligned pointer
` [PATCH 02/14] ARM: bitops: switch set/clear/change bitops to use ldrex/strex
` [PATCH 03/14] ARM: v6k: remove CPU_32v6K dependencies in asm/spinlock.h
` [PATCH 04/14] ARM: v6k: introduce CPU_V6K option
` [PATCH 05/14] ARM: v6k: Realview EB 11MPCore and PB11MPCore use V6K architecture CPUs
` [PATCH 06/14] ARM: v6k: Dove platforms "
` [PATCH 07/14] ARM: v6k: select clear exclusive code seqences according to V6 variants
` [PATCH 08/14] ARM: v6k: select cmpxchg code sequences "
` [PATCH 09/14] ARM: v6k: select generic atomic64 code "
` [PATCH 10/14] ARM: v6k: select TLS register "
` [PATCH 11/14] ARM: v6k: use CPU domain feature if we include support for arch < ARMv6K
` [PATCH 12/14] ARM: v6k: do not disable CPU_32v6K based on platform selection
` [PATCH 13/14] ARM: v6k: allow swp emulation again when ARMv7 is enabled
` [PATCH 14/14] ARM: v6k: only allow SMP if we have v6k or v7 CPU

Passing mem=1G to kernel on Panda, system is unstable
 2011-01-17 18:41 UTC  (18+ messages)

State of LDP3430 platform
 2011-01-17 17:44 UTC  (18+ messages)

[PATCHv2 0/2] misc Devkit8000 fixes
 2011-01-17 16:47 UTC  (5+ messages)
` [PATCHv2 1/2] OMAP3: Devkit8000: Change lcd power pin
` [PATCHv2 2/2] omap3: devkit8000: fix tps65930 pullup/pulldown configuration

[PATCH] omap: wd_timer: Fix crash frm wdt_probe when !CONFIG_RUNTIME_PM
 2011-01-17 16:38 UTC  (3+ messages)

[PATCH v3 4/6] OMAP4: hwmod data: Add McSPI
 2011-01-17 16:29 UTC  (2+ messages)

[PATCH v4] ARM: Thumb-2: Symbol manipulation macros for function body copying
 2011-01-17 16:01 UTC  (6+ messages)

[PATCH v3 0/6] OMAP: McSPI: Hwmod adaptation + runtime conversion
 2011-01-17 16:00 UTC  (3+ messages)

[PATCH] OMAP: use fncpy to copy the PM code functions to SRAM
 2011-01-17 15:46 UTC  (7+ messages)

[PATCH v3 6/6] OMAP: runtime: McSPI driver runtime conversion
 2011-01-17 14:23 UTC 

[PATCH v3 5/6] OMAP: devices: Modify McSPI device to adapt to hwmod framework
 2011-01-17 14:23 UTC 

[PATCH v3 3/6] OMAP3: hwmod data: Add McSPI
 2011-01-17 14:23 UTC 

[PATCH v3 2/6] OMAP2430: hwmod data: Add McSPI
 2011-01-17 14:23 UTC 

[PATCH v3 1/6] OMAP2420: hwmod data: Add McSPI
 2011-01-17 14:23 UTC 

[PATCH] Remove CPU_32v6K dependencies in asm/spinlock.h
 2011-01-17 13:01 UTC  (8+ messages)

[PATCH] arm: mach-omap2: potential NULL dereference
 2011-01-17 12:30 UTC  (3+ messages)

Business proposal,
 2011-01-17 12:08 UTC 

[RFC+CFT] Use word operations in bitops
 2011-01-17 11:03 UTC  (6+ messages)

[PATCH] arm: mach-omap2: potential NULL dereference
 2011-01-17 10:08 UTC 

State of SDP4430 platform
 2011-01-17 10:07 UTC  (4+ messages)

4430SDP boot failure
 2011-01-17  8:35 UTC  (22+ messages)
          ` [PATCH] omap4: Fix ULPI PHY init for ES1.0 SDP (Re: 4430SDP boot failure)

[PATCH 0/7] OMAP compile warning fix
 2011-01-17  8:18 UTC  (10+ messages)
` [PATCH 1/7] arm: omap: i2c: fix compile warning
` [PATCH 2/7] arm: omap1: "
` [PATCH 3/7] arm: omap1: fix compile warnings
` [PATCH 4/7] arm: omap1: fix a bunch of section mismatches
` [PATCH 5/7] arm: omap2: mux: fix compile warning
` [PATCH 6/7] arm: omap2: irq: fix compile warning:
` [PATCH 7/7] arm: omap2: clksel: fix compile warning

[PATCH 2/2] arm: omap: remove duplicated headers
 2011-01-16 18:00 UTC  (2+ messages)

[PATCH v7 00/18] OMAP2,3: hwmod DSS Adaptation
 2011-01-16 16:41 UTC  (19+ messages)
` [PATCH v7 01/18] OMAP2,3: DSS2: remove forced clk-disable from omap_dss_remove
` [PATCH v7 02/18] OMAP2420: hwmod data: add DSS DISPC RFBI VENC
` [PATCH v7 03/18] OMAP2430: "
` [PATCH v7 04/18] OMAP3: hwmod data: add DSS DISPC RFBI DSI VENC
` [PATCH v7 05/18] OMAP2,3 DSS2 Change driver name to omap_display
` [PATCH v7 06/18] OMAP2,3 DSS2 Use Regulator init with driver name
` [PATCH v7 07/18] OMAP2,3: DSS2: Create new file display.c for central dss driver registration
` [PATCH v7 08/18] OMAP2,3: DSS2: board files: replace platform_device_register with omap_display_init()
` [PATCH v7 09/18] OMAP2,3: DSS2: Build omap_device for each DSS HWIP
` [PATCH v7 10/18] OMAP2,3: DSS2: DSS: create platform_driver, move init,exit to driver
` [PATCH v7 11/18] OMAP2,3: DSS2: Move clocks from core driver to dss driver
` [PATCH v7 12/18] OMAP2,3: DSS2: RFBI: create platform_driver, move init,exit to driver
` [PATCH v7 13/18] OMAP2,3: DSS2: DISPC: "
` [PATCH v7 14/18] OMAP2,3: DSS2: VENC: "
` [PATCH v7 15/18] OMAP2,3: DSS2: DSI: "
` [PATCH v7 16/18] OMAP2,3: DSS2: replace printk with dev_dbg in init
` [PATCH v7 17/18] OMAP2,3: DSS2: Use platform device to get baseaddr
` [PATCH v7 18/18] OMAP2,3: DSS2: Get DSS IRQ from platform device

[OFF TOPIC] Off on business travel for next two weeks
 2011-01-16 10:42 UTC  (3+ messages)

[PATCH] adding gpmc configuration functions, west bridge related
 2011-01-14 20:01 UTC  (2+ messages)

[GIT PULL] omap-fixes and minor board updates
 2011-01-14 19:39 UTC 

[PATCH v6 00/18] OMAP2,3: hwmod DSS Adaptation
 2011-01-14 18:51 UTC  (19+ messages)
` [PATCH v6 01/18] OMAP2,3: DSS2: remove forced clk-disable from omap_dss_remove
` [PATCH v6 02/18] OMAP2420: hwmod data: add DSS DISPC RFBI VENC
` [PATCH v6 03/18] OMAP2430: "
` [PATCH v6 04/18] OMAP3: hwmod data: add DSS DISPC RFBI DSI VENC
` [PATCH v6 05/18] OMAP2,3 DSS2 Change driver name to omap_display
` [PATCH v6 06/18] OMAP2,3 DSS2 Use Regulator init with driver name
` [PATCH v6 07/18] OMAP2,3: DSS2: Create new file display.c for central dss driver registration
` [PATCH v6 08/18] OMAP2,3: DSS2: board files: replace platform_device_register with omap_display_init()
` [PATCH v6 09/18] OMAP2,3: DSS2: Build omap_device for each DSS HWIP
` [PATCH v6 10/18] OMAP2,3: DSS2: DSS: create platform_driver, move init,exit to driver
` [PATCH v6 11/18] OMAP2,3: DSS2: Move clocks from core driver to dss driver
` [PATCH v6 12/18] OMAP2,3: DSS2: RFBI: create platform_driver, move init,exit to driver
` [PATCH v6 13/18] OMAP2,3: DSS2: DISPC: "
` [PATCH v6 14/18] OMAP2,3: DSS2: VENC: "
` [PATCH v6 15/18] OMAP2,3: DSS2: DSI: "
` [PATCH v6 16/18] OMAP2,3: DSS2: replace printk with dev_dbg in init
` [PATCH v6 17/18] OMAP2,3: DSS2: Use platform device to get baseaddr
` [PATCH v6 18/18] OMAP2,3: DSS2: Get DSS IRQ from platform device

[PATCH] TWD: enable one-shot mode
 2011-01-14 18:45 UTC  (4+ messages)

OMAP4 ES2.0 Unhandled fault: imprecise external abort
 2011-01-14 18:01 UTC  (12+ messages)

[PATCH v2 0/1] ARM: Thumb-2: Symbol manipulation macros for function body copying
 2011-01-14 17:59 UTC  (7+ messages)
` [PATCH 1/1 v2] "

[PATCH v3 0/1] ARM: Thumb-2: Symbol manipulation macros for function body copying
 2011-01-14 14:53 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH 0/3] omap3: devkit8000: misc fixes
 2011-01-14 11:49 UTC  (6+ messages)
` [PATCH 2/3] omap3: devkit8000: fix tps65930 pullup/pulldown configuration
` [PATCH 3/3] omap3: devkit8000: Use generic gpio for second lcd enable

[PATCH 0/5] Clockdomain split series
 2011-01-14  6:20 UTC  (6+ messages)
` [PATCH 1/5] OMAP: clockdomain: Infrastructure to put arch specific code
  ` [PATCH 2/5] OMAP: clockdomain: Arch specific funcs to handle deps

[PATCHv2] staging: tidspbridge: configure full L1 MMU range
 2011-01-14  1:39 UTC  (2+ messages)


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