Re: [PATCHv4] media: i2c/adp1653: devicetree support for adp1653

2015-04-03 Thread Javier Martinez Canillas
Hello Pavel, On Fri, Apr 3, 2015 at 10:21 AM, Pavel Machek pa...@ucw.cz wrote: Hi! Fixed feedback by Sakari. Please apply, There is no need to ask for patches to be applied IMHO. It is expected that people post patches wanting them to be applied unless there is an RFC prefix in the

Re: [PATCHv4] media: i2c/adp1653: devicetree support for adp1653

2015-04-03 Thread Pavel Machek
Hi! Fixed feedback by Sakari. Please apply, There is no need to ask for patches to be applied IMHO. It is expected that people post patches wanting them to be applied unless there is an RFC prefix in the subject or say explicitly that the patch is for testing and should not be picked.

Re: [PATCH v2] crypto: omap-sham: Add the offset of sg page to vaddr

2015-04-03 Thread Herbert Xu
On Thu, Apr 02, 2015 at 03:32:45PM +0530, Lokesh Vutla wrote: kmap_atomic() gives only the page address of the input page. Driver should take care of adding the offset of the scatterlist within the page to the returned page address. omap-sham driver is not adding the offset to page and

Re: [PATCHv5] media: i2c/adp1653: devicetree support for adp1653

2015-04-03 Thread Sakari Ailus
Hi Pavel, Thanks for the update. On Fri, Apr 03, 2015 at 10:33:53AM +0200, Pavel Machek wrote: We are moving to device tree support on OMAP3, but that currently breaks ADP1653 driver. This adds device tree support, plus required documentation. Signed-off-by: Pavel Machek pa...@ucw.cz

Re: [PATCHv3] media: i2c/adp1653: devicetree support for adp1653

2015-04-03 Thread Pavel Machek
Hi! Hi Pawel, I'm still Pavel. v, not w. Hi Pawel, A corresponding change to the N900 dts would be very nice. Corresponding change to the dts will come in separate patch. Or do you have n900 for testing? Yes, it should be a separate patch, I agree. I do have one but I can't

[PATCHv5] media: i2c/adp1653: devicetree support for adp1653

2015-04-03 Thread Pavel Machek
We are moving to device tree support on OMAP3, but that currently breaks ADP1653 driver. This adds device tree support, plus required documentation. Signed-off-by: Pavel Machek pa...@ucw.cz --- Switched to gpiod_, as requested by Javier. Please apply,

Re: [PATCH 1/1] usb: musb: dsps: fix build on i386 when COMPILE_TEST is set

2015-04-03 Thread Felipe Balbi
Hi Greg, On Wed, Mar 25, 2015 at 02:18:37PM -0700, Tony Lindgren wrote: Commit 3e457371f436 (usb: musb: Fix fifo reads for dm816x with musb_dsps) fixed a USB error on dm816x, but introduced a new build error on i386 when COMPILE_TEST is set: drivers/usb/musb/musb_dsps.c: In function

Re: [PATCHv3] media: i2c/adp1653: devicetree support for adp1653

2015-04-03 Thread Sakari Ailus
Hi Pavel, On Fri, Apr 03, 2015 at 10:23:44AM +0200, Pavel Machek wrote: Hi! Hi Pawel, I'm still Pavel. v, not w. I know too many Pawels. Sorry about that. :-) Hi Pawel, A corresponding change to the N900 dts would be very nice. Corresponding change to the dts will

OMAP baseline test results for v4.0-rc6

2015-04-03 Thread Paul Walmsley
Here are some basic OMAP test results for Linux v4.0-rc6. Logs and other details at: http://www.pwsan.com/omap/testlogs/test_v4.0-rc6/20150401180311/ Test summary Build: uImage: Pass ( 3/ 3): omap1_defconfig, omap1_defconfig_1510innovator_only,

[PATCH 13/14] ASoC: migor: use clkdev_create()

2015-04-03 Thread Russell King
clkdev_create() is a shorter way to write clkdev_alloc() followed by clkdev_add(). Use this instead. Acked-by: Mark Brown broo...@kernel.org Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- sound/soc/sh/migor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[PATCH 12/14] ARM: omap2: use clkdev_add_alias()

2015-04-03 Thread Russell King
When creating aliases of existing clkdev clocks, use clkdev_add_alias() isntead of open coding the lookup and clk_lookup creation. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- arch/arm/mach-omap2/omap_device.c | 24 +--- 1 file changed, 9 insertions(+), 15

[PATCH 14/14] clk: s2mps11: use clkdev_create()

2015-04-03 Thread Russell King
clkdev_create() is a shorter way to write clkdev_alloc() followed by clkdev_add(). Use this instead. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- drivers/clk/clk-s2mps11.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/clk/clk-s2mps11.c

Re: [GIT PULL 3/3] omap legacy boot clean-up for v4.1

2015-04-03 Thread Olof Johansson
On Thu, Mar 19, 2015 at 04:14:01PM -0700, Tony Lindgren 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] OMAP-GPMC driver updates for v4.1

2015-04-03 Thread Olof Johansson
On Mon, Mar 23, 2015 at 12:32:38PM +0200, Roger Quadros wrote: Hi Arnd, Hi Olof, Based on Tony's request I will be sending you pull requests for OMAP-GPMC driver hence forth. I've sent this earlier on the 9th of March but had missed to copy Olof. It was actually in my queue but I hadn't

Re: [PATCH 00/14] Fix fallout from per-user struct clk patches

2015-04-03 Thread Russell King - ARM Linux
On Fri, Apr 03, 2015 at 06:11:49PM +0100, Russell King - ARM Linux wrote: Sorry for posting this soo close to the 4.1 merge window, I had completely forgotten about this chunk of work I did earlier this month. Correction - earlier _last_ month - 1st/2nd March to be exact. -- FTTC broadband

Re: [GIT PULL 2/3] omap defconfig changes for v4.1

2015-04-03 Thread Olof Johansson
On Thu, Mar 19, 2015 at 04:14:00PM -0700, Tony Lindgren 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 1/3] omap device tree changes for v4.1, part1

2015-04-03 Thread Olof Johansson
On Thu, Mar 19, 2015 at 04:13:59PM -0700, Tony Lindgren wrote: The following changes since commit 13a7a6ac0a11197edcd0f756a035f472b42cdf8b: Linux 4.0-rc2 (2015-03-03 09:04:59 -0800) are available in the git repository at:

[PATCH 00/14] Fix fallout from per-user struct clk patches

2015-04-03 Thread Russell King - ARM Linux
Sorry for posting this soo close to the 4.1 merge window, I had completely forgotten about this chunk of work I did earlier this month. The per-user struct clk patches rather badly broke clkdev and various other places. This was reported, but was forgotten about. Really, the per-user clk stuff

[PATCH 01/14] clk: update clk API documentation to clarify clk_round_rate()

2015-04-03 Thread Russell King
The idea is that rate = clk_round_rate(clk, r) is equivalent to: clk_set_rate(clk, r); rate = clk_get_rate(clk); except that clk_round_rate() does not change the hardware in any way. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- include/linux/clk.h | 14

[PATCH 10/14] ARM: orion: use clkdev_create()

2015-04-03 Thread Russell King
clkdev_create() is a shorter way to write clkdev_alloc() followed by clkdev_add(). Use this instead. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- arch/arm/plat-orion/common.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm/plat-orion/common.c

[PATCH 08/14] SH: use clkdev_add_table()

2015-04-03 Thread Russell King
We have always had an efficient way of registering a table of clock lookups - it's called clkdev_add_table(). However, some people seem to really love writing inefficient and unnecessary code. Convert SH to use the correct interface. Acked-by: Geert Uytterhoeven geert+rene...@glider.be

[PATCH 11/14] ARM: omap2: use clkdev_create()

2015-04-03 Thread Russell King
Rather than open coding the clkdev allocation, initialisation and addition, use the clkdev_create() helper. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git

[PATCH 06/14] clkdev: add clkdev_create() helper

2015-04-03 Thread Russell King
Add a helper to allocate and add a clk_lookup structure. This can not only be used in several places in clkdev.c to simplify the code, but more importantly, can be used by callers of the clkdev code to simplify their clkdev creation and registration. Signed-off-by: Russell King

[PATCH 04/14] clkdev: const-ify connection id to clk_add_alias()

2015-04-03 Thread Russell King
The connection id is only passed to clk_get() which is already const. Const-ify this argument too. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- drivers/clk/clkdev.c | 6 +++--- include/linux/clkdev.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 02/14] clkdev: drop __init from clkdev_add_table()

2015-04-03 Thread Russell King
We want to be able to call clkdev_add_table() from non-init code, so we need to drop the __init marker from it. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- drivers/clk/clkdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/clkdev.c

[PATCH 03/14] clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h

2015-04-03 Thread Russell King
clk_add_alias() is provided by clkdev, and is not part of the clk API. Howver, it is prototyped in two locations: linux/clkdev.h and linux/clk.h. This is a mess. Get rid of the redundant and unnecessary version in linux/clk.h. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk ---

[PATCH 07/14] media: omap3isp: remove unused clkdev

2015-04-03 Thread Russell King
No merged platform supplies xclks via platform data. As we want to slightly change the clkdev interface, rather than fixing this unused code, remove it instead. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- drivers/media/platform/omap3isp/isp.c | 18 --

[PATCH 05/14] clkdev: use clk_hw internally

2015-04-03 Thread Russell King
Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- drivers/clk/clkdev.c | 24 include/linux/clkdev.h | 1 + 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/drivers/clk/clkdev.c b/drivers/clk/clkdev.c index 5d7746d19445..8e676eafc823 100644 ---

[PATCH 09/14] ARM: lpc32xx: convert to use clkdev_add_table()

2015-04-03 Thread Russell King
We have always had an efficient way of registering a table of clock lookups - it's called clkdev_add_table(). However, some people seem to really love writing inefficient and unnecessary code. Convert LPC32xx to use the correct interface. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk

Re: ARM errata 430973 on multi platform kernels (was: OMAP3-N900: Add microphone bias voltages)

2015-04-03 Thread Tony Lindgren
* Sebastian Reichel s...@kernel.org [150403 09:37]: Hi, On Wed, Apr 01, 2015 at 12:47:36PM -0700, Tony Lindgren wrote: OK I think debian is using v3.16 kernel Yes. It will be used for Debian jessie (not yet released) and the N900 related drivers are enabled in the armmp flavour.

Re: [PATCH 1/1] usb: musb: dsps: fix build on i386 when COMPILE_TEST is set

2015-04-03 Thread Greg KH
On Fri, Apr 03, 2015 at 10:14:14AM -0500, Felipe Balbi wrote: Hi Greg, On Wed, Mar 25, 2015 at 02:18:37PM -0700, Tony Lindgren wrote: Commit 3e457371f436 (usb: musb: Fix fifo reads for dm816x with musb_dsps) fixed a USB error on dm816x, but introduced a new build error on i386 when

ARM errata 430973 on multi platform kernels (was: OMAP3-N900: Add microphone bias voltages)

2015-04-03 Thread Sebastian Reichel
Hi, On Wed, Apr 01, 2015 at 12:47:36PM -0700, Tony Lindgren wrote: OK I think debian is using v3.16 kernel Yes. It will be used for Debian jessie (not yet released) and the N900 related drivers are enabled in the armmp flavour. Unfortunately it does not work together with thumb using

Re: ARM errata 430973 on multi platform kernels (was: OMAP3-N900: Add microphone bias voltages)

2015-04-03 Thread Robert Nelson
And yes, for armhf userland one gets random oopses at least on the Nokia N900. AFAIK this is not true for all ARMv7 processors (especially non omaps), though. http://www.spinics.net/lists/linux-omap/msg108511.html See also 5c86c5339c56 (ARM: omap2plus_defconfig: Enable ARM erratum

Re: [GIT PULL] wireless wl12xx and omap device tree changes for v4.1

2015-04-03 Thread Olof Johansson
Hi, On Wed, Mar 25, 2015 at 02:40:51PM -0700, Tony Lindgren wrote: The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda: Linux 4.0-rc4 (2015-03-15 17:38:20 -0700) are available in the git repository at:

Re: [PATCHv6] media: i2c/adp1653: Documentation for devicetree support for adp1653

2015-04-03 Thread Sakari Ailus
On Fri, Apr 03, 2015 at 10:26:24PM +0200, Pavel Machek wrote: + - power-gpios: Reference to the GPIO that controls the power for the chip. You're using power-gpios in documentation only. Which is ok, because generic code adds -gpios itself. Do you think you need this part: +

Re: [GIT PULL] wireless wl12xx and omap device tree changes for v4.1

2015-04-03 Thread Olof Johansson
On Fri, Apr 03, 2015 at 01:11:22PM -0700, Olof Johansson wrote: Hi, On Wed, Mar 25, 2015 at 02:40:51PM -0700, Tony Lindgren wrote: The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda: Linux 4.0-rc4 (2015-03-15 17:38:20 -0700) are available in the git

Re: [GIT PULL 1/2] omap non-urgent fixes for v4.1

2015-04-03 Thread Olof Johansson
On Sat, Mar 28, 2015 at 09:02:29AM -0700, Tony Lindgren 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: ARM errata 430973 on multi platform kernels (was: OMAP3-N900: Add microphone bias voltages)

2015-04-03 Thread Pavel Machek
Hi! Maybe an option would be to provide two cpu_v7_switch_mm implementations (one with the errata and one without). Then the system can start with the simple implementation. Once the boot as progressed far enough to know, that the hardware is affected by the errata, it could switch to the

Re: [PATCHv5] media: i2c/adp1653: devicetree support for adp1653

2015-04-03 Thread Pavel Machek
Hi! + pd-max_flash_intensity = val/1000; + + if (of_property_read_u32(child, max-microamp, val)) + return -EINVAL; + pd-max_torch_intensity = val/1000; I think you need to do of_node_put(child) here and after you're done with indicator below. ...and in most of the

[GIT PULL] ARM: OMAP2+: OMAP DRA7xx display-related hwmod data changes for v4.1

2015-04-03 Thread Paul Walmsley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git

Re: [PATCHv3] media: i2c/adp1653: devicetree support for adp1653

2015-04-03 Thread Sakari Ailus
On Fri, Apr 03, 2015 at 10:29:53PM +0200, Pavel Machek wrote: On Fri 2015-04-03 14:23:56, Sakari Ailus wrote: Hi Pavel, On Fri, Apr 03, 2015 at 10:23:44AM +0200, Pavel Machek wrote: Hi! Hi Pawel, I'm still Pavel. v, not w. I know too many Pawels. Sorry about that.

Re: [PATCH v1.1 07/14] media: omap3isp: remove unused clkdev

2015-04-03 Thread Sakari Ailus
On Sat, Apr 04, 2015 at 12:45:02AM +0300, Laurent Pinchart wrote: From: Russell King rmk+ker...@arm.linux.org.uk No merged platform supplies xclks via platform data. As we want to slightly change the clkdev interface, rather than fixing this unused code, remove it instead. Signed-off-by:

[PATCHv6] media: i2c/adp1653: Documentation for devicetree support for adp1653

2015-04-03 Thread Pavel Machek
Documentation for adp1653 binding. --- Please split this as Javier suggested. I'd think both could go through the media-tree unless someone objects. Please apply. + - power-gpios: Reference to the GPIO that controls the power for the chip. You're using power-gpios in documentation

Re: [PATCHv6] media: i2c/adp1653: Documentation for devicetree support for adp1653

2015-04-03 Thread Sakari Ailus
Hi Pavel, On Fri, Apr 03, 2015 at 10:26:24PM +0200, Pavel Machek wrote: Documentation for adp1653 binding. --- Please split this as Javier suggested. I'd think both could go through the media-tree unless someone objects. Please apply. + - power-gpios: Reference to the GPIO

Re: [PATCHv2 02/10] ARM: DRA7: hwmod: add DMM hwmod description

2015-04-03 Thread Paul Walmsley
On Tue, 24 Mar 2015, Tomi Valkeinen wrote: Add DMM hwmod entries for DRA7. This is identical to DMM on OMAP5. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com Thanks, queued. Will send a pull request for this to Tony today, but it may not make it for v4.1. Note that I cannot boot-test

Re: [PATCHv3] media: i2c/adp1653: devicetree support for adp1653

2015-04-03 Thread Pavel Machek
On Fri 2015-04-03 14:23:56, Sakari Ailus wrote: Hi Pavel, On Fri, Apr 03, 2015 at 10:23:44AM +0200, Pavel Machek wrote: Hi! Hi Pawel, I'm still Pavel. v, not w. I know too many Pawels. Sorry about that. :-) I guess it uses adp1653_id_table. I'd hade to add redundand

Re: [GIT PULL] wireless wl12xx and omap device tree changes for v4.1

2015-04-03 Thread Tony Lindgren
* Olof Johansson o...@lixom.net [150403 13:22]: On Fri, Apr 03, 2015 at 01:11:22PM -0700, Olof Johansson wrote: Hi, On Wed, Mar 25, 2015 at 02:40:51PM -0700, Tony Lindgren wrote: The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda: Linux 4.0-rc4

Re: [PATCHv2 03/10] ARM: DRA7: hwmod: set DSS submodule parent hwmods

2015-04-03 Thread Paul Walmsley
On Tue, 24 Mar 2015, Tomi Valkeinen wrote: Set DSS core hwmod as the parent for all the DSS submodules. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com Thanks, queued. Will send a pull request for this to Tony today, but it may not make it for v4.1. Note that I cannot boot test

Re: ARM errata 430973 on multi platform kernels

2015-04-03 Thread Ivaylo Dimitrov
Hi On 3.04.2015 19:35, Sebastian Reichel wrote: Maybe an option would be to provide two cpu_v7_switch_mm implementations (one with the errata and one without). Then the system can start with the simple implementation. Once the boot as progressed far enough to know, that the hardware is

Re: ARM errata 430973 on multi platform kernels

2015-04-03 Thread Tony Lindgren
* Ivaylo Dimitrov ivo.g.dimitrov...@gmail.com [150403 15:08]: Hi On 3.04.2015 19:35, Sebastian Reichel wrote: Maybe an option would be to provide two cpu_v7_switch_mm implementations (one with the errata and one without). Then the system can start with the simple implementation. Once

[PATCH v1.1 07/14] media: omap3isp: remove unused clkdev

2015-04-03 Thread Laurent Pinchart
From: Russell King rmk+ker...@arm.linux.org.uk No merged platform supplies xclks via platform data. As we want to slightly change the clkdev interface, rather than fixing this unused code, remove it instead. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Signed-off-by: Laurent Pinchart

Re: [PATCH 07/14] media: omap3isp: remove unused clkdev

2015-04-03 Thread Laurent Pinchart
Hi Russell, Thank you for the patch; On Friday 03 April 2015 18:12:58 Russell King wrote: No merged platform supplies xclks via platform data. As we want to slightly change the clkdev interface, rather than fixing this unused code, remove it instead. Signed-off-by: Russell King

Re: ARM errata 430973 on multi platform kernels

2015-04-03 Thread Tony Lindgren
* Ivaylo Dimitrov ivo.g.dimitrov...@gmail.com [150403 15:47]: Hi, We should first verify the same bug happens with armel also. I just verified the CPU load in the background makes armhf apps segfault without $subject workaround enabled. If the segfaulting does not happen with armel,

Re: [PATCH 03/14] clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h

2015-04-03 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [150403 10:13]: clk_add_alias() is provided by clkdev, and is not part of the clk API. Howver, it is prototyped in two locations: linux/clkdev.h and linux/clk.h. This is a mess. Get rid of the redundant and unnecessary version in linux/clk.h.

Re: [PATCH 11/14] ARM: omap2: use clkdev_create()

2015-04-03 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [150403 10:14]: Rather than open coding the clkdev allocation, initialisation and addition, use the clkdev_create() helper. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Acked-by: Tony Lindgren t...@atomide.com ---

Re: [GIT PULL] ARM: OMAP2+: OMAP DRA7xx display-related hwmod data changes for v4.1

2015-04-03 Thread Tony Lindgren
Hi Arnd Olof, Please feel free to pull this directly from Paul. Regards, Tony * Paul Walmsley p...@pwsan.com [150403 12:55]: Hi Tony The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git

[GIT PULL] omap late prcm clean-up for v4.1

2015-04-03 Thread Tony Lindgren
The following changes since commit 209431eff8afb928d72200c79153165c7d860ca0: ARM: DRA7: Enable Cortex A15 errata 798181 (2015-03-27 14:38:03 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.1/prcm-dts for you

Re: [PATCH 12/14] ARM: omap2: use clkdev_add_alias()

2015-04-03 Thread Tony Lindgren
* Russell King rmk+ker...@arm.linux.org.uk [150403 10:14]: When creating aliases of existing clkdev clocks, use clkdev_add_alias() isntead of open coding the lookup and clk_lookup creation. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Acked-by: Tony Lindgren t...@atomide.com ---

Re: [PATCH 10/14] ARM: orion: use clkdev_create()

2015-04-03 Thread Andrew Lunn
On Fri, Apr 03, 2015 at 06:13:13PM +0100, Russell King wrote: clkdev_create() is a shorter way to write clkdev_alloc() followed by clkdev_add(). Use this instead. Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk Acked-by: Andrew Lunn and...@lunn.ch Andrew ---

[GIT PULL] one n900 audio regression fix for v4.0-rc cycle

2015-04-03 Thread Tony Lindgren
The following changes since commit 599c376c49323127c9bdbb0fa61a3d4743819bc2: ARM: dts: Fix gpio interrupts for dm816x (2015-03-18 13:41:34 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/oamp-for-v4.0/fix-audio for you to

Re: ARM errata 430973 on multi platform kernels

2015-04-03 Thread Ivaylo Dimitrov
Hi, We should first verify the same bug happens with armel also. I just verified the CPU load in the background makes armhf apps segfault without $subject workaround enabled. If the segfaulting does not happen with armel, then chances it's some kind of neon related issue and the fix can be

Re: [PATCHv4] media: i2c/adp1653: devicetree support for adp1653

2015-04-03 Thread Sebastian Reichel
Hi, On Fri, Apr 03, 2015 at 10:49:12AM +0200, Javier Martinez Canillas wrote: The convention nowadays is to not use unnamed DT properties for GPIOs but instead use a prefix that explains what those GPIOs are used for. So something like power-gpios or power-gpio (if there is only one GPIO)