messages from 2015-09-18 14:53:27 to 2015-09-24 22:35:30 UTC [more...]
[PATCH 0/7] gpio: omap: fixes and improvements
2015-09-24 22:35 UTC (4+ messages)
` [RFC PATCH 6/7] gpio: omap: move pm runtime in irq_chip.irq_bus_lock/sync_unlock
[PATCHv3 0/2] Add support for tps65217 charger
2015-09-24 22:18 UTC (4+ messages)
` [PATCHv3 1/2] devicetree: Add TPS65217 charger binding
` [PATCHv3 2/2] power_supply: Add support for tps65217-charger
[PATCH RFC v4 0/8] Implement generic ASoC HDMI codec and use it in tda998x
2015-09-24 16:29 UTC (16+ messages)
` [PATCH RFC v4 2/8] ALSA: pcm: add IEC958 channel status helper for hw_params
` [PATCH RFC v4 3/8] ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders
` [PATCH RFC v4 4/8] drm/i2c: tda998x: Add support of a DT graph of ports
[PATCHv2 0/2] Add support for tps65217 charger
2015-09-24 15:55 UTC (5+ messages)
` [PATCHv2 1/2] devicetree: Add TPS65217 charger binding
` [PATCHv2 2/2] power_supply: Add support for tps65217-charger
[PATCH 00/17] ARM: OMAP2+: reset controller support
2015-09-24 14:26 UTC (18+ messages)
` [PATCH 01/17] ARM: OMAP2+: PRM: add support for reset controller
` [PATCH 02/17] ARM: OMAP2+: hwmod: parse also soc hierarchy for hwmod compatible nodes
` [PATCH 03/17] ARM: dts: omap3: add reset data
` [PATCH 04/17] ARM: dts: omap4: "
` [PATCH 05/17] ARM: dts: omap5: "
` [PATCH 06/17] ARM: dts: dra7: "
` [PATCH 07/17] ARM: dts: am4372: "
` [PATCH 08/17] ARM: dts: am33xx: "
` [PATCH 09/17] ARM: dts: OMAP24xx: "
` [PATCH 10/17] ARM: OMAP2+: hwmod: parse reset information from DT
` [PATCH 11/17] ARM: OMAP2+: use system reset info from device tree data
` [PATCH 12/17] ARM: OMAP4: hwmod_data: remove reset data
` [PATCH 13/17] ARM: OMAP5: "
` [PATCH 14/17] ARM: OMAP2: hwmod: AMx3xx: remove redundant reset info
` [PATCH 15/17] ARM: OMAP24xx: hwmod: remove reset data from hwmod database
` [PATCH 16/17] ARM: OMAP2+: hwmod: remove obsolete support for some hardreset logic
` [PATCH 17/17] ARM: OMAP2+: PRM: remove redundant system reset code
AM3517 usb host issue
2015-09-24 12:48 UTC (3+ messages)
[PATCH] omapdss: acx565akm: Fix module autoload for OF platform driver
2015-09-24 11:37 UTC (3+ messages)
[PATCH 00/38] Fixes related to incorrect usage of unsigned types
2015-09-24 10:48 UTC (6+ messages)
` [PATCH 28/38] video/omap: remove invalid check
[PATCH v4 00/25] dmaengine/ARM: Merge the edma drivers into one
2015-09-24 10:02 UTC (26+ messages)
` [PATCH v4 01/25] ARM: common: edma: Fix channel parameter for irq callbacks
` [PATCH v4 02/25] ARM: common: edma: Remove unused functions
` [PATCH v4 03/25] dmaengine: edma: Simplify and optimize the edma_execute path
` [PATCH v4 04/25] ARM: davinci/common: Convert edma driver to handle one eDMA instance per driver
` [PATCH v4 05/25] ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver
` [PATCH v4 06/25] ARM: common: edma: Internal API to use pointer to 'struct edma'
` [PATCH v4 07/25] ARM/dmaengine: edma: Public API to use private struct pointer
` [PATCH v4 08/25] ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers
` [PATCH v4 09/25] ARM: davinci: Use platform_device_register_full() to create pdev for eDMA
` [PATCH v4 10/25] ARM: davinci: Add dma_mask to eDMA devices
` [PATCH v4 11/25] ARM/dmaengine: edma: Merge the two drivers under drivers/dma/
` [PATCH v4 12/25] dmaengine: edma: Allocate memory dynamically for bitmaps and structures
` [PATCH v4 13/25] dmaengine: edma: Parameter alignment and long line fixes
` [PATCH v4 14/25] dmaengine: edma: Use devm_kcalloc when possible
` [PATCH v4 15/25] dmaengine: edma: Cleanup regarding the use of dev around the code
` [PATCH v4 16/25] dmaengine: edma: Use dev_dbg instead pr_debug
` [PATCH v4 17/25] dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toio
` [PATCH v4 18/25] dmaengine: edma: Print warning when linking slots from different eDMA
` [PATCH v4 19/25] dmaengine: edma: Consolidate the comments for functions
` [PATCH v4 20/25] dmaengine: edma: Simplify the interrupt handling
` [PATCH v4 21/25] dmaengine: edma: Move the pending error check into helper function
` [PATCH v4 22/25] dmaengine: edma: Simplify and optimize ccerr interrupt handler
` [PATCH v4 23/25] dmaengine: edma: Read channel mapping support only once from HW
` [PATCH v4 24/25] dmaengine: edma: Rename bitfields for slot and channel usage tracking
` [PATCH v4 25/25] dmaengine: edma: Dynamic paRAM slot handling if HW supports it
[PATCH v3 00/24] dmaengine/ARM: Merge the edma drivers into one
2015-09-24 9:56 UTC (27+ messages)
` [PATCH v3 01/24] ARM: common: edma: Fix channel parameter for irq callbacks
` [PATCH v3 02/24] ARM: common: edma: Remove unused functions
` [PATCH v3 03/24] dmaengine: edma: Simplify and optimize the edma_execute path
` [PATCH v3 04/24] ARM: davinci/common: Convert edma driver to handle one eDMA instance per driver
` [PATCH v3 05/24] ARM/dmaengine: edma: Move of_dma_controller_register to the dmaengine driver
` [PATCH v3 06/24] ARM: common: edma: Internal API to use pointer to 'struct edma'
` [PATCH v3 07/24] ARM/dmaengine: edma: Public API to use private struct pointer
` [PATCH v3 08/24] ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers
` [PATCH v3 09/24] ARM: davinci: Use platform_device_register_full() to create pdev for eDMA
` [PATCH v3 10/24] ARM: davinci: Add set dma_mask to eDMA devices
` [PATCH v3 11/24] dmaengine: edma: Allocate memory dynamically for bitmaps and structures
` [PATCH v3 12/24] dmaengine: edma: Parameter alignment and long line fixes
` [PATCH v3 13/24] dmaengine: edma: Use devm_kcalloc when possible
` [PATCH v3 14/24] dmaengine: edma: Cleanup regarding the use of dev around the code
` [PATCH v3 15/24] dmaengine: edma: Use dev_dbg instead pr_debug
` [PATCH v3 16/24] dmaengine: edma: Use the edma_write_slot instead open coded memcpy_toio
` [PATCH v3 17/24] dmaengine: edma: Print warning when linking slots from different eDMA
` [PATCH v3 18/24] dmaengine: edma: Consolidate the comments for functions
` [PATCH v3 19/24] dmaengine: edma: Simplify the interrupt handling
` [PATCH v3 20/24] dmaengine: edma: Move the pending error check into helper function
` [PATCH v3 21/24] dmaengine: edma: Simplify and optimize ccerr interrupt handler
` [PATCH v3 22/24] dmaengine: edma: Read channel mapping support only once from HW
` [PATCH v3 23/24] dmaengine: edma: Rename bitfields for slot and channel usage tracking
` [PATCH v3 24/24] dmaengine: edma: Dynamic paRAM slot handling if HW supports it
gpadc iio support for tlw6037/palmas [was: twl6030-gpadc support for twl6037]
2015-09-24 8:59 UTC (9+ messages)
` [PATCH 0/3] Add Palmas iio gpadc
` [PATCH 1/3] iio:adc: add iio driver for Palmas (twl6035/7) gpadc
` [PATCH 2/3] iio:adc:palmas: add DT support
` [PATCH 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas
[PATCH v3 0/3] ARM: OMAP2+: hwmod: RTC: Add lock and unlock hooks
2015-09-24 4:45 UTC (3+ messages)
[PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()
2015-09-24 3:18 UTC (4+ messages)
[PATCH 0/2] Fix omap5-uevm WLAN regressions
2015-09-23 21:06 UTC (20+ messages)
` [PATCH 1/2] mfd: twl6040: Fix deferred probe handling for clk32k
` [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm
[PATCH] ARM: OMAP: Remove duplicated operand in OR operation
2015-09-23 20:08 UTC (3+ messages)
Plan for the PBIAS regulator fix?
2015-09-23 18:07 UTC
[PATCH 0/2] DRA7 DSP MMU config support
2015-09-23 17:53 UTC (11+ messages)
` [PATCH 2/2] iommu/omap: Add support for configuring dsp iommus on DRA7xx
[PATCH] clk: ti: fix dual-registration of uart4_ick
2015-09-23 17:30 UTC (3+ messages)
[PATCH] clk: ti: Fix FAPLL udelay in clk_enable with clk_prepare
2015-09-23 15:38 UTC (4+ messages)
[PATCH v3 0/3] soc: ti: Introduce wkup_m3_ipc driver
2015-09-23 0:14 UTC (4+ messages)
` [PATCH v3 1/3] mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU Idle
` [PATCH v3 2/3] Documentation: dt: add bindings for TI Wakeup M3 IPC device
` [PATCH v3 3/3] soc: ti: Add wkup_m3_ipc driver
[PATCH 0/3] Add support for tps65217 charger
2015-09-22 13:44 UTC (7+ messages)
` [PATCH 2/3] power_supply: Add support for tps65217-charger
` [PATCH 3/3] mfd: Add battery charger as subdevice to the tps65217
[net-next PATCH 0/4] Add support for reading macid when DT macid not found
2015-09-22 0:22 UTC (6+ messages)
` [net-next PATCH 1/4] drivers: net: cpsw: davinci_emac: move reading mac id to common file
` [net-next PATCH 2/4] drivers: net: cpsw-common: add support for reading mac address for dra7 and am437x platforms
` [net-next PATCH 3/4] arm: dts: dra7: add syscon phandle to cpsw node
` [net-next PATCH 4/4] arm: dts: am4372: "
usb: dwc3: gadget: warning on v4.3-rc1
2015-09-21 21:05 UTC (3+ messages)
[PATCH 12/17] ARM: OMAP2+: remove misuse of IRQF_NO_SUSPEND flag
2015-09-21 15:47 UTC
[PATCH v2 1/1] ARM: DTS: dra72-evm: remove cpsw gpio hogging and add mode-gpios
2015-09-21 14:53 UTC
[PATCH 1/1] ARM: DTS: dra72-evm: remove cpsw gpio hogging and add select-slave-gpio
2015-09-21 9:36 UTC (2+ messages)
[PATCH v2 6/7] crypto: omap-aes: Add support for GCM mode
2015-09-20 10:38 UTC (3+ messages)
` [PATCH v3] "
[PATCH RFC] ASoC: simple-card: Update clocks binding for simple-card DAI subnodes
2015-09-19 18:42 UTC (2+ messages)
[PATCH 0/5] Add DRA7 sub-mailboxes for 4.4
2015-09-18 18:16 UTC (6+ messages)
` [PATCH 1/5] ARM: dts: DRA74x: Add IPC sub-mailbox nodes for all IPUs & DSPs
` [PATCH 2/5] ARM: dts: DRA72x: Add IPC sub-mailbox nodes for IPU1, IPU2 & DSP1
` [PATCH 3/5] ARM: dts: dra7-evm: Enable the system mailboxes 5 and 6
` [PATCH 4/5] ARM: dts: dra72-evm: "
` [PATCH 5/5] ARM: dts: beagle-x15: "
mysterious crashes on OMAP5 uevm
2015-09-18 17:48 UTC (5+ messages)
[PATCH v3 00/27] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms
2015-09-18 14:53 UTC (24+ messages)
` [PATCH v3 05/27] memory: omap-gpmc: Add GPMC-NAND ops to get writebufferempty status
` [PATCH v3 06/27] mtd: nand: omap2: Switch to using GPMC-NAND ops for writebuffer empty check
` [PATCH v3 08/27] memory: omap-gpmc: Add IRQ ops for GPMC-NAND interface
` [PATCH v3 09/27] mtd: nand: omap2: manage NAND interrupts
` [PATCH v3 10/27] mtd: nand: omap: Copy platform data parameters to omap_nand_info data
` [PATCH v3 11/27] mtd: nand: omap: Clean up device tree support
` [PATCH v3 12/27] mtd: nand: omap: Update DT binding documentation
` [PATCH v3 13/27] memory: omap-gpmc: Prevent mapping into 1st 16MB
` [PATCH v3 14/27] memory: omap-gpmc: Move device tree binding to correct location
` [PATCH v3 15/27] memory: omap-gpmc: Support general purpose input for WAITPINs
` [PATCH v3 16/27] memory: omap-gpmc: Reserve WAITPIN if needed for WAIT monitoring
` [PATCH v3 17/27] memory: omap-gpmc: Add irqchip support to the gpiochip
` [PATCH v3 07/27] memory: omap-gpmc: Remove NAND IRQ code
` [PATCH v3 18/27] mtd: nand: omap2: Implement NAND ready using gpiolib
` [PATCH v3 19/27] memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regs
` [PATCH v3 20/27] ARM: dts: dra7: Fix NAND device nodes
` [PATCH v3 21/27] ARM: dts: dra7x-evm: Provide NAND ready pin
` [PATCH v3 22/27] ARM: dts: am437x: Fix NAND device nodes
` [PATCH v3 23/27] ARM: dts: am437x-gp-evm: Provide NAND ready pin
` [PATCH v3 24/27] ARM: dts: am335x: Fix NAND device nodes
` [PATCH v3 25/27] ARM: dts: am335x: Provide NAND ready pin
` [PATCH v3 26/27] ARM: dts: dm816x: Fix gpmc and NAND node
` [PATCH v3 27/27] ARM: dts: omap3: Fix gpmc and NAND nodes
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).