Re: [GIT PULL] Qualcomm SoC Updates for 4.5

2015-12-22 Thread Olof Johansson
Hi, On Thu, Dec 17, 2015 at 02:33:55PM -0600, Andy Gross wrote: > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are available in the git repository at: > >

Re: [GIT PULL] Qualcomm SoC Updates for 4.5

2015-12-22 Thread Olof Johansson
On Thu, Dec 17, 2015 at 02:33:55PM -0600, Andy Gross wrote: > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are available in the git repository at: > >

Re: [GIT PULL] Qualcomm defconfig Updates for v4.5

2015-12-22 Thread Olof Johansson
On Thu, Dec 17, 2015 at 02:34:12PM -0600, Andy Gross wrote: > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are available in the git repository at: > >

Re: [GIT PULL] Qualcomm DT Updates for v4.5

2015-12-22 Thread Olof Johansson
On Thu, Dec 17, 2015 at 02:34:00PM -0600, Andy Gross wrote: > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are available in the git repository at: > >

Re: [GIT PULL] Qualcomm ARM64 Updates for v4.5

2015-12-22 Thread Olof Johansson
On Thu, Dec 17, 2015 at 02:34:24PM -0600, Andy Gross wrote: > The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: > > Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) > > are available in the git repository at: > >

Re: [PATCH] ARM: defconfig: qcom: Enable SSBI drivers

2015-12-22 Thread Olof Johansson
On Tue, Dec 08, 2015 at 05:01:27PM -0600, Andy Gross wrote: > On Tue, Dec 08, 2015 at 04:54:29PM -0600, Andy Gross wrote: > > On Mon, Nov 30, 2015 at 05:08:57PM -0800, Stephen Boyd wrote: > > > Enable some ssbi drivers present on msm8660, msm8960 and apq8064 > > > devices so that we fully exercise

Re: [PATCH 1/3] devicetree: bindings: Document qcom board compatible format

2015-11-12 Thread Olof Johansson
Hi, On Mon, Oct 26, 2015 at 2:25 PM, Stephen Boyd wrote: > Some qcom based bootloaders identify the dtb blob based on a set > of device properties like SoC, platform, PMIC, and revisions of > those components. In downstream kernels, these values are added > to the different

Re: [GIT PULL] qcom fixes for 4.4

2015-10-30 Thread Olof Johansson
Hi Andy, On Fri, Oct 30, 2015 at 12:41:07PM -0500, Andy Gross wrote: > The following changes since commit 163d956d49e0911af28ae6bc7d1cb0e53881fdea: > > Merge tag 'qcom-soc-for-4.4' into base-4.3 (2015-10-30 10:59:20 -0500) > > are available in the git repository at: > > >

Re: [PATCH/RESEND] ARM: Remove __ref on hotplug cpu die path

2015-10-22 Thread Olof Johansson
On Mon, Oct 19, 2015 at 01:05:33PM -0700, Stephen Boyd wrote: > Now that __cpuinit has been removed, the __ref markings on these > functions are useless. Remove them. This also reduces the size of > the multi_v7_defconfig image: > > $ size before after >textdata bss dec hex

Re: [GIT PULL] qcom defconfig for 4.4 *RESEND*

2015-10-22 Thread Olof Johansson
On Wed, Oct 14, 2015 at 05:13:44PM -0500, Andy Gross wrote: > The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: > > Linux 4.3-rc1 (2015-09-12 16:35:56 -0700) > > are available in the git repository at: > > git://codeaurora.org/quic/kernel/agross-msm.git

Re: [GIT PULL] qcom fixes for 4.3-rc1 *RESEND*

2015-09-24 Thread Olof Johansson
On Wed, Sep 23, 2015 at 12:20:05PM -0500, Andy Gross wrote: > The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: > > Linux 4.3-rc1 (2015-09-12 16:35:56 -0700) > > are available in the git repository at: > > g...@git.codeaurora.org:quic/kernel/agross-msm.git >

Re: [PATCH 00/18] ARM: use const and __initconst for smp_operations

2015-08-24 Thread Olof Johansson
On Mon, Aug 24, 2015 at 2:21 PM, Russell King - ARM Linux li...@arm.linux.org.uk wrote: On Mon, Aug 24, 2015 at 02:12:06PM -0700, Olof Johansson wrote: Easiest of all would probably be to get the sub-arch patches into one release, then switch the prototypes and function definitions in the next

Re: [PATCH 00/18] ARM: use const and __initconst for smp_operations

2015-08-24 Thread Olof Johansson
On Sun, Aug 23, 2015 at 9:36 PM, Masahiro Yamada yamada.masah...@socionext.com wrote: Currently, SoC code can not add const qualifier to smp_operations structures although they are never over-written. 01/18 and 02/18 add small changes to the ARM core to fix that. The rest of this series

Re: [GIT PULL] qcom SoC changes for 4.3 *CORRECTED*

2015-08-13 Thread Olof Johansson
On Fri, Jul 31, 2015 at 04:47:55PM -0500, Andy Gross wrote: The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: git://codeaurora.org/quic/kernel/agross-msm.git

Re: [GIT PULL] qcom arm64 dt changes for 4.3

2015-08-05 Thread Olof Johansson
On Thu, Jul 30, 2015 at 04:17:03PM -0500, Andy Gross wrote: The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: git://codeaurora.org/quic/kernel/agross-msm.git

Re: [GIT PULL] qcom defconfig changes for 4.3

2015-08-05 Thread Olof Johansson
On Thu, Jul 30, 2015 at 04:16:47PM -0500, Andy Gross wrote: The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: git://codeaurora.org/quic/kernel/agross-msm.git

Re: [GIT PULL] qcom dt changes for 4.3

2015-08-05 Thread Olof Johansson
On Thu, Jul 30, 2015 at 04:16:37PM -0500, Andy Gross wrote: The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: git://codeaurora.org/quic/kernel/agross-msm.git

Re: [PATCH] arm64: dts: Add Qualcomm APQ8016 SBC evaluation board dts

2015-04-03 Thread Olof Johansson
On Mon, Mar 23, 2015 at 05:51:05PM -0500, Kumar Gala wrote: Add initial device tree support for Qualcomm APQ8016 SBC Evaluation board. This board is also referred to as the DragonBoard 410c. Signed-off-by: Kumar Gala ga...@codeaurora.org Hi, Patch applied but see comment below. ---

Re: [PATCH] arm64: dts: Add Qualcomm APQ8016 SBC evaluation board dts

2015-04-03 Thread Olof Johansson
On Fri, Apr 03, 2015 at 11:12:17AM -0700, Olof Johansson wrote: On Mon, Mar 23, 2015 at 05:51:05PM -0500, Kumar Gala wrote: Add initial device tree support for Qualcomm APQ8016 SBC Evaluation board. This board is also referred to as the DragonBoard 410c. Signed-off-by: Kumar Gala ga

Re: [PATCH] arm64: dts: Add Qualcomm APQ8016 SBC evaluation board dts

2015-04-03 Thread Olof Johansson
On Fri, Apr 03, 2015 at 11:14:01AM -0700, Olof Johansson wrote: On Fri, Apr 03, 2015 at 11:12:17AM -0700, Olof Johansson wrote: On Mon, Mar 23, 2015 at 05:51:05PM -0500, Kumar Gala wrote: Add initial device tree support for Qualcomm APQ8016 SBC Evaluation board. This board is also

Re: [GIT PULL] qcom dt changes for 4.1

2015-04-03 Thread Olof Johansson
Hi, On Fri, Mar 27, 2015 at 11:49:26AM -0500, Kumar Gala wrote: The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at:

Re: [GIT PULL] qcom defconfig changes for 4.1-1

2015-04-03 Thread Olof Johansson
On Fri, Mar 27, 2015 at 11:38:49AM -0500, Kumar Gala wrote: The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at:

Re: [PATCH] arm64: dts: Add Qualcomm APQ8016 SBC evaluation board dts

2015-04-03 Thread Olof Johansson
On Fri, Apr 3, 2015 at 12:13 PM, Kumar Gala ga...@codeaurora.org wrote: On Apr 3, 2015, at 1:18 PM, Olof Johansson o...@lixom.net wrote: On Fri, Apr 03, 2015 at 11:14:01AM -0700, Olof Johansson wrote: On Fri, Apr 03, 2015 at 11:12:17AM -0700, Olof Johansson wrote: On Mon, Mar 23, 2015 at 05

Re: [GIT PULL] qcom cleanup changes for 4.1

2015-04-03 Thread Olof Johansson
On Fri, Mar 27, 2015 at 11:34:51AM -0500, Kumar Gala wrote: The following changes since commit 9eccca0843205f87c00404b663188b88eb248051: Linux 4.0-rc3 (2015-03-08 16:09:09 -0700) are available in the git repository at:

Re: [GIT PULL] qcom SoC changes for v4.1

2015-04-01 Thread Olof Johansson
On Mon, Mar 16, 2015 at 04:03:12PM -0500, Kumar Gala wrote: The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at:

Re: [GIT PULL] qcom defconfig changes for 4.1

2015-04-01 Thread Olof Johansson
On Mon, Mar 16, 2015 at 04:16:08PM -0500, Kumar Gala wrote: The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at:

Re: [GIT PULL] qcom ARM64 changes for v4.1

2015-04-01 Thread Olof Johansson
On Mon, Mar 16, 2015 at 04:09:31PM -0500, Kumar Gala wrote: The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at:

Re: [PATCH v2 1/3] devicetree: bindings: Document qcom,msm-id and qcom,board-id

2015-03-10 Thread Olof Johansson
On Tue, Mar 10, 2015 at 10:13 AM, Kumar Gala ga...@codeaurora.org wrote: On Mar 9, 2015, at 7:11 AM, Arnd Bergmann a...@arndb.de wrote: On Friday 06 March 2015 14:37:52 Kumar Gala wrote: On Mar 6, 2015, at 1:15 PM, Olof Johansson o...@lixom.net wrote: On Fri, Mar 6, 2015 at 8:08 AM, Kumar

Re: [PATCH v2 1/3] devicetree: bindings: Document qcom,msm-id and qcom,board-id

2015-03-06 Thread Olof Johansson
On Fri, Mar 6, 2015 at 8:08 AM, Kumar Gala ga...@codeaurora.org wrote: On Mar 5, 2015, at 7:59 PM, Olof Johansson o...@lixom.net wrote: On Thu, Mar 5, 2015 at 12:23 PM, Kumar Gala ga...@codeaurora.org wrote: On Mar 5, 2015, at 1:42 PM, Kevin Hilman khil...@kernel.org wrote: Kumar Gala ga

Re: [PATCH v2 1/3] devicetree: bindings: Document qcom,msm-id and qcom,board-id

2015-03-05 Thread Olof Johansson
On Thu, Mar 5, 2015 at 12:23 PM, Kumar Gala ga...@codeaurora.org wrote: On Mar 5, 2015, at 1:42 PM, Kevin Hilman khil...@kernel.org wrote: Kumar Gala ga...@codeaurora.org writes: The top level qcom,msm-id and qcom,board-id are utilized by bootloaders on Qualcomm MSM platforms to determine

Re: qcom firmware / scm interface (was Re: [GIT PULL] qcom SoC changes for v3.20)

2015-02-04 Thread Olof Johansson
On Wed, Feb 4, 2015 at 12:45 PM, Kumar Gala ga...@codeaurora.org wrote: I'd be OK with merging this, send a request and tag. Would that let the DRM folks make progress too? Will do, I don’t think it will address the DRM folks needs as they need access to make firmware calls from the DRM

Re: [GIT PULL] qcom SoC changes for v3.20

2015-01-23 Thread Olof Johansson
On Fri, Jan 23, 2015 at 8:22 AM, Kumar Gala ga...@codeaurora.org wrote: On Jan 22, 2015, at 9:00 PM, Olof Johansson o...@lixom.net wrote: On Thu, Jan 22, 2015 at 9:02 AM, Kumar Gala ga...@codeaurora.org wrote: On Jan 21, 2015, at 7:15 PM, Olof Johansson o...@lixom.net wrote: Hi, On Mon

Re: [GIT PULL] qcom SoC changes for v3.20-2

2015-01-23 Thread Olof Johansson
On Fri, Jan 23, 2015 at 10:37:37AM -0600, Kumar Gala wrote: Updated from the tags/qcom-soc-for-3.20, dropped the movement of scm code into drivers/soc/qcom, added a few other minor scm bug fixes, and Andy Gross as co-maintainer. The following changes since commit

Re: [GIT PULL] qcom SoC changes for v3.20

2015-01-22 Thread Olof Johansson
On Thu, Jan 22, 2015 at 9:02 AM, Kumar Gala ga...@codeaurora.org wrote: On Jan 21, 2015, at 7:15 PM, Olof Johansson o...@lixom.net wrote: Hi, On Mon, Jan 19, 2015 at 12:27:15PM -0600, Kumar Gala wrote: The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux

Re: [PATCH 8/8] msm: scm: Move the scm driver to drivers/soc/qcom

2015-01-21 Thread Olof Johansson
I just saw this in the pull request from Kumar, so this is a bit late w.r.t. to the patch, but so was his merging of the code. :) On Mon, Aug 4, 2014 at 6:31 PM, Stephen Boyd sb...@codeaurora.org wrote: Architectural changes in the ARM Linux kernel tree mandate the eventual removal of the

Re: [GIT PULL] qcom DT changes for v3.20

2015-01-21 Thread Olof Johansson
On Mon, Jan 19, 2015 at 12:25:51PM -0600, Kumar Gala wrote: The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at:

Re: [GIT PULL] qcom SoC changes for v3.20

2015-01-21 Thread Olof Johansson
Hi, On Mon, Jan 19, 2015 at 12:27:15PM -0600, Kumar Gala wrote: The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at:

Re: [GIT PULL] qcom DT changes for v3.18-3

2014-10-19 Thread Olof Johansson
On Thu, Oct 16, 2014 at 10:03:48AM +0200, Kumar Gala wrote: The following changes since commit aabff7bfe55afd01d71a5f11d4a84bd873c20f5e: ARM: DT: msm8960: Add sdcc nodes (2014-09-22 13:49:43 -0500) are available in the git repository at:

Re: [PATCH v2] soc: qcom: do not disable the iface clock in probe

2014-09-23 Thread Olof Johansson
On Tue, Sep 23, 2014 at 08:20:54PM +0100, Srinivas Kandagatla wrote: since commit 31964ffebbb9 (tty: serial: msm: Remove direct access to GSBI)' serial hangs if earlyprintk are enabled. This hang is noticed only when the GSBI driver is probed and all the earlyprintks before gsbi probe are

Re: [GIT PULL] qcom DT changes for v3.18-2

2014-09-23 Thread Olof Johansson
On Mon, Sep 22, 2014 at 03:15:47PM -0500, Kumar Gala wrote: The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9: Linux 3.17-rc1 (2014-08-16 10:40:26 -0600) are available in the git repository at:

Re: [PATCH] MAINTAINERS: Add entry for SOC Qualcomm drivers

2014-08-18 Thread Olof Johansson
On Mon, Aug 18, 2014 at 11:38 AM, Andy Gross agr...@codeaurora.org wrote: This patch adds a MAINTAINERS entry for the SOC Qualcomm drivers. Signed-off-by: Andy Gross agr...@codeaurora.org Hm. I always figured the drivers/soc/platform hierarchy would be maintained by the subplatform

Re: a case for a common efuse API?

2014-07-08 Thread Olof Johansson
On Tue, Jul 8, 2014 at 1:00 PM, Stephen Boyd sb...@codeaurora.org wrote: I added Tegra folks because I see that on Tegra this hardware is exposed via an SoC specific API, tegra_fuse_readl(), and an associated driver in drivers/misc/fuse/tegra/. Unfortunately I don't see any users of the API

Re: [RFC] drm/msm: DT support for 8960/8064

2014-07-02 Thread Olof Johansson
On Wed, Jul 2, 2014 at 7:26 AM, Jordan Crouse jcro...@codeaurora.org wrote: On 07/01/2014 12:57 PM, Rob Clark wrote: diff --git a/Documentation/devicetree/bindings/drm/msm/gpu.txt b/Documentation/devicetree/bindings/drm/msm/gpu.txt new file mode 100644 index 000..6e33efe --- /dev/null

Re: [GIT PULL] qcom driver changes for v3.16-2

2014-05-30 Thread Olof Johansson
On Fri, May 30, 2014 at 4:57 PM, Greg KH gre...@linuxfoundation.org wrote: On Fri, May 30, 2014 at 11:41:01AM -0500, Kumar Gala wrote: The following changes since commit 5d144e36b7c51612922fa05d37ff3a869261cc82: soc: qcom: Add GSBI driver (2014-05-23 11:38:04 -0500) are available in the

Re: [GIT PULL] qcom DT changes for v3.16-2

2014-05-30 Thread Olof Johansson
On Fri, May 30, 2014 at 11:38:13AM -0500, Kumar Gala wrote: The following changes since commit 08f9234ad6b0b8bc51046346eabf5b92e631e62a: soc: qcom: Add device tree binding for GSBI (2014-05-23 11:38:53 -0500) are available in the git repository at:

Re: [GIT PULL] qcom defconfig changes for v3.16-2

2014-05-30 Thread Olof Johansson
On Fri, May 30, 2014 at 11:42:25AM -0500, Kumar Gala wrote: The following changes since commit f604759ec025e21d0c29a6d0addd53bbc60eb12e: ARM: config: Update msm_defconfig (2014-05-22 11:18:56 -0500) are available in the git repository at:

Re: [GIT PULL] qcom SoC changes for v3.16-2

2014-05-30 Thread Olof Johansson
On Fri, May 30, 2014 at 11:43:13AM -0500, Kumar Gala wrote: The following changes since commit 87cfb00d666cca3abf36f755279cde1b27b9c377: ARM: qcom: Select PINCTRL by default for ARCH_QCOM (2014-05-22 11:50:42 -0500) are available in the git repository at:

Re: [GIT PULL] qcom driver changes for v3.16-2

2014-05-30 Thread Olof Johansson
On Fri, May 30, 2014 at 11:41:01AM -0500, Kumar Gala wrote: The following changes since commit 5d144e36b7c51612922fa05d37ff3a869261cc82: soc: qcom: Add GSBI driver (2014-05-23 11:38:04 -0500) are available in the git repository at:

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

2014-05-27 Thread Olof Johansson
On Thu, Feb 27, 2014 at 06:22:37PM -0600, Kumar Gala wrote: On Feb 27, 2014, at 4:14 PM, David Brown dav...@codeaurora.org wrote: On Wed, Feb 26, 2014 at 06:16:34PM -0800, Stephen Boyd wrote: Now that DT based platforms are split out of mach-msm into mach-qcom, put back a non-DT based

Re: [PATCH 2/3] ARM: msm: Silence readb/writeb warnings due to missing IOMEM()

2014-05-27 Thread Olof Johansson
On Wed, Feb 26, 2014 at 06:16:33PM -0800, Stephen Boyd wrote: TROUT_CPLD_BASE needs the IOMEM() treatment to avoid warnings from the read/writeb functions. Signed-off-by: Stephen Boyd sb...@codeaurora.org --- arch/arm/mach-msm/board-trout-gpio.c | 2 +- arch/arm/mach-msm/board-trout.c

Re: [GIT PULL] qcom cleanups for v3.15

2014-02-20 Thread Olof Johansson
On Mon, Feb 10, 2014 at 05:23:28PM -0600, Kumar Gala wrote: The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at:

Re: [GIT PULL] qcom SoC changes for v3.15

2014-02-20 Thread Olof Johansson
On Tue, Feb 11, 2014 at 03:19:17PM -0600, Kumar Gala wrote: The following changes since commit cf1e8f0cd665e2a9966d2bee4e11ecc0938ff166: ARM: qcom: Rename various msm prefixed functions to qcom (2014-02-06 16:20:41 -0600) are available in the git repository at:

Re: [PATCH 2/4] arm: qcom: Split Qualcomm support into legacy and multiplatform

2014-01-31 Thread Olof Johansson
On Thu, Jan 30, 2014 at 12:36:40PM -0600, Kumar Gala wrote: Introduce a new mach-qcom that will support SoCs that intend to be multiplatform compatiable while keeping mach-msm to legacy SoC/board support that will not transition over to multiplatform. As part of this, we move support for

Re: [PATCH 0/4] Split mach-msm into legacy and mach-qcom (multiplatform)

2014-01-31 Thread Olof Johansson
wanted to get these out for review, will add a few more patches for defconfig updates/additions, as well as some additional driver being enabled for ARCH_QCOM. Series: Acked-by: Olof Johansson o...@lixom.net See comment on the MAINTAINERS addition; let me know how you prefer to send us patches

Re: [PATCH 0/2] Enable clock controllers on MSM

2014-01-23 Thread Olof Johansson
On Thu, Jan 23, 2014 at 11:59 AM, Kumar Gala ga...@codeaurora.org wrote: On Jan 23, 2014, at 11:25 AM, Kevin Hilman khil...@linaro.org wrote: Stephen Boyd sb...@codeaurora.org writes: These patches add the clock controller nodes, enable the clock drivers on MSM based platforms, and hook it

Re: [PATCH 0/2] Enable clock controllers on MSM

2014-01-23 Thread Olof Johansson
On Thu, Jan 23, 2014 at 1:57 PM, Kumar Gala ga...@codeaurora.org wrote: On Jan 23, 2014, at 2:43 PM, Olof Johansson o...@lixom.net wrote: On Thu, Jan 23, 2014 at 11:59 AM, Kumar Gala ga...@codeaurora.org wrote: On Jan 23, 2014, at 11:25 AM, Kevin Hilman khil...@linaro.org wrote: Stephen

Re: [PATCH v2 0/7] Allow MSM DT platforms to be built multi-platform

2014-01-09 Thread Olof Johansson
On Fri, Jan 03, 2014 at 11:31:46AM -0800, Olof Johansson wrote: On Fri, Jan 3, 2014 at 10:51 AM, Stephen Boyd sb...@codeaurora.org wrote: On 01/02/14 10:13, Arnd Bergmann wrote: On Monday 30 December 2013, Stephen Boyd wrote: These patches allow the DT based MSM platforms to be built

Re: [PATCH v2 0/7] Allow MSM DT platforms to be built multi-platform

2014-01-03 Thread Olof Johansson
On Fri, Jan 3, 2014 at 10:51 AM, Stephen Boyd sb...@codeaurora.org wrote: On 01/02/14 10:13, Arnd Bergmann wrote: On Monday 30 December 2013, Stephen Boyd wrote: These patches allow the DT based MSM platforms to be built as part of the multi-platform kernel. I need acks from Chris Ball on the

Re: [PATCH 0/7] MSM patches for 3.14

2014-01-02 Thread Olof Johansson
On Fri, Dec 20, 2013 at 11:09:13AM -0800, David Brown wrote: 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

Re: [PATCH] of: Update qcom vendor prefix description

2013-12-18 Thread Olof Johansson
On Wed, Dec 18, 2013 at 3:41 PM, Kumar Gala ga...@codeaurora.org wrote: Update vendor description to be the full name of the corporate entity that produces the SoCs associated with this prefix. Signed-off-by: Kumar Gala ga...@codeaurora.org Acked-by: Olof Johansson o...@lixom.net -Olof

Re: [RFC 3/3] RFC: mach-msm: add DT for ifc6410 (apq8064)

2013-12-16 Thread Olof Johansson
On Mon, Dec 16, 2013 at 9:00 AM, Rob Clark robdcl...@gmail.com wrote: + +/ { + model = Qualcomm APQ8064/IFC6410; + compatible = qcom,apq8064-ifc6410, qcom,apq8064; + interrupt-parent = intc; [...] diff --git a/arch/arm/mach-msm/board-dt.c b/arch/arm/mach-msm/board-dt.c

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

2013-10-31 Thread Olof Johansson
On Thu, Oct 31, 2013 at 5:07 AM, Daniel Walker dwal...@fifo99.com wrote: On Wed, Oct 30, 2013 at 10:19:30PM -0700, Olof Johansson wrote: On Wed, Oct 30, 2013 at 7:45 PM, Daniel Walker dwal...@fifo99.com wrote: On Wed, Oct 30, 2013 at 05:36:58PM -0700, Olof Johansson wrote: On Wed, Oct 30

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

2013-10-30 Thread Olof Johansson
On Wed, Oct 30, 2013 at 4:25 PM, Daniel Walker dwal...@fifo99.com wrote: So the current users of those platforms are, what SOL ? What users? Show me one. -Olof -- 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 2/4] ARM: msm: Remove 7x00 support

2013-10-30 Thread Olof Johansson
On Wed, Oct 30, 2013 at 7:45 PM, Daniel Walker dwal...@fifo99.com wrote: On Wed, Oct 30, 2013 at 05:36:58PM -0700, Olof Johansson wrote: On Wed, Oct 30, 2013 at 4:25 PM, Daniel Walker dwal...@fifo99.com wrote: So the current users of those platforms are, what SOL ? What users? Show me one

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

2013-10-29 Thread Olof Johansson
Daniel, I would be very happy to take more code for the older Qualcomm chipset to enable full functionality for them, but it's been my impression that far from all that is needed to make it a useful platform is in the upstream kernel, and there's been no signs of more of it showing up at least in

Re: [PATCH 4/6] edac: Document Krait L1/L2 EDAC driver binding

2013-10-29 Thread Olof Johansson
On Tue, Oct 29, 2013 at 11:00 AM, Stephen Boyd sb...@codeaurora.org wrote: On 10/29/13 01:21, Kumar Gala wrote: On Oct 28, 2013, at 7:31 PM, Stephen Boyd wrote: The Krait L1/L2 error reporting device is made up of two interrupts, one per-CPU interrupt for the L1 caches and one interrupt for

Re: Use of drivers/platform and matching include?

2013-10-04 Thread Olof Johansson
On Fri, Oct 4, 2013 at 6:22 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Fri, Oct 04, 2013 at 12:41:28PM +0100, Russell King - ARM Linux wrote: So, no, there will be no new drivers under arch/arm. They must be in the drivers subtree somewhere. I have no objection with this,

Re: Use of drivers/platform and matching include?

2013-10-03 Thread Olof Johansson
On Thu, Oct 3, 2013 at 7:45 AM, Kumar Gala ga...@codeaurora.org wrote: As we look at upstreaming more support for the Qualcomm MSM SoCs there are a number of drivers or library like routines that are unique to the MSM platform, we are thinking that putting them under: drivers/platform/qcom/

Re: Use of drivers/platform and matching include?

2013-10-03 Thread Olof Johansson
On Thu, Oct 3, 2013 at 10:09 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Thu, Oct 03, 2013 at 09:46:30AM -0700, Olof Johansson wrote: I don't have a good answer though. If it wasn't for the arm64 fork, locating these under arch/arm somewhere would really be the reasonable

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

2013-09-16 Thread Olof Johansson
On Mon, Sep 16, 2013 at 11:46 AM, Kumar Gala ga...@codeaurora.org wrote: I think the two options are either: qcom-msm*, qcom-apq*, etc or qcom/msm-*, qcom/apq*, etc I'm guessing we'll end up without the dir and in the future have: qcom/qcom-msm-*, qcom/qcom-apq-* Olof??? When you

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

2013-09-12 Thread Olof Johansson
On Thu, Sep 12, 2013 at 9:37 AM, Kumar Gala ga...@codeaurora.org wrote: Use the Qualcomm vendor prefix (qcom) as the directory name for Qualcomm MSM devicetrees going forward. Signed-off-by: Kumar Gala ga...@codeaurora.org Let's not move just one platform like this. If we are to do this, we

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

2013-09-12 Thread Olof Johansson
On Thu, Sep 12, 2013 at 10:55 AM, Kumar Gala ga...@codeaurora.org wrote: On Sep 12, 2013, at 12:06 PM, Olof Johansson wrote: On Thu, Sep 12, 2013 at 9:53 AM, Kumar Gala ga...@codeaurora.org wrote: On Sep 12, 2013, at 11:46 AM, Olof Johansson wrote: On Thu, Sep 12, 2013 at 9:37 AM, Kumar

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

2013-09-12 Thread Olof Johansson
On Thu, Sep 12, 2013 at 11:20 AM, Rob Herring robherri...@gmail.com wrote: As Stephen W has pointed out previously, the dtb filename itself is or may be an ABI and the bootloader may be hardcoded to a name. So we should avoid future renames. We still have the choice of producing the dtb files

Re: [PATCHv3 1/2] ARM: msm: Add support for APQ8074 Dragonboard

2013-09-06 Thread Olof Johansson
Hi, Some comments below. On Fri, Sep 06, 2013 at 12:32:22PM -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

Re: [GIT PULL] msm gpio fixes for 3.11

2013-08-04 Thread Olof Johansson
On Fri, Jul 26, 2013 at 03:05:22PM -0700, David Brown wrote: The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at:

Re: [GIT PULL v2] msm clock for 3.11

2013-06-27 Thread Olof Johansson
On Mon, Jun 24, 2013 at 02:00:28PM -0700, David Brown wrote: 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

Re: [PATCH] gpio: msm-v1: Remove errant __devinit to fix compile

2013-06-20 Thread Olof Johansson
On Tue, Jun 18, 2013 at 11:16:17AM +0200, Linus Walleij wrote: On Mon, Jun 17, 2013 at 7:14 PM, Stephen Boyd sb...@codeaurora.org wrote: On 06/16/13 22:54, Linus Walleij wrote: On Tue, Jun 4, 2013 at 9:20 PM, Stephen Boyd sb...@codeaurora.org wrote: Commit 7bce696 (gpio: Make gpio-msm-v1

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

2013-06-18 Thread Olof Johansson
On Mon, Jun 17, 2013 at 01:39:38PM -0700, David Brown wrote: 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

Re: [GIT PULL 3/3] msm clock for 3.11

2013-06-17 Thread Olof Johansson
On Mon, Jun 17, 2013 at 10:18 AM, Stephen Boyd sb...@codeaurora.org wrote: On 06/14/13 18:35, Olof Johansson wrote: On Fri, Jun 14, 2013 at 12:52:55PM -0700, David Brown wrote: The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08

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

2013-06-17 Thread Olof Johansson
On Mon, Jun 17, 2013 at 1:26 PM, David Brown dav...@codeaurora.org wrote: 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

Re: [GIT PULL 1/3] msm cleanups for 3.11

2013-06-14 Thread Olof Johansson
On Fri, Jun 14, 2013 at 10:56:53AM -0700, David Brown wrote: The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at:

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

2013-06-14 Thread Olof Johansson
On Fri, Jun 14, 2013 at 10:56:55AM -0700, David Brown wrote: The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at:

Re: [GIT PULL 3/3] msm clock for 3.11

2013-06-14 Thread Olof Johansson
On Fri, Jun 14, 2013 at 12:52:55PM -0700, David Brown wrote: The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: Linux 3.10-rc1 (2013-05-11 17:14:08 -0700) are available in the git repository at:

Re: [PATCH V2 2/9] Documentation: devicetree: Add DT bindings for UFS host controller

2013-05-14 Thread Olof Johansson
On Tue, May 14, 2013 at 12:08 AM, Dolev Raviv dra...@codeaurora.org wrote: Compatible list is used in commit 03b1781 but is not documented. Add necessary device tree bindings to describe on-chip UFS host controllers. Signed-off-by: Sujit Reddy Thumma sthu...@codeaurora.org diff --git

Re: [PATCH 09/14] ARM: mvebu: Remove init_irq declaration in machine description

2013-05-13 Thread Olof Johansson
On Mon, May 13, 2013 at 8:53 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi Jason, Le 13/05/2013 17:19, Jason Cooper a écrit : On Mon, May 13, 2013 at 11:44:08AM +0200, Maxime Ripard wrote: Commit ebafed7a (ARM: irq: Call irqchip_init if no init_irq function is specified)

Re: [PATCH/RESEND] ARM: arch_timer: Silence debug preempt warnings

2013-04-26 Thread Olof Johansson
On Wed, Apr 17, 2013 at 04:26:18PM -0700, Stephen Boyd wrote: Hot-plugging with CONFIG_DEBUG_PREEMPT=y on a device with arm architected timers causes a slew of using smp_processor_id() in preemptible warnings: BUG: using smp_processor_id() in preemptible [] code: sh/111 caller

Re: [PATCHv4 00/11] Remove ARM local timer API

2013-04-18 Thread Olof Johansson
On Wed, Apr 17, 2013 at 01:44:26PM -0700, Stephen Boyd wrote: Thomas, Would you be able to pick up patches 1 and 2 from this series and publish it as a stable branch? Preferably based on rc5 but I can always merge it to rc5 and apply the rest of the patches. Arnd/Olof, Would you be

Re: [GIT PULL] msm core for 3.10

2013-04-14 Thread Olof Johansson
Hi, On Fri, Apr 12, 2013 at 03:43:15PM -0700, David Brown wrote: The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) are available in the git repository at:

Re: [GIT PULL] msm fixes for 3.10

2013-04-14 Thread Olof Johansson
On Fri, Apr 12, 2013 at 03:43:44PM -0700, David Brown wrote: The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) are available in the git repository at:

Re: [GIT PULL] msm cleanup for 3.10

2013-04-14 Thread Olof Johansson
On Fri, Apr 12, 2013 at 03:40:42PM -0700, David Brown wrote: The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8: Linux 3.9-rc1 (2013-03-03 15:11:05 -0800) are available in the git repository at:

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

2013-02-11 Thread Olof Johansson
On Fri, Jan 25, 2013 at 10:16:31AM -0800, David Brown wrote: Arnd Bergmann a...@arndb.de writes: msm_smd_probe is a driver probe function and may get called after the __init time, so it must not call any __init function, as the link-time warning reports. Take away the __init annotation

Re: [PATCH 24/24] ARM: msm: Allow 8960 and 8660 to compile together

2012-09-16 Thread Olof Johansson
Hi, On Wed, Sep 12, 2012 at 9:59 AM, David Brown dav...@codeaurora.org wrote: From: Stephen Boyd sb...@codeaurora.org Modify the Kconfig to allow the MSM 8660 and MSM 8960 targets to compile together in the same build. As long as one of these two targets is selected the choice menu used to

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

2012-09-16 Thread Olof Johansson
Hi, On Thu, Sep 13, 2012 at 11:53:42AM -0700, David Brown wrote: 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,

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

2012-09-13 Thread Olof Johansson
Hi, On Wed, Sep 12, 2012 at 9:58 AM, David Brown dav...@codeaurora.org wrote: The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92: Linux 3.5 (2012-07-21 13:58:29 -0700) are available in the git repository at:

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

2012-09-13 Thread Olof Johansson
On Thu, Sep 13, 2012 at 12:31 AM, David Brown dav...@codeaurora.org wrote: 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

Re: [GIT PULL] msm fixes for v3.6

2012-08-28 Thread Olof Johansson
Hi, On Tue, Aug 28, 2012 at 09:55:32AM -0700, David Brown wrote: The following changes since commit 28a33cbc24e4256c143dce96c7d93bf423229f92: Linux 3.5 (2012-07-21 13:58:29 -0700) are available in the git repository at:

Re: [PATCH RESEND 2/2] msm: io: Change the default static iomappings to be shared

2012-08-28 Thread Olof Johansson
Hi, On Fri, Aug 10, 2012 at 2:18 PM, Rohit Vaswani rvasw...@codeaurora.org wrote: With 3.4 kernel the static iomappings can be shared with the ioremap mappings. If ioremap is called with an address for which a static mapping already exists, then that mapping should be used instead of creating

Re: [GIT PULL] msm-core changes for v3.5, take 2

2012-05-11 Thread Olof Johansson
On Fri, May 11, 2012 at 11:32 AM, David Brown dav...@codeaurora.org wrote: Some minor fixes to msm.  Dropped Sapphire support from Daniel Walker until concerns are addressed. The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:  Linux 3.4-rc2 (2012-04-07 18:30:41

Re: [PATCH v2] arm: msm: fix up very basic HTC Sapphire support

2012-05-11 Thread Olof Johansson
Hi, Sorry, I should have found the below items on the first review and not now on the second one, but see below. On Fri, May 11, 2012 at 5:15 PM, David Brown dav...@codeaurora.org wrote: From: Daniel Walker dwal...@fifo99.com Adds sapphire into the make file, and fixes all the code problems

Re: [GIT PULL] msm fixes for 3.4rc

2012-04-25 Thread Olof Johansson
On Tue, Apr 24, 2012 at 10:54 AM, David Brown dav...@codeaurora.org wrote: This fixes a boot problem with the MSM8660 target on device tree caused by the conversion of the ARM GIC driver to proper IRQ domain support. The following changes since commit af33eadc73e4a5d35a966c1c7ffe28a8424c9d96:

  1   2   >