linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-07 10:40:42 to 2012-06-08 13:30:55 UTC [more...]

[PATCH 00/11] ARM: OMAP: core/hwmod: first set of fixes for 3.5-rc
 2012-06-08 13:30 UTC  (29+ 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)
` [PATCH 05/11] ARM: OMAP2+: hwmod code/data: fix 32K sync timer

[PATCH v1 0/5] mmp audio support
 2012-06-08 13:28 UTC  (19+ messages)
` [PATCH v1 1/5] dmaengine: mmp_tdma: add mmp tdma support
    ` [alsa-devel] "
` [PATCH v1 2/5] ASoC: mmp: add audio dma support
    ` [alsa-devel] "
` [PATCH v1 3/5] ASOC: mmp: add sspa support
    ` [alsa-devel] "
` [PATCH v1 4/5] ASoC: add mmp brownstone support
    ` [alsa-devel] "

[PATCH] clk: Check parent for NULL in clk_change_rate
 2012-06-08 13:04 UTC 

[PATCH 1/2] ARM: vexpress: Check master site in daughterboard's sysctl operations
 2012-06-08 12:50 UTC  (2+ messages)
` [PATCH 2/2] ARM: vexpress: Initial common clock support

[PATCH v3 02/12] usb: chipidea: permit driver bindings pass phy pointer
 2012-06-08 12:37 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v4] usb: ehci-hcd: notify phy when connect change
 2012-06-08 12:32 UTC  (3+ messages)
` [PATCH 1/2] USB: move transceiver from ehci_hcd and ohci_hcd to hcd and rename it as phy
  ` [PATCH v5 2/2] USB: notify phy when root hub port connect change

[PATCH 0/3] pinctrl: add support for samsung pinctrl driver
 2012-06-08 12:32 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: add samsung pinctrl and gpiolib driver

mach/io.h cleanup and removal question
 2012-06-08 11:43 UTC  (2+ messages)

[RFC] Support for H.264/MPEG4 encoder (VPU) in i.MX27
 2012-06-08 11:32 UTC  (8+ messages)

[RFC PATCH] MTD: nand: add return value for write_page() function in structure of nand_ecc_ctrl
 2012-06-08 11:10 UTC 

[RESEND/PATCHv5 1/2] drivers: input: keypad: Add device tree support
 2012-06-08 10:53 UTC  (2+ messages)
` [RESEND/PATCHv5 2/2] arm/dts: omap4-sdp: Add keypad data

[PATCH] ARM: imx27/dt: make dt_compat entry const
 2012-06-08 10:04 UTC 

[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

[PATCH v2] ARM: iconnect: Remove include of removed linux/spi/orion_spi.h
 2012-06-08  9:36 UTC 

[PATCH v7 00/12] Per SoC descriptor
 2012-06-08  9:31 UTC  (16+ messages)
` [PATCH v7 01/12] ARM: SoC: Introduce per "
` [PATCH v7 02/12] ARM: SoC: Add per SoC SMP and CPU hotplug operations
` [PATCH v7 03/12] ARM: SoC: convert VExpress/RealView to SoC descriptor
` [PATCH v7 04/12] ARM: SoC: convert OMAP4 "
` [PATCH v7 05/12] ARM: SoC: convert Tegra "
` [PATCH v7 06/12] ARM: SoC: convert Exynos4 "
` [PATCH v7 07/12] ARM: SoC: convert MSM SMP "
` [PATCH v7 08/12] ARM: SoC: convert ux500 "
` [PATCH v7 09/12] ARM: SoC: convert shmobile SMP "
` [PATCH v7 10/12] ARM: SoC: convert highbank "
` [PATCH v7 11/12] ARM: SoC: convert imx6q "
` [PATCH v7 12/12] ARM: smp: Make SoC descriptor mandatory for SMP platforms

[PATCH] ARM: iconnect: Remove include of removed linux/spi/orion_spi.h
 2012-06-08  9:12 UTC  (2+ messages)

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

[GIT PULL] i.MX fixes
 2012-06-08  8:23 UTC  (2+ messages)

[GIT PULL] more i.MX clock fixes
 2012-06-08  8:21 UTC  (2+ messages)

[PATCH] ARM: highbank: Add smc calls to enable/disable the L2
 2012-06-08  8:21 UTC  (4+ messages)
` [PATCH v2] "

[GIT PULL] LED CPU trigger driver and ARM LED code consolidation
 2012-06-08  8:20 UTC  (3+ messages)

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

Overriding/concatenating kernel command-line with bootargs from dtb?
 2012-06-08  7:55 UTC 

[PATCH] media: mx2_camera: Add YUYV output format
 2012-06-08  6:51 UTC  (2+ messages)

[PATCH v3 0/9] Add clk_prepare/clk_unprepare
 2012-06-08  4:54 UTC  (5+ messages)
` [PATCH v3 8/9] ASoC: tegra: add clk_prepare/clk_unprepare

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

[PATCH 3/3] ASoC: follow the updated samsung DMA common operations
 2012-06-07 23:45 UTC  (2+ messages)

Freescale fec.c driver breakage
 2012-06-07 23:36 UTC  (6+ 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 

[PATCH 1/3] spi-orion: add device tree binding
 2012-06-07 20:27 UTC  (4+ messages)

[PATCH] ARM: mx35: add WEIM register addresses
 2012-06-07 19:24 UTC  (4+ messages)

[PATCH 0/2] A couple of imx6q clock patches
 2012-06-07 19:03 UTC  (4+ messages)

[GIT PULL] imx fixes for v3.5-rc
 2012-06-07 19:01 UTC  (2+ messages)

[PATCH 7/7 v2] ARM: nomadik: register the MMC/SD device
 2012-06-07 17:57 UTC 

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

[PATCH] ARM: bpf_jit: BPF_S_ANC_ALU_XOR_X support
 2012-06-07 15:40 UTC 

[PATCH] ARM: s3c24xx: remove unused header
 2012-06-07 14:15 UTC 

[PATCH V2 0/3] i2c-nomadik changes
 2012-06-07 13:53 UTC  (4+ messages)
` [PATCH V2 1/3] i2c-nomadik: move header to <linux/platform_data/i2c-nomadik.h>
` [PATCH V2 2/3] i2c-nomadik: turn the platform driver to an amba driver
` [PATCH V2 3/3] i2c-nomadik: depend on ARM_AMBA, not PLAT_NOMADIK

[PATCH v2] serial: Add driver for LPC32xx High Speed UARTs
 2012-06-07 13:49 UTC 

i.MX IPU preparation patches
 2012-06-07 13:37 UTC  (7+ messages)
` [PATCH 1/2] ARM i.MX51: setup mipi

[PATCH v2] ARM: at91: add support for Telit EVK GE863-PRO3
 2012-06-07 13:21 UTC  (2+ messages)

No subject
 2012-06-07 12:45 UTC  (4+ messages)
` (no subject)

[PATCH v7] MTD: LPC32xx SLC NAND driver
 2012-06-07 12:39 UTC  (2+ messages)

[PATCH] ARM: at91: fix at91_aic_write macro
 2012-06-07 12:30 UTC  (2+ messages)

[PATCH] ARM: at91: remove two unused headers
 2012-06-07 12:16 UTC  (2+ messages)

[PATCH] pinctrl: sirf: mark of_device_id match table as __devinitconst
 2012-06-07 11:06 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;
as well as URLs for NNTP newsgroup(s).