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 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 Signed-off-by: Andy Gross Acked-by

Re: [PATCH 3/3] ARM: config: Update msm_defconfig

2014-02-27 Thread David Brown
+++-- 1 file changed, 3 insertions(+), 22 deletions(-) Acked-by: David Brown Kumar, can you just pull this in with the other qcom changes from Sephen? Thanks, David -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member

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 3G

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 --

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

2013-12-20 Thread David Brown
From: Stephen Boyd Signed-off-by: Stephen Boyd Signed-off-by: David Brown --- 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 0ed32e5..c5698b7 100644 --- a/arch/arm/configs/msm_defconfig

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

2013-12-20 Thread David Brown
From: Stephen Boyd Add the mmio architected timer node. Signed-off-by: Stephen Boyd Signed-off-by: David Brown --- arch/arm/boot/dts/qcom-msm8974.dtsi | 59 + 1 file changed, 59 insertions(+) diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm

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

2013-12-20 Thread David Brown
From: Rohit Vaswani This patch enables MSM8974 build support. Signed-off-by: Rohit Vaswani Signed-off-by: David Brown --- arch/arm/configs/msm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/msm_defconfig b/arch/arm/configs/msm_defconfig index 690b5f9..0ed32e5

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

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

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

2013-12-20 Thread David Brown
From: Stephen Boyd 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 Signed-off-by: David Brown --- arch/arm/mach-msm/Kconfig | 6 -- 1

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

2013-12-20 Thread David Brown
it printk(KERN_CRIT..) to use pr_crit. Signed-off-by: Josh Cartwright Signed-off-by: David Brown --- 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/mach-msm/board-trout.c index ccf6621..

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

2013-12-20 Thread David Brown
From: Rohit Vaswani 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 Acked-by: Kumar Gala Signed-off-by: David Brown --- arch/arm/boot/dts/Makefile

[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 Cartw

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
fault to OTG...", so remove redundand field. Signed-off-by: Ivan T. Ivanov --- arch/arm/mach-msm/board-msm7x30.c |2 +- arch/arm/mach-msm/board-qsd8x50.c | 2 +- Acked-by: David Brown -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a

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

2013-12-19 Thread David Brown
On Tue, Nov 26, 2013 at 10:38:46AM -0600, Felipe Balbi wrote: Hi, On Tue, Nov 12, 2013 at 04:51:35PM +0200, Ivan T. Ivanov wrote: From: "Ivan T. Ivanov" Hi, Patches have been tested on top of Stephen's clock controller patches[1] and recent fixes for chipidea msm glue layer driver posted her

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 Signed-off-by: Stephen Boyd --- arch/arm/boot/dts/qcom-msm8974.dtsi | 37 + 1 file changed, 37 insertions(+) Acked-by: David Brown

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

2013-10-28 Thread David Brown
tiple-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 --- Note that this patch was made with -D. I can send the full patch on request, and have also made the

[PATCH 2/4] ARM: msm: Remove 7x00 support

2013-10-28 Thread David Brown
multi-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 --- Note that this patch was made with -D. I can send the full patch on request, and have also mad

[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 --- Note that this patch was made with

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

2013-10-28 Thread David Brown
multi-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 --- Note that this patch was made with -D. I can send the full patch on request, and have also

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

2013-10-28 Thread David Brown
I can send full 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 suppor

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 if you want. David Rob Clark (6): drm/msm: prime support drm/msm: support render nodes dr

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 --- Do you mind putting some history in t

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 Acked-by: David Brown -- sent by an employee of the Qualcomm Innovation Center, Inc. The

[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 81cf1e

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

2013-10-16 Thread David Brown
changed, 14 insertions(+) Acked-by: David Brown -- 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: send the line "unsubscribe linux-arm-ms

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

2013-10-11 Thread David Brown
ehci-msm.c| 15 +-- Acked-by: David Brown -- 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: send the line "un

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" Use struct usb_hcd::phy to hold USB PHY instance. Signed-off-by: Ivan T. Ivanov --- drivers/usb/host/ehci-msm.c |5 +++-- Acked-by: David Brown -- sent by an employee of the Qualcomm

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 --- arch/arm/mach-msm/timer.c | 1 - Acked-by: David Brown -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the

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 Cc: Daniel Walker Cc: Bryan Huntsman Cc: linux-arm-msm@vger.kernel.org Signed-off-by: Ulf Hansson --- drivers/mmc/host/msm_sdcc.c | 27 ++- 1 file changed, 2 insertions(+), 25

Re: [PATCHv4 2/3] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-26 Thread David Brown
On Thu, Sep 26, 2013 at 02:33:53PM -0500, Kumar Gala wrote: "ePAPR 1.1 section 2.2.1.1 "Node Name Requirements" specifies that any node that has a reg property must include a unit address in its name with value matching the first entry in its reg property. Conversely, if a node does not have a r

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 yo

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 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: [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 in

[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 3294a

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

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

[GIT PULL] 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 for-3.12/msm-cleanup2 for you to fetch changes up to b80a0dc53d

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: previo

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 tr

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 --- arch/arm/Kconfig.debug | 9 +++- ...

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 CC: Venkat Gopalakrishnan CC: Sahitya Tummala CC: Sub

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 k

[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 8fd62389a778c

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" 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 msm_serial_hs_lite with Android de

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 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 Vaswani (3): ARM: msm

Re: [PATCH 0/4] msm_serial fixes and improvements

2013-07-24 Thread David Brown
On Wed, Jul 24, 2013 at 11:37:27AM -0700, Stephen Boyd wrote: Here are a couple fixes and improvements to the msm_serial driver. The first two patches fix a bug on UARTDM devices and silence sparse warnings. The last two patches improve the baud code detection and increase the throughput on UARTD

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 --- drivers/tty/serial/msm_serial.c | 51 ++--- 1 file changed, 32 insertions(+), 19 deletions(-) Acked-by: David Brown -- sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a

Re: [PATCH 3/4] msm_serial: Make baud_code detection more dynamic

2013-07-24 Thread David Brown
changed, 48 insertions(+), 68 deletions(-) Acked-by: David Brown -- 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: send the line "unsubs

Re: [PATCH 2/4] msm_serial: Fix sparse warnings

2013-07-24 Thread David Brown
+++-- 1 file changed, 7 insertions(+), 10 deletions(-) Acked-by: David Brown -- 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: send t

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

2013-07-24 Thread David Brown
to do so leads to random NUL bytes interspersed in the output. Signed-off-by: Stephen Boyd --- 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 -- sent by an employee of the Qua

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

2013-07-24 Thread David Brown
On Mon, Jun 24, 2013 at 06:27:38PM +0300, Ivan T. Ivanov wrote: From: "Ivan T. Ivanov" This patch fix compilation error and is an intermediate step before the addition of DeviceTree support for newer targets. Fix suggested here: https://lkml.org/lkml/2013/6/19/381 Cc: David Brown

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

2013-07-18 Thread David Brown
From: Rohit Vaswani 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 Signed-off-by: David Brown --- arch/arm/mach-msm/Kconfig | 3 +-- arch/arm/mach-msm/gpiomux-v1.c | 33

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

2013-07-18 Thread David Brown
From: Rohit Vaswani of_property_read_u32 return 0 on success. The check was using a ! to return error. Fix the if condition. Signed-off-by: Rohit Vaswani Acked-by: Linus Walleij Reviewed-by: Pankaj Jangra Cc: "Bird, Tim" Signed-off-by: David Brown --- drivers/gpio/gpio-msm-v2.c

[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: msm:

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

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

[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 f722406faae2d073cc1d01063

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 drive

[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-

Re: [GIT PULL 2/3] msm fixes for 3.11

2013-06-17 Thread David Brown
On Fri, Jun 14, 2013 at 06:26:17PM -0700, Olof Johansson wrote: Stephen Boyd (3): ARM: dts: msm: Fix bad register addresses Hmm. I see that the msm-hsuart device nodes completely lack reg entries. That's considerably more important to fix than the cosmetic unit address that's not even ne

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 Signed-off-by: Stephen Boyd Acked-by: Greg K

[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 f54c1c110

[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 7ba655fc96

[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 7ba655fc96

[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 majord...

[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 1aa3d1

Re: [PATCHv3 0/3] Cleanup MSM_GPIOMUX and add DT support for gpio-msm

2013-05-31 Thread David Brown
On Fri, May 24, 2013 at 11:32:19AM -0700, Rohit Vaswani wrote: Could this series go through David's tree or is there a better way to do this? It would be great if I can have you ack for the gpio patch. Due to pending feedback, and compilation failures on ppc, I'll drop this series from my tree

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: m

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

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

[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 73a8c28f167c9e7

[GIT PULL] msm defconfig for 3.10

2013-04-12 Thread David Brown
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 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 e25e3d1fef2c57

[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 641f71699ec

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

2013-03-26 Thread David Brown
Rothwell Signed-off-by: David Brown --- 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/Kconfig b/drivers/mfd/Kconfig index 5bfa7bb..b9723a8 100644

[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 4080d2d11a2d5722

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

2013-03-22 Thread David Brown
Stephen Boyd 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 could probably go

[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 --- 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 | 1

[PATCH v2 02/11] fix: Use EXPORT_SYMBOL_GPL

2013-03-12 Thread David Brown
Signed-off-by: David Brown --- 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 msm_ssbi_read(struct

[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 --- 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:drivers/mmc/host

[PATCH v2 06/11] ssbi: Comment the use of udelay()

2013-03-12 Thread David Brown
The ssbi driver uses a busywait loop to read its status register. Add a comment explaining the timing of the device itself so that future developers can better understand this delay, and possibly diagnose any problems. Signed-off-by: David Brown --- drivers/ssbi/ssbi.c | 13 + 1

[PATCH v2 05/11] SSBI: Convert SSBI to device tree

2013-03-12 Thread David Brown
having to be inferred by name. Signed-off-by: David Brown --- Documentation/devicetree/bindings/arm/msm/ssbi.txt | 18 + arch/arm/boot/dts/msm8660-surf.dts | 6 ++ arch/arm/boot/dts/msm8960-cdp.dts | 6 ++ drivers/ssbi/ssbi.c

[PATCH v2 09/11] SSBI: Remove MSM_ prefix from SSBI drivers

2013-03-12 Thread David Brown
Although the SSBI sub is currently only used on MSM SoCs, it is still a bus in its own right. Remove this msm_ prefix from the driver and it's symbols. Clients can now refer directly to ssbi_write() and ssbi_read(). Signed-off-by: David Brown --- drivers/Makefile

[PATCH v2 08/11] ssbi: Remove extraneous logging

2013-03-12 Thread David Brown
Remove some unhelpful error logs. This also removes the necessity of having a pointer back to the struct device within the ssbi-specific structure Signed-off-by: David Brown --- drivers/ssbi/ssbi.c | 16 +--- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/drivers

[PATCH v2 03/11] ssbi: Fix exit mismatch in remove function

2013-03-12 Thread David Brown
ven if not compiled as a module, so just remove it. Signed-off-by: David Brown --- drivers/ssbi/ssbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ssbi/ssbi.c b/drivers/ssbi/ssbi.c index c08a7b8..da086d4 100644 --- a/drivers/ssbi/ssbi.c +++ b/drivers/ssbi/ssbi.c @@ -37

[PATCH v2 07/11] ssbi: Use regular init level

2013-03-12 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 --- drivers/ssbi/ssbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

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

2013-03-12 Thread David Brown
as a module. Signed-off-by: David Brown --- 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 01/11] platform-drivers: msm: add single-wire serial bus interface (SSBI) driver

2013-03-12 Thread David Brown
f 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 Signed-off-by: David Brown --- drivers/Kconfig | 2 + driver

[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

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

2013-03-11 Thread David Brown
Greg Kroah-Hartman 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 & set_mask) ==

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

2013-03-07 Thread David Brown
Greg Kroah-Hartman writes: >> Without this device, the PMIC drivers won't work, regulators can't be >> turned on, and most of the other devices won't work. I can try if it >> can still be made a module, and it might be good at exercising the >> deferred probe mechanism. > > If the PMIC drivers a

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

2013-03-07 Thread David Brown
Sekhar Nori 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 writes: >>> >>>> On Wed, Mar 06, 2013 at 04:29:42PM -0800, David Brown wrote: >>>>>

Re: [PATCH 3/6] ssbi: Fix exit mismatch in remove function

2013-03-06 Thread David Brown
Greg Kroah-Hartman writes: > On Wed, Mar 06, 2013 at 04:29:44PM -0800, David Brown wrote: >> msm_ssbi_remove is referenced with __exit_p, but not declared with >> __exit. This causes a warning when the driver is not built as a >> module: >> >> dr

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

2013-03-06 Thread David Brown
Greg Kroah-Hartman writes: > On Wed, Mar 06, 2013 at 04:29:42PM -0800, David Brown wrote: >> +menu "Qualcomm MSM SSBI bus support" >> +depends on ARCH_MSM > > Why? In the sense that ARCH_MSM are the only devices that ever were, or ever will be made with th

[PATCH 2/6] SSBI: Convert SSBI to device tree

2013-03-06 Thread David Brown
having to be inferred by name. Signed-off-by: David Brown --- Documentation/devicetree/bindings/arm/msm/ssbi.txt | 18 + arch/arm/boot/dts/msm8660-surf.dts | 6 ++ arch/arm/boot/dts/msm8960-cdp.dts | 6 ++ drivers/ssbi/ssbi.c

[PATCH 5/6] ARM: msm: enable SSBI driver in defconfig

2013-03-06 Thread David Brown
Signed-off-by: David Brown --- arch/arm/configs/msm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/msm_defconfig b/arch/arm/configs/msm_defconfig index 3a5e519..e6aadbd 100644 --- a/arch/arm/configs/msm_defconfig +++ b/arch/arm/configs/msm_defconfig @@ -84,6 +84,7

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

2013-03-06 Thread David Brown
f 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 Signed-off-by: David Brown --- drivers/Kconfig | 2 + driver

[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 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 --- drivers/ssbi/ssbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers

[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

  1   2   3   4   5   6   >