messages from 2012-05-16 13:36:23 to 2012-05-17 15:10:10 UTC [more...]
[PATCH v2 0/6] mmc: dw_mmc: add support for device tree based instantiation
2012-05-17 15:10 UTC (6+ messages)
` [PATCH v2 1/6] mmc: dw_mmc: convert copy of struct device in struct dw_mci to a reference
` [PATCH v2 2/6] mmc: dw_mmc: allow probe to succeed even if one slot is initialized
` [PATCH v2 3/6] mmc: dw_mmc: lookup for optional biu and ciu clocks
` [PATCH v2 4/6] mmc: dw_mmc: add quirk to indicate missing write protect line
` [PATCH v2 5/6] mmc: dw_mmc: add device tree support
linux-next: manual merge of the arm-soc tree with the staging tree
2012-05-17 15:06 UTC (10+ messages)
` [PATCH] ARM: at91: Add ADC driver to at91sam9260/at91sam9g20 dtsi files
[PATCH v4 0/7] cleanup imx5 idle, add imx5/6 cpuidle
2012-05-17 14:47 UTC (10+ messages)
` [PATCH v4 3/7] ARM: imx: clean and consolidate imx5 suspend and idle code
` [PATCH v4 4/7] ARM: imx: Enable imx53 low power idle
` [PATCH v4 5/7] ARM: imx: Add common imx cpuidle init functionality
[RFC] pl08x: don't use dma_slave_config direction argument
2012-05-17 14:30 UTC (11+ messages)
[PATCH V3 1/2] of: Add generic device tree DMA helpers
2012-05-17 14:16 UTC (36+ messages)
[PATCH 00/18] DT enablement for Snowball
2012-05-17 13:45 UTC (19+ messages)
` [PATCH 01/18] i2c: Add Device Tree support to the Nomadik I2C driver
` [PATCH 02/18] ARM: ux500: Remove unused i2c platform_data initialisation code
` [PATCH 03/18] ARM: ux500: Provide auxdata to be used as name base clock search for nmk-i2c
` [PATCH 04/18] ARM: ux500: CONFIG: Compile in support for leds-gpio
` [PATCH 05/18] ARM: ux500: Enable the user LED on Snowball via Device Tree
` [PATCH 06/18] mfd: ab8500: Remove confusing ab8500-i2c file and merge into ab8500-core
` [PATCH 07/18] ARM: ux500: PRCMU related configuration and layout corrections for Device Tree
` [PATCH 08/18] mfd: Enable Device Tree for ab8500-core driver
` [PATCH 09/18] regulator: ab8500: Split up probe() into manageable pieces
` [PATCH 10/18] ARM: ux500: Add support for ab8500 regulators into the Device Tree
` [PATCH 11/18] regulator: Enable the ab8500 for "
` [PATCH 12/18] ARM: ux500: Disable platform setup of the ab8500 when DT is enabled
` [PATCH 13/18] ARM: ux500: Apply ab8500-debug node do the db8500 DT structure
` [PATCH 14/18] mfd: Enable ab8500-debug when Device Tree is enabled
` [PATCH 15/18] mfd: Prevent unassigned pointer from being used in ab8500-gpadc driver
` [PATCH 16/18] ARM: ux500: Add a ab8500-gpadc node to the db8500 Device Tree
` [PATCH 17/18] mfd: Enable ab8500-gpadc driver for "
` [PATCH 18/18] ARM: ux500: Add support for input/ponkey into the db8500's "
[PATCH v2 0/2] regulator: Add initial suport for max77686
2012-05-17 13:39 UTC (3+ messages)
` [PATCH v2 1/2] mfd: Add support for MAX77686
` [PATCH v2 2/2] regulator: "
[PATCHv10 00/11] ARM: DMA-mapping framework redesign
2012-05-17 13:14 UTC (12+ messages)
` [PATCHv10 01/11] common: add dma_mmap_from_coherent() function
` [PATCHv10 02/11] ARM: dma-mapping: use dma_mmap_from_coherent()
` [PATCHv10 03/11] ARM: dma-mapping: use pr_* instread of printk
` [PATCHv10 04/11] ARM: dma-mapping: introduce DMA_ERROR_CODE constant
` [PATCHv10 05/11] ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
` [PATCHv10 06/11] ARM: dma-mapping: use asm-generic/dma-mapping-common.h
` [PATCHv10 07/11] ARM: dma-mapping: implement dma sg methods on top of any generic dma ops
` [PATCHv10 08/11] ARM: dma-mapping: move all dma bounce code to separate dma ops structure
` [PATCHv10 09/11] ARM: dma-mapping: remove redundant code and do the cleanup
` [PATCHv10 10/11] ARM: dma-mapping: use alloc, mmap, free from dma_ops
` [PATCHv10 11/11] ARM: dma-mapping: add support for IOMMU mapper
[PATCH v7 0/3] Add PMECC support for at91 nand flash driver
2012-05-17 12:55 UTC (11+ messages)
` [PATCH v7 3/3] MTD: atmel_nand: Update driver to support Programmable Multibit ECC controller
[PATCH 0/2] ARM: at91: allow all boards to use atmel-mci driver
2012-05-17 12:45 UTC (4+ messages)
` [PATCH 1/2] ARM: at91: add atmel-mci support for chips and boards which can use it
` [PATCH 2/2] mmc: at91-mci: this driver is now deprecated
[PATCH 0/4] mmc: atmel-mci: add support for old mci IPs
2012-05-17 12:43 UTC (2+ messages)
[PATCH 0/2] ARM: S3C64xx: cpuidle cleanups
2012-05-17 12:28 UTC (7+ messages)
` [PATCH 1/2] ARM: s3c64xx: cpuidle - declare the states with the new api
` [PATCH 2/2] ARM: s3c64xx: cpuidle - use timekeeping wrapper
[PATCH] arm/dts: OMAP4: Add Variscite OMAP4 System-On-Modeule support
2012-05-17 12:17 UTC
[PATCHv2 0/4] ARM: replace custom consistent dma region with vmalloc
2012-05-17 10:54 UTC (5+ messages)
` [PATCHv2 1/4] mm: vmalloc: use const void * for caller argument
` [PATCHv2 2/4] mm: vmalloc: export find_vm_area() function
` [PATCHv2 3/4] mm: vmalloc: add VM_DMA flag to indicate areas used by dma-mapping framework
` [PATCHv2 4/4] ARM: dma-mapping: remove custom consistent dma region
[PATCH] ARM: omap: clock: Get rid of unwanted clkdm assocations within clks
2012-05-17 10:24 UTC
[PATCH 0/2] clk: Add support for more default divider types
2012-05-17 10:22 UTC (3+ messages)
` [PATCH 1/2] clk: Add support for power of two type dividers
` [PATCH 2/2] clk: Add support for rate table based dividers
[PATCH v3 0/6] ARM: OMAP2+: PM: introduce the power domains functional states
2012-05-17 10:04 UTC (5+ messages)
` [PATCH 2/6] ARM: OMAP2+: PM: introduce "
[GIT PULL] i.MX common clock fixes
2012-05-17 9:41 UTC
[PATCH] clk: wm831x: Add initial WM831x clock driver
2012-05-17 9:04 UTC
[PATCHv2 00/19] ARM: OMAP4: device off support
2012-05-17 8:52 UTC (39+ messages)
` [PATCHv2 01/19] ARM: OMAP4: PM: powerdomain: Add HWSAR flag to L3INIT
` [PATCHv2 02/19] ARM: OMAP4: Add SAR ROM base address
` [PATCHv2 03/19] ARM: OMAP4: PM: Add device-off support
` [PATCHv2 04/19] ARM: OMAP4: PM: save/restore all DPLL settings in OFF mode
` [PATCHv2 05/19] ARM: OMAP4: PM: save/restore all CM1/2 "
` [PATCHv2 06/19] ARM: OMAP4: PM: Add SAR backup support towards device OFF
` [PATCHv2 10/19] ARM: OMAP4: PM: Work-around for ROM code BUG of IVAHD/TESLA
` [PATCHv2 11/19] ARM: OMAP4: PM: save/restore CM L3INSTR registers when MPU hits OSWR/OFF mode
` [PATCHv2 12/19] ARM: OMAP4: PM: update ROM return address for OSWR and OFF
` [PATCHv2 13/19] ARM: OMAP4: PM: Mark the PPI and SPI interrupts as non-secure for GP
` [PATCHv2 14/19] ARM: OMAP4: wakeupgen: enable clocks for save_secure_all
` [PATCHv2 15/19] ARM: OMAP4430: PM: workaround for DDR corruption on second CS
` [PATCHv2 17/19] ARM: OMAP4: put cpu1 back to sleep if no wake request
` [PATCHv2 18/19] ARM: OMAP4460: wakeupgen: set GIC_CPU0 backup status flag always
Compile err with raumfeld_defconfig
2012-05-17 7:49 UTC (4+ messages)
[PATCH 0/2] Fix basic_mmio_gpio shadow initialization
2012-05-17 7:35 UTC (3+ messages)
` [PATCH 1/2] gpio/generic: initialize basic_mmio_gpio shadow variables properly
` [PATCH 2/2] gpio/mxc: remove basic_mmio_gpio shadow fixup
L1 & L2 cache flush sequence on CortexA5 MPcore w.r.t low power modes
2012-05-17 7:30 UTC (13+ messages)
[PATCH v3 0/7] ARM: davinci: add support for the am1808 based enbw_cmc board
2012-05-17 7:21 UTC (5+ messages)
` [PATCH v3 4/7] ARM: davinci: net: davinci_emac: add OF support
linux-next: manual merge of the akpm tree with the arm-soc tree
2012-05-17 7:18 UTC
[PATCH v2] serial: samsung: Fixed wrong comparison for baudclk_rate
2012-05-17 6:55 UTC (3+ messages)
[GIT PULL] Samsung devel-2 for v3.5
2012-05-17 6:52 UTC (5+ messages)
[PATCH 1/2] ARM: EXYNOS: cosmetic: Rename exynos4 to exynos4210 in USB phy code
2012-05-17 6:47 UTC (2+ messages)
[PATCHv5 0/8] ARM: OMAP4: core retention support
2012-05-17 6:46 UTC (11+ messages)
` [PATCHv5 3/8] ARM: OMAP4460: Workaround for ROM bug because of CA9 r2pX gic control register change
` [PATCHv5 8/8] ARM: OMAP4: PM: Added option for enabling OSWR
[GIT PULL] Samsung usb stuff for v3.5
2012-05-17 6:45 UTC
usb, davinci: usb 2.0 problem on an am1808 based board
2012-05-17 6:37 UTC (2+ messages)
[GIT PULL] ARM: SoC fixes for 3.4
2012-05-17 5:16 UTC
[PATCH] ARM: PRIMA2: fix irq domain size and IRQ mask of internal interrupt controller
2012-05-17 4:53 UTC (2+ messages)
[GIT PULL] SPEAr pinctrl updates for v-3.5
2012-05-17 4:26 UTC (5+ messages)
[PATCH] pinctrl: mxs: add gpio range support
2012-05-17 3:14 UTC (5+ messages)
[PATCH v1 0/7] preliminary work for adding imx6q_sabrelite usb support
2012-05-17 2:41 UTC (10+ messages)
` [PATCH v1 4/7] usb: chipidea: add imx driver binding
[PATCH RFC 1/1] pinctrl: improve gpio support for dt
2012-05-17 2:24 UTC (3+ messages)
[PATCH v2 0/2] Highbank clock support using DT
2012-05-17 2:02 UTC (3+ messages)
` [PATCH v2 1/2] dt: add clock binding doc to primecell bindings
` [PATCH v2 2/2] clk: add highbank clock support
[PATCH RESEND] Documentation: devicetree: Fix value format description
2012-05-17 1:09 UTC (2+ messages)
[GIT PULL][for 3.5] clk-next update
2012-05-16 21:17 UTC (5+ messages)
[PATCH RESEND v9 1/2] gpio: Adjust of_xlate API to support multiple GPIO chips
2012-05-16 20:40 UTC (2+ messages)
` [PATCH RESEND v9 2/2] gpio: Device tree support for LPC32xx
[PATCH] arm: Add basic support for new Marvell Armada SoC family
2012-05-16 20:34 UTC (18+ messages)
` [PATCH 2/8] arm: mach-armada: add source files
[PATCH RESEND v3 1/2] input: keyboard: Add keys driver for the LPC32xx SoC
2012-05-16 20:25 UTC (2+ messages)
` [PATCH RESEND v3 2/2] ARM: LPC32xx: Make platform use key driver
[PATCH] gpio/generic: initialize the shadow of direction register
2012-05-16 16:21 UTC (15+ messages)
A good sub-architecture to base new ports on?
2012-05-16 15:57 UTC (2+ messages)
[PATCH] pinctrl: Add generic pinctrl-simple driver that supports omap2+ padconf
2012-05-16 15:53 UTC (16+ messages)
[PATCH 1/2] pinctrl: pinctrl-imx: add imx53 pinctrl driver
2012-05-16 15:35 UTC (6+ messages)
[PATCH] ARM: mv78xx0: Fix compiler error in pcie.c
2012-05-16 15:09 UTC (2+ messages)
[PATCH RFC] clk: add table lookup to mux
2012-05-16 14:31 UTC
[PATCH] mmc: atmel-mci: fix burst/chunk size modification
2012-05-16 14:00 UTC (2+ messages)
[RFC PATCH 0/8 V8] MXS: Add i.MX28 USB Host driver
2012-05-16 13:41 UTC (10+ messages)
` [PATCH 5/8] MXS: Add USB PHY driver
` [PATCH 6/8] CI13xxx: Add i.MX233/i.MX28 binding code
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).