Re: [PATCH] MAINTAINERS: Change QCOM entries

2015-12-12 Thread David Brown
On Fri, Dec 11, 2015 at 03:46:18PM -0600, Andy Gross wrote: From: Andy Gross <agr...@codeaurora.org> This patch changes the email address for Andy Gross and David Brown and drops Kumar Gala. In addition, it changes the location of the repository. Signed-off-by: Andy Gross &l

Re: What is git repo for linux-arm-msm code?

2014-01-08 Thread David Brown
On Thu, Dec 26, 2013 at 09:37:25AM -0800, Subodh Nijsure wrote: I came across the mailing list through the codeaurora.org linux-msm page. I am working on hardware platform that is based on IFC6440 hardware. Kernel we have is fairly old. We are having issues with I2c working reliably same with

[PATCH 0/7] MSM patches for 3.14

2013-12-20 Thread David Brown
The following series contains a warning fix, a bit of cleanup, adds a few more boards. There are still numerous patches floating with issues, but things seem to be moving in the right direction. These have all been sent previously to the lists, and received reviews and necessary acks. Josh

[PATCH 2/7] ARM: msm: Add support for APQ8074 Dragonboard

2013-12-20 Thread David Brown
...@codeaurora.org Signed-off-by: David Brown dav...@codeaurora.org --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/qcom-apq8074-dragonboard.dts | 6 + arch/arm/boot/dts/qcom-msm8974.dtsi| 33 ++ arch/arm/mach-msm/Kconfig

[PATCH 1/7] ARM: msm: trout: fix uninit var warning

2013-12-20 Thread David Brown
printk(KERN_CRIT..) to use pr_crit. Signed-off-by: Josh Cartwright jo...@codeaurora.org Signed-off-by: David Brown dav...@codeaurora.org --- arch/arm/mach-msm/board-trout.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-msm/board-trout.c b/arch/arm

[PATCH 4/7] ARM: msm: Simplify ARCH_MSM_DT config

2013-12-20 Thread David Brown
From: Stephen Boyd sb...@codeaurora.org This doesn't need to be a def_bool y. Instead we can have every DT supported platform select ARCH_MSM_DT and we achieve the same thing with less chance of conflicts. Signed-off-by: Stephen Boyd sb...@codeaurora.org Signed-off-by: David Brown dav

[PATCH 3/7] defconfig: msm_defconfig: Enable CONFIG_ARCH_MSM8974

2013-12-20 Thread David Brown
From: Rohit Vaswani rvasw...@codeaurora.org This patch enables MSM8974 build support. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org Signed-off-by: David Brown dav...@codeaurora.org --- arch/arm/configs/msm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs

[PATCH 5/7] ARM: dts: MSM8974: Add restart node

2013-12-20 Thread David Brown
From: Stephen Boyd sb...@codeaurora.org Add the restart node so we can reboot the device. Signed-off-by: Stephen Boyd sb...@codeaurora.org Signed-off-by: David Brown dav...@codeaurora.org --- arch/arm/boot/dts/qcom-msm8974.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm

[PATCH 6/7] ARM: dts: MSM8974: Add MMIO architected timer node

2013-12-20 Thread David Brown
From: Stephen Boyd sb...@codeaurora.org Add the mmio architected timer node. Signed-off-by: Stephen Boyd sb...@codeaurora.org Signed-off-by: David Brown dav...@codeaurora.org --- arch/arm/boot/dts/qcom-msm8974.dtsi | 59 + 1 file changed, 59 insertions

[PATCH 7/7] ARM: msm_defconfig: Enable restart driver

2013-12-20 Thread David Brown
From: Stephen Boyd sb...@codeaurora.org Signed-off-by: Stephen Boyd sb...@codeaurora.org Signed-off-by: David Brown dav...@codeaurora.org --- arch/arm/configs/msm_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/msm_defconfig b/arch/arm/configs/msm_defconfig index

Re: [PATCH v4 00/15] usb: phy: msm: Fixes, cleanups and DT support

2013-12-20 Thread David Brown
On Thu, Dec 19, 2013 at 05:26:13PM -0600, Felipe Balbi wrote: it's getting quite late for me. I still want to leave my stuff soaking in linux-next for a while. I'll try my best, though, if you ack it ASAP Thanks. Patch 1 already has my Ack in it, and I've sent an ack for number 6. David --

Re: [PATCH v4 06/15] usb: phy: msm: Replace custom enum usb_mode_type with enum usb_dr_mode

2013-12-19 Thread David Brown
to OTG..., so remove redundand field. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- arch/arm/mach-msm/board-msm7x30.c |2 +- arch/arm/mach-msm/board-qsd8x50.c |2 +- Acked-by: David Brown dav...@codeaurora.org -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm

Re: [PATCH v2 6/6] ARM: dts: msm: Add Krait CPU/L2 nodes

2013-10-30 Thread David Brown
On Wed, Oct 30, 2013 at 01:25:36PM -0700, Stephen Boyd wrote: This allows us to probe the krait-edac driver. Cc: David Brown dav...@codeaurora.org Signed-off-by: Stephen Boyd sb...@codeaurora.org --- arch/arm/boot/dts/qcom-msm8974.dtsi | 37 + 1 file changed

[PATCH 0/4] Remove older ARM msm SoC support

2013-10-28 Thread David Brown
patches on request, and I've also made the patches available at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git for-3.14/big-cleanup David Brown (4): ARM: msm: Remove unused board files ARM: msm: Remove 7x00 support ARM: msm: Remove 7x30 support ARM: msm: Remove

[PATCH 4/4] ARM: msm: Remove 8x50 support

2013-10-28 Thread David Brown
-platform kernel on ARM. If someone wishes to continue support for this target, patches that provide devicetree and multi-platform support can start by re-adding these files. Signed-off-by: David Brown dav...@codeaurora.org --- Note that this patch was made with -D. I can send the full patch on request

[PATCH 1/4] ARM: msm: Remove unused board files

2013-10-28 Thread David Brown
These board files were added in 2010, and have never been compiled in the tree. If these targets were to be included, at this point, they would need to be done using device tree, so there is no reason to keep these files around. Signed-off-by: David Brown dav...@codeaurora.org --- Note

[PATCH 3/4] ARM: msm: Remove 7x30 support

2013-10-28 Thread David Brown
-platform on ARM. If someone wishes to continue support for this target, patches that provide devicetree and multi-platform support can start by re-adding these files. Signed-off-by: David Brown dav...@codeaurora.org --- Note that this patch was made with -D. I can send the full patch on request

Re: [PATCH 0/6] drm/msm: queued up patches for 3.13

2013-10-22 Thread David Brown
On Sun, Oct 20, 2013 at 12:10:53PM -0400, Rob Clark wrote: Fyi, here are the queued up patches I have so far for 3.13. I'm happy with these changes. You can add a Acked-by: David Brown dav...@codeaurora.org if you want. David Rob Clark (6): drm/msm: prime support drm/msm: support

Re: [PATCHv6 2/4] ARM: msm: Add support for APQ8074 Dragonboard

2013-10-17 Thread David Brown
On Thu, Oct 17, 2013 at 11:25:10AM -0700, Rohit Vaswani wrote: This patch adds basic board support for APQ8074 Dragonboard which belongs to the Snapdragon 800 family. For now, just support a basic machine with device tree. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org --- Do you mind

Re: [PATCH 3/4] ARM: debug: msm: Add DEBUG_LL support for ARCH_MSM8974

2013-10-16 Thread David Brown
/msm.S | 5 + 2 files changed, 14 insertions(+) Acked-by: David Brown dav...@codeaurora.org -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list

[GIT PULL] msm cleanups for v3.13

2013-10-16 Thread David Brown
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983: Linux 3.12-rc2 (2013-09-23 15:41:09 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-cleanup-for-3.13 for you to fetch changes up to

Re: [PATCH 1/4] ARM: debug: Create CONFIG_DEBUG_MSM_UART and re-organize the selects for MSM

2013-10-16 Thread David Brown
On Thu, Oct 03, 2013 at 04:05:54PM -0700, Rohit Vaswani wrote: Create the hidden config DEBUG_MSM_UART and clean-up the default selection for CONFIG_DEBUG_LL_INCLUDE. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org Acked-by: David Brown dav...@codeaurora.org -- sent by an employee

Re: [PATCH 1/2] ehci-msm: Remove global struct usb_phy variable

2013-10-11 Thread David Brown
On Fri, Oct 11, 2013 at 02:46:09PM +0300, Ivan T. Ivanov wrote: From: Ivan T. Ivanov iiva...@mm-sol.com Use struct usb_hcd::phy to hold USB PHY instance. Signed-off-by: Ivan T. Ivanov iiva...@mm-sol.com --- drivers/usb/host/ehci-msm.c |5 +++-- Acked-by: David Brown dav...@codeaurora.org

Re: [PATCH 2/2] USB: ehci-msm: Add device tree support and binding information

2013-10-11 Thread David Brown
+ drivers/usb/host/ehci-msm.c| 15 +-- Acked-by: David Brown dav...@codeaurora.org -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation

Re: [PATCH] clocksource: put nodes passed to CLOCKSOURCE_OF_DECLARE callbacks centrally

2013-10-01 Thread David Brown
. Consequently all respective of_node_put calls in drivers are removed. Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- arch/arm/mach-msm/timer.c | 1 - Acked-by: David Brown dav...@codeaurora.org -- sent by an employee of the Qualcomm Innovation Center, Inc

Re: [PATCH 08/27] mmc: msm_sdcc: Move away from using deprecated APIs

2013-09-26 Thread David Brown
. Additionally, remove dead code which also used the deprecated APIs. Cc: David Brown dav...@codeaurora.org Cc: Daniel Walker dwal...@fifo99.com Cc: Bryan Huntsman bry...@codeaurora.org Cc: linux-arm-msm@vger.kernel.org Signed-off-by: Ulf Hansson ulf.hans...@linaro.org --- drivers/mmc/host

Re: [PATCH] ARM: msm: Move msm devicetrees under a Qualcomm dir

2013-09-12 Thread David Brown
On Thu, Sep 12, 2013 at 12:55:36PM -0500, Kumar Gala wrote: On Sep 12, 2013, at 12:06 PM, Olof Johansson wrote: My original request to please use a common prefix for your product families stands. Please prefix with msm-*, or if you have to, qcom-* instead, since you guys can't seem to make

Re: [PATCH 1/2] ARM: msm: Add support for MSM8974 Dragonboard

2013-09-11 Thread David Brown
On Tue, Aug 06, 2013 at 12:14:46PM +0300, Ivan T. Ivanov wrote: Attached patch enables earlyprink for this board. [920] booting linux @ 0x8000, ramdisk @ 0x200 (1067699), tags/device tree @ 0x1e0 Uncompressing Linux... done, booting the kernel. [0.00] Booting Linux on physical

Re: [BUG] mach-msm/msm_vibrator.c - very long vibration if CPU suspends

2013-09-11 Thread David Brown
On Wed, Sep 04, 2013 at 05:24:50PM -0400, abhilash jindal wrote: msm_vibrator.c uses hrtimer to switch off the phone vibration as follows- hrtimer_start(vibe_timer, ktime_set(value / 1000, (value % 1000) * 100), HRTIMER_MODE_REL); However, hrtimer does not get fired after the CPU suspends.

Re: [PATCH] [TRIVIAL] ARM: msm: fix compilation error in gpiomux

2013-08-09 Thread David Brown
On Thu, Aug 08, 2013 at 03:17:25PM -0700, Rohit Vaswani wrote: On 8/7/2013 11:32 PM, Krzysztof Kozlowski wrote: On śro, 2013-08-07 at 14:08 -0700, Stephen Boyd wrote: On 08/07, David Brown wrote: On Wed, Aug 07, 2013 at 08:34:39AM +0200, Krzysztof Kozlowski wrote: Fix compilation error

Re: [PATCH] [TRIVIAL] ARM: msm: fix compilation error in gpiomux

2013-08-07 Thread David Brown
On Wed, Aug 07, 2013 at 08:34:39AM +0200, Krzysztof Kozlowski wrote: Fix compilation error in gpiomux (CONFIG_MSM_GPIOMUX=y): arch/arm/mach-msm/gpiomux.c:24:13: error: static declaration of ‘__msm_gpiomux_write’ follows non-static declaration arch/arm/mach-msm/gpiomux.h:85:6: note:

Re: [GIT PULL] msm cleanups for v3.12

2013-08-07 Thread David Brown
On Wed, Aug 07, 2013 at 01:58:16PM -0700, David Brown wrote: The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b: Linux 3.11-rc2 (2013-07-21 12:05:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git

Re: [GIT PULL] msm cleanups for v3.12

2013-08-07 Thread David Brown
On Wed, Aug 07, 2013 at 02:52:59PM -0700, David Brown wrote: On Wed, Aug 07, 2013 at 01:58:16PM -0700, David Brown wrote: The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b: Linux 3.11-rc2 (2013-07-21 12:05:29 -0700) are available in the git repository at: git

[GIT PULL v2] msm cleanups for v3.12

2013-08-07 Thread David Brown
The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b: Linux 3.11-rc2 (2013-07-21 12:05:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-cleanup3-for-3.12 for you to fetch changes up to

Re: [RESEND PATCH 1/2] ARM: msm: Add support for MSM8974

2013-08-01 Thread David Brown
On Thu, Aug 01, 2013 at 08:36:38PM -0700, Rohit Vaswani wrote: On 8/1/2013 7:29 PM, Stephen Warren wrote: On 08/01/2013 07:23 PM, Rohit Vaswani wrote: This patch adds basic board support for MSM8974 which belongs to the Snapdragon 800 family. For now, just support a basic machine with device

Re: [PATCH] mmc: sdhci-msm: Add support for MSM chipsets

2013-07-30 Thread David Brown
On Tue, Jul 30, 2013 at 05:40:16PM +0100, Chris Ball wrote: On Tue, Jul 30 2013, Georgi Djakov wrote: This platform driver adds the support of Secure Digital Host Controller Interface compliant controller in MSM chipsets. CC: Asutosh Das asuto...@codeaurora.org CC: Venkat Gopalakrishnan

Re: [PATCH v2 3/9] ARM: msm: Move debug-macro.S to include/debug

2013-07-30 Thread David Brown
On Wed, Jul 24, 2013 at 01:54:28PM -0700, Stephen Boyd wrote: One more step to allowing MSM to participate in the multi-platform defconfig. Full patch: https://patchwork.kernel.org/patch/2833034/ Signed-off-by: Stephen Boyd sb...@codeaurora.org --- arch/arm/Kconfig.debug

Re: [PATCH v2 6/9] ARM: msm: Move mach/board.h contents to common.h

2013-07-29 Thread David Brown
On Wed, Jul 24, 2013 at 01:54:31PM -0700, Stephen Boyd wrote: The contents of mach/board.h are only used by files within mach-msm so there is no need to export this file outside of the mach-msm directory. Move the contents of the file to common.h to allow us to compile MSM in the multi-platform

Re: [PATCH v2] tty: serial: Add initial MSM UART High Speed Lite driver

2013-07-26 Thread David Brown
On Mon, Jul 22, 2013 at 10:05:48AM +0300, Ivan T. Ivanov wrote: From: Ivan T. Ivanov iiva...@mm-sol.com This is a tty driver with console support for Qualcomm's UART controllers found in the MSM8974 chipsets. Driver is completely based on implementation found in codeaurora.org

[GIT PULL] msm gpio fixes for 3.11

2013-07-26 Thread David Brown
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-3.11-fix1 for you to fetch changes up to

Re: [PATCH 1/7] usb: phy: msm: Move mach dependent code to platform data

2013-07-24 Thread David Brown
++--- include/linux/usb/msm_hsusb.h |2 ++ 4 files changed, 85 insertions(+), 41 deletions(-) Acked-by: David Brown dav...@codeaurora.org -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux

Re: [PATCH 1/4] msm_serial: Fix NUL byte output on UARTDM

2013-07-24 Thread David Brown
so leads to random NUL bytes interspersed in the output. Signed-off-by: Stephen Boyd sb...@codeaurora.org --- drivers/tty/serial/msm_serial.c | 14 +- drivers/tty/serial/msm_serial.h | 1 + 2 files changed, 10 insertions(+), 5 deletions(-) Acked-by: David Brown dav...@codeaurora.org

Re: [PATCH 4/4] msm_serial: Send more than 1 character at a time on UARTDM

2013-07-24 Thread David Brown
devices. Signed-off-by: Stephen Boyd sb...@codeaurora.org --- drivers/tty/serial/msm_serial.c | 51 ++--- 1 file changed, 32 insertions(+), 19 deletions(-) Acked-by: David Brown dav...@codeaurora.org -- sent by an employee of the Qualcomm Innovation Center, Inc

Re: [PATCH 0/3] MSM gpio fixes

2013-07-24 Thread David Brown
On Sat, Jul 20, 2013 at 10:54:42PM +0200, Linus Walleij wrote: On Thu, Jul 18, 2013 at 10:07 PM, David Brown dav...@codeaurora.org wrote: Rohit sent these three fixes out on June 18. I still need a devicetree ack for the first patch, and would like these to get pulled in for v3.11 Rohit

[PATCH 1/3] ARM: msm: dts: Fix the gpio register address for msm8960

2013-07-18 Thread David Brown
From: Rohit Vaswani rvasw...@codeaurora.org Fix the the gpio reg address for the device tree entry. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org Signed-off-by: David Brown dav...@codeaurora.org --- arch/arm/boot/dts/msm8960-cdp.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH 0/3] MSM gpio fixes

2013-07-18 Thread David Brown
Rohit sent these three fixes out on June 18. I still need a devicetree ack for the first patch, and would like these to get pulled in for v3.11 Rohit Vaswani (3): ARM: msm: dts: Fix the gpio register address for msm8960 drivers: gpio: msm: Fix the error condition for reading ngpio ARM:

[PATCH 2/3] drivers: gpio: msm: Fix the error condition for reading ngpio

2013-07-18 Thread David Brown
...@gmail.com Cc: Bird, Tim tim.b...@sonymobile.com Signed-off-by: David Brown dav...@codeaurora.org --- drivers/gpio/gpio-msm-v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-msm-v2.c b/drivers/gpio/gpio-msm-v2.c index f4491a4..c2fa770 100644 --- a/drivers/gpio

[PATCH 3/3] ARM: msm: Consolidate gpiomux for older architectures

2013-07-18 Thread David Brown
From: Rohit Vaswani rvasw...@codeaurora.org Msm gpiomux can be used only for 7x30 and 8x50. Prevent compilation and fix build issues on 7X00, 8X60 and 8960. Signed-off-by: Rohit Vaswani rvasw...@codeaurora.org Signed-off-by: David Brown dav...@codeaurora.org --- arch/arm/mach-msm/Kconfig

Re: [PATCH/RESEND 00/12] Convert MSM to common clock framework

2013-06-24 Thread David Brown
On Thu, Jun 20, 2013 at 06:29:52PM -0700, Stephen Boyd wrote: On 06/17, Stephen Boyd wrote: Resending to collect higher level maintainer acks per Olof's request. The plan is to push this patchset through MSM to the arm-soc tree. This patchset moves the existing MSM clock code and affected

[GIT PULL v2] msm clock for 3.11

2013-06-24 Thread David Brown
This pull request differs from the previous one for the clock code by: - Gathered additional Acked-by lines. - A small #include fixup found by Stephen Boyd The only Ack not received was from Chris Ball, who is CC'd on this request. The following changes since commit

Re: [PATCH/RESEND 01/12] msm_serial: Convert to clk_prepare/unprepare

2013-06-17 Thread David Brown
On Mon, Jun 17, 2013 at 10:55:10AM -0700, Greg Kroah-Hartman wrote: On Mon, Jun 17, 2013 at 10:43:08AM -0700, Stephen Boyd wrote: Add calls to clk_prepare and unprepare so that MSM can migrate to the common clock framework. Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Signed-off-by:

[PATCH] ARM: dts: msm: Fix merge resolution

2013-06-17 Thread David Brown
Commit e45600107b (Merge tag 'msm-cleanup-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanup) incorrectly resolved a merge conflict, resulting in a node address that doesn't match the register address. Fix this node address. Signed-off-by: David Brown

[GIT PULL 1/3] msm cleanups for 3.11

2013-06-14 Thread David Brown
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-cleanup-for-3.11 for you to fetch changes up to

[GIT PULL 2/3] msm fixes for 3.11

2013-06-14 Thread David Brown
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-fix-for-3.11 for you to fetch changes up to

[GIT PULL 0/3] msm changes for 3.11

2013-06-14 Thread David Brown
The following three pull requests are for the MSM tree for 3.11. In addition to cleanups and fixes, there is starting to be some work toward getting full clock support in the MSM tree. -- To unsubscribe from this list: send the line unsubscribe linux-arm-msm in the body of a message to

[GIT PULL 2/3] msm fixes for 3.11

2013-06-14 Thread David Brown
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-fix-for-3.11 for you to fetch changes up to

[GIT PULL 3/3] msm clock for 3.11

2013-06-14 Thread David Brown
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-clock-for-3.11 for you to fetch changes up to

Changes pulled into MSM tree

2013-05-30 Thread David Brown
The following changes have been pulled into the msm tree for my next pull request. I expect to send the pull request after these sit in next for a few days. The changes can be seen at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git for-next Chen Gang (1): arch: arm:

Re: [PATCH 14/20] ARM: msm: Remove init_irq declaration in machine description

2013-05-15 Thread David Brown
On Tue, May 14, 2013 at 05:38:47PM +0200, Maxime Ripard wrote: Commit ebafed7a (ARM: irq: Call irqchip_init if no init_irq function is specified) removed the need to explictly setup the init_irq field in the machine description when using only irqchip_init. Remove that declaration for msm as

Re: [PATCH 08/14] ARM: msm: Remove init_irq declaration in machine description

2013-05-13 Thread David Brown
On Mon, May 13, 2013 at 11:44:07AM +0200, Maxime Ripard wrote: Commit ebafed7a (ARM: irq: Call irqchip_init if no init_irq function is specified) removed the need to explictly setup the init_irq field in the machine description when using only irqchip_init. Remove that declaration for msm as

[GIT PULL] msm cleanup for 3.10

2013-04-12 Thread David Brown
The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8: Linux 3.9-rc1 (2013-03-03 15:11:05 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-cleanup-3.10 for you to fetch changes up to

[GIT PULL] msm core for 3.10

2013-04-12 Thread David Brown
The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-core-3.10 for you to fetch changes up to

[GIT PULL] msm defconfig for 3.10

2013-04-12 Thread David Brown
on to be more easily build and run tested. David Brown (1): ARM: msm: enable SSBI driver in defconfig Stephen Boyd (1): ARM: msm: Concentrate defconfig on DT supported devices arch/arm/configs/msm_defconfig | 154

[GIT PULL] msm fixes for 3.10

2013-04-12 Thread David Brown
The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-fix-3.10 for you to fetch changes up to

[PATCH] mfd: pm8921: Disable driver until it gets fixed

2013-03-26 Thread David Brown
: Stephen Rothwell s...@canb.auug.org.au Signed-off-by: David Brown dav...@codeaurora.org --- Someone is working on the pm8921 driver, but we need to disable it until those patches are posted. drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd

[GIT PULL] msm fix for 3.9 -- timer

2013-03-25 Thread David Brown
The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-fix-3.9 for you to fetch changes up to

Re: [PATCH 0/3] Fix msm timer clearing bugs

2013-03-22 Thread David Brown
Stephen Boyd sb...@codeaurora.org writes: Patches are based on v3.9-rc2. These patches will conflict with my other patch series to remove the local timer API, but the conflict isn't impossible to resolve and we can figure out how to deal with that after review. Patch 1 is a bug fix which

Re: [PATCH 1/6] platform-drivers: msm: add single-wire serial bus interface (SSBI) driver

2013-03-12 Thread David Brown
Greg Kroah-Hartman gre...@linuxfoundation.org writes: +static int ssbi_wait_mask(struct msm_ssbi *ssbi, u32 set_mask, u32 clr_mask) +{ +u32 timeout = SSBI_TIMEOUT_US; +u32 val; + +while (timeout--) { +val = ssbi_readl(ssbi, SSBI2_STATUS); +if (((val

[PATCH v2 0/11] Qualcomm SSBI bus driver

2013-03-12 Thread David Brown
This small series adds the Qualcomm SSBI bus driver. The original driver was developed as part of Android. Kenneth Heitke updated this, and sent it out a while back. This series updates this driver to use DeviceTree, and fixes a few things that have changed since it was originally sent out. In

[PATCH v2 01/11] platform-drivers: msm: add single-wire serial bus interface (SSBI) driver

2013-03-12 Thread David Brown
to the platform data to specify the type of the SSBI controller (1.0, 2.0, or PMIC Arbiter). [dav...@codeaurora.org: I've moved this driver into drivers/ssbi/ and added an include for linux/module.h so that it will compile] Signed-off-by: Kenneth Heitke khei...@codeaurora.org Signed-off-by: David Brown

[PATCH v2 04/11] ssbi: Allow compilation as a module

2013-03-12 Thread David Brown
-off-by: David Brown dav...@codeaurora.org --- drivers/ssbi/Kconfig | 2 +- include/linux/msm_ssbi.h | 11 --- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/drivers/ssbi/Kconfig b/drivers/ssbi/Kconfig index b57c41b..c7bc534 100644 --- a/drivers/ssbi/Kconfig +++ b

[PATCH v2 10/11] MAINTAINERS: add ssbi

2013-03-12 Thread David Brown
The ssbi device is specific to the Qualcomm MSM SoCs. Signed-off-by: David Brown dav...@codeaurora.org --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9561658..f8fdec5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1031,6 +1031,7 @@ F

[PATCH v2 02/11] fix: Use EXPORT_SYMBOL_GPL

2013-03-12 Thread David Brown
Signed-off-by: David Brown dav...@codeaurora.org --- drivers/ssbi/ssbi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ssbi/ssbi.c b/drivers/ssbi/ssbi.c index 8b0b10d..c08a7b8 100644 --- a/drivers/ssbi/ssbi.c +++ b/drivers/ssbi/ssbi.c @@ -242,7 +242,7 @@ int

[PATCH v2 11/11] RFC: SSBI: Simple pm8058 test driver

2013-03-12 Thread David Brown
A very small ssbi device driver that reads the pm8058 version register and prints it out. Signed-off-by: David Brown dav...@codeaurora.org --- Resending due to address error in header arch/arm/boot/dts/msm8660-surf.dts | 4 +++ arch/arm/boot/dts/msm8960-cdp.dts | 4 +++ drivers/ssbi/Makefile

Re: [PATCH 1/6] platform-drivers: msm: add single-wire serial bus interface (SSBI) driver

2013-03-07 Thread David Brown
Sekhar Nori nsek...@ti.com writes: On 3/7/2013 11:31 AM, Greg Kroah-Hartman wrote: On Wed, Mar 06, 2013 at 09:20:45PM -0800, David Brown wrote: Greg Kroah-Hartman gre...@linuxfoundation.org writes: On Wed, Mar 06, 2013 at 04:29:42PM -0800, David Brown wrote: +menu Qualcomm MSM SSBI bus

[PATCH 6/6] RFC: SSBI: Simple pm8058 test driver

2013-03-06 Thread David Brown
A very small ssbi device driver that reads the pm8058 version register ;and prints it out. This isn't really a useful driver, hence the RFC, but it is useful for someone wanting to test the SSBI driver itself. Once the PMIC drivers are finished, this isn't useful at all. Signed-off-by: David

[PATCH 4/6] ssbi: Use regular init level

2013-03-06 Thread David Brown
With device tree, and deferred probe, it is no longer necessary to make sure that the ssbi bus driver is initialized very early. Restore to a regular module_init(). Signed-off-by: David Brown dav...@codeaurora.org --- drivers/ssbi/ssbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 0/6] Qualcomm SSBI bus driver

2013-03-06 Thread David Brown
This small series adds the Qualcomm SSBI bus driver. The original driver was developed as part of Android. Kenneth Heitke updated this, and sent it out a while back. This series updates this driver to use DeviceTree, and fixes a few things that have changed since it was originally sent out. In

[PATCH 1/6] platform-drivers: msm: add single-wire serial bus interface (SSBI) driver

2013-03-06 Thread David Brown
to the platform data to specify the type of the SSBI controller (1.0, 2.0, or PMIC Arbiter). [dav...@codeaurora.org: I've moved this driver into drivers/ssbi/ and added an include for linux/module.h so that it will compile] Signed-off-by: Kenneth Heitke khei...@codeaurora.org Signed-off-by: David Brown

Re: [PATCH] ARM: Scorpion is a v7 architecture, not v6

2013-03-05 Thread David Brown
Arnd Bergmann a...@arndb.de writes: On Monday 04 March 2013, Stephen Boyd wrote: config ARCH_MULTI_V6 - bool ARMv6 based platforms (ARM11, Scorpion, ...) + bool ARMv6 based platforms (ARM11) select ARCH_MULTI_V6_V7 select CPU_V6 Sorry about that, my fault.

Re: [PATCH 5/8] ARM: MSM: Divorce msm_timer from local timer API

2013-03-05 Thread David Brown
Stephen Boyd sb...@codeaurora.org writes: Separate the msm_timer from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource. Cc: David Brown dav...@codeaurora.org Cc: Daniel Walker dwal

Re: [PATCH 03/19] ARM: msm: proc_comm_boot_wait should not be __init

2013-01-25 Thread David Brown
lacks a __init annotation or the annotation of proc_comm_boot_wait is wrong. Signed-off-by: Arnd Bergmann a...@arndb.de Cc: David Brown dav...@codeaurora.org Cc: Bryan Huntsman bry...@codeaurora.org Cc: Daniel Walker c_dwa...@quicinc.com Cc: linux-arm-msm@vger.kernel.org --- arch/arm/mach

Re: [PATCH 01/24] MAINTAINERS: remove drivers/platform/msm/

2012-11-26 Thread David Brown
On Fri, Nov 23, 2012 at 10:26:25PM -0200, Cesar Eduardo Barros wrote: Added by commit 8a5700c (add drivers/platform/msm to MSM subsystem) in 2011, but I could not find any trace of that directory being ever added to the repository. Cc: Kenneth Heitke khei...@codeaurora.org Cc: David Brown

Re: [PATCH 235/493] mfd: remove use of __devinit

2012-11-20 Thread David Brown
/linux/mfd/pm8xxx/irq.h| 4 ++-- Acked-by: David Brown dav...@codeaurora.org -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line unsubscribe linux-arm-msm in the body of a message

Re: [PATCH 270/493] arm: remove use of __devinit

2012-11-20 Thread David Brown
| 2 +- Acked-by: David Brown dav...@codeaurora.org -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line unsubscribe linux-arm-msm in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 412/493] mfd: remove use of __devexit

2012-11-20 Thread David Brown
On Mon, Nov 19, 2012 at 01:26:01PM -0500, Bill Pemberton wrote: CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. --- drivers/mfd/pm8921-core.c | 2 +- drivers/mfd/pm8xxx-irq.c | 2 +- include/linux/mfd/pm8xxx/irq.h| 4 ++-- Acked-by: David

Re: [PATCH 429/493] tty: remove use of __devexit

2012-11-20 Thread David Brown
| 2 +- Acked-by: David Brown dav...@codeaurora.org -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line unsubscribe linux-arm-msm in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] msm: clock: fix return value check in msm_clock_init()

2012-09-21 Thread David Brown
On Fri, Sep 21, 2012 at 02:23:13PM +0800, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn In case of error, the function clk_get() returns ERR_PTR() not NULL pointer. The NULL test in return value check should be replaced with IS_ERR(). dpatch engine is used to auto

Re: [PATCH 4/5] gpio: Make gpio-msm-v1 into a platform driver

2012-09-20 Thread David Brown
On Thu, Sep 20, 2012 at 08:45:50AM +0200, Linus Walleij wrote: On Wed, Sep 19, 2012 at 9:00 AM, Stephen Boyd sb...@codeaurora.org wrote: Doing this removes the dependence of this driver on the msm_iomap.h and cpu.h mach include headers provied by MSM. This is necessary to support single

Re: [GIT PULL] msm-core changes for v3.7

2012-09-13 Thread David Brown
On Wed, Sep 12, 2012 at 11:36:28PM -0700, Olof Johansson wrote: I think it could be a good idea to split off the cleanups and fixes to a separate branch. For the other patches there seems to be enough for at least a 'dt' branch and either a multi-platform topic branch or a 'boards' topic

Re: [PATCH 1/2] ARM: SoC: convert MSM SMP to SoC descriptor

2012-09-13 Thread David Brown
On Thu, Sep 13, 2012 at 08:47:19AM +, Arnd Bergmann wrote: On Wednesday 12 September 2012, David Brown wrote: From: Marc Zyngier marc.zyng...@arm.com Convert MSM SMP platforms to use the SoC descriptor to provide their SMP and CPU hotplug operations. Cc: David Brown dav

[GIT PULL 0/5] MSM changes for 3.7 merge window

2012-09-13 Thread David Brown
Following are 5 pull requests for the MSM SoC. The first 5 are cleanups, fixes, devicetree, and some board changes that finally allow us to build more than one SoC into a single kernel image. The fifth patch is my merge, which can be used as a reference to the intended merge resolution. David

[GIT PULL 1/5] msm cleanups

2012-09-13 Thread David Brown
The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92: Linux 3.5 (2012-07-21 13:58:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-cleanup-for-3.7 for you to fetch changes up to

[GIT PULL 2/5] msm non-critical fixes

2012-09-13 Thread David Brown
the 8660 target. The iomapping calls are needed to prevent duplicate mappings with differing attributes. And, the debug UART change keeps the debug UART working on targets with more than 512MB of memory. David Brown (1): ARM: msm

[GIT PULL 3/5] msm devicetree changes

2012-09-13 Thread David Brown
The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92: Linux 3.5 (2012-07-21 13:58:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-dt-for-3.7 for you to fetch changes up to

[GIT PULL 4/5] msm board changes

2012-09-13 Thread David Brown
The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92: Linux 3.5 (2012-07-21 13:58:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-board-for-3.7 for you to fetch changes up to

[GIT PULL 5/5] msm all changes

2012-09-13 Thread David Brown
this merge resolution fixes that. David Brown (5): ARM: msm: Remove call to missing FPGA init on 8660 Merge branch '36/cleanup' into 36/merged Merge branch '36/fix-noncrit' into 36/merged Merge branch '36/dt' into 36

Re: [PATCH 3/9] ARM: msm: Add DT support to msm_timer

2012-09-12 Thread David Brown
On Wed, Sep 05, 2012 at 12:28:53PM -0700, Stephen Boyd wrote: diff --git a/Documentation/devicetree/bindings/arm/msm/timer.txt b/Documentation/devicetree/bindings/arm/msm/timer.txt + timer@0200a004 { + compatible = qcom,msm-gpt, qcom,msm-timer; +

Re: [PATCH 8/9] ARM: msm: Add DT support for 8960

2012-09-12 Thread David Brown
On Wed, Sep 05, 2012 at 12:28:58PM -0700, Stephen Boyd wrote: diff --git a/arch/arm/boot/dts/msm8960-cdp.dts b/arch/arm/boot/dts/msm8960-cdp.dts + + intc: interrupt-controller@0200 { + compatible = qcom,msm-qgic2; + interrupt-controller; +

Re: [PATCH 8/9] ARM: msm: Add DT support for 8960

2012-09-12 Thread David Brown
On Wed, Sep 05, 2012 at 12:28:58PM -0700, Stephen Boyd wrote: diff --git a/arch/arm/boot/dts/msm8960-cdp.dts b/arch/arm/boot/dts/msm8960-cdp.dts + intc: interrupt-controller@0200 { + timer@0200a004 { + timer@0200a024 { Same here. Again, I'll fix these when I pull the

  1   2   3   4   >