linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-23 14:30:48 to 2012-04-25 10:29:02 UTC [more...]

[PATCH 0/6] twl4030: Various fixes for charing-from-USB
 2012-04-25 10:29 UTC  (9+ messages)
` [PATCH 1/6] twl4030_charger: Fix some typos
` [PATCH 2/6] twl4030_charger: add backup-battery charging
` [PATCH 3/6] twl4030_charger: allow charging whenever VBUS is present
` [PATCH 4/6] twl4030_charger: Allow charger to control the regulator that feeds it
` [PATCH 6/6] twl4030-usb: Don't report EVENT_ID when there is VBUS
` [PATCH 5/6] twl4030-usb: Don't power down phy when it is in-use by charger

[PATCH-V3 0/3] ARM: OMAP3+: am33xx: Add CM, clock and clockdomain support
 2012-04-25 10:20 UTC  (9+ messages)
` [PATCH-V3 2/3] ARM: OMAP3+: clockdomain33xx: Add clockdomain data and respective operations
` [PATCH-V3 3/3] ARM: OMAP3+: clock33xx: Add AM33XX clock tree data

[PATCH 0/3] Ensure twl4030 interrupts are lost during suspend
 2012-04-25  9:39 UTC  (6+ messages)
` [PATCH 2/3] IRQ: allow check_wakeup_irqs to notice level-triggered interrupts
` [PATCH 1/3] ARM: omap2+: set IRQCHIP_SKIP_SET_WAKE for INTC interrupts
` [PATCH 3/3] twl4030: enable wakeup on twl4030 IRQ

[PATCH v2] ASoC: omap-pcm: Free dma buffers in case of error
 2012-04-25  8:55 UTC  (4+ messages)

[PATCH/RFT 0/3] ARM: OMAP: PM: reduce overhead of pwrdm pre/post transitions
 2012-04-25  8:44 UTC  (7+ messages)
` [PATCH/RFT 1/3] ARM: OMAP2+: powerdomain: allow pre/post transtion to be per pwrdm
` [PATCH/RFT 2/3] ARM: OMAP3: PM: call pre/post transition per powerdomain
` [PATCH/RFT 3/3] ARM: OMAP3: PM: cleanup cam_pwrdm leftovers

[PATCH-V4 0/3] ARM: OMAP: Make OMAP clocksource source selection runtime
 2012-04-25  8:40 UTC  (8+ messages)
` [PATCH-V4 1/3] ARM: OMAP2/3: Add idle_st bits for ST_32KSYNC timer to prcm-common header
` [PATCH-V4 2/3] ARM: OMAP2/3: hwmod data: Add 32k-sync timer data to hwmod database
` [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

[RESEND PATCH 1/2] ARM: OMAP2+: nand: Make board_onenand_init() visible to board code
 2012-04-25  8:00 UTC  (4+ messages)
` [RESEND PATCH 2/2] OMAP3: igep0020: Add support for Micron NAND Flash storage memory

[PATCH 00/19] ARM: OMAP4 device off support
 2012-04-25  7:59 UTC  (25+ messages)
` [PATCH 01/19] ARM: OMAP4: PM: save/restore all DPLL settings in OFF mode
` [PATCH 05/19] ARM: OMAP4: PM: Add SAR backup support towards device OFF
` [PATCH 06/19] ARM: OMAP4: Auto generate SAR layout contents
` [PATCH 08/19] ARM: OMAP4: PM: Add device-off support
` [PATCH 10/19] ARM: OMAP4: PM: Work-around for ROM code BUG of IVAHD/TESLA
` [PATCH 11/19] ARM: OMAP4: PM: save/restore CM L3INSTR registers when MPU hits OSWR/OFF mode
` [PATCH 12/19] ARM: OMAP4: PM: update ROM return address for OSWR and OFF
` [PATCH 15/19] ARM: OMAP4430: PM: workaround for DDR corruption on second CS

[PATCH v3 0/2] ARM: omap_hwmod: add api to enable/disable module level wakeup
 2012-04-25  7:17 UTC  (5+ messages)
` [PATCH v3 1/2] ARM: OMAP2+: omap_hwmod: Add api to enable/disable module level wakeup events
` [PATCH v3 2/2] ARM: omap3: pm: Remove uart module level wakeup configurations
` [PATCH 1/2 v4] ARM: OMAP2+: omap_hwmod: Add api to enable/disable module level wakeup events

[PATCH v9 00/25] gpio/omap: driver cleanup and fixes
 2012-04-25  6:39 UTC  (9+ messages)
` [PATCH v9 11/25] gpio/omap: cleanup omap_gpio_mod_init function

[PATCH 00/10] OMAPDSS: HDMI: Prepare for OMAP5 and DSS dev driver audio support
 2012-04-25  6:19 UTC  (17+ messages)
` [PATCH 01/10] OMAPDSS: HDMI: Remove ASoC codec
` [PATCH 02/10] OMAPDSS: HDMI: OMAP4: Remove CEA-861 audio infoframe and IEC-60958 enums
` [PATCH 03/10] OMAPDSS: HDMI: OMAP4: Correcty typo in I2S definitions
` [PATCH 05/10] OMAPDSS: HDMI: Decouple HDMI audio from ASoC
` [PATCH 10/10] OMAPDSS: HDMI: Implement DSS driver interface for audio

[PATCH 2/2] ARM: omap_hdq: use wait_event_timeout to wait for read to complete
 2012-04-25  2:41 UTC 

[PATCH 1/2] ARM: omap_hdq: Fix some error/debug handling
 2012-04-25  2:40 UTC 

[RFC 00/12] OMAP DMA engine conversion
 2012-04-24 23:59 UTC  (24+ messages)
` [PATCH 01/12] ARM: OMAP: fix DMA vs memory ordering
` [PATCH 02/12] dmaengine: split out virtual channel DMA support from sa11x0 driver
` [PATCH 03/12] dmaengine: add OMAP DMA engine driver
` [PATCH 04/12] mmc: omap_hsmmc: release correct resource
` [PATCH 05/12] mmc: omap_hsmmc: add DMA engine support
` [PATCH 06/12] mmc: omap_hsmmc: remove private DMA API implementation
` [PATCH 07/12] mmc: omap: add DMA engine support
` [PATCH 08/12] mmc: omap: remove private DMA API implementation
` [PATCH 09/12] ARM: omap: remove mmc platform data dma_mask and initialization
` [PATCH 10/12] spi: omap2-mcspi: add DMA engine support
` [PATCH 11/12] spi: omap2-mcspi: remove private DMA API implementation
` [PATCH 12/12] Add removal of old OMAP private DMA implementation to feature removal

arm: omap3: am35x: Powerdomain, EMIF4, etc. fixups
 2012-04-24 23:25 UTC  (8+ messages)
` [PATCH 03/12] arm: omap3: Only sleep in cpuidle driver if I/O wake-ups work
` [PATCH 05/12] arm: omap3: am35x: Add PWROFF feature

[PATCHv8 00/10] I2C fixes
 2012-04-24 18:18 UTC  (23+ messages)
` [PATCHv8 02/10] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable
` [PATCHv8 04/10] I2C: OMAP: Fix the error handling
` [PATCHv8 05/10] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero
` [PATCHv8 06/10] I2C: OMAP: Fix the crash in i2c remove
` [PATCHv8 07/10] I2C: OMAP: Handle error check for pm runtime
` [PATCHv8 08/10] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153
` [PATCHv8 09/10] I2C: OMAP: Do not set the XUDF if the underflow is not reached

[PATCH] OMAP4: panda: add statics to remove warnings
 2012-04-24 17:16 UTC  (2+ messages)

[PATCHv4 0/8] ARM: OMAP4: core retention support
 2012-04-24 17:14 UTC  (5+ messages)
` [PATCHv4 4/8] ARM: OMAP4: hwmod: flag hwmods/modules supporting module level context status

OMAP3EVM not booting on l-o master
 2012-04-24 17:07 UTC  (17+ messages)

OMAPDSS basic concepts
 2012-04-24 16:53 UTC 

HSI: any status updates on omap_ssi?
 2012-04-24 16:42 UTC  (4+ messages)

PM related performance degradation on OMAP3
 2012-04-24 14:29 UTC  (12+ messages)

[PATCH 00/18][V3] ARM: OMAP3/4 : cpuidle34xx and cpuidle44xx cleanups
 2012-04-24 14:05 UTC  (19+ messages)
` [PATCH 01/18][V3] ARM: OMAP4: cpuidle - Remove unused valid field
` [PATCH 02/18][V3] ARM: OMAP4: cpuidle - Declare the states with the driver declaration
` [PATCH 03/18][V3] ARM: OMAP4: cpuidle - Remove the cpuidle_params_table table
` [PATCH 04/18][V3] ARM: OMAP4: cpuidle - fix static omap4_idle_data declaration
` [PATCH 05/18][V3] ARM: OMAP4: cpuidle - Initialize omap4_idle_data at compile time
` [PATCH 06/18][V3] ARM: OMAP4: cpuidle - use the omap4_idle_data variable directly
` [PATCH 07/18][V3] ARM: OMAP4: cpuidle - remove omap4_idle_data initialization at boot time
` [PATCH 08/18][V3] ARM: OMAP3: cpuidle - remove rx51 cpuidle parameters table
` [PATCH 09/18][V3] ARM: OMAP3: define cpuidle statically
` [PATCH 10/18][V3] ARM: OMAP3: cpuidle - remove errata check in the init function
` [PATCH 11/18][V3] ARM: OMAP3: cpuidle - remove the 'valid' field
` [PATCH 12/18][V3] ARM: OMAP3: cpuidle - remove cpuidle_params_table
` [PATCH 13/18][V3] ARM: OMAP3: define statically the omap3_idle_data
` [PATCH 14/18][V3] ARM: OMAP3: cpuidle - use omap3_idle_data directly
  ` [PATCH 15/18][V3] ARM: OMAP3: cpuidle - simplify next_valid_state
  ` [PATCH 16/18][V3] ARM: OMAP3: set omap3_idle_data as static
  ` [PATCH 17/18][V3] ARM: OMAP3/4: consolidate cpuidle Makefile
` [PATCH 18/18][V3] ARM: OMAP3: cpuidle - set global variables static

[PATCH v2] tty: omap-serial: configure wakeup mechanism based on port usage
 2012-04-24 13:53 UTC 

[RFC 0/8] DMA engine conversion for omap_hsmmc
 2012-04-24 10:57 UTC  (13+ messages)
` [PATCH 1/8] ARM: OMAP: fix DMA vs memory ordering
` [PATCH 3/8] dmaengine: split out virtual channel DMA support from sa11x0 driver
` [RFC 0/8] DMA engine conversion

defconfig for panda
 2012-04-24  9:22 UTC  (7+ messages)

[PATCH 0/2] OMAP2+: UART: Fix usage of default mux pads
 2012-04-24  8:38 UTC  (4+ messages)
` [PATCH 1/2] OMAP2+: UART: Fix incorrect population of default uart pads

[PATCH] ARM: OMAP2+: watchdog: fix !PM boot crash, disarm timer after hwmod reset
 2012-04-24  6:09 UTC  (4+ messages)

[PATCH v2 0/4] ARM: OMAP2+: dmtimer: cleanup related to devm API and clk usage
 2012-04-24  0:34 UTC  (5+ messages)
` [PATCH v2 3/4] ARM: OMAP2+: dmtimer: cleanup iclk usage

[PATCH-V3 0/3] ARM: OMAP: Make OMAP clocksource source selection runtime
 2012-04-24  0:32 UTC  (5+ messages)
` [PATCH-V3 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

[PATCH 00/17][V2] ARM: OMAP3/4 : cpuidle34xx and cpuidle44xx cleanups
 2012-04-24  0:27 UTC  (8+ messages)
` [PATCH 02/17][V2] ARM: OMAP4: cpuidle - Declare the states with the driver declaration

[PATCH 0/7] Series short description
 2012-04-24  0:08 UTC  (8+ messages)
` [PATCH 1/7] ARM: OMAP1: Move omap_init_audio() to keep the devices in alphabetical order
` [PATCH 2/7] ARM: OMAP1: Move omap_init_uwire to mach-omap1
` [PATCH 3/7] ARM: OMAP2+: Move omap_dsp_reserve_sdram_memblock() to mach-omap2
` [PATCH 4/7] ARM: OMAP2: Add MMC hwmod data for 2420
` [PATCH 5/7] ARM: OMAP2: Use hwmod to initialize mmc "
` [PATCH 6/7] ARM: OMAP: Move omap_mmc_add() to mach-omap1
` [PATCH 7/7] ARM: OMAP1: Pass dma request lines in platform data to MMC driver

[PATCH] tty: omap-serial: configure wakeup mechanism based on port usage
 2012-04-23 23:54 UTC  (2+ messages)

[PATCH v2] OMAPDSS: VENC: allow switching venc output type at runtime
 2012-04-23 21:08 UTC 

[PATCH] ARM: OMAP4: hwmod data: Update AESS data with memory bank area
 2012-04-23 20:34 UTC  (2+ messages)

[PATCH v2 0/3] ARM: omap_hwmod: add api to enable/disable module level wakeup
 2012-04-23 19:22 UTC  (3+ messages)
` [PATCH v2 1/3] ARM: OMAP2+: omap_hwmod: Add interface to incorporate "

[PATCH] Fix build breakage in omap-usb-host.c
 2012-04-23 18:49 UTC  (4+ messages)

[PATCH-V4 0/4] ARM: OMAP2+: Add voltagedomain, powerdomain & PRM support for AM33XX device
 2012-04-23 18:28 UTC  (5+ messages)

DM3730 BSP issue with msleep()
 2012-04-23 17:13 UTC 

[PATCH] OMAPDSS: VENC: allow switching venc type at runtime
 2012-04-23 15:32 UTC  (3+ messages)

[PATCH] staging: tidspbridge: fix build errors for OMAP2_L4_IO_ADDRESS
 2012-04-23 14:49 UTC  (3+ messages)

[PATCH v2] arm: omap4: hsmmc: check for null pointer
 2012-04-23 14:43 UTC  (2+ messages)

[PATCH v4 0/7] Add TI EMIF SDRAM controller driver
 2012-04-23 14:44 UTC  (8+ messages)

[PATCH 8/8] ARM: omap_hsmmc: remove platform data dma_mask and initialization
 2012-04-23 14:34 UTC  (12+ messages)

[PATCH v2] arm: omap: fix trivial warnings for dspbridge
 2012-04-23 14:32 UTC 


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