linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-05 18:28:42 to 2012-06-08 14:02:38 UTC [more...]

[PATCH 0/7] arm/dts: Audio support for OMAP4 devices (SDP, PandaBoard)
 2012-06-08 14:02 UTC  (8+ messages)
` [PATCH 1/7] arm/dts: omap4: Add entry for OMAP McPDM IP
` [PATCH 2/7] arm/dts: omap4: Add entry for OMAP DMIC IP
` [PATCH 3/7] arm/dts: omap4-sdp: Add fixed regulator to represent VBAT
` [PATCH 4/7] arm/dts: omap4-sdp: Add support for twl6040
` [PATCH 5/7] arm/dts: omap4-sdp: Enable audio support via device tree
` [PATCH 6/7] arm/dts: omap4-panda: Audio support for PandaBoard 4430
` [PATCH 7/7] arm/dts: New dts file for PandaBoardES (4460)

[PATCH 00/11] ARM: OMAP: core/hwmod: first set of fixes for 3.5-rc
 2012-06-08 13:30 UTC  (42+ messages)
` [PATCH 01/11] ARM: OMAP2+: hwmod: add setup_preprogram hook
` [PATCH 02/11] ARM: OMAP4+: AESS: enable internal auto-gating during initial setup
` [PATCH 03/11] ARM: OMAP4: hwmod data: add SL2IF hardreset line
` [PATCH 04/11] ARM: OMAP2+: usb_host_fs: add custom reset for usb_host_fs (fsusb)
` [PATCH 05/11] ARM: OMAP2+: hwmod code/data: fix 32K sync timer
` [PATCH 06/11] ARM: OMAP4+: hwmod: fix issue causing IPs not going back to Smart-Standby
` [PATCH 07/11] ARM: OMAP: PM: Lock clocks list while generating summary
` [PATCH 08/11] ARM: OMAP2+: CM: increase the module disable timeout
` [PATCH 09/11] ARM: OMAP4: clock data: add clockdomains for clocks used as main clocks
` [PATCH 10/11] ARM: OMAP2+: hwmod: add flag to prevent hwmod code from touching IP block during init
` [PATCH 11/11] ARM: OMAP4: hwmod data: do not enable or reset the McPDM during kernel init

suspend broken on 3.5-rc1?
 2012-06-08 13:16 UTC  (5+ messages)

[CFT] DMA engine patches
 2012-06-08 10:01 UTC  (73+ messages)
` [CFT 1/3] dmaengine: split out virtual channel DMA support from sa11x0 driver
` [CFT 2/3] dmaengine: virt-dma: vchan_find_desc()
` [CFT 3/3] dmaengine: virt-dma: add support for cyclic DMA periodic callbacks
  ` [CFT] SA11x0 patches
    ` [CFT 1/2] dmaengine: sa11x0-dma: fix DMA residue support
    ` [CFT 2/2] dmaengine: sa11x0-dma: add cyclic DMA support
  ` [CFT] PL08x patches
    ` [CFT 01/31] dmaengine: PL08x: remove runtime PM support
    ` [CFT 02/31] dmaengine: PL08x: fix missed dma_transfer_direction fixup
    ` [CFT 03/31] dmaengine: PL08x: remove redundant spinlock
    ` [CFT 04/31] dmaengine: PL08x: remove circular_buffer boolean from channel data
    ` [CFT 05/31] dmaengine: PL08x: clean up get_signal/put_signal
    ` [CFT 06/31] dmaengine: PL08x: move private data structures into amba-pl08x.c
    ` [CFT 07/31] dmaengine: PL08x: constify channel names and bus_id strings
    ` [CFT 08/31] dmaengine: PL08x: get src/dst addr direct from dma_slave_config struct
    ` [CFT 09/31] dmaengine: PL08x: get rid of device_fc in struct pl08x_dma_chan
    ` [CFT 10/31] dmaengine: PL08x: move the bus and increment selection to dma prepare function
    ` [CFT 11/31] dmaengine: PL08x: extract function to to generate cctl values
    ` [CFT 12/31] dmaengine: PL08x: ignore 'direction' argument in dma_slave_config
    ` [CFT 13/31] dmaengine: PL08x: get rid of unnecessary checks "
    ` [CFT 14/31] dmaengine: PL08x: split DMA signal muxing from channel alloc
    ` [CFT 15/31] dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan struct
    ` [CFT 16/31] dmaengine: PL08x: track mux usage on a per-channel basis
    ` [CFT 17/31] dmaengine: PL08x: convert to a list of completed descriptors
    ` [CFT 18/31] dmaengine: PL08x: move DMA signal muxing into slave prepare code
    ` [CFT 19/31] dmaengine: PL08x: remove waiting descriptor pointer
    ` [CFT 20/31] dmaengine: PL08x: re-jig the starting of txds
    ` [CFT 21/31] dmaengine: PL08x: split the pend_list in two
    ` [CFT 22/31] dmaengine: PL08x: start next descriptor from irq context
    ` [CFT 23/31] dmaengine: PL08x: rejig physical channel allocation
    ` [CFT 24/31] dmaengine: PL08x: convert to use virt-dma structs
    ` [CFT 25/31] dmaengine: PL08x: use vchan's spinlock
    ` [CFT 26/31] dmaengine: PL08x: convert to use vchan submitted/issued lists
    ` [CFT 27/31] dmaengine: PL08x: convert to use vchan done list
    ` [CFT 28/31] dmaengine: PL08x: fix tx_status function to return correct residue
    ` [CFT 29/31] dmaengine: PL08x: get rid of pl08x_prep_channel_resources
    ` [CFT 30/31] dmaengine: PL08x: get rid of write only pool_ctr and free_txd locking
    ` [CFT 31/31] dmaengine: PL08x: ensure all descriptors are freed when channel is released
  ` [CFT] OMAP patches
    ` [CFT 01/11] dmaengine: add OMAP DMA engine driver
    ` [CFT 02/11] mmc: omap_hsmmc: add DMA engine support
    ` [CFT 03/11] mmc: omap_hsmmc: remove private DMA API implementation
    ` [CFT 04/11] mmc: omap: add DMA engine support
    ` [CFT 05/11] mmc: omap: remove private DMA API implementation
    ` [CFT 06/11] ARM: omap: remove mmc platform data dma_mask and initialization
    ` [CFT 07/11] spi: omap2-mcspi: add DMA engine support
    ` [CFT 08/11] spi: omap2-mcspi: remove private DMA API implementation
    ` [CFT 09/11] mtd: omap2: add DMA engine support
    ` [CFT 10/11] mtd: omap2: remove private DMA API implementation
    ` [CFT 11/11] Add feature removal of old OMAP private DMA implementation

[PATCH V2 00/10] ARM: OMAP4: Add PMU Support
 2012-06-08  9:47 UTC  (13+ messages)
` [PATCH V2 01/10] ARM: PMU: Add runtime PM Support
` [PATCH V2 02/10] ARM: OMAP2+: PMU: Convert OMAP2/3 devices to use HWMOD
` [PATCH V2 03/10] ARM: OMAP4: Re-map the CTIs IRQs from MPU to DEBUGSS
` [PATCH V2 04/10] ARM: OMAP4430: Create PMU device via HWMOD
` [PATCH V2 05/10] ARM: OMAP2+: PMU: Add runtime PM support
` [PATCH V2 06/10] ARM: OMAP4: Route PMU IRQs to CTI IRQs
` [PATCH V2 07/10] ARM: OMAP4: CLKDM: Update supported transition modes
` [PATCH V2 08/10] ARM: OMAP4: Prevent EMU power domain transitioning to OFF when in-use
` [PATCH V2 09/10] ARM: OMAP4: Enable PMU for OMAP4460/70
` [PATCH V2 10/10] ARM: OMAP2+: PMU: Add QoS constraint

[GIT PULL] omap fixes for v3.5-rc1
 2012-06-08  8:23 UTC  (2+ messages)

[PATCH] ARM: omap: clock: Get rid of unwanted clkdm assocations within clks
 2012-06-08  8:08 UTC  (6+ messages)

[PATCH V4 00/12] ARM: OMAP: DMTIMER clean-up and fixes in preparation for device-tree
 2012-06-08  7:40 UTC  (3+ messages)
` [PATCH V4 05/12] ARM: OMAP2+: HWMOD: Correct timer device attributes

[PATCH] arm: OMAP depends on MMU
 2012-06-08  0:50 UTC 

[RFC] ARM: OMAP4470: Fix OMAP4470 boot failure
 2012-06-07 23:04 UTC  (2+ messages)

[PATCH V2 0/2] arm/dts: Add OMAP2420 SDP support
 2012-06-07 22:11 UTC  (3+ messages)
` [PATCH V2 1/2] arm/dts: OMAP2: Add support for OMAP2420 SDP
` [PATCH V2 2/2] arm/dts: OMAP2: Fix interrupt controller binding

[PATCH 0/2] arm/dts: Add OMAP2420 SDP support
 2012-06-07 22:08 UTC  (4+ messages)
` [PATCH 1/2] arm/dts: OMAP2: Add support for OMAP2420 SDP
` [PATCH 2/2] arm/dts: OMAP2: Fix interrupt controller binding

[PATCH 0/2] arm/dts: Add OMAP2420 SDP support
 2012-06-07 22:05 UTC 

Please help! AM35xx mm/slab.c BUG
 2012-06-07 19:50 UTC  (13+ messages)

how to specify dma_mask and coherent_dma_mask in hwmod
 2012-06-07 16:22 UTC 

[PATCH 00/10] Prepare for GPMC driver conversion (w.r.t MTD)
 2012-06-07 15:14 UTC  (2+ messages)

[RFC 00/24] Move OMAP2+ over to use COMMON clock
 2012-06-07  5:29 UTC  (4+ messages)
` [RFC 13/24] ARM: omap4: clk: Add 44xx data using common struct clk

Enabling smsc PHY driver + smsc911x driver
 2012-06-07  4:38 UTC 

[PATCH 4/6] ARM: OMAP4: PMU: Add runtime PM support
 2012-06-07  1:24 UTC  (12+ messages)

[RFC PATCH 0/5] omap: add ocp2scp as a misc driver
 2012-06-06 15:10 UTC  (5+ messages)

Regression for non-eMMC cards with commit fa550189?
 2012-06-06 13:48 UTC  (8+ messages)
          ` [PATCH] mmc: omap: Fix broken reg_shift initialization

[PATCH] mmc: omap: Fix a section warning regression
 2012-06-06 13:46 UTC  (5+ messages)
` [PATCH] mmc: omap: Fix NULL pointer dereference if mmc_omap_new_slot() fails

[PATCH] arm/dts: OMAP4: Add Variscite OMAP4 System-On-Modeule support
 2012-06-06 12:08 UTC  (3+ messages)

[PATCH 0/2] ARM: omap: dmtimer: fix incorrect TCRR value in posted mode
 2012-06-06 11:11 UTC  (4+ messages)
` [PATCH 2/2] ARM: omap: dmtimer: set non-posted mode if iclk less than 4*fck

About set boot_on for clk32kg regulator
 2012-06-06 10:55 UTC 

[PATCH 0/3] Few omap randconfig fixes for v3.5-rc1
 2012-06-06  8:22 UTC  (4+ messages)
` [PATCH 1/3] ARM: OMAP: Fix MMC_OMAP build when only MMC_OMAP_HS is selected
` [PATCH 2/3] ARM: OMAP3: Fix omap3_l3_block_irq warning when CONFIG_BUG is not set
` [PATCH 3/3] ARM: OMAP2+: Fix compile for CONFIG_TIDSPBRIDGE platform init code

New randconfig build failures in OMAP
 2012-06-06  8:11 UTC  (3+ messages)

Broken builds
 2012-06-06  7:58 UTC  (4+ messages)

[PATCH] ARM: OMAP2+: hwmod code/data: fix 32K sync timer
 2012-06-06  7:56 UTC  (6+ messages)

[PATCH] remoteproc: block premature rproc booting
 2012-06-06  5:44 UTC  (7+ messages)

Compile err when enable CONFIG_SND_OMAP_SOC_OMAP_HDMI
 2012-06-06  3:01 UTC  (7+ messages)

[PATCH v2] omap: dma: Clear status registers on enable/disable irq
 2012-06-05 18:28 UTC  (3+ 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).