linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-05 10:49:45 to 2015-08-11 10:37:51 UTC [more...]

[PATCH 0/3] ARM: multi_v7_defconfig: Enable more OMAP family platforms
 2015-08-11 10:37 UTC  (4+ messages)

omap-dma + 8250_omap: fix the dmaengine_pause()
 2015-08-11 10:06 UTC  (17+ messages)
` [PATCH 1/3] tty: serial: 8250_omap: do not use RX DMA if pause is not supported
` [PATCH 2/3] dma: add __must_check annotation for dmaengine_pause()
` [PATCH v3 3/3] dma: omap-dma: add support for pause of non-cyclic transfers

[PATCH] ARM: dts: am335x-phycore-som: Move NAND partition table into board files
 2015-08-11 10:04 UTC  (2+ messages)

[PATCH] ARM: OMAP: irqdomain_hierarchy: fix arm gic irq type configuration
 2015-08-11  9:25 UTC 

[RFC/PATCH-v4.2-rc6 0/5] arm: am437x: use TWD/Global timers
 2015-08-10 21:41 UTC  (6+ messages)
` [RFC/PATCH-v4.2-rc6 1/5] Revert "ARM: 7655/1: smp_twd: make twd_local_timer_of_register() no-op for nosmp"
` [RFC/PATCH-v4.2-rc6 2/5] arm: boot: dts: am4372: add ARM timers and SCU nodes
` [RFC/PATCH-v4.2-rc6 3/5] arm: omap2: Kconfig: select TWD and global timer on AM43xx devices
` [RFC/PATCH-v4.2-rc6 4/5] arm: omap2: timer: simplify omap4_local_timer_init()
` [RFC/PATCH-v4.2-rc6 5/5] arm: omap2: board-generic: use omap4_local_timer_init for AM437x

[PATCH 00/27] Export I2C and OF module aliases in missing drivers
 2015-08-10 12:48 UTC  (3+ messages)
` [PATCH 16/27] mfd: Export OF module alias information "

[PATCH v2 0/6] ARM: AM4372: Enable RTC
 2015-08-10  9:28 UTC  (7+ messages)
  ` [PATCH v2 1/6] ARM: dts: AM43XX: Add clk_32k_rtc node
  ` [PATCH v2 2/6] rtc: omap: Add external clock enabling support
  ` [PATCH v2 3/6] ARM: AM43xx: Introduce a separate soc_is function for am438x series of SoCs
  ` [PATCH v2 4/6] ARM: dts: am43x-epos-evm: Add the am438 compatible string
  ` [PATCH v2 5/6] ARM: AM43XX: HWMOD: Add rtc hwmod
  ` [PATCH v2 6/6] ARM: dts: AM437X-GP-EVM: Enable rtc

[PATCH v2 0/2] extcon: palmas: am57xx-beagle-x15: use palmas for VBUS/ID detection
 2015-08-10  8:35 UTC  (10+ messages)
` [PATCH v2 1/2] extcon: palmas: Support GPIO based USB ID detection
  ` [PATCH v3 "
    ` [PATCH v4 "
` [PATCH v2 2/2] ARM: dts: am57xx-beagle-x15: use palmas-usb for USB2

[V4] [TWL4030 MADC] Correction and clean-up
 2015-08-08 15:15 UTC  (3+ messages)
` [V4] [TWL4030 MADC] Fix ADC[3:6] readings

[PATCH] dma: omap-dma: add support for pause of non-cyclic transfers
 2015-08-08  9:07 UTC  (29+ messages)

[PATCH v2] dma: omap-dma: add support for pause of non-cyclic transfers
 2015-08-07 18:47 UTC  (4+ messages)

[PATCH 00/11] omap_hsmmc: voltage switching and tuning
 2015-08-07 14:45 UTC  (5+ messages)

[PATCH 0/4] omap: Fix broken pbias device creation
 2015-08-07 14:25 UTC  (5+ messages)

[RFC PATCH 0/5] Add memory mapped read support for TI QSPI
 2015-08-07 10:16 UTC  (29+ messages)
` [RFC PATCH 1/5] spi: introduce flag for memory mapped read

[PATCH v2 00/22] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms
 2015-08-07  9:12 UTC  (23+ messages)
` [PATCH v2 01/22] ARM: OMAP2+: gpmc: Add platform data
` [PATCH v2 02/22] ARM: OMAP2+: gpmc: Add gpmc timings and settings to "
` [PATCH v2 03/22] memory: omap-gpmc: Introduce GPMC to NAND interface
` [PATCH v2 04/22] mtd: nand: omap2: Use gpmc_omap_get_nand_ops() to get NAND registers
` [PATCH v2 05/22] memory: omap-gpmc: Add GPMC-NAND ops to get writebufferempty status
` [PATCH v2 06/22] mtd: nand: omap2: Switch to using GPMC-NAND ops for writebuffer empty check
` [PATCH v2 07/22] memory: omap-gpmc: Remove NAND IRQ code
` [PATCH v2 08/22] memory: omap-gpmc: Add IRQ ops for GPMC-NAND interface
  ` [PATCH v2 09/22] mtd: nand: omap2: manage NAND interrupts
` [PATCH v2 10/22] mtd: nand: omap: Copy platform data parameters to omap_nand_info data
` [PATCH v2 11/22] mtd: nand: omap: Clean up device tree support
` [PATCH v2 12/22] mtd: nand: omap: Update DT binding documentation
` [PATCH v2 13/22] memory: omap-gpmc: Prevent mapping into 1st 16MB
` [PATCH v2 14/22] ARM: dts: OMAP2+: Fix NAND device nodes
` [PATCH v2 15/22] memory: omap-gpmc: Move device tree binding to correct location
` [PATCH v2 16/22] memory: omap-gpmc: Support general purpose input for WAITPINs
` [PATCH v2 17/22] memory: omap-gpmc: Reserve WAITPIN if needed for WAIT monitoring
` [PATCH v2 18/22] memory: omap-gpmc: Add irqchip support to the gpiochip
` [PATCH v2 19/22] ARM: dts: dra7: Enable gpio & interrupt controller for gpmc node
` [PATCH v2 20/22] mtd: nand: omap2: Implement NAND ready using gpiolib
` [PATCH v2 21/22] ARM: dts: dra7x-evm: Provide NAND ready pin
` [PATCH v2 22/22] memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regs

[PATCH] memory: omap-gpmc: Don't try to save the GPMC context
 2015-08-07  9:10 UTC  (3+ messages)

[PATCH 0/7] phy: use syscon framework APIs to set ctrl mod reg
 2015-08-07  8:27 UTC  (16+ messages)
` [PATCH 1/7] phy: ti-pipe3: cleanup ti_pipe3_probe()
` [PATCH 2/7] phy: ti-pipe3: use ti_pipe3_power_off to power off the PHY during probe
` [PATCH 6/7] phy: omap-usb2: Add a new compatible string for USB2 PHY2
` [PATCH 7/7] phy: omap-usb2: use *syscon* framework API to power on/off the PHY

[PATCH 0/8] ARM: AM4372: Enable RTC
 2015-08-07  8:20 UTC  (32+ messages)
  ` [PATCH 1/8] ARM: dts: AM4372: Reorder the rtc compatible string
  ` [PATCH 2/8] ARM: dts: am437x-gp-evm: Add regulator-always-on and regulator-boot-on for RTC DCDCs
  ` [PATCH 3/8] rtc: omap: Add external clock enabling support
  ` [PATCH 4/8] ARM: dts: AM4372: Add external clock flag
  ` [PATCH 5/8] ARM: AM43xx: Introduce a separate soc_is function for am438x series of SoCs
  ` [PATCH 6/8] ARM: dts: am43x-epos-evm: Add the am438 compatible string
  ` [PATCH 7/8] ARM: AM43XX: HWMOD: Add rtc hwmod
  ` [PATCH 8/8] ARM: dts: AM437x-gp-evm: Enable RTC

[4.2-rc1][PATCH] gpio: omap: add missed spin_unlock_irqrestore in omap_gpio_irq_type
 2015-08-07  7:34 UTC  (4+ messages)

[PATCH 00/13] Enhance twl4030_charger functionality. - V3
 2015-08-07  5:29 UTC  (7+ messages)
` [PATCH 07/13] twl4030_charger: distinguish between USB current and 'AC' current

[PATCH 1/1] ARM: OMAP2+: Fix power domain operations regression caused by 81xx
 2015-08-07  5:19 UTC 

[PATCH] ARM: dts: AM4372: Add the am4372-rtc compatible string
 2015-08-07  5:07 UTC 

[PATCH 3/3] serial: 8250: omap: restore registers on shutdown
 2015-08-07  0:41 UTC  (12+ messages)

next-20150806 build: 2 failures 52 warnings (next-20150806)
 2015-08-06 20:17 UTC  (2+ messages)

[PATCH] ARM: OMAP5 / DRA7: Introduce workaround for 801819
 2015-08-06 15:54 UTC 

[PATCH v5 0/3] dra7xx: Add PM support to PCIe
 2015-08-06 15:33 UTC  (2+ messages)

[GIT PULL] omap clock dts changes for v4.3 merge window
 2015-08-06 11:08 UTC 

[GIT PULL] omap dts changes for v4.3 merge window, part 3
 2015-08-06 10:45 UTC 

[GIT PULL] omap pbias regulator regression fixes against v4.2-rc5
 2015-08-06 10:40 UTC 

[PATCH 0/2] pbias regulator fixes
 2015-08-06  9:58 UTC  (6+ messages)
` [PATCH 1/2] regulator: pbias: use untranslated address to program pbias regulator

[PATCH 00/10] ARM: dts: use syscon property instead of ctrl-module
 2015-08-06  8:48 UTC  (6+ messages)
` [PATCH 10/10] ARM: dts: omap4: Use "syscon-otghs" instead of "ctrl-module" in USB node

[PATCH] usb: musb: omap2430: use *syscon* framework API to write to mailbox register
 2015-08-06  8:47 UTC  (6+ messages)

[PATCH v2 0/3] soc: ti: Introduce wkup_m3_ipc driver
 2015-08-06  6:29 UTC  (5+ messages)
` [PATCH v2 1/3] mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU Idle

[PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards
 2015-08-05 15:06 UTC  (3+ messages)

[PATCH] gpio: omap: Fix missing raw locks conversion
 2015-08-05 14:37 UTC 

[PATCH] ARM: omap2plus_defconfig: make PCF857x built-in
 2015-08-05 13:43 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).