public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-12-16 20:24:56 to 2009-01-05 03:23:01 UTC [more...]

[PATCH v2 00/23] OMAP clock: bug fixes, cleanup, optimization
 2009-01-05  2:35 UTC  (23+ messages)
` [PATCH v2 01/23] OMAP2/3 clock: use standard set_rate fn in omap2_clk_arch_init()
` [PATCH v2 02/23] OMAP clock: move rate recalc, propagation code up to plat-omap/clock.c
` [PATCH v2 03/23] OMAP2/3 clock: drop recalc function pointers from fixed rate clocks
` [PATCH v2 04/23] OMAP clock: support "dry run" rate and parent changes
` [PATCH v2 05/23] OMAP clock: track child clocks
` [PATCH v2 06/23] OMAP clock: drop the RATE_PROPAGATES flag
` [PATCH v2 07/23] OMAP clock: drop RATE_FIXED
` [PATCH v2 09/23] OMAP2 clock: drop CONFIG_PARTICIPANT clock flag
` [PATCH v2 08/23] OMAP clock: remove VIRTUAL_CLOCK
` [PATCH v2 10/23] OMAP2/3 clock: remove clk->owner
` [PATCH v2 12/23] OMAP2/3 clock: don't use a barrier after clk_disable()
` [PATCH v2 11/23] OMAP clock: rearrange clock.h structure order
` [PATCH v2 13/23] OMAP2xxx clock: consolidate DELAYED_APP clock commits; fix barrier
` [PATCH v2 14/23] OMAP2/3 clock: convert remaining MPU barriers into OCP barriers
` [PATCH v2 16/23] OMAP clock: add OMAP chip family-specific clk_register() option
` [PATCH v2 15/23] OMAP clock: drop clk_get_usecount()
` [PATCH v2 17/23] OMAP2/3 clock: every clock must have a clkdm
` [PATCH v2 18/23] OMAP2/3 clock: omap2_clk_enable(): refactor usecount check
` [PATCH v2 19/23] OMAP2/3 clock: omap2_clk_enable(): fix bugs in clockdomain handling
` [PATCH v2 20/23] OMAP2/3 clock: omap2_clk_enable(): fix usecount decrement bug
` [PATCH v2 21/23] OMAP2/3 clock: omap2_clk_enable(): fix logic
` [PATCH v2 22/23] OMAP2/3 clock: don't tinker with hardirqs when they are supposed to be disabled

omap mmc: remove duplicated #include's
 2009-01-04  3:13 UTC 

Communication protocol through PCI between host and target
 2009-01-03 10:08 UTC  (2+ messages)

[PATCH] Add TI TSC2005 Touchscreen driver
 2009-01-03  4:38 UTC  (5+ messages)

[PATCH] OMAP2: gptimer min_delta_ns corrected
 2009-01-02 17:28 UTC  (2+ messages)

Nokia Internet Tablets
 2009-01-02 14:35 UTC  (17+ messages)

LPDDR memory for TI OMAP 3503 processor
 2009-01-02  0:30 UTC 

[PATCH 0/5] Omap MMC init updates and new controller for 2.6.29 merge window
 2008-12-31 17:59 UTC  (6+ messages)
` [PATCH 5/5] omap mmc: Add new omap hsmmc controller for 2430 and 34xx

[PATCH] OMAP2: gptimer min_delta_ns should be rounded up
 2008-12-31 15:47 UTC  (6+ messages)

ADC timeout on Overo
 2008-12-30 21:29 UTC 

Revert "OMAP: HSMMC: Implement scatter-gather emulation"
 2008-12-30  9:47 UTC  (2+ messages)

[PATCH] USB: OTG: twl4030 build fix
 2008-12-30  8:54 UTC  (5+ messages)

Power Management question
 2008-12-30  2:31 UTC 

[PATCH] Don't mask rtc-twl4030 alarm interrupts on shutdown
 2008-12-29 15:54 UTC 

using git with linux-omap
 2008-12-25 19:55 UTC  (4+ messages)

[PATCH 00/22] Series short description
 2008-12-23 14:26 UTC  (25+ messages)
` [PATCH 01/22] OMAP2/3 clock: use standard set_rate fn in omap2_clk_arch_init()
` [PATCH 02/22] OMAP clock: move rate recalc, propagation code up to plat-omap/clock.c
` [PATCH 03/22] OMAP2/3 clock: drop recalc function pointers from fixed rate clocks
` [PATCH 04/22] OMAP clock: support "dry run" rate and parent changes
` [PATCH 05/22] OMAP clock: track child clocks
` [PATCH 06/22] OMAP clock: drop the RATE_PROPAGATES flag
` [PATCH 07/22] OMAP clock: drop RATE_FIXED
` [PATCH 08/22] OMAP clock: remove VIRTUAL_CLOCK
` [PATCH 09/22] OMAP2 clock: drop CONFIG_PARTICIPANT clock flag
` [PATCH 10/22] OMAP2/3 clock: remove clk->owner
` [PATCH 11/22] OMAP clock: rearrange clock.h structure order
` [PATCH 13/22] OMAP2xxx clock: consolidate DELAYED_APP clock commits; fix barrier
` [PATCH 12/22] OMAP2/3 clock: don't use a barrier after clk_disable()
` [PATCH 14/22] OMAP2/3 clock: convert remaining MPU barriers into OCP barriers
` [PATCH 15/22] OMAP clock: drop clk_get_usecount()
` [PATCH 16/22] OMAP2/3 clock: every clock must have a clkdm
` [PATCH 17/22] OMAP2/3 clock: omap2_clk_enable(): refactor usecount check
` [PATCH 18/22] OMAP2/3 clock: omap2_clk_enable(): fix bugs in clockdomain handling
` [PATCH 19/22] OMAP2/3 clock: omap2_clk_enable(): fix usecount decrement bug
` [PATCH 20/22] OMAP2/3 clock: omap2_clk_enable(): fix logic
` [PATCH 21/22] OMAP2/3 clock: don't tinker with hardirqs when they are supposed to be disabled
` [PATCH 22/22] OMAP3 SmartReflex: get rid of custom clocks
` [PATCH 00/22] OMAP clock: bug fixes, cleanup, optimization

[PATCH] OMAP2: fix recent build breakage
 2008-12-23 12:29 UTC  (2+ messages)

[PATCH 0/7] OMAP2/3 clock: implement clock rate change notifiers
 2008-12-23 10:13 UTC  (8+ messages)
` [PATCH 1/7] OMAP2/3 clock: implement clock notifier infrastructure
` [PATCH 2/7] OMAP clock: add "
` [PATCH 3/7] OMAP2/3 clock: store planned clock rates into temporary rate storage
` [PATCH 4/7] OMAP2/3 clock: add clk post-rate-change notifiers
` [PATCH 5/7] OMAP2/3 clock: add clock pre-rate-change notification
` [PATCH 6/7] OMAP2/3 clock: add clock prepare-rate-change notifications
` [PATCH 7/7] OMAP2/3 clock: add clock abort-rate-change notifications

[PATCH] Add Omnivision OV9640 sensor support
 2008-12-23  8:58 UTC  (8+ messages)

FYI: Retu RTC script for setting and storing system time in N8x0
 2008-12-22 14:03 UTC  (2+ messages)

I2C1 controller timed out issue
 2008-12-22 16:07 UTC  (7+ messages)

[REVIEW] v4l2 debugging: match drivers by name instead of the deprecated ID
 2008-12-22 14:51 UTC  (4+ messages)

DSP/IOMMU needs 128-byte alignment from user-space buffers?
 2008-12-22 13:12 UTC  (10+ messages)

[PATCH] OMAP3: GPIO fixes for off-mode
 2008-12-22 12:27 UTC 

status of USB on omap35xx ?
 2008-12-22 12:21 UTC  (16+ messages)

[PATCH] OMAP IrDA driver
 2008-12-22 11:24 UTC  (7+ messages)
` [irda-users] "

[PATCH] ARM: OMAP: Add support for dynamic GPIO switch update
 2008-12-21 20:26 UTC  (12+ messages)
          ` GPIO switch framework (was: Re: [PATCH] ARM: OMAP: Add support for dynamic GPIO switch update)

[OMAPZOOM][PATCH] DSPBRIDGE Memory flush function fix
 2008-12-19 22:54 UTC 

N810 suspend
 2008-12-19 15:47 UTC  (14+ messages)

Extended driver private controls?
 2008-12-19 14:48 UTC 

[PATCHv2 1/1] Fix a Oops bug in omap soc driver
 2008-12-19 14:39 UTC  (4+ messages)
` [alsa-devel][PATCHv2 "
  ` [alsa-devel] [PATCHv2 "

USB slightly broken
 2008-12-19 12:37 UTC  (4+ messages)

[REVIEW PATCH 14/14] OMAP34XX: CAM: Add Sensors Support
 2008-12-19 10:15 UTC  (2+ messages)

[RFC/PATCH] OMAP: MMC: recover from transfer failures
 2008-12-19  9:06 UTC  (2+ messages)
` [PATCH] "

[REVIEW PATCH] OMAP3 ISP-Camera: Added BT656 support
 2008-12-19  5:37 UTC 

SoC: OMAP: Initialize XCCR and RCCR registers in McBSP DAI driver
 2008-12-19  3:01 UTC  (2+ messages)
`  "

[PATCH] ARM: OMAP3: Enable writing to XCCR and RCCR McBSP registers for OMAP 2430/34xx
 2008-12-19  2:58 UTC  (2+ messages)

[PATCH] ARM: OMAP3: Initialize XCCR and RCCR McBSP registers for McBSP DAI driver
 2008-12-18 15:17 UTC  (6+ messages)
  ` [PATCH] ARM: OMAP3: Initialize XCCR and RCCR McBSP registersfor "

[PATCH][OMAP3][sDMA] : Fixing the DMA chain transfer callback
 2008-12-18 14:31 UTC  (3+ messages)

[PATCH 1/1] LCD backlight support for OMAP3 EVM using TPS6235x based power module
 2008-12-18 11:21 UTC  (6+ messages)

[PATCH] OMAP3: Add support for DPLL3 divisor values higher than 2
 2008-12-18 10:11 UTC  (3+ messages)

[ANNOUNCE] updated PM branch
 2008-12-18  9:52 UTC  (6+ messages)

OMAP3: DVFS core patch set
 2008-12-18  8:22 UTC  (3+ messages)

[PATCH 1/2] TPS6235x based Power regulator support added
 2008-12-18  3:33 UTC  (3+ messages)

Calling an I2C camera sensor with SMBUS API?
 2008-12-17 13:43 UTC  (8+ messages)
  ` Issue: TWL4030-USB

[PATCH 1/1] OMAP3 EVM MMC1 support for TPS based PR785 power modules
 2008-12-17 11:33 UTC 

[PATCH 00/12] Updates for i2c-omap for 2.6.29 merge window, v5
 2008-12-16 22:07 UTC  (5+ messages)
` [PATCH 10/12] i2c-omap: convert 'rev1' flag to generic 'rev' u8

[REVIEW PATCH 13/14] OMAP: CAM: Add Lens Driver
 2008-12-16 20:24 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