linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-08 08:09:39 to 2015-09-16 10:08:09 UTC [more...]

[PATCH 0/5] Add memory mapped read support for ti-qspi
 2015-09-16 10:08 UTC  (13+ messages)
` [PATCH 1/5] spi: introduce mmap read support for spi flash devices
` [PATCH 2/5] spi: spi-ti-qspi: add mmap mode read support
` [PATCH 3/5] mtd: devices: m25p80: add support for mmap read request

mysterious crashes on OMAP5 uevm
 2015-09-16 10:07 UTC  (18+ messages)

[RESEND PATCH] OMAPDSS: panel-sony-acx565akm: Export OF module alias information
 2015-09-16  9:12 UTC 

[PATCH] clk: ti: clk-7xx: Remove hardwired ABE clock configuration
 2015-09-16  6:42 UTC  (3+ messages)

[PATCH] ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets
 2015-09-15 22:34 UTC 

[PATCH 1/1] regulator: tps65218: Fix missing zero typo
 2015-09-15 20:34 UTC 

[PATCH] ARM: OMAP2+: AM43XX: Enable autoidle for clks in am43xx_init_late
 2015-09-15 19:47 UTC 

[net-next PATCH v3] drivers: net: cpsw: Add support to drive gpios for ethernet to be functional
 2015-09-15 19:38 UTC  (3+ messages)

[PATCH] ARM: Remove __ref on hotplug cpu die path
 2015-09-15 17:58 UTC  (6+ messages)

[GIT PULL] omap fixes against v4.3-rc1
 2015-09-15 16:48 UTC  (2+ messages)

[PATCH] input: touchscreen: ti_am335x_tsc: Fix HWPEN interrupt handling
 2015-09-15 16:28 UTC 

[PATCH v4 0/9] usb: dwc3: add dual-role support
 2015-09-15 14:46 UTC  (5+ messages)
` [PATCH v4 5/9] usb: dwc3: core: make dual-role work with OTG irq

[PATCH 01/11 RESEND] ARM: OMAP: DRA7: hwmod: Add data for McASP3
 2015-09-15 14:10 UTC 

[PATCH v2 0/4] ARM: dts: use syscon property instead of ctrl-module
 2015-09-15 13:33 UTC  (5+ messages)
` [PATCH v2 1/4] ARM: dts: dra7: Add dt node for the sycon pcie
` [PATCH v2 2/4] ARM: dts: dra7: Use "syscon-phy-power" and "syscon-pcs" in PCIe PHY node
` [PATCH v2 3/4] ARM: dts: dra7: Use "ti, dra7x-usb2-phy2" compatible string for USB2 PHY2
` [PATCH v2 4/4] ARM: dts: <am4372/dra7/omap5>: Use "syscon-phy-power" instead of "ctrl-module"

[PATCH v2 6/7] crypto: omap-aes: Add support for GCM mode
 2015-09-15 13:28 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 00/13] Enhance twl4030_charger functionality. - V3
 2015-09-15 12:08 UTC  (18+ messages)
` [PATCH 01/13] twl4030_charger: use runtime_pm to keep usb phy active while charging
` [PATCH 10/13] twl4030_charger: add software controlled linear charging mode
    ` [Gta04-owner] "
` [PATCH 03/13] twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node
` [PATCH 04/13] twl4030_charger: trust phy to determine when USB power is available

[PATCHv3 1/1] ti-soc-thermal: implement omap3 support
 2015-09-15 11:24 UTC  (2+ messages)

[PATCH v2 0/2] extcon: palmas: am57xx-beagle-x15: use palmas for VBUS/ID detection
 2015-09-15 10:43 UTC  (6+ messages)
` [PATCH v2 2/2] ARM: dts: am57xx-beagle-x15: use palmas-usb for USB2

[PATCH v2 00/23] dmaengine/ARM: Merge the edma drivers into one
 2015-09-15  6:45 UTC  (27+ messages)
` [PATCH v2 01/23] ARM: common: edma: Fix channel parameter for irq callbacks
` [PATCH v2 02/23] ARM: common: edma: Remove unused functions
` [PATCH v2 03/23] dmaengine: edma: Simplify and optimize the edma_execute path
` [PATCH v2 04/23] ARM: davinci/common: Convert edma driver to handle one eDMA instance per driver
` [PATCH v2 05/23] ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver
` [PATCH v2 06/23] ARM: common: edma: Internal API to use pointer to 'struct edma'
` [PATCH v2 07/23] ARM/dmaengine: edma: Public API to use private struct pointer
` [PATCH v2 08/23] ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers
` [PATCH v2 09/23] ARM: davinci: Use platform_device_register_full() to create pdev for eDMA
` [PATCH v2 10/23] ARM: davinci: Add set dma_mask to eDMA devices
` [PATCH v2 11/23] ARM/dmaengine: edma: Merge the two drivers under drivers/dmaengine
` [PATCH v2 12/23] dmaengine: edma: Allocate memory dynamically for bitmaps and structures
` [PATCH v2 13/23] dmaengine: edma: Parameter alignment and long line fixes
` [PATCH v2 14/23] dmaengine: edma: Use devm_kcalloc when possible
` [PATCH v2 15/23] dmaengine: edma: Cleanup regarding the use of dev around the code
` [PATCH v2 16/23] dmaengine: edma: Use dev_dbg instead pr_debug
` [PATCH v2 17/23] dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toio
` [PATCH v2 18/23] dmaengine: edma: Print warning when linking slots from different eDMA
` [PATCH v2 19/23] dmaengine: edma: Consolidate the comments for functions
` [PATCH v2 20/23] dmaengine: edma: Simplify the interrupt handling
` [PATCH v2 21/23] dmaengine: edma: Move the pending error check into helper function
` [PATCH v2 22/23] dmaengine: edma: Simplify and optimize ccerr interrupt handler
` [PATCH v2 23/23] dmaengine: edma: Read channel mapping support only once from HW

[PATCH v3 0/2] regulator: Fix pbias regulator enable
 2015-09-15  5:50 UTC  (4+ messages)

[PATCH 0/2] Cleanup legacy OMAP mailbox support
 2015-09-14 23:37 UTC  (3+ messages)
` [PATCH 1/2] ARM: OMAP2+: Remove legacy mailbox device instantiation
` [PATCH 2/2] ARM: OMAP3: hwmod data: Remove legacy mailbox data and addrs

[PATCH 0/2] OMAP hwspinlock hwmod cleanup
 2015-09-14 20:49 UTC  (3+ messages)
` [PATCH 1/2] ARM: OMAP4: hwmod data: Remove spinlock hwmod addrs
` [PATCH 2/2] ARM: DRA7: "

[PATCH 0/4] ARM: OMAP5/DRA7: minor fixes
 2015-09-14 19:36 UTC  (6+ messages)
` [PATCH 1/4] ARM: OMAP4+: PM: erratum is used by OMAP5 and DRA7 as well
` [PATCH 2/4] ARM: omap2+: board-generic: Remove stale of_irq macros
` [PATCH 3/4] ARM: DRA7: Select missing options for SoC only build
` [PATCH 4/4] ARM: OMAP5: Cleanup "

[PATCH] ARM: omap2plus_defconfig: make PCF857x built-in
 2015-09-14 19:09 UTC  (3+ messages)

[PATCH] ARM: dts: omap3-igep: Move eth IRQ pinmux to IGEPv2 common dtsi
 2015-09-14 18:58 UTC  (3+ messages)

[PATCH] ARM: dts: am57xx-beagle-x15: Add wakeup irq for mcp79410
 2015-09-14 18:56 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: am335x-phycore-som: Fix mpu voltage
 2015-09-14 17:26 UTC  (2+ messages)

[PATCH] ARM: dts: DRA7: fix a typo in ethernet
 2015-09-14 17:17 UTC 

[PATCH 00/17] omap_hsmmc: regulator usage cleanup and fixes
 2015-09-14 17:12 UTC  (5+ messages)
` [PATCH 12/17] ARM: dts: am57xx-beagle-x15: Fix regulator populated in MMC1 dt node

[PATCH 0/2] omap3isp: Remove legacy platform data support
 2015-09-14 16:33 UTC  (6+ messages)
` [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation

[PATCH 00/11] ARM: OMAP/DTS: dra7/72-evm/beagle-x15: Audio support
 2015-09-14 16:28 UTC  (3+ messages)

[PATCH] ARM: dts: Fix dm814x control base to properly initialize Ethernet PHY
 2015-09-14 15:19 UTC 

[PATCH 0/3] arm: am4: initialiaze twd local timer
 2015-09-14 13:42 UTC  (3+ messages)
` [PATCH 1/2] arm: omap2: Kconfig: select TWD and global timer on AM43xx devices
` [PATCH 2/2] arm: omap2: board-generic: use omap4_local_timer_init for AM437x

[PATCH] dmaengine: omap-dma: Enable packed accesses for cyclic transfers
 2015-09-14 12:31 UTC 

[PATCH 0/3] ARM: OMAP2+: Optimize soc_is calls
 2015-09-14  8:54 UTC  (2+ messages)

[PATCHv2 09/10] thermal: ti-soc: allow compile test
 2015-09-14  2:31 UTC  (2+ messages)
` [PATCHv2 10/10] thermal: ti-soc: Kconfig fix to avoid menu showing wrongly

OMAP baseline test results for v4.3-rc1
 2015-09-14  0:40 UTC 

OMAP baseline test results for v4.2
 2015-09-13 23:07 UTC 

OMAP baseline test results for v4.2-rc8
 2015-09-13 23:05 UTC 

OMAP baseline test results for v4.2-rc7
 2015-09-13 21:53 UTC 

[PATCH RFC] ASoC: simple-card: Update clocks binding for simple-card DAI subnodes
 2015-09-11 13:18 UTC 

[PATCH RFC 0/5] ASoC: TDM stuff for simple-card, mcasp, and tlv320aic3x
 2015-09-11  8:48 UTC  (8+ messages)
  ` [PATCH RFC 1/5] ASoC: davinci-mcasp: Set .symmetric_rates = 1 in snd_soc_dai_driver
  ` [PATCH RFC 2/5] ASoC: simple-card: Add tdm slot mask support to simple-card
  ` [PATCH RFC 3/5] ASoC: davinci-mcasp: Add set_tdm_slots() support
  ` [PATCH RFC 4/5] ASoC: davinci-mcasp: Get rid of bclk_lrclk_ratio in private data
  ` [PATCH RFC 5/5] ASoC: tlv320aic3x: Improve tdm support

[PATCH v4 00/13] USB: OTG/DRD Core functionality
 2015-09-11  1:50 UTC  (31+ messages)
` [PATCH v4 04/13] otg-fsm: move usb_bus_start_enum into otg-fsm->ops
` [PATCH v4 07/13] usb: otg: add OTG core
` [PATCH v4 10/13] usb: hcd: Adapt to "

[PATCH v3 00/15] omap_hsmmc: regulator usage cleanup and fixes
 2015-09-10 20:45 UTC  (13+ messages)
` [PATCH v3 02/15] mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get

[PATCH 00/21] dmaengine/ARM: Merge the edma drivers into one
 2015-09-10  9:13 UTC  (27+ messages)
` [PATCH 01/21] ARM: common: edma: Fix channel parameter for irq callbacks
` [PATCH 02/21] ARM: common: edma: Remove unused functions
` [PATCH 03/21] dmaengine: edma: Simplify and optimize the edma_execute path
` [PATCH 04/21] ARM: davinci/common: Convert edma driver to handle one eDMA instance per driver
` [PATCH 05/21] ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver
` [PATCH 06/21] ARM: common: edma: Internal API to use pointer to 'struct edma'
` [PATCH 07/21] ARM/dmaengine: edma: Public API to use private struct pointer
` [PATCH 08/21] ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers
` [PATCH 09/21] ARM: davinci: Add set dma_mask to eDMA devices
` [PATCH 10/21] ARM/dmaengine: edma: Merge the two drivers under drivers/dmaengine
` [PATCH 11/21] dmaengine: edma: Allocate memory dynamically for bitmaps and structures
` [PATCH 12/21] dmaengine: edma: Parameter alignment and long line fixes
` [PATCH 13/21] dmaengine: edma: Use devm_kcalloc when possible
` [PATCH 14/21] dmaengine: edma: Cleanup regarding the use of dev around the code
` [PATCH 15/21] dmaengine: edma: Use dev_dbg instead pr_debug
` [PATCH 16/21] dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toio
` [PATCH 17/21] dmaengine: edma: Print warning when linking slots from different eDMA
` [PATCH 18/21] dmaengine: edma: Consolidate the comments for functions
` [PATCH 19/21] dmaengine: edma: Simplify the interrupt handling
` [PATCH 20/21] dmaengine: edma: Move the pending error check into helper function
` [PATCH 21/21] dmaengine: edma: Simplify and optimize ccerr interrupt handler

[PATCH 1/1] thermal: ti-soc: Kconfig fix to avoid menu showing wrongly
 2015-09-10  4:17 UTC 

[PATCH 17/17] thermal: ti-soc: allow compile test
 2015-09-10  4:11 UTC 

[RESEND PATCH] ARM: multi_v7_defconfig: Enable PBIAS regulator
 2015-09-09 23:35 UTC  (2+ messages)

[GIT PULL] omap fixes for v4.3 merge window
 2015-09-09 22:53 UTC  (2+ messages)

[PATCH v4 07/13] usb: otg: add OTG core
 2015-09-09 15:26 UTC  (2+ messages)

[PATCH] ARM: multi_v7_defconfig: Enable PBIAS regulator
 2015-09-09  6:08 UTC  (4+ messages)

[PATCH] pwm: tipwmss: enable on TI DRA7x and AM437x
 2015-09-08 15:14 UTC 

[PATCH] gpio: omap: Fix GPIO numbering for deferred probe
 2015-09-08 14:14 UTC  (2+ messages)

[PATCH] pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()
 2015-09-08 14:11 UTC  (2+ messages)

[PATCH] gpio: omap: Fix gpiochip_add() handling for deferred probe
 2015-09-08 13:57 UTC  (2+ messages)

[PATCH] dmaengine: omap-dma: Add support for memcpy
 2015-09-08 12:25 UTC  (3+ messages)

[PATCH 0/3] Add support for tps65217 charger
 2015-09-08  8:09 UTC  (2+ messages)
` [PATCH 3/3] mfd: Add battery charger as subdevice to the tps65217


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