Linux-OMAP Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-03 15:55:21 to 2015-09-14 12:31:05 UTC [more...]

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

mysterious crashes on OMAP5 uevm
 2015-09-14 12:12 UTC  (14+ messages)

[PATCH 0/3] ARM: OMAP2+: Optimize soc_is calls
 2015-09-14  8:54 UTC  (5+ messages)
  ` [PATCH 1/3] ARM: OMAP2: DRA7: Modify optimize string comparisons in "
  ` [PATCH 2/3] ARM: dts: AM43x-epos-evm: Add AM438x compatible string for epos
  ` [PATCH 3/3] ARM: OMAP2: AM43XX: Modify optimize string comparisons in soc_is calls

[PATCH] clk: ti: clk-7xx: Remove hardwired ABE clock configuration
 2015-09-14  8:52 UTC  (2+ messages)

[PATCH 00/11] ARM: OMAP/DTS: dra7/72-evm/beagle-x15: Audio support
 2015-09-14  8:50 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 v2 00/23] dmaengine/ARM: Merge the edma drivers into one
 2015-09-12 11:21 UTC  (25+ 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 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  (38+ messages)
` [PATCH v4 02/13] usb: otg-fsm: support multiple instances
` [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 v4 13/13] usb: otg: Add dual-role device (DRD) support

[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/13] Enhance twl4030_charger functionality. - V3
 2015-09-10 20:43 UTC  (11+ messages)
` [PATCH 03/13] twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node

[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

[PATCHv3 1/1] ti-soc-thermal: implement omap3 support
 2015-09-10  4:58 UTC 

[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 0/4] ARM: OMAP5/DRA7: minor fixes
 2015-09-09 21:18 UTC  (5+ 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 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  (6+ messages)

[net-next PATCH v3] drivers: net: cpsw: Add support to drive gpios for ethernet to be functional
 2015-09-08 20:06 UTC  (2+ 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  (4+ 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] ARM: omap2plus_defconfig: make PCF857x built-in
 2015-09-08  9:36 UTC  (2+ messages)

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

[PATCH] ARM: dts: omap3-igep: Move eth IRQ pinmux to IGEPv2 common dtsi
 2015-09-07 19:39 UTC  (2+ messages)

[PATCH 0/7] gpio: omap: fixes and improvements
 2015-09-07 11:40 UTC  (3+ messages)

[PATCH v4 0/9] usb: dwc3: add dual-role support
 2015-09-07  9:42 UTC  (20+ messages)
` [PATCH v4 1/9] "
` [PATCH v4 4/9] usb: dwc3: core: Adapt to named interrupts
` [PATCH v4 5/9] usb: dwc3: core: make dual-role work with OTG irq

[PATCH] arm:irqchip: IRQCHIP_DECLARE macro is now accessible
 2015-09-06  0:45 UTC  (4+ messages)

[PATCH] twl4030_charger: fix another compile error
 2015-09-04 23:55 UTC  (2+ messages)

[PATCH v3 0/2] regulator: Fix pbias regulator enable
 2015-09-04 15:17 UTC  (5+ messages)
  ` [PATCH v3 1/2] regulator: pbias: program pbias register offset in pbias driver
` [PATCH v3 2/2] ARM: dts: <omap2/3/4/5/dra7>: use "ti,pbias-<platform>" compatible string for pbias

[PATCH v2] ARM: dts: <omap2/omap4/omap5/dra7>>: fix address translation for pbias
 2015-09-04 12:08 UTC 

[PATCH 0/5] Add memory mapped read support for ti-qspi
 2015-09-04 11:25 UTC  (7+ 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
  ` [PATCH 4/5] ARM: dts: DRA7: add entry for qspi mmap region
` [PATCH 5/5] ARM: dts: AM4372: "

[PATCH 0/4] omap: Fix broken address translation for pbias
 2015-09-04 11:03 UTC  (3+ messages)

[PATCH 2/3][v4] drivers: usb: dwc3: Add frame length adjustment quirk
 2015-09-04  4:45 UTC 

[PATCH] security: device_cgroup: fix RCU lockdep splat
 2015-09-04  1:15 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 0/2] DRA7 DSP MMU config support
 2015-09-03 22:57 UTC  (10+ messages)
` [PATCH 2/2] iommu/omap: Add support for configuring dsp iommus on DRA7xx

[PATCH 0/2] omap3isp: Remove legacy platform data support
 2015-09-03 22:34 UTC  (4+ messages)
` [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation

linux-next: Tree for Sep 2 (power/twl4030_charger.c)
 2015-09-03 21:52 UTC 

[PATCH] ARM: dts: am57xx-beagle-x15: Add wakeup irq for mcp79410
 2015-09-03 19:24 UTC 

[PATCH] ARM: dts: am57xx-beagle-x15: Update Phy supplies
 2015-09-03 19:23 UTC 

[PATCH 2/3][v3] drivers: usb: dwc3: Add frame length adjustment quirk
 2015-09-03 17:28 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).