messages from 2011-01-01 10:36:08 to 2011-01-04 06:20:52 UTC [more...]
[PATCH v8 00/15] ARM: mxs: Add initial support for MX23 and MX28
2011-01-04 6:20 UTC (8+ messages)
` [PATCH] ARM: mxs: Change duart device to use amba-pl011
` [PATCH v4] "
[PATCH 15/23] Alternative mmc structure to support pxa168, pxa910, mmp2 family SD
2011-01-04 6:10 UTC (8+ messages)
[PATCH] Trivial: ARM: pxa168: Bug fix - correct UART DMA channels
2011-01-04 6:07 UTC
mc13xxx-core, support for i2c, V4
2011-01-04 5:34 UTC (5+ messages)
` [PATCH v4 1/4] mc13xxx-core: Prepare for separate spi and i2c backends
` [PATCH v4 2/4] mc13xxx-core: Kconfig: Config menu driven by specific IC type
` [PATCH v4 3/4] mc13xxx-core: Move spi specific code into separate module
` [PATCH v4 4/4] mc13xxx-core: Add i2c driver
[PATCH 1/2] arm/pxa: fix build of it8152
2011-01-04 4:00 UTC (5+ messages)
` [PATCH 2/2] arm/pxa: buildfix for pam27x without fb
[PATCH V2] ARM: S5PV310: Implement kernel timers using MCT
2011-01-04 2:18 UTC
mc13xxx core support for i2c
2011-01-04 1:01 UTC (2+ messages)
[PATCH 06/13] DMAENGINE: driver for the ARM PL080/PL081 PrimeCells
2011-01-04 0:41 UTC (17+ messages)
still nfs problems [Was: Linux 2.6.37-rc8]
2011-01-04 0:22 UTC (5+ messages)
[PATCH v5] davinci: Add additional JTAG code for AM-1808 and OMAP-L138 Rev 2.0 SoCs From: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
2011-01-03 23:53 UTC (5+ messages)
[PATCH 00/48] PL08x DMA
2011-01-03 22:46 UTC (49+ messages)
` [PATCH 01/48] ARM: PL08x: fix spelling errors
` [PATCH 02/48] ARM: PL08x: fix array overflow in dma_set_runtime_config()
` [PATCH 03/48] ARM: PL08x: fix atomic_t usage and tx_submit() return value range
` [PATCH 04/48] ARM: PL08x: fix locking in tasklet
` [PATCH 05/48] ARM: PL08x: fix a leak when preparing TXDs
` [PATCH 06/48] ARM: PL08x: fix missed spin-unlock in pl08x_issue_pending()
` [PATCH 07/48] ARM: PL08x: fix deadlock in terminate_all
` [PATCH 08/48] ARM: PL08x: fix sparse warnings
` [PATCH 09/48] ARM: PL08x: add comment explaining the flow control methods
` [PATCH 10/48] ARM: PL08x: improve the announcement printk
` [PATCH 11/48] ARM: PL08x: prefix hex numbers with 0x
` [PATCH 12/48] ARM: PL08x: remove unnecessary includes
` [PATCH 13/48] ARM: PL08x: remove unnecessary NULL and BUG checks
` [PATCH 14/48] ARM: PL08x: remove circular buffer support
` [PATCH 15/48] ARM: PL08x: constify vendor data pointers
` [PATCH 16/48] ARM: PL08x: avoid 'void *' struct fields when we can type them properly
` [PATCH 17/48] ARM: PL08x: consolidate common txd initialization
` [PATCH 18/48] ARM: PL08x: consolidate physical channel release code
` [PATCH 19/48] ARM: PL08x: ensure loops use cpu_relax()
` [PATCH 20/48] ARM: PL08x: don't assume that the LLI pointer has the bus bit clear
` [PATCH 21/48] ARM: PL08x: don't try to use llis_bus as a pointer
` [PATCH 22/48] ARM: PL08x: use 'size_t' for lengths
` [PATCH 23/48] ARM: PL08x: use 'u32' for LLI structure members, not dma_addr_t
` [PATCH 24/48] ARM: PL08x: rename lli.next to lli.lli
` [PATCH 25/48] ARM: PL08x: clean up LLI lookup
` [PATCH 26/48] ARM: PL08x: combine functions to start DMA into one function
` [PATCH 27/48] ARM: PL08x: avoid duplicating registers in txd and phychan structures
` [PATCH 28/48] ARM: PL08x: move ccfg into txd structure
` [PATCH 29/48] ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel()
` [PATCH 30/48] ARM: PL08x: move default cctl into txd structure
` [PATCH 31/48] ARM: PL08x: move cctl increment and protection setup to prep_slave_sg
` [PATCH 32/48] ARM: PL08x: move AHB master port selection into prep_* functions
` [PATCH 33/48] ARM: PL08x: allow AHB master port selection to be configured
` [PATCH 34/48] ARM: PL08x: move callback outside spinlock'd region
` [PATCH 35/48] ARM: PL08x: make pl08x_fill_lli_for_desc() return void
` [PATCH 36/48] ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addr
` [PATCH 37/48] ARM: PL08x: use min() to calculate target_len
` [PATCH 38/48] ARM: PL08x: fix fill_bytes calculation
` [PATCH 39/48] ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fill
` [PATCH 40/48] ARM: PL08x: shrink srcbus/dstbus in txd structure
` [PATCH 41/48] ARM: PL08x: store prep_* flags in async_tx structure
` [PATCH 42/48] ARM: PL08x: implement unmapping of memcpy buffers
` [PATCH 43/48] ARM: PL08x: rename 'desc_list' as 'pend_list'
` [PATCH 44/48] ARM: PL08x: put txd's on the pending list in pl08x_tx_submit()
` [PATCH 45/48] ARM: PL08x: introduce 'phychan_hold' to hold on to physical channels
` [PATCH 46/48] ARM: PL08x: fix locking between prepare function and submit function
` [PATCH 47/48] ARM: PL08x: allow dma_set_runtime_config() to return errors
` [PATCH 48/48] ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channels
[PATCH 0/2] OMAP: TWL: sparse fixes
2011-01-03 22:39 UTC (5+ messages)
` [PATCH 1/2] OMAP2+: TWL: make conversion routines static
` [PATCH 2/2] OMAP2+: TWL: include pm header for init protos
[PATCH v11 0/6] Add Omapl138-Hawkboard support
2011-01-03 22:24 UTC (2+ messages)
dmaengine: fix dma_unmap (was: Re: [PATCH 06/13] DMAENGINE: driver for the ARM PL080/PL081 PrimeCells)
2011-01-03 21:26 UTC (3+ messages)
Git pull request: ux500-core for the v2.6.38 merge window
2011-01-03 21:18 UTC (5+ messages)
[PATCH v5 1/3] ARM: add CPPI 4.1 DMA support
2011-01-03 20:49 UTC (9+ messages)
[PATCH] ARM: imx/mx27_3ds: Add PMIC support
2011-01-03 20:17 UTC (2+ messages)
[PATCH] ARM: sched_clock: improve mult/shift accuracy with high frequency clocks
2011-01-03 19:56 UTC (7+ messages)
ks8695_gettimeoffset
2011-01-03 19:55 UTC (5+ messages)
[PATCH] OMAP3+: sr_device: include pm header
2011-01-03 19:35 UTC
[PATCH] Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()
2011-01-03 18:28 UTC (5+ messages)
` [RFC PATCH] Avoid aliasing mappings in DMA coherent allocator
[RFC] Fixing CPU Hotplug for RealView Platforms
2011-01-03 18:03 UTC (4+ messages)
[PATCH 0/7] PL011 DMA support
2011-01-03 16:30 UTC (11+ messages)
` [PATCH 1/7] ARM: PL011: include revision number in boot-time port printk
` [PATCH 2/7] ARM: PL011: Ensure error flags are clear at startup
` [PATCH 3/7] ARM: PL011: Allow better handling of vendor data
` [PATCH 4/7] ARM: PL011: Separate hardware FIFO size from TTY FIFO size
` [PATCH 5/7] ARM: PL011: Ensure IRQs are disabled in UART interrupt handler
` [PATCH 6/7] ARM: PL011: Add support for transmit DMA
` [PATCH 7/7] ARM: PL011: add DMA burst threshold support for ST variants
[GIT PULL] pxa: 3 fixes for 2.6.37-rc8
2011-01-03 15:48 UTC
bad pmd
2011-01-03 15:47 UTC (11+ messages)
` [PATCH] [ARM] pxa: fix page table corruption on resume
[PATCH] [ARM] it8152: add IT8152_LAST_IRQ definition to fix build error
2011-01-03 15:43 UTC (2+ messages)
[PATCH v2] i.MX51 Framebuffer support
2011-01-03 15:42 UTC (3+ messages)
` [PATCH 3/9] Add a mfd IPUv3 driver
[PATCH 02/04] ARM i.MX25 Add SIM driver
2011-01-03 15:29 UTC (7+ messages)
[patch 0/5] iMX51 usb fixes
2011-01-03 14:38 UTC (10+ messages)
` [patch 1/5] ehci-mxc: Enable vbus later
` [patch 2/5] ulpi: handle ULPI_OTG_CTRL_CHRGVBUS
zaurus bluetooth regression
2011-01-03 14:17 UTC (4+ messages)
[PATCH 1/2] davinci: Support disabling modem status interrupts on SOC UARTS
2011-01-03 13:28 UTC (3+ messages)
[PATCH v4] davinci: Support various speedgrades for MityDSP-L138 and MityARM-1808 SoMs
2011-01-03 13:21 UTC
[PATCH 2/7 v2] OMAP2430: hwmod data: Add McSPI
2011-01-03 13:20 UTC (4+ messages)
[PATCH v3] davinci: Support various speedgrades for MityDSP-L138 and MityARM-1808 SoMs
2011-01-03 13:07 UTC (2+ messages)
[PATCH v7 0/7] nand prefetch-irq support and ecc layout chanage
2011-01-03 12:25 UTC (5+ messages)
` [PATCH v7 4/7] omap3: nand: prefetch in irq mode support
` [PATCH v7 5/7] omap3: nand: configurable fifo threshold to gain the throughput
[PATCH] ARM: S3C64xx: Clear DMA_HALT upon start
2011-01-03 10:55 UTC (2+ messages)
[PATCH] sa1100: Update platform device registration
2011-01-03 10:48 UTC (2+ messages)
[PATCH 2.6.37 RESEND] sa1100: Fix platform device registration
2011-01-03 10:47 UTC (2+ messages)
[PATCH 04/04] ARM i.MX25 Add SIM 3DS PDK
2011-01-03 9:13 UTC
[PATCH 03/04] ARM i.MX25 Add SIM Device
2011-01-03 9:11 UTC
[PATCH 01/04] ARM i.MX25 Add SIM clock support
2011-01-03 8:59 UTC
[PATCH 00/04] ARM i.MX25 Add SIM driver support
2011-01-03 8:56 UTC
SRAM performance optimization (PXA270)
2011-01-03 8:31 UTC
[PATCH v2] davinci: Support various speedgrades for MityDSP-L138 and MityARM-1808 SoMs
2011-01-03 6:40 UTC (2+ messages)
[PATCH v4] davinci: Add additional JTAG code for AM-1808 and OMAP-L138 Rev 2.0 SoCs
2011-01-03 6:28 UTC (2+ messages)
[PATCH] hvc_dcc: Simplify assembly for v6 and v7 ARM
2011-01-03 5:50 UTC (7+ messages)
` [PATCH 0/3] hvc_dcc cleanups and fixes
` [PATCH 1/3] hvc_dcc: Fix bad code generation by marking assembly volatile
[PATCH V3 00/63] Updating SPEAr Support
2011-01-03 3:48 UTC (4+ messages)
` [PATCH V3 36/63] ST SPEAr : FSMC (Flexible Static Memory Controller) NOR interface driver
[PATCH 0/4] Modify configures to support Samsung ASoC dependancyless
2011-01-03 2:28 UTC (8+ messages)
` [PATCH 1/4] ARM: Kconfig: Add audio support dependency
` [alsa-devel] "
` [PATCH 2/4] ARM: SAMSUNG: Add SMDK audio configuration
` [alsa-devel] "
[PATCH 4/5] S5PC110: add MIPI-DSI Controller driver
2011-01-03 2:14 UTC (4+ messages)
[PATCH 5/5] S5PC110: add MIPI-DSI based sample lcd panel driver
2011-01-03 2:08 UTC (3+ messages)
[PATCH 3/5] S5PC110: add machine specific MIPI-DSI setup code
2011-01-03 1:48 UTC (3+ messages)
[PATCH RESEND] [ARM] Add missing include "asm/memory.h"
2011-01-03 1:28 UTC (3+ messages)
[PATCH 0/7] msm: Support for Qualcomm MSM8960
2011-01-03 1:04 UTC (7+ messages)
` [PATCH 1/7] msm: io: I/O register definitions for MSM8960
B2B年代已过去,主动才有优质客户
2011-01-02 18:09 UTC
只有参展的路吗?
2011-01-02 18:01 UTC
如何能够开发有质量的客户?
2011-01-02 18:01 UTC
[PATCH v6 00/10] OMAP: Adding Smartreflex and Voltage driver support
2011-01-02 14:28 UTC (5+ messages)
` [PATCH v6 07/10] OMAP3: PM: Adding T2 enabling of smartreflex support
[PATCH] GIC: Assign correct flow handler type in set_type callback
2011-01-02 6:26 UTC (4+ messages)
[PATCH] dw_mmc: Add Synopsys DesignWare mmc host driver
2011-01-02 6:20 UTC (3+ messages)
` [PATCH v4] "
mmci: bug in DATABLOCKEND handling?
2011-01-02 5:54 UTC
[PATCH] mmci: call flush_dcache_page() outside of atomic kmap
2011-01-02 5:20 UTC (7+ messages)
[PATCH] Fix dmaengine_submit() return type
2011-01-01 23:00 UTC
[PATCH 00/10] net/fec: add dual fec support for i.MX28
2011-01-01 13:03 UTC (8+ messages)
` [PATCH 08/10] ARM: mxs: add ocotp read function
mmci: U300 "sync with blockend" broken for multi-block?
2011-01-01 12:10 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).