public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-10 23:14:58 to 2014-06-13 16:37:14 UTC [more...]

[PATCH V2 00/19] irqchip: crossbar: driver fixes
 2014-06-13 16:37 UTC  (59+ messages)
` [PATCH V2 01/19] irqchip: crossbar: dont use '0' to mark reserved interrupts
` [PATCH V2 02/19] irqchip: crossbar: check for premapped crossbar before allocating
` [PATCH V2 03/19] irqchip: crossbar: Skip some irqs from getting mapped to crossbar
` [PATCH V2 04/19] irqchip: crossbar: Initialise the crossbar with a safe value
` [PATCH V2 05/19] irqchip: crossbar: Change allocation logic by reversing search for free irqs
` [PATCH V2 06/19] irqchip: crossbar: remove IS_ERR_VALUE check
` [PATCH V2 07/19] irqchip: crossbar: fix sparse warnings
` [PATCH V2 08/19] irqchip: crossbar: fix checkpatch warning
` [PATCH V2 09/19] irqchip: crossbar: fix kerneldoc warning
` [PATCH V2 10/19] irqchip: crossbar: DRA7: Fix unused crossbar list
` [PATCH V2 11/19] irqchip: crossbar: fix memory leak incase of invalid entry
` [PATCH V2 12/19] irqchip: crossbar: return proper error value
` [PATCH V2 13/19] irqchip: crossbar: change the goto naming
` [PATCH V2 14/19] irqchip: crossbar: set cb pointer to null in case of error
` [PATCH V2 15/19] irqchip: crossbar: Add kerneldoc for crossbar_domain_unmap callback
` [PATCH V2 16/19] irqchip: crossbar: introduce ti,max-crossbar-sources to identify valid crossbar mapping
` [PATCH V2 17/19] irqchip: crossbar: introduce centralized check for crossbar write
` [PATCH V2 18/19] Documentation: dt: OMAP: crossbar: add description for interrupt consumer
` [PATCH V2 19/19] irqchip: crossbar allow for quirky hardware with direct hardwiring of GIC

[PATCH 0/2] Add support for am437x StarterKit
 2014-06-13 16:31 UTC  (7+ messages)
` [RESEND PATCH 1/2] ARM: AM43xx: hwmod: add DSS hwmod data
` [PATCH 2/2] arm: dts: add support for AM437x StarterKit

[PATCH 00/14] arm-soc fixes for 3.16 review
 2014-06-13 16:01 UTC  (2+ messages)
` [PATCH 02/14] ARM: omap2: fix am43xx dependency on l2x0 cache

[PATCH 0/5] Handle non-secure L2C initialization on Exynos4
 2014-06-13 14:59 UTC  (5+ messages)

[PATCH] [media] staging: allow omap4iss to be modular
 2014-06-13 13:17 UTC  (21+ messages)

[PATCH 0/3] More simple-card dai node clock parameters
 2014-06-13 12:24 UTC  (5+ messages)
` [PATCH 1/3] ASoC: simple-card: Make u32 DT parameter handling 64-bit proof
` [PATCH 2/3] ASoC: simple-card: Add system-clock-direction DT parameter to dai nodes
` [PATCH 3/3] ASoC: simple-card: Add system-clock-id "

[PATCH 00/36] OMAP: GPMC: Restructure and move OMAP GPMC driver out of mach-omap2
 2014-06-13 12:08 UTC  (60+ messages)
` [PATCH 01/36] ARM: OMAP3: hwmod: Fix gpmc memory resource space
` [PATCH 02/36] ARM: dts: OMAP2+: Fix GPMC register space size
` [PATCH 03/36] ARM: OMAP2+: gpmc: Add platform data
` [PATCH 04/36] ARM: OMAP2+: gpmc: Add gpmc timings and settings to "
` [PATCH 05/36] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver
` [PATCH 06/36] mtd: nand: omap: Move gpmc_update_nand_reg to nand driver
` [PATCH 07/36] mtd: nand: omap: Move NAND write protect code from GPMC to NAND driver
` [PATCH 08/36] mtd: nand: omap: Copy platform data parameters to omap_nand_info data
` [PATCH 09/36] mtd: nand: omap: Clean up device tree support
` [PATCH 10/36] ARM: dts: OMAP2+: Fix NAND device nodes
` [PATCH 11/36] mtd: nand: omap: Update DT binding documentation
` [PATCH 12/36] ARM: dts: omap3-beagle: Add NAND device
` [PATCH 13/36] ARM: OMAP2+: gpmc.c: sanity check bank-width DT property
` [PATCH 14/36] ARM: OMAP2+: gpmc: Allow drivers to reconfigure GPMC settings & timings
` [PATCH 15/36] ARM: OMAP2+: gpmc: Allow drivers to query GPMC_CLK period
` [PATCH 16/36] mtd: onenand: omap: Remove regulator management code
` [PATCH 17/36] ARM: OMAP2+: gpmc-onenand: Use Async settings/timings by default
` [PATCH 18/36] ARM: OMAP2+: gpmc-onenand: Move Synchronous setting code to drivers/
` [PATCH 19/36] mtd: onenand: omap: Use devres managed resources
` [PATCH 20/36] mtd: onenand: omap: Clean up device tree support
` [PATCH 21/36] ARM: dts: OMAP2+: Fix OneNAND device nodes
` [PATCH 22/36] ARM: OMAP2+: gmpc: add gpmc_generic_init()
` [PATCH 23/36] ARM: OMAP2+: gpmc: use platform data to configure CS space and poplulate device
` [PATCH 24/36] ARM: OMAP2+: gpmc: add NAND specific setup
` [PATCH 25/36] ARM: OMAP2+: gpmc: Support multiple Chip Selects per device
` [PATCH 26/36] ARM: OMAP2+: gpmc-smc91x: Get rid of retime() from omap_smc91x_platform_data
` [PATCH 27/36] ARM: OMAP2+: usb-tusb6010: Use omap_gpmc_retime()
` [PATCH 28/36] ARM: OMAP2+: nand: Update gpmc_nand_init() to use generic_gpmc_init()
` [PATCH 29/36] ARM: OMAP2+: gpmc-smc91x: Use gpmc_generic_init()
` [PATCH 30/36] ARM: OMAP2+: gpmc-smsc911x: "
` [PATCH 31/36] ARM: OMAP2: usb-tusb6010: "
` [PATCH 32/36] ARM: OMAP2+: onenand: "
` [PATCH 33/36] ARM: OMAP2+: board-flash: Use gpmc_generic_init() for NOR
` [PATCH 34/36] ARM: OMAP2+: gpmc: Make externally unused functions/defines private
` [PATCH 35/36] ARM: OMAP2+: gpmc: move GPMC driver into drivers/memory
    ` [resend][PATCH "
` [PATCH 36/36] ARM: OMAP2+: defconfig: Enable TI GPMC driver

[PATCH] OMAP: add deprecation message for legacy omap DMA API
 2014-06-13 11:12 UTC  (2+ messages)

usb: musb: omap: Add device tree support for omap musb glue
 2014-06-13 11:11 UTC  (2+ messages)

[PATCH 0/2] Couple of fixes to davinci-mcasp driver
 2014-06-13  9:50 UTC  (3+ messages)
` [PATCH 1/2] ASoC: davinci-mcasp: Add dependecy to SND_DAVINCI_SOC or SND_OMAP_SOC
` [PATCH 2/2] ASoC: davinci-mcasp: Allow best effort in selecting BCLK divider

[PATCH v4 0/4] ARM: OMAP: SATA support for OMAP5 & DRA7
 2014-06-13  4:06 UTC  (6+ messages)
` [PATCH v4 1/4] ARM: OMAP5: hwmod: Add ocp2scp3 and sata hwmods
` [PATCH v4 3/4] ARM: DRA7: "

Kedves E-mail felhasználói
 2014-06-13  0:30 UTC 

[PATCH/RFC 0/4] of: Register clocks for Runtime PM with PM core
 2014-06-12 16:53 UTC  (4+ messages)
` [RFC PATCH 0/2] use named clocks list to register clocks for PM clock domain
  ` [RFC PATCH 1/2] clk: of: introduce of_clk_get_from_set()
  ` [RFC PATCH 2/2] of/clk: use "clkops-clocks" to specify clocks handled by clock_ops domain

[PATCH V2 0/2] ARM: dts: dra7: Add crossbar dt support
 2014-06-12 12:05 UTC  (3+ messages)
  ` [PATCH V2 1/2] ARM: dts: DRA7: Add routable-irqs property for gic node
` [PATCH V2 2/2] ARM: dts: DRA7: Add crossbar device binding

[PATCH V2 0/2] ARM: OMAP2+: remove DMA interrupt if DT provided
 2014-06-12 11:45 UTC  (3+ messages)
` [PATCH V2 1/2] ARM: OMAP2+: DMA: remove requirement of irq for platform-dma driver
` [PATCH V2 2/2] ARM: DRA7: hwmod: remove interrupts for DMA

VIGTIG INFO
 2014-06-12 11:27 UTC 

[PATCH 0/4] randconfig fixes for mmc
 2014-06-12  9:00 UTC  (2+ messages)

[PATCH v3 0/6] mfd: twl4030-power: Enable off-idle configuration when booted with device tree
 2014-06-12  8:33 UTC  (9+ messages)
` [GIT PULL] mfd: Immutable branch between MFD and OMAP, due for v3.16

[PATCH 2/2] gpio: of: Allow -gpio suffix for property names
 2014-06-12  8:18 UTC  (3+ messages)

[PATCH] iio: ti_am335x_adc: Use same step id at FIFOs both ends
 2014-06-11 21:18 UTC 

[PATCH 0/5] Handle non-secure L2C initialization on Exynos4
 2014-06-11 16:07 UTC  (8+ messages)
` [PATCH 1/5] ARM: mm: cache-l2x0: Add base address argument to write_sec callback
` [PATCH 2/5] ARM: Get outer cache .write_sec callback from mach_desc only if not NULL
` [PATCH 3/5] ARM: mm: cache-l2x0: Use l2c_write_sec() for LATENCY_CTRL registers
` [PATCH 4/5] ARM: EXYNOS: Add .write_sec outer cache callback for L2C-310
` [PATCH 5/5] ARM: dts: exynos4: Add nodes for L2 cache controller

[RFC] irqchip: gic: always mask interrupts during suspend
 2014-06-11 15:31 UTC  (4+ messages)

Unifying cape overlays into boot .dtb for BeagleBoard.org boards
 2014-06-11  5:11 UTC  (3+ messages)


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