public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-08-20 09:54:14 to 2007-09-12 06:01:44 UTC [more...]

[PATCH 0/3] omap2 clock: create clock24xx.[ch] in preparation for 3430 clock code
 2007-09-12  6:01 UTC  (4+ messages)
` [PATCH 1/3] omap2 clock: move SDRC autorefresh counter defines into sdrc.h
` [PATCH 2/3] omap2 clock: move 24xx clock definitions from clock.h into clock24xx.h
` [PATCH 3/3] omap2 clock: move 24xx-specific clock code from clock.c into clock24xx.c

USB WiFi issue: EndPoint Stall Error during firmware upload
 2007-09-12  4:57 UTC 

[PATCH v2] Move the definition of pr_err() into kernel.h
 2007-09-11 19:56 UTC  (4+ messages)

[PATCH] Move the definition of pr_err() into kernel.h
 2007-09-11 15:41 UTC  (2+ messages)

[PATCH 1/1] Export v4l2_int_device_{, un}register
 2007-09-11 12:46 UTC 

[PATCH] [MTD] [OneNAND] Use mtd_oob_ops at oob functions
 2007-09-07 15:15 UTC  (4+ messages)

Some musb Blackfin porting issues
 2007-09-06 18:44 UTC  (3+ messages)

[PATCH] OMAP: Add OmniVision ov9640 sensor driver with new v4l2 interface
 2007-09-06 12:41 UTC 

[PATCH] OMAP: Update ov9640 ifparm for H4 board
 2007-09-06 12:36 UTC 

USB WiFi not working on 2.6.23-rc3 Davinci - reset configuration failing - timeout
 2007-09-05 13:37 UTC 

USB keyboard doesn´t work
 2007-09-04 20:55 UTC 

[01/17 PATCH] MMC: OMAP: Introduces new structures for MMC multislot support
 2007-09-04 14:59 UTC  (9+ messages)

Adding 1MB of external memory
 2007-09-03 14:33 UTC 

[PATCH 1/1] [OMAP MMU FW] Translate printk to dev_*
 2007-09-03  5:20 UTC  (2+ messages)

[PATCH 1/2] ov9640: Add OmniVision ov9640 driver - new interface
 2007-09-02  9:59 UTC  (11+ messages)
      ` OSK5912 Boot from CF?

Pending August patches
 2007-09-01  5:17 UTC 

MUSB: unreliable OTG detection in host mode
 2007-09-01  4:55 UTC  (5+ messages)

[PATCH] ARM: OMAP: musb_vbus_store(): dont exit with spinlock held
 2007-09-01  2:15 UTC  (2+ messages)

[PATCH] ARM: OMAP: MUSB: DMA interrupt locking fix
 2007-09-01  2:15 UTC  (2+ messages)

Latest 2.6.14 source for 2430 Uploaded to linux.omap.com
 2007-08-31 22:38 UTC 

[PATCH] Fix scheduling while atomic bug in tsc210x
 2007-08-31 20:57 UTC  (2+ messages)

[PATCH] OMAP: Update OMAP1 camera core with video_ioctl2 interface
 2007-08-31 20:55 UTC  (2+ messages)

[PATCH 2/2] ov9640: Add H4 board entries for platform data
 2007-08-31 20:28 UTC  (3+ messages)

[PATCH 0/2] Updated OMAP 2 camera driver and N800 platform camera patches
 2007-08-31 20:27 UTC  (7+ messages)
` [PATCH 1/2] ARM: OMAP2: Camera: Add driver
  ` [PATCH 2/2] ARM: N800: Add hardware dependent parts for camera / sensor

[PATCH 0/2] MUSB: tracking down locking bugs
 2007-08-31 20:10 UTC  (13+ messages)
` [PATCH 1/2] ARM: OMAP: MUSB: dont exit with spinlock held
` [PATCH 2/2] ARM: OMAP: MUSB: BUG on potential deadlocks

[PATCH] To fix OMAP3430 Compilation error
 2007-08-31 18:29 UTC  (2+ messages)

[PATCH] To fix HS I2C driver for OMAP2430
 2007-08-31 18:27 UTC  (2+ messages)

[PATCH 00/27] omap2 clock: resend: framework generalization, cleanup
 2007-08-31 18:24 UTC  (29+ messages)
` [PATCH 01/27] omap2 clock: dsp_ick parent is dsp_fck, not core_ck
` [PATCH 02/27] omap2 clock: generalize initial clock rate setup: recalculate_root_clocks()
` [PATCH 03/27] omap2 clock: mark onchip_clksas __initdata
` [PATCH 04/27] omap2 clock: remove superfluous omap2_propagate_rate()
` [PATCH 05/27] omap2 clock: rename, add comment to omap2_mpu_recalc()
` [PATCH 06/27] omap2 clock: add clksel and clksel_rate data
` [PATCH 07/27] omap2 clock: init clksel clock parents to hardware reality at clock init
` [PATCH 08/27] omap2 clock: convert omap2_clksel_to_divisor and omap2_divisor_to_clksel to use new clksel struct
` [PATCH 09/27] omap2 clock: convert omap2_clksel_round_rate "
` [PATCH 10/27] omap2 clock: convert omap2_get_clksel "
` [PATCH 11/27] omap2 clock: convert omap2_clksel_get_src_field() "
` [PATCH 12/27] omap2 clock: stop using clk->src_offset in omap2_clk_set_rate()
` [PATCH 13/27] omap2 clock: stop using clk->src_offset in omap2_clk_set_parent()
` [PATCH 14/27] omap2 clock: clean out old code from omap2_clksel_recalc()
` [PATCH 15/27] omap2 clock: convert remaining clksel clocks to use omap2_clksel_recalc
` [PATCH 16/27] omap2 clock: remove all {src, rate}_offset fields from struct clk
` [PATCH 17/27] omap2 clock: use the struct clk round_rate field for clksel rate rounding code
` [PATCH 18/27] omap2 clock: separate clksel set_rate code into its own function
` [PATCH 19/27] omap2 clock: drop RATE_CKCTL from all OMAP2 clocks
` [PATCH 20/27] omap2 clock: remove *_SEL* clock flags
` [PATCH 21/27] omap2 clock: call clock-specific enable/disable functions if present
` [PATCH 22/27] omap2 clock: use custom osc_ck enable/disable routines
` [PATCH 23/27] omap2 clock: use standard clk->enable/disable for APLLs
` [PATCH 24/27] omap2 clock: replace omap2_get_crystal_rate() with clock-specific recalc code
` [PATCH 25/27] omap2 clock: Standardize DPLL rate recalculation with struct dpll_data
` [PATCH 26/27] omap2 clock: generalize clock enable upon framework initialization
` [PATCH 27/27] omap2 clock: add three missing clocks: gpmc_fck, sdma_{i, f}ck

wake up from a serial port
 2007-08-31 17:40 UTC  (6+ messages)

[PATCH] To fix OMAP3430 boot for new mach-types
 2007-08-31 17:20 UTC  (2+ messages)

[PATCH] Updated ARM mach-types
 2007-08-31 17:19 UTC  (2+ messages)

[PATCH] ARM: OMAP: Fix sleep under spinlock for cpufreq
 2007-08-31 17:14 UTC  (2+ messages)

[PATCH] ARM: OMAP: fix OneNAND support for OMAP2
 2007-08-31 17:12 UTC 

[PATCH] Keymap fix for f-sample and p2-sample
 2007-08-31 17:10 UTC  (2+ messages)

[PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c
 2007-08-31 17:01 UTC  (4+ messages)
` [PATCH 2/2] MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c

[patch 2.6.23-rc3-omap-git 3/3] musb_hdrc, CamelCase begone (rest of CPPI)
 2007-08-31 16:49 UTC 

[07/17 PATCH] MMC: OMAP: Abort stuck commands
 2007-08-31 15:44 UTC  (3+ messages)

[PATCH 00/28] omap2 clock: framework generalization, cleanup
 2007-08-30 22:21 UTC  (19+ messages)
` [PATCH 07/28] omap2 clock: init clksel clock parents to hardware reality at clock init
  ` [PATCH 07/28] omap2 clock: init clksel clock parents to hardwarereality "
` [PATCH 27/28] omap2 clock: add three missing clocks: gpmc_fck, sdma_{i, f}ck
` [PATCH 28/28] omap2 clock: handle (almost) all clock autoidling via the clock framework
  ` [PATCH 28/28] omap2 clock: handle (almost) all clock autoidling viathe "
    ` [PATCH 28/28] omap2 clock: handle (almost) all clock autoidlingviathe "
      ` [PATCH 28/28] omap2 clock: handle (almost) all clockautoidling viathe "

How to port the musb to a new processor?
 2007-08-30  9:52 UTC  (3+ messages)

USB Function Driver code for OMAP 2430 SDP
 2007-08-27 21:28 UTC 

USB Function Driver code for OMAP 2430 SDP
 2007-08-27 20:25 UTC  (2+ messages)

[PATCH 2/3] OMAP: Adding Support for 2K nand page support for omap2430
 2007-08-27 16:34 UTC  (3+ messages)

[patch 2.6.23-rc3-omap-git 2/2] musb_hdrc cleanup -- cppi and sparse
 2007-08-27 14:03 UTC  (2+ messages)

[patch 2.6.23-rc3-omap-git 1/2] musb_hdrc cleanup -- comments, dates
 2007-08-27 14:03 UTC  (2+ messages)

[RFC] onenand detect logic
 2007-08-27  7:30 UTC  (2+ messages)

merging camera_core and omap16xxcam files
 2007-08-26  6:04 UTC 

musb problems in git
 2007-08-25 21:45 UTC  (2+ messages)

USB Function Driver code for OMAP 2430 SDP
 2007-08-24 20:58 UTC 

CSST's load to ram feature
 2007-08-24 20:08 UTC  (4+ messages)

musb_hdrc: Fix OPT A error "B-OPT Did not detect reset after connecting"
 2007-08-24 13:49 UTC 

Cannot stall an endpoint 0 control transfer from a data stage cal lback function
 2007-08-24 12:09 UTC  (3+ messages)

[PATCH] ARM: OMAP: Correct use of CONTROL_ regs for OMAP2
 2007-08-24 12:08 UTC  (2+ messages)

[PATCH] MUSB: Coding style cleanup, kill all CPP style comments
 2007-08-24 12:07 UTC  (3+ messages)

Git tree broken for fsample
 2007-08-24  5:07 UTC  (2+ messages)

Omap2430 Rom boot loader NAND EEC scheme?
 2007-08-24  0:41 UTC  (2+ messages)

merging camera_core and omap16xxcam files
 2007-08-23 11:57 UTC 

Validity of USB code on public folder
 2007-08-22 19:00 UTC 

N800 UNOFFICIAL USB HOST MODE PATCHES support
 2007-08-22 16:05 UTC  (4+ messages)

[PATCH] ARM: OMAP: OMAP2 McSPI code cleanup
 2007-08-22  7:10 UTC  (3+ messages)

[PATCH] ARM: OMAP: Enable TSC2101 on apollon
 2007-08-22  7:07 UTC  (2+ messages)

[PATCH] musb_hdrc: Fix musb_hnp_stop() to return to device mode
 2007-08-22  6:22 UTC  (6+ messages)
` How do we update mach-types on OMAPGIT?

[PATCH] ARM: OMAP: Fix warning in plat_uds.c
 2007-08-21  7:24 UTC  (7+ messages)

[PATCH 0/9] musb_hdrc: Unify naming and rename common files
 2007-08-21  7:23 UTC  (2+ messages)

Camera dma queries
 2007-08-20 15:21 UTC 


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