public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-06-07 10:40:50 to 2012-06-11 14:00:41 UTC [more...]

[PATCH 0/5] OMAP3530evm misc fixes for linux-omap
 2012-06-11 14:00 UTC  (2+ messages)
` [PATCH 1/5] ARM: OMAP3EVM: Add NAND flash definition

[PATCH] pinctrl: Add one-register-per-pin type device tree based pinctrl driver
 2012-06-11 13:58 UTC 

Current state of AM33xx patches
 2012-06-11 13:51 UTC  (2+ messages)

[PATCH v2] ARM: OMAP2/3: hwmod data: add gpmc
 2012-06-11 13:15 UTC 

[PATCH] ARM: OMAP2+: cpu: Make cpu_class_is_omap2 true for all non-omap1 platforms
 2012-06-11 13:22 UTC 

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

RFC: changing DMA slave configuration API
 2012-06-11  9:33 UTC  (6+ messages)

[PATCH 00/11] ARM: OMAP: core/hwmod: first set of fixes for 3.5-rc
 2012-06-11  9:24 UTC  (42+ messages)
` [PATCH 02/11] ARM: OMAP4+: AESS: enable internal auto-gating during initial setup
` [PATCH 04/11] ARM: OMAP2+: usb_host_fs: add custom reset for usb_host_fs (fsusb)
                        ` AM335x CPSW reset (was "RE: [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 0/6] ARM: OMAP AM33xx: PRM/CM support for 3.6
 2012-06-11  9:19 UTC  (4+ messages)
` [PATCH 2/6] ARM: OMAP AM33xx: voltagedomain: Add voltage domain data

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

[PATCH 0/3] ARM: OMAP2/3: DSS HWMOD fixes
 2012-06-11  6:41 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: cpu: Add am33xx device under cpu_class_is_omap2
 2012-06-11  6:48 UTC  (4+ messages)

[PATCH] arm: omap: drop unused IRQ defines
 2012-06-11  6:42 UTC  (2+ messages)

[CFT] DMA engine patches
 2012-06-10 10:03 UTC  (76+ 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

[PATCHv10 00/11] I2C fixes
 2012-06-10  5:40 UTC  (3+ messages)

[GIT PULL] OMAP DSS for v3.5-rc2
 2012-06-09 12:39 UTC  (2+ messages)

[PATCH V3 1/2] of: Add generic device tree DMA helpers
 2012-06-09  0:04 UTC  (7+ messages)

[PATCH V2 00/10] ARM: OMAP4: Add PMU Support
 2012-06-08 15:24 UTC  (15+ 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

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

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

[GIT PULL] omap fixes for v3.5-rc1
 2012-06-08  8:23 UTC  (2+ 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  (9+ 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)


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