linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-29 08:05:53 to 2014-05-22 21:00:08 UTC [more...]

[PATCH 0/5] ks8851 DT updates
 2014-05-22 21:00 UTC 

[PATCH v1 0/5] clk: gcc: Add APQ8084 Global Clock Controller support
 2014-05-22 17:22 UTC  (9+ messages)
` [PATCH v1 1/5] clk: qcom: Add APQ8084 Global Clock Controller documentation
` [PATCH v1 2/5] clk: qcom: Allow an override function to be passed as data
` [PATCH v1 3/5] clk: gcc: Add APQ8084 Global Clock Controller support
` [PATCH v1 4/5] ARM: dts: qcom: Add APQ8084 Global Clock Controller DT node
` [PATCH v1 5/5] ARM: dts: qcom: Add APQ8084 serial port "

[PATCH] dmaengine: qcom_bam_dma: Add descriptor flag APIs
 2014-05-22 15:56 UTC  (10+ messages)

[PATCH v1 0/4] Add Qualcomm APQ8084 SoC support
 2014-05-21 20:16 UTC  (12+ messages)
` [PATCH v1 1/4] ARM: dts: qcom: Add "
` [PATCH v1 2/4] ARM: dts: qcom: Add APQ8084-MTP board support
` [PATCH v1 3/4] ARM: qcom: Add APQ8084-MTP board to mach-qcom
` [PATCH v1 4/4] ARM: debug: qcom: Add APQ8084 DEBUG_LL UART support

[PATCH] clk: qcom: Fix blsp2_ahb_clk register offset
 2014-05-20 17:38 UTC  (2+ messages)

[PATCH RFC 00/12] Add Qualcomm SD Card Controller support
 2014-05-20  8:10 UTC  (41+ messages)
` [PATCH v1 00/11] "
  ` [PATCH v1 01/11] ARM: amba: Add Qualcomm vendor ID
  ` [PATCH v1 02/11] mmc: mmci: Add Qualcomm Id to amba id table
  ` [PATCH v1 03/11] mmc: mmci: Add Qcom datactrl register variant
  ` [PATCH v1 04/11] mmc: mmci: Add register read/write wrappers
  ` [PATCH v1 05/11] mmc: mmci: use NSEC_PER_SEC macro
  ` [PATCH v1 06/11] mmc: mmci: Qcomm: Add 3 clock cycle delay after register write
  ` [PATCH v1 07/11] mmc: mmci: move ST specific register extensions access under condition
  ` [PATCH v1 08/11] mmc: mmci: Qcom fix MCICLK register settings
  ` [PATCH v1 09/11] mmc: mmci: Add clock support for Qualcomm
  ` [PATCH v1 10/11] mmc: mmci: Add Qcom variations to MCICommand register
  ` [PATCH v1 11/11] mmc: mmci: Add Qcom specific pio_read function

[PATCH] arm: msm: remove board file for Nexus One (ie. mahimahi)
 2014-05-20  6:43 UTC  (7+ messages)

Re: [PATCH v2] PM / devfreq: Use freq_table for available_frequencies
 2014-05-19 23:01 UTC  (2+ messages)
`  "

[PATCH] clocksource: qcom: Implement read_current_timer for udelay
 2014-05-19 14:17 UTC  (2+ messages)

[PATCH 0/4] spi: qup: Fixes and new version support
 2014-05-19  8:51 UTC  (12+ messages)
  ` [PATCH 1/4] spi: qup: Remove chip select function
  ` [PATCH 2/4] spi: qup: Correct selection of FIFO/Block mode
  ` [PATCH 4/4] spi: qup: Add support for v1.1.1
` [PATCH 3/4] spi: qup: Fix order of spi_register_master

[PATCH] clk: qcom: Fix msm8660 GCC probe
 2014-05-17  1:33 UTC  (2+ messages)

[PATCH 0/7] qcom clock updates
 2014-05-16 23:07 UTC  (8+ messages)
` [PATCH 1/7] clk: qcom: Fix clk_rcg2_is_enabled() check
` [PATCH 2/7] clk: qcom: Fix mmcc-8974's PLL configurations
` [PATCH 3/7] clk: qcom: Return highest rate when round_rate() exceeds plan
` [PATCH 4/7] clk: qcom: Support display RCG clocks
` [PATCH 5/7] clk: qcom: Properly support display clocks on msm8974
` [PATCH 6/7] clk: qcom: Support msm8974pro global clock control hardware
` [PATCH 7/7] clk: qcom: Return error pointers for unimplemented clocks

[PATCH RFC 0/4] Add QCOM DML support to MMCI driver
 2014-05-16 19:47 UTC  (6+ messages)
` [PATCH RFC 1/4] ARM: DT: QCOM: apq8064: fix the memory range for sdcc node
` [PATCH RFC 2/4] ARM: DT: QCOM: apq8064: Add dma support "
` [PATCH RFC 3/4] mmc: mmci: Add qcom dml support to the driver
` [PATCH RFC 4/4] mmc: mmci: do an EOT for write DMA requests

[PATCH] ARM: QCOM: Enable ARM_AMBA option for Qcom SOCS
 2014-05-15 14:56 UTC  (3+ messages)

[PATCH] ARM: msm: rename two Kconfig macros
 2014-05-15 11:30 UTC 

[PATCH] ARM: msm: remove check for CONFIG_MSM_SERIAL_DEBUGGER
 2014-05-15 10:39 UTC 

[PATCH] ARM: amba: Add Qualcomm vendor ID
 2014-05-15 10:22 UTC 

[PATCH v2 01/14] mmc: mmci: use NSEC_PER_SEC macro
 2014-05-15  9:38 UTC  (14+ messages)
` [PATCH v2 02/14] mmc: mmci: convert register bits to use BIT() macro
` [PATCH v2 03/14] mmc: mmci: Add Qualcomm Id to amba id table
` [PATCH v2 04/14] mmc: mmci: Add Qcom datactrl register variant
` [PATCH v2 05/14] mmc: mmci: Add register read/write wrappers
` [PATCH v2 06/14] mmc: mmci: Qcomm: Add 3 clock cycle delay after register write
` [PATCH v2 07/14] mmc: mmci: add ddrmode mask to variant data
` [PATCH v2 08/14] mmc: mmci: add 8bit bus support in "
` [PATCH v2 09/14] mmc: mmci: add edge support to data and command out "
` [PATCH v2 10/14] mmc: mmci: add Qcom specifics of clk and datactrl registers
` [PATCH v2 11/14] mmc: mmci: Add support to data commands via variant structure
` [PATCH v2 12/14] mmc: mmci: add support for fbclk to latch data and cmd
` [PATCH v2 13/14] mmc: mmci: add qcom specific clk control
` [PATCH v2 14/14] mmc: mmci: Add Qcom specific pio_read function

[PATCH] arm: msm: remove board file for the HTC Sapphire device
 2014-05-14 21:09 UTC 

[PATCH] Input: pmic8xxx-pwrkey - Set sane default for debounce time
 2014-05-14 19:02 UTC  (4+ messages)

[PATCH] i2c: qup: Fix pm_runtime_get_sync usage
 2014-05-14 16:07 UTC  (4+ messages)

[RFC PATCH v2 0/9] Add Qualcomm crypto driver
 2014-05-13 11:06 UTC  (14+ messages)
` [RFC PATCH v2 1/9] crypto: qce: Add core driver implementation
` [RFC PATCH v2 4/9] crypto: qce: Add ablkcipher algorithms

[Patch v3] pinctrl: msm: Add more MSM8X74 pin definitions
 2014-05-12 22:27 UTC  (2+ messages)

[PATCH 1/2] mfd: pm8x41: add support for Qualcomm 8x41 PMICs
 2014-05-10  8:06 UTC  (9+ messages)

[PATCH] clk: qcom: add clocks necessary for apq8064 sdcc
 2014-05-09 21:54 UTC  (5+ messages)
` [PATCH v2] "

[Patch v2] pinctrl: msm: Add more MSM8X74 pin definitions
 2014-05-09 21:45 UTC  (2+ messages)

[PATCH] pinctrl: qcom: ipq8064: Fix naming convention
 2014-05-09 19:19 UTC  (2+ messages)

[PATCH] ARM: DT: apq8064: Add sdcc support via mcci driver
 2014-05-09 18:54 UTC 

[PATCH] pinctrl: msm: Add more MSM8X74 pin definitions
 2014-05-09 17:00 UTC  (3+ messages)

[PATCH] ARM: zImage: Allow DTB to override broken ATAG_MEM
 2014-05-07 21:24 UTC  (2+ messages)

[PATCH v2] ARM: msm: Make MSM_HAS_DEBUG_UART_HS option visible to multiplatform targets
 2014-05-06 19:41 UTC  (3+ messages)
` [PATCH] ARM: debug: qcom: make UART address selection configuration option

[Patch v2 0/4] Introduce drivers/soc and add QCOM GSBI driver
 2014-05-06 17:06 UTC  (4+ messages)
` [Patch v2 1/4] soc: Placeholder files for drivers/soc

[PATCHv5 2/2] arm: Get rid of meminfo
 2014-05-06 16:33 UTC  (3+ messages)

[PATCH v2] PM / devfreq: Use freq_table for available_frequencies
 2014-05-05 18:18 UTC  (3+ messages)

[PATCH 1/3] usb: phy: msm: cast to unsigned long int
 2014-05-05 15:30 UTC  (8+ messages)
  ` [PATCH 2/3] usb: phy: msm: switch over to writel()
` [PATCH 3/3] usb: phy: msm: enable build on other architectures

Please Acknowledge My Proposal
 2014-05-03 12:20 UTC 

[PATCH v8 00/20] usb: phy: msm: Fixes, cleanups and DT support
 2014-05-03  6:45 UTC  (6+ messages)
` [PATCH v8 14/20] usb: phy: msm: Add support for secondary PHY control
` [PATCH v8 17/20] usb: phy: msm: Select secondary PHY via TCSR

[PATCH] pinctrl: qcom: Correct name for pin 0
 2014-05-02 22:43 UTC  (2+ messages)

[PATCH v7 00/20] usb: phy: msm: Fixes, cleanups and DT support
 2014-05-02 14:23 UTC  (7+ messages)
` [PATCH v7 16/20] usb: phy: msm: Fix PTS definitions for MSM USB controller

[PATCH] spmi: of: fixup generic SPMI devicetree binding example
 2014-05-01 21:40 UTC 

[PATCH 0/4] Support qcom GDSC hardware
 2014-04-30 21:16 UTC  (4+ messages)
` [PATCH 4/4] devicetree: bindings: qcom,mmcc: Document GDSC binding
  ` [PATCH 4/4] devicetree: bindings: qcom, mmcc: "

[PATCH] clk: qcom: Various fixes for MSM8960's global clock controller
 2014-04-30 19:14 UTC  (4+ messages)

[PATCH] clk: qcom: Remove accidental merged reject file
 2014-04-30 18:57 UTC  (3+ messages)

[PATCH v6 0/5] Krait L1/L2 EDAC driver
 2014-04-29 19:02 UTC  (5+ messages)
` [PATCH v6 3/5] devicetree: bindings: Document Krait cache error interrupts

[PATCH] mfd: pm8921: Remove pm8xxx API now that sub-devices use regmap
 2014-04-29  8:05 UTC  (2+ 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 NNTP newsgroup(s).