public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-06-04 19:42:36 to 2012-06-07 17:07:05 UTC [more...]

[CFT] DMA engine patches
 2012-06-07 17:07 UTC  (62+ 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

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)

[PATCH 00/11] ARM: OMAP: core/hwmod: first set of fixes for 3.5-rc
 2012-06-07 12:30 UTC  (33+ 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 10/11] ARM: OMAP2+: hwmod: add flag to prevent hwmod code from touching IP block during init
` [PATCH 09/11] ARM: OMAP4: clock data: add clockdomains for clocks used as main clocks
` [PATCH 11/11] ARM: OMAP4: hwmod data: do not enable or reset the McPDM during kernel init

[PATCH] ARM: omap: clock: Get rid of unwanted clkdm assocations within clks
 2012-06-07 10:52 UTC  (4+ messages)

Please help! AM35xx mm/slab.c BUG
 2012-06-07  9:32 UTC  (12+ messages)

[RFC 00/24] Move OMAP2+ over to use COMMON clock
 2012-06-07  5:29 UTC  (13+ messages)
` [RFC 05/24] ARM: omap: clk: Nuke plat clock.c & clock.h if CONFIG_COMMON_CLK
` [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  (15+ 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  (5+ messages)

MFD USB host: prevents CORE retention in idle
 2012-06-05 17:50 UTC  (6+ messages)

[PATCH V4 00/12] ARM: OMAP: DMTIMER clean-up and fixes in preparation for device-tree
 2012-06-05 17:35 UTC  (13+ messages)
` [PATCH V4 01/12] ARM: OMAP: Remove unnecessary clk structure
` [PATCH V4 02/12] ARM: OMAP2+: Remove unused max number of timers definition
` [PATCH V4 03/12] ARM: OMAP2+: Add dmtimer platform function to reserve systimers
` [PATCH V4 04/12] ARM: OMAP: Add DMTIMER capability variable to represent timer features
` [PATCH V4 05/12] ARM: OMAP2+: HWMOD: Correct timer device attributes
` [PATCH V4 06/12] ARM: OMAP2+: Fix external clock support for dmtimers
` [PATCH V4 07/12] ARM: OMAP: Remove loses_context variable from timer platform data
` [PATCH V4 08/12] ARM: OMAP: Remove timer function pointer for context loss counter
` [PATCH V4 09/12] ARM: OMAP: Add flag to indicate if a timer needs a manual reset
` [PATCH V4 10/12] ARM: OMAP1: Fix dmtimer support
` [PATCH V4 11/12] ARM: OMAP2+: Move dmtimer clock set function to dmtimer driver
` [PATCH V4 12/12] ARM: OMAP2+: Simplify dmtimer clock aliases

[GIT PULL] OMAP DSS for v3.5-rc2
 2012-06-05 15:11 UTC 

[PATCH-V2 0/4] ARM: OMAP2+: am33xx: Add clocktree and hwmod data
 2012-06-05 13:31 UTC  (6+ messages)

[GIT PULL] OMAP DSS for v3.5
 2012-06-05 13:00 UTC  (4+ messages)

[PATCH 0/5] usb: musb: cleanup
 2012-06-05 12:00 UTC  (7+ messages)
` [PATCH 1/5] usb: musb: move work_struct(otg_notifier_work) from core to omap glue
` [PATCH 2/5] usb: musb: twl: use mailbox API to send VBUS or ID events
` [PATCH 3/5] drivers: usb: musb: move otg specific initializations from twl to glue
` [PATCH 4/5] usb: musb: omap: use devres API to allocate resources
` [PATCH 5/5] drivers: usb: otg: twl: "

[PATCH v2] OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup
 2012-06-05 11:28 UTC  (5+ messages)
` [PATCH v3] "

[PATCH 1/2] remoteproc: maintain a generic child device for each rproc
 2012-06-05 10:25 UTC  (9+ messages)
` [PATCH 2/2] remoteproc: remove the now-redundant kref

[PATCH] ARM: OMAP2+: am33xx: Add AM335XEVM machine support
 2012-06-05  8:02 UTC  (5+ messages)

[GIT PULL] ARM: OMAP2+: Add AM335x and AM3517/05 EVM DT support
 2012-06-05  7:57 UTC  (2+ messages)

[RESUBMIT PATCH] ARM: OMAP2+: am33xx: Add low level debugging support
 2012-06-05  7:50 UTC  (3+ messages)

[PATCH v4-alt 3/6] ARM: OMAP3: hwmod data: add gpmc
 2012-06-05  7:13 UTC  (11+ messages)

[PATCH V3 00/12] ARM: OMAP: DMTIMER clean-up and fixes in preparation for device-tree
 2012-06-04 19:47 UTC  (4+ messages)
` [PATCH V3 06/12] ARM: OMAP1: Fix dmtimer support
` [PATCH V3 12/12] ARM: OMAP2+: Simplify dmtimer clock aliases


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