Re: [PATCH] gpio: pcf857x: restore the initial line state of all pcf lines

2015-01-04 Thread Kishon Vijay Abraham I
Hi, On Thursday 18 December 2014 07:41 PM, Nishanth Menon wrote: > On 12/18/2014 12:18 AM, Kishon Vijay Abraham I wrote: >> >> >> On Tuesday 16 December 2014 02:20 AM, Nishanth Menon wrote: >>> On 12/12/2014 02:06 AM, Kishon Vijay Abraham I wrote: The reset values for all the PCF lines are hi

Re: [PATCH] net: ethernet: cpsw: fix hangs with interrupts

2015-01-04 Thread David Miller
From: Felipe Balbi Date: Fri, 2 Jan 2015 16:15:59 -0600 > The CPSW IP implements pulse-signaled interrupts. Due to > that we must write a correct, pre-defined value to the > CPDMA_MACEOIVECTOR register so the controller generates > a pulse on the correct IRQ line to signal the End Of > Interrupt.

[GIT PULL] ARM: OMAP: hwmod fixes for v3.19-rc

2015-01-04 Thread Paul Walmsley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tony The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git tags/for

Re: OMAP baseline test results for v3.19-rc1

2015-01-04 Thread Aaro Koskinen
Hi, On Sun, Jan 04, 2015 at 05:46:31PM +0100, Arnd Bergmann wrote: > On Saturday 03 January 2015 15:44:38 Aaro Koskinen wrote: > > On Sat, Jan 03, 2015 at 01:51:53PM +0100, Arnd Bergmann wrote: > > > On Saturday 03 January 2015 07:21:49 Paul Walmsley wrote: > > > > Another ~300KB kernel object siz

Re: [PATCH] hsi: nokia-modem: fix uninitialized device pointer

2015-01-04 Thread Sebastian Reichel
Hi Aaro, On Sun, Jan 04, 2015 at 07:34:13PM +0200, Aaro Koskinen wrote: > modem->device was never initialized. This resulted in logs such as: > [ 241.386322] (NULL device *): CMT rst line change detected Thanks, applied to for-next: https://git.kernel.org/cgit/linux/kernel/git/sre/linux-hsi.git

Re: OMAP baseline test results for v3.19-rc1

2015-01-04 Thread Paul Walmsley
On Sun, 4 Jan 2015, Arnd Bergmann wrote: > So 3.16 was by far the largest increase, almost 10x bigger than the 3.19 > increase, but > others are quite big as well. > > Do you know what happened in 3.16? It was commit 1413c03893332366e5b4d1e26f942ada25f3e82a ("lockdep: Increase static allocatio

[PATCH] hsi: nokia-modem: fix uninitialized device pointer

2015-01-04 Thread Aaro Koskinen
modem->device was never initialized. This resulted in logs such as: [ 241.386322] (NULL device *): CMT rst line change detected Signed-off-by: Aaro Koskinen --- drivers/hsi/clients/nokia-modem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/hsi/clients/nokia-modem.c b/drivers/hs

Re: OMAP baseline test results for v3.19-rc1

2015-01-04 Thread Arnd Bergmann
On Saturday 03 January 2015 20:28:28 Paul Walmsley wrote: > On Sat, 3 Jan 2015, Arnd Bergmann wrote: > > > On Saturday 03 January 2015 07:21:49 Paul Walmsley wrote: > > > Another ~300KB kernel object size increase for omap2plus_defconfig > > > kernels. > > > > 300kb seems like a lot for a single

Re: OMAP baseline test results for v3.19-rc1

2015-01-04 Thread Arnd Bergmann
On Saturday 03 January 2015 15:44:38 Aaro Koskinen wrote: > > On Sat, Jan 03, 2015 at 01:51:53PM +0100, Arnd Bergmann wrote: > > On Saturday 03 January 2015 07:21:49 Paul Walmsley wrote: > > > Another ~300KB kernel object size increase for omap2plus_defconfig > > > kernels. > > > > 300kb seems l

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

2015-01-04 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 --- Please apply, Pavel diff --git a/Documentation/devicetre

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

2015-01-04 Thread Pavel Machek
Hi! > Thanks for the patch! A few comments below. > > On Wed, Dec 24, 2014 at 11:34:34PM +0100, 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