messages from 2013-12-20 16:09:17 to 2014-01-03 12:34:59 UTC [more...]
[PATCH 0/4] arm: omap: DMM DT adaptation
2014-01-03 12:34 UTC (3+ messages)
` [PATCH v5 0/2] "
[RFT/RFC/PATCH 00/31] arm: omap: irq: cleanup INTC driver
2014-01-03 12:12 UTC (7+ messages)
[PATCH 0/4] Add support for charging battery in Nokia RX-51
2014-01-03 11:09 UTC (8+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] power_supply: Add power_supply notifier
` [PATCH v2 2/3] bq2415x_charger: Use power_supply notifier for automode
[PATCHv12 00/49] ARM: TI SoC clock DT conversion
2014-01-03 9:17 UTC (23+ messages)
` [PATCHv12 01/49] clk: add support for registering clocks from description
` [PATCHv12 03/49] clk: divider: add support for registering divider clock from descriptor
` [PATCHv12 04/49] clk: mux: add support for registering mux "
` [PATCHv12 05/49] clk: gate: add support for registering gate "
` [PATCHv12 06/49] clk: add support for low level register ops
` [PATCHv12 07/49] clk: divider: add support for low level ops
` [PATCHv12 08/49] clk: gate: "
` [PATCHv12 09/49] clk: mux: "
` [PATCHv12 12/49] CLK: TI: Add DPLL clock support
` [PATCHv12 11/49] CLK: ti: add init support for clock IP blocks
` [PATCHv12 14/49] clk: ti: add composite clock support
` [PATCHv12 18/49] CLK: TI: add support for clockdomain binding
` [PATCHv12 17/49] CLK: TI: add support for gate clock
` [PATCHv12 23/49] CLK: TI: DRA7: Add APLL support
` [PATCHv12 43/49] ARM: OMAP2+: PRM: add support for initializing PRCM clock modules from DT
[PATCH RFC 00/26] Migrate more OMAP DMA code to DMA engine
2014-01-02 16:07 UTC (30+ messages)
` [PATCH RFC 01/26] dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev
` [PATCH RFC 02/26] dmaengine: omap-dma: provide a hook to get the underlying DMA platform ops
` [PATCH RFC 03/26] dmaengine: omap-dma: program hardware directly
` [PATCH RFC 04/26] dmaengine: omap-dma: consolidate writes to DMA registers
` [PATCH RFC 05/26] dmaengine: omap-dma: control start/stop directly
` [PATCH RFC 06/26] dmaengine: omap-dma: move reading of dma position to omap-dma.c
` [PATCH RFC 07/26] dmaengine: omap-dma: consolidate setup of CSDP
` [PATCH RFC 08/26] dmaengine: omap-dma: consolidate setup of CCR
` [PATCH RFC 09/26] dmaengine: omap-dma: provide register definitions
` [PATCH RFC 10/26] dmaengine: omap-dma: move CCR buffering disable errata out of the fast path
` [PATCH RFC 11/26] dmaengine: omap-dma: consolidate clearing channel status register
` [PATCH RFC 12/26] dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registers
` [PATCH RFC 13/26] dmaengine: omap-dma: move clnk_ctrl setting to preparation functions
` [PATCH RFC 14/26] dmaengine: omap-dma: move barrier to omap_dma_start_desc()
` [PATCH RFC 15/26] dmaengine: omap-dma: use cached CCR value when enabling DMA
` [PATCH RFC 16/26] dmaengine: omap-dma: provide register read/write functions
` [PATCH RFC 17/26] dmaengine: omap-dma: cleanup errata 3.3 handling
` [PATCH RFC 18/26] ARM: omap: remove references to disable_irq_lch
` [PATCH RFC 19/26] ARM: omap: remove almost-const variables
` [PATCH RFC 20/26] ARM: omap: clean up DMA register accesses
` [PATCH RFC 21/26] ARM: omap: dma: get rid of errata global
` [PATCH RFC 22/26] ARM: omap: move dma channel allocation into plat-omap code
` [PATCH RFC 23/26] ARM: omap: dma: get rid of 'p' allocation and clean up
` [PATCH RFC 24/26] dmaengine: omap-dma: move register read/writes into omap-dma.c
` [PATCH RFC 25/26] dmaengine: omap-dma: move IRQ handling to omap-dma
` [PATCH RFC 26/26] ARM: omap2: ensure dma platform device has resources
[PATCH RFC 00/26] Migrate more OMAP DMA code to DMA engine
2014-01-02 15:07 UTC (5+ messages)
` [PATCH RFC 01/26] dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev
` [PATCH RFC 02/26] dmaengine: omap-dma: provide a hook to get the underlying DMA platform ops
` [PATCH RFC 03/26] dmaengine: omap-dma: program hardware directly
` [PATCH RFC 04/26] dmaengine: omap-dma: consolidate writes to DMA registers
[PATCH v3 0/4] drm/omap: fix issues in omap_drv probe/remove
2014-01-02 9:19 UTC (5+ messages)
` [PATCH v3 1/4] drm/omap: fix: Defer probe if an omapdss device requests for it at connect
` [PATCH v3 2/4] drm/omap: fix: disconnect devices when omapdrm module is removed
` [PATCH v3 3/4] drm/omap: fix: disable encoder before destroying it
` [PATCH v3 4/4] drm/omap: fix: change dev_unload order
[PATCH] thermal: ti-soc-thermal: clk_round_rate() can return a zero upon error
2014-01-02 2:51 UTC (2+ messages)
[PATCH 0/7] Fix omap-iommu probe and convert to DT for 3.14
2014-01-02 1:01 UTC (27+ messages)
` [PATCH 1/7] iommu/omap: Do bus_set_iommu() only if probe() succeeds
` [PATCH 2/7] iommu/omap: omap_iommu_attach() should return ENODEV, not NULL
` [PATCH 3/7] iommu/omap: Convert to devicetree
` [PATCH 4/7] iommu/omap: Allow enable/disable even without pdata
` [PATCH 5/7] ARM: dts: Complete data for isp iommu
` [PATCH 6/7] ARM: OMAP2+: Remove legacy data from hwmod for omap3 "
omap4 and cpufreq
2014-01-01 22:37 UTC
[PATCH] of/platform: Fix no irq domain found errors when populating interrupts
2013-12-31 16:33 UTC (3+ messages)
[PATCH RFC v2 REPOST 0/8] Beaglebone-Black HDMI audio
2013-12-31 13:26 UTC (7+ messages)
` [PATCH RFC v2 REPOST 2/8] ASoC: davinci-evm: Add named clock reference to DT bindings
` [PATCH RFC v2 REPOST 3/8] ASoC: davinci-evm: HDMI audio support for TDA998x trough McASP I2S bus
` [PATCH RFC v2 REPOST 4/8] ASoC: hdmi-codec: Add devicetree binding with documentation
Viimeinen ilmoitus
2014-01-01 0:14 UTC
Advise to invest in your Country
2013-12-30 18:06 UTC
Viimeinen ilmoitus
2013-12-31 13:29 UTC
[PATCH] ARM: OMAPFB: panel-sony-acx565akm: fix missing mutex unlocks
2013-12-30 16:17 UTC
[PATCH 0/2] omapfb: option to use coherent dma mem
2013-12-30 13:19 UTC (3+ messages)
` [PATCH 1/2] ARM: omapfb: add coherent dma memory support
` [PATCH 2/2] omapfb: add support to reserve fb at specified phys address
[RFC PATCH] gpio: add GPIO hogging mechanism
2013-12-30 9:48 UTC (2+ messages)
[pandaboard] audio initialization fails due to TWL6040
2013-12-30 7:35 UTC (3+ messages)
[PATCH V4 0/3] ARM: DTS: DRA7: Updates for adding crossbar device
2013-12-30 6:58 UTC (2+ messages)
[PATCH V5 0/4] DRIVERS: IRQCHIP: Add support for crossbar IP
2013-12-30 6:28 UTC (9+ messages)
` [PATCH V5 2/4] DRIVERS: IRQCHIP: CROSSBAR: Add support for Crossbar IP
OMAP display subsystem - does it work?
2013-12-28 23:30 UTC (16+ messages)
[GIT PULL] few omap regression fixes against v3.13-rc5
2013-12-28 22:09 UTC
3.13 gta04 mmc not working
2013-12-28 0:56 UTC (5+ messages)
[GIT PULL] ARM: OMAP2+: hwmod data: a few more fixes for v3.13-rc
2013-12-27 18:12 UTC (2+ messages)
[PATCH] ARM: omapfb: Add early framebuffer memory allocator
2013-12-27 16:34 UTC (3+ messages)
[PATCH 1/1] ARM: dts: am437x gp-evm: add sd card dt nodes
2013-12-27 16:29 UTC
[PATCH 0/3] ARM: dts: am43x/am335x-evm: add SD card hotplug support
2013-12-27 16:29 UTC (4+ messages)
` [PATCH 1/3] ARM: dts: am335x-evm: "
` [PATCH 2/3] ARM: dts: am335x-evmsk: "
` [PATCH 3/3] ARM: dts: am43x-epos-evm: "
[PATCH v2] usb: musb: Rework USB and USB_GADGET dependency
2013-12-27 0:22 UTC
[PATCH] ARM: configs: Select USB PHY for AM335x SoC
2013-12-26 23:21 UTC (4+ messages)
[PATCH 0/2] musb: Rework USB and USB_GADGET config
2013-12-26 12:40 UTC (4+ messages)
` [PATCH 1/2] usb: musb: Remove usb_disable() check in module_init()
` [PATCH 2/2] usb: musb: Rework USB and USB_GADGET dependency
[PATCH] ARM: OMAP4: hwmod data: correct the idlemodes for spinlock
2013-12-26 4:49 UTC (2+ messages)
[PATCH] ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL
2013-12-26 4:41 UTC (3+ messages)
[PATCH] ARM: OMAP2+: hwmod_data: fix missing OMAP_INTC_START in irq data
2013-12-26 4:20 UTC (2+ messages)
OMAP baseline test results for v3.13-rc5
2013-12-26 4:04 UTC
[PATCH v7 0/7] mmc: omap_hsmmc: pbias dt and cleanup
2013-12-24 16:11 UTC (17+ messages)
` [PATCH v7 1/7] mmc: omap_hsmmc: use devm_regulator API
` [PATCH v7 2/7] mmc: omap_hsmmc: handle vcc and vcc_aux independently
` [PATCH v7 3/7] regulator: add pbias regulator support
` [PATCH v7 4/7] mmc: omap_hsmmc: adapt hsmmc to use pbias regulator
` [PATCH v7 5/7] ARM: dts: add pbias dt node
` [PATCH v7 6/7] ARM: OMAP: enable SYSCON and REGULATOR_PBIAS in omap2plus_defconfig
` [PATCH v7 7/7] mmc: omap_hsmmc: remove pbias workaround
[PATCH 0/3] DT support for bq2415x
2013-12-24 3:39 UTC (6+ messages)
` [PATCH 1/3] power_supply: add power_supply_get_by_phandle
[PATCH 1/2] isp1704_charger: Add DT support
2013-12-24 2:35 UTC (3+ messages)
` [PATCHv2 0/2] DT support for isp1704-charger
[PATCH] ARM: dts: OMAP2: fix interrupt number for rng
2013-12-23 22:59 UTC
[PATCH 1/4] ARM: OMAP2+: raw read and write endian fix
2013-12-23 18:18 UTC (5+ messages)
` [PATCH 2/4] ARM: OMAP: dmtimer: "
` [PATCH 3/4] ARM: OMAP: counter-32k: "
` [PATCH 4/4] ARM: OMAP: debug-leds: "
` [PATCH 0/4] ARM: OMAP: "
[PATCH V7 0/8] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot
2013-12-23 9:54 UTC (2+ messages)
[PATCH 0/2] ARM: DTS: am335x-evmsk: Audio and MMC1 fix (for 3.13?)
2013-12-23 9:28 UTC (3+ messages)
` [PATCH 1/2] ARM: DTS: am335x-evmsk: Correct audio clock frequency
` [PATCH 2/2] ARM: dts: am335x-evmsk: Fix mmc1 support
[net PATCH v3 1/1] drivers: net : cpsw: pass proper device name while requesting irq
2013-12-22 23:22 UTC (2+ messages)
[RFCv4 00/11] OMAP SSI driver / N900 modem support
2013-12-22 10:22 UTC (9+ messages)
` [RFCv4 06/11] misc: Introduce Nokia CMT driver
` "
AM335x USB DMA seems broken on ISOC URBs
2013-12-22 5:59 UTC
[PATCH v2] usb: musb: Rework USB and USB_GADGET dependency
2013-12-22 3:08 UTC
[PATCH] ARM: dts: omap3-gta04: Add EOC irq gpio line handling
2013-12-21 15:12 UTC
[PATCH v2 0/2] regulator: tps65910: backup battery regulator
2013-12-21 14:49 UTC (3+ messages)
` [PATCH v2 1/2] regulator: tps65910: Add "
[PATCH v6 0/3] mmc: omap_hsmmc: Enable SDIO IRQ
2013-12-21 1:01 UTC (5+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x
[PATCH/RFC] ARM: omap3: Split the pinmux core device
2013-12-20 23:05 UTC (4+ messages)
[PATCH v4 0/7] mmc: omap_hsmmc: pbias dt and cleanup
2013-12-20 16:44 UTC (9+ messages)
` [PATCH v6 "
` [PATCH v6 3/7] regulator: add pbias regulator support
[PATCHv11 00/49] ARM: TI SoC clock DT conversion
2013-12-20 16:33 UTC (13+ messages)
` [PATCHv11 06/49] clk: add support for low level register ops
` [PATCHv11 07/49] clk: divider: add support for low level ops
[GIT PULL] omap display regression fix against v3.13-rc4
2013-12-20 16:33 UTC (2+ messages)
[PATCHv10 00/41] ARM: TI SoC clock DT conversion
2013-12-20 16:10 UTC (2+ messages)
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).