linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-28 17:01:30 to 2012-06-29 12:57:18 UTC [more...]

[RFC PATCH 0/3] I2C: Report the actual transferred bytes
 2012-06-29 12:57 UTC  (7+ messages)
` [RFC PATCH 1/3] i2c: add 'actual' field to struct i2c_msg
` [RFC PATCH 2/3] i2c: omap: implement handling for 'actual' bytes transferred
` [RFC PATCH 3/3] i2c: inititalise the actual transferred to zero

[PATCH v10] MTD: LPC32xx MLC NAND driver
 2012-06-29 12:56 UTC  (3+ messages)

[PATCH] I2C: OMAP: fix runtime PM get/put balance on error
 2012-06-29 12:55 UTC  (3+ messages)

[PATCH 1/1] ARM: OMAP3: PM: don't explicitly enable the IO-chain interrupt
 2012-06-29 12:55 UTC  (2+ messages)

[PATCH 1/3] ARM: imx6q: add clocks for gpmi-nand
 2012-06-29 12:53 UTC  (25+ messages)
` [PATCH 2/3] ARM: imx6q: add DT node for gpmi nand
` [PATCH 3/3] mtd: gpmi: change the code for clocks

RF231 transceiver on at91sam9g20ek board
 2012-06-29 12:53 UTC  (6+ messages)

[PATCH] ARM: fiq: change FIQ_START to a variable
 2012-06-29 12:45 UTC  (4+ messages)

[PATCH-V3 0/3] ARM: OMAP2+: Cleanup series in order to remove ARCH_OMAPx dependency
 2012-06-29 12:44 UTC  (6+ messages)
` [PATCH-V3 3/3] ARM: OMAP2+: CLEANUP: Remove unnecessary ifdef around __omap2_set_globals

[PATCH 1/2] MXS: Set I2C timing registers for mxs-i2c
 2012-06-29 12:05 UTC  (12+ messages)
` [PATCH 2/2] MXS: Implement DMA support into mxs-i2c

[PATCH 0/3] Add ability to set defaultless network device MAC addresses to deterministic computed locally administered values
 2012-06-29 12:03 UTC  (13+ messages)
` [PATCH 1/3] OMAP2+: add cpu id register to MAC address helper
` [PATCH 2/3] OMAP2+ devices add mac address allocation register api
` [PATCH 3/3] OMAP4 PANDA register ethernet and wlan for automatic mac allocation

[PATCH] ARM: pxa: hx4700: Use DEFINE_RES_* macros consistently
 2012-06-29 12:01 UTC 

[PATCH v2] mtd mxc_nand: use 32bit copy functions
 2012-06-29 11:46 UTC  (2+ messages)

[BUILD BREAKAGE] versatile, LEDS updates
 2012-06-29 11:45 UTC  (2+ messages)

[PATCH] Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()
 2012-06-29 11:38 UTC  (3+ messages)
` [RFC PATCH] Avoid aliasing mappings in DMA coherent allocator

[PATCH 1/2] mtd mxc_nand: use 32bit copy functions
 2012-06-29 11:34 UTC  (7+ messages)

[PATCH 5/5] at91: Add new board
 2012-06-29 11:32 UTC 

[PATCH V2] MXS: Add DT binding support into stmp3xxx-rtc
 2012-06-29 11:32 UTC  (5+ messages)

[PATCH-V2] ARM: OMAP: cpu: Make cpu_class_is_omap2 true for all non-omap1 platforms
 2012-06-29 11:28 UTC 

how to specify dma_mask and coherent_dma_mask in hwmod
 2012-06-29 11:23 UTC  (6+ messages)

[PATCH v8 00/14] add imx usb driver based on Greg next tree
 2012-06-29 11:15 UTC  (17+ messages)
` [PATCH v8 01/14] usb: chipidea: remove unneeded NULL check
` [PATCH v8 02/14] usb: chipidea: drop useless arch-check
` [PATCH v8 03/14] usb: chipidea: msm: add missing section annotation
` [PATCH v8 04/14] usb: chipidea: msm: add remove method
` [PATCH v8 05/14] USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_data
` [PATCH v8 06/14] USB: Chipidea: rename struct ci13xxx variables from udc to ci
` [PATCH v8 07/14] USB: Chipidea: add unified ci13xxx_{add, remove}_device for platform drivers
` [PATCH v8 08/14] USB: Chipidea: add ci13xxx device id management
` [PATCH v8 09/14] usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of Kconfig
` [PATCH v8 10/14] usb: otg: add notify_connect/notify_disconnect callback
` [PATCH v8 11/14] USB: notify phy when root hub port connect change
` [PATCH v8 12/14] usb: chipidea: permit driver bindings pass phy pointer
` [PATCH v8 13/14] usb: otg: add basic mxs phy driver support
` [PATCH v8 14/14] usb: chipidea: add imx platform driver
` [PATCH v9 00/14] add imx usb driver based on Greg next tree

[PATCH] common: dma-mapping: add support for generic dma_mmap_* calls
 2012-06-29 11:09 UTC  (2+ messages)

[PATCH 1/4] mtd: lpc32xx_slc: Select AMBA_PL08X in Kconfig
 2012-06-29 10:37 UTC  (3+ messages)
` [PATCH 2/4] mtd: lpc32xx_slc: Make wp gpio optional

[PATCH v13 0/2] MTD: at91: Add PMECC support for at91 nand flash driver
 2012-06-29 10:36 UTC  (4+ messages)
` [PATCH v13 1/2] MTD: at91: add dt parameters for Atmel PMECC
` [PATCH v13 2/2] MTD: at91: atmel_nand: Update driver to support Programmable Multibit ECC controller

[PATCHv3 00/17] I2C Big cleanup
 2012-06-29 10:13 UTC  (18+ messages)
` [PATCHv3 01/17] i2c: omap: switch to devm_* API
` [PATCHv3 02/17] i2c: omap: simplify num_bytes handling
` [PATCHv3 03/17] i2c: omap: decrease indentation level on data handling
` [PATCHv3 04/17] i2c: omap: add blank lines
` [PATCHv3 05/17] i2c: omap: simplify omap_i2c_ack_stat()
` [PATCHv3 06/17] i2c: omap: split out [XR]DR and [XR]RDY
` [PATCHv3 07/17] i2c: omap: improve i462 errata handling
` [PATCHv3 08/17] i2c: omap: re-factor receive/transmit data loop
` [PATCHv3 09/17] i2c: omap: switch over to do {} while loop
` [PATCHv3 10/17] i2c: omap: ack IRQ in parts
` [PATCHv3 11/17] i2c: omap: switch to platform_get_irq()
` [PATCHv3 12/17] i2c: omap: bus: add a receiver flag
` [PATCHv3 13/17] i2c: omap: simplify errata check
` [PATCHv3 14/17] i2c: omap: always return IRQ_HANDLED
` [PATCHv3 15/17] i2c: omap: simplify IRQ exit path
` [PATCHv3 16/17] i2c: omap: resize fifos before each message
` [PATCHv3 17/17] i2c: omap: get rid of the "complete" label

[PATCH v2 0/4] usb: chipidea: fix error handling and add dr_role property
 2012-06-29  9:29 UTC  (6+ messages)
` [PATCH v2 3/4] usb: chipidea: ci13xxx-imx: add "dr_mode" property to device tree bindings

[PATCH v2 0/2] flexcan driver updates
 2012-06-29  9:27 UTC  (7+ messages)
` [PATCH v2 2/2] net: flexcan: add transceiver switch gpios support

[RFC PATCH] gpio: Add a generic GPIO handling driver
 2012-06-29  9:21 UTC 

How to use ARM ETM/ETB at linux?
 2012-06-29  9:20 UTC  (5+ messages)

[PATCH 1 of 2] ARM: imx: make ehci power/oc polarities configurable
 2012-06-29  9:16 UTC  (2+ messages)

[PATCH] ARM: imx: fix i.MX35 CPU architecture
 2012-06-29  9:15 UTC  (3+ messages)

[PATCH v12 0/2] MTD: at91: Add PMECC support for at91 nand flash driver
 2012-06-29  9:09 UTC  (4+ messages)

[PATCH v8 00/14] add imx usb driver based on Greg next tree
 2012-06-29  9:04 UTC  (5+ messages)
` [PATCH v8 13/14] usb: otg: add basic mxs phy driver support
` [PATCH v8 14/14] usb: chipidea: add imx platform driver

[PATCH 0/6] Port Tegra to generic clk framework
 2012-06-29  8:34 UTC  (10+ messages)
` [PATCH 2/6] ARM: tegra20: Separate out clk ops and clk data
` [PATCH 4/6] ARM: tegra: Add clk_tegra structure and helper functions
` [PATCH 5/6] ARM: tegra: Port tegra to generic clock framework

[PATCH 1/8] mmc: spi: Move SSP register definitions into separate file
 2012-06-29  8:23 UTC  (8+ messages)
` [PATCH 2/8] mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSP
` [PATCH 3/8] mmc: spi: Add necessary bits into mxs-spi.h
` [PATCH 4/8] mmc: spi: Pull out parts shared between MMC and SPI
` [PATCH 5/8] mmc: spi: Pull out the SSP clock configuration function
` [PATCH 6/8] mmc: spi: Add SPI driver for mx233/mx28
` [PATCH 7/8] mmc: spi: Pull out common DMA parts from MXS MMC
` [PATCH 8/8] mmc: spi: Add DMA support into SPI driver

[PATCH 1/2] remoteproc: maintain a generic child device for each rproc
 2012-06-29  8:13 UTC  (4+ messages)

[PATCH] ARM: clps711x: Remove the setting of the time
 2012-06-29  7:42 UTC 

[PATCH 2/2] MFD: mc13xxx workaround SPI hardware bug on i.Mx
 2012-06-29  7:41 UTC  (3+ messages)

[PATCHv2] ARM: dts: cfa10036: Add Power LED to the CFA-10036 board
 2012-06-29  7:39 UTC 

[PATCH v2] ARM: Orion: Fix WDT compile for Dove and MV78xx0
 2012-06-29  7:25 UTC 

[PATCH v5 0/3] Prepare for GPMC driver conversion
 2012-06-29  6:38 UTC  (9+ messages)
` [PATCH v5 3/3] ARM: OMAP2+: onenand: prepare for gpmc driver migration

[PATCH 0/2] ARM: OMAP: few more PM fixes for v3.5-rc
 2012-06-29  6:33 UTC  (4+ messages)
` [PATCH 1/2] ARM: OMAP2: Overo: init I2C before MMC to fix MMC suspend/resume failure
` [PATCH 2/2] ARM: OMAP4: TWL6030: ensure sys_nirq1 is mux'd and wakeup enabled

[PATCH v2] clk: Add support for rate table based dividers
 2012-06-29  6:31 UTC  (4+ messages)

[PATCH] I2C: OMAP: xfer: fix runtime PM get/put balance on error
 2012-06-29  5:47 UTC  (4+ messages)

commit "ARM: dma-mapping: remove custom consistent dma region"
 2012-06-29  5:22 UTC  (2+ messages)

[PATCHv4 2/2] ARM: dma-mapping: remove custom consistent dma region
 2012-06-29  5:14 UTC  (2+ messages)
` [PATCH] ARM: dma-mapping: fix build break on no-MMU platform

Panda ES board hang when using GPIO as interrupt
 2012-06-29  4:07 UTC  (14+ messages)

[PATCH 0/3 V1] add 88pm80x mfd driver
 2012-06-29  2:56 UTC  (8+ messages)
` [PATCH 1/3] mfd: support 88pm80x in 80x driver

[PATCHv11 0/6] I2C cleanups
 2012-06-29  1:34 UTC  (4+ messages)
` [PATCHv11 3/6] i2c: omap: Do not initialise the completion everytime

[PATCH] ARM: imx28: Add Power LED to the crystalfontz CFA-10036 board
 2012-06-29  1:20 UTC  (2+ messages)

[PATCH] ARM: mxs/tx28: fix odd include
 2012-06-29  0:57 UTC  (2+ messages)

[PATCH] davinci_cpdma: include linux/module.h
 2012-06-29  0:03 UTC  (2+ messages)

[GIT PULL] Samsung fixes-1 for v3.5
 2012-06-28 23:39 UTC 

[PATCH v2] ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset fix issues
 2012-06-28 23:12 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] ARM: tegra: use of_default_bus_match_table
 2012-06-28 22:32 UTC 

[PATCH 7/7] ARM: mxs: Add SPI driver for mx233/mx28
 2012-06-28 22:09 UTC 

[PATCH] ARM: Orion: Fix WDT compile for Dove and MV78xx0
 2012-06-28 20:50 UTC  (2+ messages)

[PATCH V2 5/6] x86: add CONFIG_ARM_AMBA, selected by STA2X11
 2012-06-28 20:06 UTC  (2+ messages)

[PATCH 0/2] ARM: OMAP2+: GPMC: Show correct frequency for OneNAND devices using async mode
 2012-06-28 18:41 UTC  (3+ messages)
` [PATCH 1/2] ARM: OMAP2+: GPMC: Remove unused OneNAND get_freq() platform function
` [PATCH 2/2] ARM: OMAP2+: GPMC: Show correct frequency for OneNAND devices using async mode

[PATCH v5] arm: Add basic support for new Marvell Armada 370 and Armada XP SoC
 2012-06-28 18:07 UTC  (4+ messages)
` [PATCH v5 3/9] arm: mach-mvebu: add source files

[PATCH] [RESEND] arm: limit memblock base address for early_pte_alloc
 2012-06-28 17:50 UTC  (5+ messages)

[PATCH] MAINTAINERS: add OMAP CPUfreq driver to OMAP Power Management section
 2012-06-28 17:20 UTC 


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